body {
	background: url(/imgCharte/accueilFond.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 0px;
	margin: 0px;
	text-align:center;
	height: 100%; 
}

a {
	text-decoration:none;
	color:#000066;
}
a:hover {
	text-decoration:underline;
}
h1 {
	font-size:18px ;
}
h2 {
	font-size:16px ;
}
h3 {
	font-size:14px ;
}
h4 {
}
#conteneur {
	width: 788px;
	margin: 0px auto 0px; 
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: none;
	border-bottom: none;
	position:relative;
	height: 100%;
	background-color:#D2DEF2;
}
#ventre {
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 25px;
	position: relative;
	margin-top: 60px;
	margin-left: 100px;
	margin-right: 5px;
	text-align:justify;
	color: #4C6DB3;	
}
#ventre h1 {
	font-size:14px;
	font-weight:bold;
}
#hautPage {
	height: 268px;
	background: url(/imgAccueil/haut.jpg) #999999;
}
/************************************************************/
/************************************************************/
/************************************************************/

#menuHaut {
	position: absolute; 
	top: 271px; 
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	width: 788px;
	height: 250px;
	background: url(/imgAccueil/fondMenuHaut2.gif) no-repeat;
	padding: 0; 
	margin: 0;
}
#menuHaut ul {
	position: relative; 
	top: 0px; 
	list-style: none;
	padding: 0px;
	margin-top:9px;
	margin-bottom:0px;
	margin-left:80px;
	margin-right:0px;
	height: 34px;
	background: url(/imgAccueil/fondMenuHaut.gif);
}
#menuHaut li {
	padding: 0px;
	list-style-type: none;
	float: left;
	text-align:center;
	height: 34px;
	margin:0 10px;
}
#menuHaut a {
	display:inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 8px;
	padding-right: 8px;
	height: 34px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

#menuHaut a.on {
	background:url(/imgCharte/btMenuVert3.gif) no-repeat top center;
}

#menuHaut a.off {
	background:url(/imgCharte/btMenuRouge3.gif) no-repeat top center;
}
#menuHaut a:hover {
	background:url(/imgCharte/btMenuOrange3.gif) no-repeat top center;
	color:#ACC4E6;
}
