/* CSS Document */
body {
color : #800000; 
font-family : Georgia, "Times New Roman", Times, serif;
background-color : #ffffff; 
text-align : center; 
margin : 0; 
} 
#en-tete {
margin-top : 15px;
position : relative;
height : 16px;
top: 4px;
}
#en-tete h1{
font-size : 2em;
font-weight : lighter;
letter-spacing : 0.15em;
text-align : center;
} 
a {
font-weight : bold; 
color : #800000; 
text-decoration : none; 
} 
a:hover {
color : white; 
text-decoration : none; 
background-color : #e2d4a3; 
} 
.col-gauche { 
width : 10%; 
float : left; 
} 
.col-milieu {
width : 80%; 
float : left;
margin-top : 25px; 
text-align : center; 
} 
.col-milieu h2 {
text-align : center;
font-size : 1.2em; 
font-weight : lighter;
letter-spacing : 0.15em; 
} 
.col-droite { 
width : 10%; 
float : left; 
} 
#pied-de-page {
font-size : 12px;  
margin-bottom : 20px; 
letter-spacing : 4px; 
height : 16px; 
clear : left; 
}
img.centered {
display : block;
margin-left : auto;
margin-right : auto;
border : none;
} 
img {
border : none; 
} 
ul#navigation .left {
background: url(images/nav.jpg);
float : left;
list-style-type: none; 
} 
ul#navigation .right {
float : right;
list-style-type: none; 
} 