/* CSS Document */

body {
/*background-color : #f6f5a6; */
font-family : Georgia, "Times New Roman", Times, serif; 
color : #333333;
width: 975px; 
line-height : 20px;
padding-left: 0px;
margin : 0; 
background-position : left; 
}

a:link {color: blue; text-decoration:underline;}
a:visited {color: gray; text-decoration:underline;}
a:hover {color:red; text-decoration:none;}
 
#bandeau {
width : 975px; 
padding-left: 0px;
background-position:left; 
} 
#sous-page {
float:left;
}
#menu {
width : 200px; 
float:left;
padding-left: 0px;
background-position:left; 
} 

#contenu {
width : 775px;
float:left;
padding-left: 0px;
padding-top: 10px;
background-position:left; 
} 

dl, dt, dd {
margin: 0;
padding: 0;
}

dl {
background: url("image/contenu_bas.gif") bottom left no-repeat;
padding-bottom: 45px;
left: 280px;
}

dt {
height: 32px;
background: url("image/contenu_top.gif") top left no-repeat;
font-size: 15pt;
font-weight: bold;
font: 15pt bold 'tahoma';
text-align: center;
}

dd {/* margin agit sur milieu gif */
padding: 0 20px 0 30px;
text-align: justify;
font-size: 10pt;
background: url("image/contenu.gif") top left;
}