html, body {
	margin: 0px;
	/*traitement du padding*/
	padding: 0px;
	background: #ffffff;
	text-align: center;

}

#conteneur {
	position: absolute;
	height: 590px;
	width: 900px;
	margin-top: -295px;
	top: 50%;
	margin-left: -450px;
	left: 50%;
	/*background-color: red;*/
}

#header{
	height: 154px;
	width: 900px;
	margin: 0px;
	padding: 0px;	
}

/******************************************************************************************************************************************************
														Menu
******************************************************************************************************************************************************/

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
.menu {
/*position: relative;  placement du menu, à modifier selon vos besoins */
float: left;
top: 152px;
margin-left:21px;
background-color: #F0F0F0;
width: 191px;
height: 396px;
font-family : verdana;
font-size: 9px;
font-weight: bold;
	display: block;
}
.menu dl{
	margin-top: 10px;
	margin-left: 10px;
}
.menu dt {
cursor: pointer;
margin: 1px 0;
height: 18px;
line-height: 18px;
/* Couleur du texte en-tete menu */
color : #D05600;
text-align: left;
border: 0px solid gray;
background: #F0F0F0;
}
.menu dd {
border: 0px solid gray;
}
.menu li {
text-align: left;
background: #F0F0F0;
margin-left: 10px;

}
.menu dt a {
/* Couleur du texte en-tete menu */
color :#D05600;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

.menu li a {
/* Couleur du texte sous-menu */
color :#929292;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}


.menu li a:hover, .menu dt a:hover {
/* Couleur du texte des liens visités */
background: #eee;
color : #000;
}
}



#footer {

}



/******************************************************************************************************************************************************
														Contenu
******************************************************************************************************************************************************/

div#contenu {
	position: relative;
	width: 900px;
	margin: 0px;
	padding: 0;
	text-align : left;
}

div#contenu h1 {
	font-size: 30px;
	color: #949494;
	font-family: TREBUCHET, GENEVA, SANS-SERIF;
	font-weight: bold;
	font-style: none;
	text-align: center;
}

.p_presentation {
	font-size: 14px;
	font-family: ARIAL, VERDANA, GENEVA;
	font-weight: normal;
	margin: 15px;
	padding: 0px;
	text-align: justify;
	color: #555555;
}

.p_presentation2 {
	font-size: 14px;
	font-family: ARIAL, VERDANA, GENEVA;
	font-weight: normal;
	margin: 15px;
	padding: 0px;
	text-align: justify;
	color: #000;
}
.p_titre {
	font-size: 28px;
	font-family: ARIAL, VERDANA, GENEVA;
	color: #CC0000;
}

a:link {
	color: #0099FF;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #999999;
}