/* **********************************************************
Feuille de style en cascade (CSS) liée au site DIgital Pole, agence de communication

/////////////////     Affichage du texte   ///////////////////////////////
***********************************************************/


body {

/*font-size:16px;*/
font-family: "Trebuchet MS", Georgia, Verdana, Arial, "Courier New", "Times New Roman" ;
background-repeat:repeat;
color: black;
}

#menu a {
text-decoration: none;
color: black;
font-size:12px;
font-weight: bold;
font-family: "Trebuchet MS", Georgia, Verdana, Arial, "Courier New", "Times New Roman" ;
}

#menu a:hover {
text-decoration: none;
color: red;
font-size:12px;
font-family: "Trebuchet MS", Georgia, Verdana, Arial, "Courier New", "Times New Roman" ;
}

#corps {
color: #8d8e90 /*707173*/ ;
font-size:13px;
font-family: "Trebuchet MS", Georgia, Verdana, Arial, "Courier New", "Times New Roman" ;
}

#corps h3 {
color: black;
font-size:17px;
margin-top:0px;
margin-bottom:0px;
font-family: "Trebuchet MS", Georgia, Verdana, Arial, "Courier New", "Times New Roman" ;
}


#corps h4 {
background-color: #faeaf1;
padding: 5px;
font-weight: lighter;
margin-top:2px;
font-size:16px;
margin-bottom:7px;
font-family: "Trebuchet MS", Georgia, Verdana, Arial, "Courier New", "Times New Roman" ;
color: #ef0000;
}

#corps p {
margin-top:0px;
}

span {
color: #fe8b04;
margin: 0px;

}



ul {
display: inline;
list-style: circle inside ;
margin: 0px;
}