/* CSS issu des tutoriels www.alsacreations.com/articles */
body {
font-family : "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
background-color: #EBD8C8;
background-image : url(Fond_page.html);
color:#4D1A00;
}
a {color:#B98859; font-weight: bold; }
a:hover {color:#4D1A00; font-weight: bold;}
#header {
height: 100px;
background-color: #B98859;
}
#conteneur {
width: 100%;
background-color:#DABDA1;
}
#centre {
background-color:#EEE6DF;
margin-left: 150px;
margin-right: 150px;
padding-left: 5px;
}
#gauche {
position: absolute;
left:0;
width: 150px;
}
#droite {
position: absolute;
right:0;
width: 150px;
padding-left: 10px;
}
#pied {
height: 15px;
background-color: #B98859;
}
.menugauche {
list-style-type: none;
margin: 0;
padding:0;
}
.menugauche li {
margin-bottom: 5px;
}
.menugauche a {
border-left : solid 6px #993300;
background-color: #B98859;
color: #4D1A00;
text-decoration:none;
width: 150px;
font-weight: normal;
}
.menugauche a:hover {
text-decoration: none;
font-weight: normal;
background-color: #EEE6DF;
}
.menudroit {
list-style-type: none;
margin: 0;
padding:0;
}
.menudroit li {
margin-bottom: 5px;
}
.menudroit a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
font-weight: normal;
}
.menudroit a:hover {
text-decoration: none;
font-weight: normal;
}
p {margin: 0 0 10px 0;}

.encadre {
color : #993300;
text-decoration: none;
padding: 2px 2px 2px 2px;
}

.encadre:hover {
color : #abd6de;
color : #FFFFFF;
background-color : transparent;
border: 1px solid White;
}


