body{
	width: 800px;
	margin: auto;
	background-color: #f1efe2;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	behavior: url(csshover.htc); /* WinIE behavior call */
}
/* L'en-tête */
#en_tete{
	width: 800px;
	height: 151px;
	background-image: url("img/bh.gif");
	background-repeat: no-repeat;
	padding-left: 30px;
	font-size: 10px;
    font-weight: bold;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}
/*Le texte de l'en-tête*/
#texte_en_tete{
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	font-size: 14px;
	padding-left: 210px;
}
/* Le menu */
div#nav {
position: absolute;
float: left;
width: 550px;
padding-top: 0px;
margin: -4px 0 0 0;
background: #e8e5d4;
font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
font-size: 11px;
}
div#nav ul {
margin: 0;
padding: 0;
background: #e8e5d4;
border: 1px solid #ccc;
border-width: 0 1px;
}
div#nav li {
position: relative;
list-style: none;
margin: 0;
float: left;
width: 90px;
}
div#nav li:hover {
background: #999;
}
div#nav li.submenu{
/* background: yellow; */
}
div#nav li.submenu:hover {
background-color: #e8e5d4;
}
div#nav li a {
display: block;
padding: 0.25em 0 0.25em 0.5em;
text-decoration: none;
width: 100%;
voice-family: "\"}\"";
voice-family: inherit;
width: 90px;
color: #000;
}
div#nav>ul a {
width: auto;
}
div#nav ul ul {
position: absolute;
width: 90px;
display: none;
}
div#nav ul ul li {
border-bottom: 1px solid #ccc;
}
div#nav ul.level1 li.submenu:hover ul.level2 {
display: block;
}
/* Le fond de page */
#fond_page{
	background-image: url("img/fp.gif");
	background-repeat: repeat;
	min-height: 380px;
}
/* Le bandeau gauche */
#bandog{
	float: left;
	width: 95px;
	margin-top: -5px;
	margin-left: 28px;
	padding: 5px 5px 5px 5px;
	background-image: url("img/em.gif");
	background-repeat: repeat;
	font-size: 12px;
}
/* Le bandeau droit */
#bandod{
	float: right;
	width: 90px;
	margin-top: 10px;
	margin-right: 54px;
	padding: 5px 5px 5px 5px;
	border: 2px solid;
	border-color: #F7B518;
	font-size: 10px;
	text-align: center;
}
#bandod h4{
	color: #000;
	text-align: center;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	}
/* Le corps de la page */
#corps{
	text-align: justify;
	font-size: 12px;
	margin-left: 20px;
	margin-right: 160px;
	padding: 5px 20px 5px 20px;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}
#corps h4{
	color: #FFBC00;
	text-align: center;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}
#corps h5{
	color: #000;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}
/* Le pied de page */
#pied_de_page{
	padding-top: 10px;
	text-align: center;
	font-size: 10px;
    font-weight: bold;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	height: 55px;
	background-image: url("img/bb.gif");
	background-repeat: no-repeat;
}