@charset "utf-8";
/* CSS Document */

 body {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-image: url(images/fond/fond.jpg);		
}

.texte_bleu, .texte_bleu a:link, .texte_bleu a:visited, .texte_bleu a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #003366;
	text-decoration:none;
}

.texte_bleu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration:underline;
	color: #993300;
}

.texte_rouge, .texte_rouge a:link, .texte_rouge a:visited, .texte_rouge a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #CC0000;
	text-decoration:none;
}

.texte_rouge a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration:underline;
	color: #003366;
}

.texte_bleu_gras, .texte_bleu_gras a:link, .texte_bleu_gras a:visited, .texte_bleu_gras a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
	text-decoration:none;
}

.texte_bleu_gras a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration:underline;
	color: #993300;
}

.texte_bleu_italyque, .texte_bleu_italyque a:link, .texte_bleu_italyque a:visited, .texte_bleu_italyque a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #003366;
	text-decoration:none;
}

.texte_bleu_italyque a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	text-decoration:underline;
	color: #993300;
}

.texte_mention, .texte_mention a:link, .texte_mention a:visited, .texte_mention a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration:none;
}

.texte_mention a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration:underline;
}

