body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
background-color: #333333;
}
#header {
height: 80px;
background: url("images/header.jpg");
}
h1{
text-indent: -50000px;
}
#haut {
position: absolute;
top: 50px;
left: 600px;
}
#conteneur {
position: absolute;
width: 976px;
top: 10px;
left: 50%;
margin-left: -490px;
background-color:#333333;
}
#centre {
height: 464px;
background: url("images/centre.jpg");
}
#coordonnees{
position: absolute;
top: 460px;
left: 495px;
text-align: right;
color: #CC9933;
}
#pied{
height: 5px;
}
#pied p{
font-size: 11px;
color: #CC9933;
text-align: right;
margin-right: 7px;
}
#pied a{
color: #CC9933;
text-decoration: none;
}
#pied a:hover{
text-decoration: underline;
}
.menuhaut {
list-style-type: none;
text-align :right;
}
.menuhaut li {
display: inline;
}
.menuhaut a {
margin: 0 2px;
color: #000000;
text-decoration: none;
}
.menuhaut a:hover {
text-decoration: underline;
}
.actif a{
color: #FFFFFF;
}