/* CSS Document */

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
}
#conteneur {
position: absolute;
width: 877px;
left: 35%;
margin-left: -300px;
}
#header {
height: 90px;
background-color: black;

}
#haut {
height: 30px;
background-color: #FEF009;
margin-left: -3px;
margin-top: -3px;

}
#centre {
background-color:#FEF009;
}

#pied {
height: 30px;
background-color: black;
}
A.noir{
	text-decoration : none;
	font-family :  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 16px;
	font-style : normal;
	color : #000000;
	font-weight : bold;
}

A.noir:hover{
	text-decoration : underline;
	font-family :  Arial,Verdana, Geneva, Helvetica, sans-serif;
	font-size : 16px;
	font-style : normal;
	color : #000000S;
	font-weight : bold;
}

A.lienblanc{
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : normal;
	color : White;
	font-weight : bold;
}

A.lienblanc:hover{
	text-decoration : underline;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : normal;
	color : White;
	font-weight : bold;
}	
	
.texteblanc{
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : normal;
	color: White;
	font-weight : bold;
}

.titreblanc{
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-style : normal;
	color: White;
	font-weight : bold;
}

.titreitalique{
	text-decoration : none;
	font-family :  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 16px;
	font-style : italic;
	color: Black;
	font-weight : bold;
}

.petittexte{
	text-decoration : none;
	font-family :  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	color: Black;
	font-weight : normal;
}

.petittexteblanc{
	text-decoration : none;
	font-family :  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	color: White;
	font-weight : bold;
}

.petittextenoir{
	text-decoration : none;
	font-family :  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	color: black;
	font-weight : bold;
}

A.petitliennoir{
	text-decoration : none;
	font-family :  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	color: black;
	font-weight : bold;
}
A.petitliennoir:hover{
	text-decoration : underline;
	font-family :  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	color: black;
	font-weight : bold;
}