/*
 * CSS général du site
 */

* {
margin:0;
padding: 0;
/*font-family: verdana, arial, sans-serif ;*/
font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
}

body {
/* Fond original */ 
/*background-color: #0c540e;*/
background-color: rgb(187,245,189);

padding-top: 30px;
padding-bottom: 30px;


}




#header{
margin: 0;
padding: 0;


/* Largeur du site (à reporter aussi plus bas) */
width: 85%;
height: 181px;


/*  Centrage */
margin-left: auto;
margin-right: auto;
background: #F0F0FF url('../images/header.jpg') no-repeat;
background-position: top center;


border-top: solid white 10px;
border-left: solid white 10px;
border-right: solid white 10px;


}


/*
 * Image découpée
 */
#header img{
position: absolute;
right: 7%;
top: 40px;

}




#tout{
background-color: #F0F0FF;


/* Largeur du site */
width: 85%;

/*  Centrage */
margin-left: auto;
margin-right: auto;

border-width: 0 10px 10px 10px;
border-style: solid;
border-color: white;


}

#contenu{
padding: 10px 3px 50px 10px;

background-image: url('../images/herbe.jpg');
background-repeat: no-repeat;
background-position: bottom right;
}

#texte{
margin-top: 30px;

}

p {
margin-top: 10px;
}


/*
 *	Styles du menu
 */


/* Bloc du menu */ 

#menu{
/*padding-left: 10px;*/
width: 100%;
background-color: #E1FFDF;
}


/* Liste */
#menu ul{
list-style: none;
width: 100%;
padding: 8px 0px 8px 0px;
}

/* Items */
#menu li{
display: inline;
}


#menu a{
font-family:"Trebuchet MS", Arial, Verdana;
padding: 8px 8px 8px 8px;
/*display: block;*/
height: 100%;
color: #094F05;
font-style : normal;
text-decoration: none;
font-weight: bold;
}
#menu a:hover{
font-family:"Trebuchet MS", Arial, Verdana;
padding: 8px 8px 8px 8px;
height: 100%;
/*display: block;*/
color: white;
background-color: #9AAF99; /*#094F05;*/
font-style : normal;
text-decoration: none;
font-weight: bold;
}

/* Item courant 
#item_courant{
background: #149F00;
color: white !important;
}*/


/*
 * Titre de la page
 */

#titreSite h1{

margin-top: 8px;

clear: both;
color: #0A5F06; /*#022F00;*/
text-align:justify;
font-style: italic;
font-weight: bold;
border-bottom: dotted 1px black;
margin-right: 8px;

background: url(../images/puce.png) left no-repeat;
padding-left: 35px;
}


/* Nécessaire pour imposer une certaine hauteur à des blocs contenant des floattants */
.blanc_cleared{
clear: both;
}



/* Pied de page */
#footer{

position: relative;
clear: both;
bottom:0;
width: 100%;

margin: 0px 0px 0px 0px;
padding: 5px 0 5px 0px;
border-top: solid 1px #99af9f;
border-bottom: solid 1px #99af9f;


background-color: #E1FFDF;

text-align: center;
font-size: 14px;
font-style: italic;

}

#footerPerso{
font-style: normal;
font-size: 12px;
}

a#lienPerso{
text-decoration: none;
}
a#lienXHTMLValid img{
border:  none;
}



/* Lien admin invisible */
p#pAdmin{
margin: 20px 0 0 0 !important;
text-align: left;
}

#pAdmin a{
font-size: 13px;
text-decoration: none;
color: rgb(187,245,189);
}
#pAdmin a:hover{
color: black;
text-decoration: underline;
}


