body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background-image: url(/images/fond.jpg);
	background-color: #D8D2C4;
}
b {
color: #8b0505;
}

#header {
height: 120px;
background-image:url(/images/header.jpg);
text-align: left;
padding-top: 90px;
padding-left: 263px;
color: #930205;
text-decoration: underline;
}
#conteneur {
position: relative;
width: 780px;
margin: 0 auto; 
}
#centre {
background-image: url(/images/fond-gauche.jpg);
margin-right: 295px;
padding-left: 37px;
padding-right: 21px;
text-align: justify;
}
#droite {
position: absolute;
background-image:url(/images/menu.jpg);
background-repeat:no-repeat;
right:0;
width: 295px;
height: 497px;
}
#pied {
height: 54px;
text-align: center;
margin-right: 295px;
}

.menudroit {
list-style-type: none;
margin: 0;
padding-top: 10px;
padding-left: 27px;
padding-right: 95px;
}
.menudroit li {
padding-bottom: 5px;
padding-top: 5px;
border-bottom: dashed #999999 1px;
}
.menudroit a {
color: #8b0505;
font-weight: bold;
text-decoration: none;
}
.menudroit a:hover {
text-decoration: underline;
}

p {margin: 0px;
color: #584d20;
font-size: 12px;
}
a.type1:link {
	color: #584d20;
}
a.type1:visited {
	color: #584d20;
}

a.type2:link {
	color: #8b0505;
}
a.type2:visited {
	color: #8b0505;
}

.style01 {
color: #584d20;
font-size: 10px;
}
hr {
width: 100%;
color: #DBD5BB;
}
h1 {
margin: 0px;
color: #8b0505;
font-weight: bold;
border-bottom: solid #DBD5BB 2px;
font-size: 14px;
}