#logo {
	height: 100px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#general {
	height: 100%;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
* {
	margin-top: 0px;
}

#general #sommaire {
	float: left;
	height: 450px;
	width: 150px;
	list-style-type: none;
	
}
#general #contenu {
	height: 100%;
	width: 776px;
	list-style-type: none;
	margin-left: 150px;
	min-height: 500px;
	position: relative;
	padding: 10px;
}

#pied {
	height: 55px;
	width: 950px;
	background-image: none;
	background-repeat: no-repeat;
	background-color: #BECACB;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
}
.titrepetit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #927941;
}
.titremoyen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #927941;
}


.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #927941;
	font-weight: bolder;
}

#general #sommaire li {
	margin-top: 5px;
	list-style-type: none;
	color: #009FED;
}
#general #sommaire ul li a {
	display: block;
	height: 30px;
	width: 140px;
	margin-left: -40px;
	padding-left: 10px;
	padding-top: 10px;
	background-color: #BECACB;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#general #sommaire ul li a:hover {
	background-color: #c8b485;
	color: #E5E06F;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #c8b485;
	background-color: #E8DFCA;
	margin: 5px;
}
.centrer {
	text-align: center;
}
.textecadre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4E4123;
}
.titrenoir {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
