body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
color:#B63C3C;
margin: 0;
padding: 0;
}
#header {
height: 150px;
background-image : url(images/designencore_01.gif);
border-bottom: 2px solid #B63C3C;
}
#conteneur {
position: absolute;
width: 780px;
left: 50%;
margin-top: 10px;
margin-left: -390px;
border: 2px solid #B63C3C;
background-image : url(images/grille2.gif);
}
#centre {
background-image : url(images/designencore_03.gif);
background-repeat: no-repeat;
margin-left: 180px;
border-left: 2px solid #B63C3C;
}
#gauche {
position: absolute;
left:0;
width: 180px;
background-image : url(images/designencore_02.gif);
background-repeat: no-repeat;
}
#pied {
height: 110px;
border-top: 2px solid #B63C3C;
margin-bottom: -20px;
}

.menugauche {
list-style-type: none;
margin: 10px;
padding:10px;
color:#B63C3C;
}
.menugauche li {
margin-bottom: 5px;
}
.menugauche a {
margin: 0 2px;
color:#B63C3C;
text-decoration: underline;
}
.menugauche a:hover {
text-decoration: none;
color:blue;
}
.menuheader {
margin: 0px 0px 50px 290px;
font-size: 1.3em;
color:green;
}
.menupied {
text-align:center;
font-size: 1em;
}
.menucentretexte {
	border: 2px solid #B63C3C;
	color:#B63C3C;
	background-color: #FFF;
	width: 550px;
	margin: auto;
	opacity: 0.9;
	filter: alpha(opacity=90);
	padding: 5px 5px 5px 5px;
}
.menugauchetexte {
	color:#B63C3C;
	border: 2px solid #B63C3C;
	background-color: #FFF;
	width: 140px;
	margin: auto;
	opacity: 0.9;
	filter: alpha(opacity=90);
	padding: 5px 5px 5px 5px;
}
p {margin: 5px 0px 0px 10px;}