body {
font-family:"Arial Black" Verdana, Arial, Helvetica, sans-serif;
font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
font-size: 0.7em;
margin: 0;
padding: 0;
background-color: black;
color: white;
}
#header {
width: 750px;
height: 310px;
background-image: url("images/entete.jpg");
background-repeat: no-repeat;
}
#conteneur {
position: relative;
width: 750px;
margin: 0 auto; 
background-color:#000000;
}
#centre {
background-color:#000000;
color:#ffffff;
margin-left: 165px;
margin-right: 165px;
}
#gauche {
position: absolute;
left:0;
width: 150px;
text-align: center;
}

#droite {
position: absolute;
right:0;
width: 150px;
text-align: center;
color: #ffffff
}
h2{
color: #daa520;
text-decoration:none;
font-size: 1.5em;
}
h1{
color: #daa520;
text-decoration:none;
font-size: 1.8em;
}

.menugauche {
list-style-type: none;
margin: 0;
padding:0;
}
.menugauche li {
margin-bottom: 5px;
}
.menugauche a {
margin: 0 2px;
color: #daa520;
text-decoration:none;
font-size: 1.4em;
}
.menugauche a:hover {
text-decoration: none;
}
.menudroit {
list-style-type: none;
margin: 0;
padding:0;
}
.menudroit li {
margin-bottom: 5px;
}
.menudroit a {
margin: 0 2px;
color: #daa520;
text-decoration: none;
font-size: 1.4em;
}
.menudroit a:hover {
text-decoration: none;
}
p {margin: 0 0 10px 0;}
