 //* General : Debut *//
html, body{
margin-top:20px;
color:rgb(54,62,67);	
}

 //* General : Fin *//


//* Entete : Début   *//
#entete {

}
#entete p {
padding : 0px;
font-size : 13px;
color :rgb(54,62,67);
font-family:'Lucida Grande', Arial, Sans-Serif;
}
//* Entete : Fin   *//



//* Menu : Début   *//
#menu {

}
#menu a {
letter-spacing:1px;
font-size : 11px;
font-weight : bold;
font-family : 'Helvetica Neue', Arial, Sans-Serif;
text-transform : uppercase;
color : rgb(255,255,255);
text-decoration:none;
}

#menu a:hover {

}


//* Menu : Début   *//


//* Corps :: Début *//
#corps{

}

#corps h2 {
 color : rgb(54,62,67);
 margin-bottom:10px;
 padding-bottom:5px;
 //*
 border-bottom-color:rgb(144,122,97);
 border-bottom-style:solid;
 border-bottom-width:1px;
 *//
}

#corps img {
 border:0px;
 margin-top:0px;	
}
#corps h3{
 background-image:url(images/carre.gif);
 background-repeat:no-repeat;
 background-position:0px 5px;
 margin-left:20px;
 padding-left:30px;
 font-weight:normal;
  text-align:left;

}

#corps h3#h3g{
 background-image:url(images/carre.gif);
 background-repeat:no-repeat;
 background-position: right;
 margin-right:20px;
 padding-right:30px;
 font-weight:normal;
 text-align:right;
}

#corps h3#pch{
 background-image:url(images/chouettepetite.gif);
 background-repeat:no-repeat;
 background-position:1px 5px;
 margin-left:20px;
 padding-left:30px;
 font-weight:normal;
  text-align:left;
}


#corps h3 a {
 color : rgb(54,62,67);
  text-decoration:none;
 font-weight:normal;
}

#corps h3 a:hover {
 text-decoration : none;
 font-weight:normal;
}

#corpsSpacer{
  height:20px;
}


#corps p{
  text-align:justify;
}
//* Corps :: Fin *//
