* {
	margin:0;
	padding:0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 100px;
}


#banniere {
	background-image: url(../img-general/banniere.JPG);
	height: 80px;
	background-repeat: repeat-y;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	padding-top: 12px;
	padding-right: 20px;
	background-color: #A50313;
	margin-bottom: 10px;
}
#menu {
	width: 190px;
	float: left;
	background-color: #E8D0D0;
}

#contenu {
	margin-left: 215px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D70000;
	padding-left: 10px;
	margin-right: 25px;
}

.logo {
	margin-top: 0px;
	margin-left: 30px;
	float: left;
	margin-right: 10px;
}

#menu a {
	display: block;
	width: 195px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #336600;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-color: #FFFDB0;
}

#menu a:hover {
	color: #FFFFFF;
	background-color: #44560C;
}
#menu ul {
	margin-left: 0px;
	list-style-type: none;
}
#menu a.sousmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 30px;
	width: 175px;
	font-weight: normal;
	color: #336600;
	background-color: #FFFDB0;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#menu a.sousmenu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 30px;
	width: 170px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2D5A03;
}
div#banniere .titrebanniere {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #EFFCBE;
	margin-bottom: 20px;
	top: 40px;
	margin-top: 20px;
}
