* 
{
margin-top:0px;
}



body
{
background-color: #CDAA2C;
color: white;
height: 700px;
font-family: arial;
}

#body2
{
background-color: black;
width: 800px;
margin: auto;
padding-bottom: 20px;
}




/* debut banniere + menu */

#en_tete
{
margin-left: 20px;
width: 760px;
height: 100px;
background-image: url("images/banniere_10px.jpg");
background-repeat: no-repeat;
margin-bottom: 10px;
display: block;
}

ul#menu_horizontal li
{ 
display : inline;
padding : 0 2.23em; /* Pour espacer les boutons entre eux */
margin: auto;
}

ul#menu_horizontal 
{
list-style-type : none; /* Car sinon les puces se placent n'importe oł */
margin: auto;
width: 830px;
margin-left: -55px;
}

#barre_sous_menu
{
position:relative;
left:20px;
bottom:85px;
}
#barre_sous_menu2
{
position:relative;
left:20px;
bottom:85px;
}

/* debut sous menu "photographe - publications - expos" */

#photographe_menu
{
width:250px;
position: relative;
left: 155px;
bottom: 90px;
float: left;
}

#publications_menu
{
width:250px;
position: relative;
right: 95px;
bottom: 70px;
float: left;
}

#expos_menu
{
width:250px;
position: relative;
right: 345px;
bottom: 50px;
float: left;
}

/* fin sous menu "photographe - publications - expos" */


/* debut sous menu "materiel" */

#boitier_menu
{
width:90px;
position: relative;
left: 475px;
bottom: 90px;
float: left;
}

#objectifs_menu
{
width:90px;
position: relative;
left: 385px;
bottom: 70px;
float: left;
}

#autres_menu
{
width:90px;
position: relative;
left: 295px;
bottom: 50px;
float: left;
}

/* fin sous menu "materiel" */


/* fin banniere + menu */


/* debut page "accueil" */

#image_accueil
{
width: 288px;
height: 400px;
background-image: url("images/img_92770.jpg");
background-repeat: no-repeat;
position: relative;
bottom: 30px;
right: 30px;
float: right;
}


#texte_accueil
{
width: 420px;
float: left;
text-align: justify;
position: relative;
left: 4%;
bottom: 5px
}

#barre_fin_page
{
position:relative;
left:20px;
top:60px;
}

#copyright
{
text-align: right;
font-size:0.75em;
position: relative;
right: 30px;
top: 67px;
clear:both;
}

#logos
{
position: relative;
top: 35px;
}


/* fin page "accueil" */


/* debut page "galeries" */

#fin_de_page_galerie
{
margin-top: 80px;
}

#fin_de_page_sous_galerie
{
margin-top: 100px;
}


#galerie_faune
{
margin-left: 300px;
}
			
#galerie_flore
{
float: right;
margin-top:-57px;
width:300px;
}

#galerie_paysages
{
margin-left:100px;
width:300px;
}

#galerie_aquatique
{
margin-top: 150px;
margin-left: 300px;
}

.galerie_1
{
display:block;
margin-top: 50px;
margin-left: 90px;
}	


.image_galerie
{
float:left;
margin-right:10px;
margin-bottom:20px;
}

.description_galerie
{
font-family: Arial, Verdana, serif;
font-size: 0.8em;
}

#barre_galerie
{
margin-left:30px;
margin-top: -40px;
}



/* fin page "galeries" */


/* debut page "photographe - publications - expos" */

#portrait
{
float:left;
margin-right: 15px;
margin-bottom: 10px;
margin-top: 10px;
}

.photographe
{
margin-left: 100px;
}
.photographe1
{
margin-left: 140px;
}


/* fin page "photographe - publications - expos" */


/* debut de la page "materiel" */

.liste_materiel
{
margin-left: 40px;
}

.texte_materiel
{
margin-left: 100px;
}

.caracteristiques
{
margin-left: 80px;
margin-right: 60px;
text-align: justify;
list-style-type: circle;
}

.image_materiel
{
float: left;
margin-left: -20px;
margin-right: 40px;
}

.image_materiel1
{
float: left;
margin-left: 0px;
margin-right: 20px;
}

.image_materiel2
{
float: left;
margin-left: 80px;
margin-right: 40px;
}

.image
{
display: block;
}

/* fin de la page "materiel" */


/* debut du menu "liens" */
/* fin du menu "liens" */


/* debut du menu "contact" */
/* fin du menu "contacts" */



/* debut des differentes importances de texte */

h1
{
margin-left: 20px
}

h2
{
margin-left: 40px;
margin-right: 40px;
}

h3
{
margin-left: 60px
}

h4
{
}

p
{
margin-left: 100px;
margin-right: 60px;
margin-bottom: 20px;
text-align: justify;
text-indent:40px;
}

.pas_d_alinea
{
text-indent:0px
}

/* fin des differentes importances de texte */


/* debut des listes a puces*/

.disque
{
list-style-type: disc;
}

/* fin des listes a puces*/



a img /* Toutes les images contenues dans un lien */
{
border: none; /* Pas de bordure */
}

a
{
text-decoration: none;
color: #ABABAB;
}

a:hover
{
color: #666666;
}

a:active, a:focus
{
text-decoration: underline;
}



