body {font-family: Arial, sans-serif;font-size:11px;background-color: #ffffff; margin: 0; padding: 0}
a {font-family: Arial, sans-serif;font-size:11px;text-decoration: none; color: #D92824;}
a:hover{font-family: Arial, sans-serif;font-size:11px;text-decoration: none; color: #96bf0d;}
#header {
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/fond_head.jpg);
	margin: 0px;
	padding: 0px;
	height: 251px;
	width: 100%;
	background-repeat: repeat-x;
	background-position: center top;
}
#container {
	position: relative;
	left: -10px;
	top: 251px;
	margin: 0px;
	padding: 0px;
	width: 700px;
}
.menu{
	float:left;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;	
	width: 200px;
}
.sousmenu{
	position: relative;
	left: 0px;
	top: 10px;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 150px;
	background-color: #A41D22;
	background-image: url(images/head_camp.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#inter {
font-family: Arial, Helvetica, Geneva, sans-serif; font-size:12px; color:#333333; margin: 0 10px 0px 15px; }

.contenu{
	float:right;
	position: relative;
	left: 0px;
	top: -13px;
	margin: 0px;
	width: 498px;	
	padding-top: 35px;
	
	background-color: #F7F6F5;
}
.footer{
	position: relative;
	left: 0px;
	top: opx;
	float:right;	
	clear: both;
	/*
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;*/
	height: 131px;
	width: 500px;

	
}
/*********************/
/******** MENU **********/
/********************/
 /*********** MENU HAUT **********/

#menuG { font-size: 10px; font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; margin: 0; padding: 0; width: 200px; }
#menuG ul { list-style-type: none; position: relative; top: 5px; margin: 0; padding: 0; }
#menuG li {
	text-align: left;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: 20px;
	list-style-position: outside;
	list-style-image: url(images/puce.gif);
	line-height: 12px;
}
#menuG a:link, #menuG a:visited {
	font-weight: bold;
	color: #D92824;
	text-decoration: none;
}
#menuG a:hover  { color: #96bf0d; text-decoration: none; font-weight: bold; padding-right: 2px; }
#menuG a.hilight { 
	background-color: #F7F6F5;
	border-top: 1px solid #96bf0d;
	border-bottom: 1px solid #96bf0d;
	border-right-width: 0;
	border-left-width: 0;
	display: block;
	 }
/**********************/
/****MENU BAS ********/
/**********************/
#menuB { font-size: 10px; font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; margin: 0; padding: 0; width: 200px; }
#menuB ul { list-style-type: none; position: relative; top: 40px; margin: 0; padding: 0; }
#menuB li {
	text-align: left;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 20px;
	padding: 0px;
	list-style-position: outside;
	list-style-image: url(images/puce.gif);
	line-height: 12px;

}

#menuB a:link, #menuB a:visited {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#menuB a:hover, #menuB a:active { color: #96bf0d; text-decoration: none; font-weight: bold; padding-right: 2px; }
#menuB a.hilight {

	color: #000;
	background-color: #96bf0d;
	display: block;
	height: 15px;
}
