body {font-family: Arial, sans-serif;font-size:12px;background-color: #f1ede4; margin: 0; padding: 0}
a {font-family: Arial, sans-serif;font-size:12px;font-weight: bold;text-decoration: none; color: #000;}
a:hover{font-family: Arial, sans-serif;font-size:12px;text-decoration: none; color: #96bf0d;}
#header {
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/fond_head.jpg);
	margin: 0px;
	padding: 0px;
	height: 304px;
	width: 100%;
	background-repeat: repeat-x;
	background-position: center top;
}
#container {
	position: relative;
	left: 0px;
	top: 304px;
	margin: 0px;
	padding: 0px;
	width: 700px;
	background-color: #f8f5ed;

}
.menu{
	float:left;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;	
	width: 200px;
	background-color: #f8f5ed;
}
.sousmenu{
	position: relative;
	left: 0px;
	top: 20px;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 150px;
	background-image: url(images/head_camp.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #f8f5ed;

}

#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: 0px;
	margin: 0px;
	width: 500px;	
	padding-top: 0px;	
	background-color: #f8f5ed;
}
.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: 147px;
	width: 500px;
		background-color: #f8f5ed;


	
}
/*********************/
/******** MENU **********/
/********************/
 /*********** MENU HAUT **********/

#menuG { font-size: 10px; font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; margin-top: 0; padding-top: 0;}
#menuG ul { height:auto;}
#menuG li {
	text-align: left;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: -20px;
	padding-top:0px;
	padding-bottom:0px;
	list-style-position: outside;
	list-style-image: url(images/puce.gif);
	line-height: 12px;
	font-weight: bold;
	/*déclenche le has Layout de IE*/
	zoom:1;
}
#menuG a:link, #menuG a:visited {
	font-weight: bold;
	color: #000;
	text-decoration: none;

}

#menuG a:hover  { color: #96bf0d; text-decoration: none; font-weight: bold; padding-right: 2px; }
#menuG a.hilight { 
	display: block;
	color: #96bf0d;
	height:auto;
	 }

/**********************/
/****MENU BAS ********/
/**********************/
#menuB { font-size: 10px; font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; margin: 0; padding: 0; width: 200px; }
#menuB ul { height:auto; 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;
		/*déclenche le has Layout de IE*/
	zoom:1;
}

#menuB a:link, #menuB a:visited {
	font-weight: bold;
	color: #7a0d2d;
	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;
}