/* CSS Document */


ul { 
padding : 0; 
margin : 0 0 20px 0; 
list-style-type : none; 
background-color : #d8d8d8; 
color : #414141; 
width : 100%; 
font-weight : normal; 
font-size : 12px; 
text-align : center; 
height : 20px; 
line-height : 20px; 
border-bottom : 1px solid #666666; 
border-top : 1px solid #666666; 
} 
li { 
display : inline; 
} 
li a { 
text-decoration : none; 
background-color : #d8d8d8; 
color : #0000ff; 
padding : 3px 1px 2px 1px; 
} 
p { 
padding-left : 20px; 
padding-right : 20px;
font-family : Verdana, Arial, Helvetica, sans-serif; 
} 
table { 
font : 14px Verdana, Arial, Helvetica, sans-serif; 
color : #ffffff; 
background-color : #306060; 
text-align : justify; 
} 
.avertissement { 
clear : both; 
display : block; 
padding : 5px; 
text-align : center; /*Pour intervenir sur la casse du copyright*/
font-weight : bold; 
font-size : 12px; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
} 
.tete { 
clear : both; 
display : block; 
padding : 5px; 
text-align : center;/*Pour intervenir sur la casse du copyright*/ 
font-weight : bold; 
font-size : 12px; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
}