/* Reinhardt */

body {
	background-image:url(../img/back.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#conteneur {
	height:auto;
	width: 800px;
	border: thin solid #000000;
	background-color: #e5e4e4;
    margin-left: auto;
    margin-right: auto;
}
#header {
	height: 126px;
	width: 800px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(../img/header.gif);
}
#center {
	height:auto;
	width: 800px;
}
a:link {
	color: #FFF;
	text-decoration:none;
	font-weight: bold;
}
a:visited {
	color: #FFF;
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	text-decoration:underline;
	color:#668067;
}
#menu {
	background-color: #b4beb7;
	height: 21px;
	width: 800px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#gauche {
	height:auto;
	width: 540px;
	float:left;
	margin-top: 25px;
	margin-left:20px;
}

#droite {
	margin-top:25px;
	margin-left:10px;
	height: 655px;
	width: 202px;
	float:left;
	background-color: #b4beb7;
	border:medium thin #FFFFFF;
}
#gaucheg {
	height: 302px;
	width: 328px;
	float:left;
	margin-right:20px;
	margin-top:30px;
}
#droited {
	height:auto;
	width: 180px;
	float:left;
	margin-top:30px;
}
ul {
	list-style-type: none;
	list-style-image: url(../img/bg/submenu1.gif);
	margin-right:2px;
	list-style-position: outside;
}

#footer {
	height: 15px;
	width: 750px;
	margin-top:35px;
	margin-left:auto;
	margin-right:auto;
	background-color: #c5d0c9;
	color:#FFFFFF;
}

/*Classes*/

.menu1 {
	font-size: 14px;
	color: #FFF;
	background-color: #b4beb7;
}
.submenu1 {
	background-color: #b4beb7;
}
.submenu1:visited {
	background-color: #b4beb7;
}
.menustyle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
img.left {
	float:left;
	margin-right:5px;
	border:1px solid #eaeaea;
	padding:2px;
}
.submen1 {
	background-color: none;
}
.submen1:link {
	color:#668067;
}
