/*Pour celles et ceux intéressés par les styles du site, j'ai décidé de commenter le css afin d'en rendre la lecture plus facile aux débutants. Bon décryptage ;)*/

/*-------------------- homepage --------------------- */
/*ici le style du body et l'image à fond perdu grise*/
.home {
background:white url(images/fond_bas2.gif) top center no-repeat;
margin:0;
}
/*L'image de fond et son positionnement*/
#index {
background:white url(images/fond_haut_5.jpg) center no-repeat;
width:500px;
height:556px;
margin:0 auto 0 auto;
padding:0;
}
/*Le "logo"*/
#lencb h1{
padding:5px 0 4px 90px;
font:24px Geneva, Arial, Helvetica, sans-serif;
color:#006000;
letter-spacing:1px;
}
/*Le petit texte d'introduction*/
#commentaires {
padding:5px 0 0 80px;
font:12px Verdana, Arial, Helvetica, sans-serif;
color:#006000;
}
/*ici les styles des menus*/
#menus {
  padding: 215px 0 0 45px; 			/*255px           */
width:350px;
}
#menus img {
border:1px solid white;
margin:0 6px 0 0;
}
#menus p {
margin:0 0 8px 0;
font:12px Arial, Helvetica, sans-serif;

color:#00ff00;
}
#menus a {
color:#fefc2a;
font-weight:bold;
text-decoration:none;
}
#menus a:hover {
padding:0 0 0 6px;
color:#ff00ff;
text-decoration:none;
}
/*les lignes concernant la mise à jour*/
#menus h5 {
margin:40px 0 0 0;
font:9px Verdana, Arial, Helvetica, sans-serif;
color:#ddd;
}
.maj {
font:10px Verdana, Arial, Helvetica, sans-serif;
color:white;
font-weight:bold;
}
/*Le filet qui termine le background*/
#filet {
margin:-15px auto 0 auto;
width:600px;
}
/*La signature*/
#base {
margin:6px auto 0 auto;
padding:0 20px 0 0;
width:350px;
font:9px Verdana, Arial, Helvetica, sans-serif;
color:black;
}
#base a {
color:black;
text-decoration:underline;
}
#base a:hover {
color:red;
text-decoration:none;
}

