body {
	background-color: #2E2221;
	text-align: center;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#titre_index h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
font-weight:bold;
margin-bottom:0; /* BUG ALIGNEMENT VERTICAL DU TITRE POUR IE */
}

#titre_page h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color:#FFFFFF;
font-weight:bold;
margin-bottom:0; /* BUG ALIGNEMENT VERTICAL DU TITRE POUR IE */
}

.texte {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}	 

a {
   	color: #FF6600; 
	text-decoration: none; 
	font-size: 12px; 
	font-weight: normal; 
	font-family: Arial
}

a:hover {
	color: #d90000;
	text-decoration: underline;
}

a.link_fond_orange {
	color: #663300; 
	text-decoration: none; 
	font-size: 12px; 
	font-weight: normal; 
	font-family: Arial
}

a:hover {
	color: #d90000;
	text-decoration: underline;
}

a.link_partenaire {
	color: #FFFFFF; 
	text-decoration: none; 
	font-size: 10px; 
	font-weight: normal; 
	font-family: Arial
}
