.main {
	background-color: #FFF;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #FFF;
}
.titre_droite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.texte_droite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}
.titre_gauche {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #FFF;
}
.texte_gauche {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
        text-align: justify;
}
.red_underscore {
	color: #B60001;
}
.texte_footer_gauche {
	color: #FFF;
	font-weight: bold;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: right;
}
.sous_titre {
	font-weight: bold;
	font-size: 10px;
}

