
body {
width : 98%;
margin-left : auto;
margin-right : auto;
background-color : #fefdcc;
font-family : Arial, "Times New Roman", Times, sans-serif;
}
h1, h2, h3, h4, h5 {
color : black;
text-align : center;
}
a {
color : #0022aa;
text-decoration : none;
}
a:hover {
text-decoration : underline;
}
a:visited {
font-style : italic;
}
#logo {
width : 86px;
height : 108px;
position : absolute;
top : 2px;
left : 2px;
background : url("images/blason_dam.gif") no-repeat;
}
#en_tete {
height : 79px;
border : 2px solid #0099ff;
background : white url("images/entete.png") no-repeat bottom right;
}

#en_tete h4 {
color : black;
text-align : left;
text-indent : 85px;
}


table {
text-align : center;
}
#menu {
width : 25%;
float : left;
}
.sous_menu {
margin-top : 5px;
padding : 3px;
background-color : white;
color : black;
border : 2px solid #0099ff;
margin-bottom : 10px;
}
.sous_menu h3 {
color : black;
text-align : center;
}
#corps {
margin-left : 26%;
margin-top : 5px;
padding : 5px;
border : 2px solid #0099ff;
color : black;
background-color : white;
text-align : justify;
text-indent : 12px;
margin-bottom : 10px;
}
.sous_corps {
margin-top : 5px;
padding : 5px;
margin-bottom : 10px;
border : 2px dotted #0066ff;
color : black;
}
#pied_de_page {
clear : left;
margin-top : 5px;
padding : 2px;
background : white url("images/pictoiles.png") no-repeat bottom right;
color : black;
text-align : center;
border : 2px solid #0099ff;
}
