body {
	margin: auto; /* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
	width: 670px;
	color: #bddae8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #286583;
}
#conteneur {
	background-color: #415860;
	margin-left: auto;
	margin-right: auto;
	margin-top:30px;
	margin-bottom:30px; /* ne marche pas sous IE */
	width: 670px;
	text-align: justify; /* on rétablit l'alignement normal du texte */
	border: 1px solid #FFFFFF;
}
#bandeau_titre{
	height: 90px;
	width: 665px;
}
#contenu { 
	width: 665px;
	background-color: #286583;
}
#pied_page{
	height:40px;
	background-color:#467a94;
}
p{
	padding:0 30 0 30;
}
h1 {
	font-family: Verdana;
	font-size: 18px;
	color: #FF6600;
	text-align: center;
}
h2	{
	font-size: 14px;
	color: #FF6600;
	text-align:center;	
}
h3	{
	font-weight:normal;
	font-size: 13px;
	color: #FFFFFF;
	padding-left:40px;
}
a {
	text-decoration:none;
	color:#FCE3B1;
	font-weight:bold;
}
a:hover {
	color:#FFA500;
	font-weight:bold;	
}
