 
 
 
 
 
 
 
 
 
 
 
 
/*///////////////////////////////////////////////
/////////////////////TITRES/////////////////////
/////////////////////////////////////////////*/
h1 {width:725px; line-height:32px; font-size:30px; font-weight:bold; margin:0 0 24px 0; padding:0 0 5px 0;}
h2 {line-height:1; font-size:22px; font-weight:bold; margin:24px 0 12px 0;}
h3 {line-height:1; font-size:16px; font-weight:bold; margin:18px 0 12px 0;}



/*////////////////////////////////////////////////////
/////////////////////PARAGRAPHES/////////////////////
//////////////////////////////////////////////////*/
p {line-height:1.8; margin:0 0 14px 0;}




/*///////////////////////////////////////////////
/////////////////////LISTES/////////////////////
/////////////////////////////////////////////*/
ul {line-height:1.8; margin:0 0 14px 0;}
ul li {margin:0 30px 0 40px;}



/*////////////////////////////////////////////////
/////////////////////TABLEAU/////////////////////
//////////////////////////////////////////////*/
table {width:100%; font-size:85%; border-radius: 10px;}
td, th {border:0px solid #dddddd; padding:5px 2px; /*background:#dedede;*/}
td {/*background:#ededed;*/}




/*//////////////////////////////////////////////
/////////////////////LIENS/////////////////////
////////////////////////////////////////////*/
a, a:link, a:visited, a:active, a:focus {color:#6f001a; text-decoration:underline;}
a:hover {color:#6f001a; text-decoration:none;}
