
/****
* A. Styles generaux
****/


body {
margin: 0px;
padding: 0;
font-family: Arial, sans-serif;
font-size: 12px;
text-align:left;
background-color:#061947;

}




.texte_bleu_25
{	font-family: Arial, sans-serif;
	font-size: 25px;
	color: #003399;
	font-weight: bold;

}

.texte_bleu_15
{	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #003399;
	font-weight: bold;

}



.texte_bleu_14
{	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #103082;
	font-weight: bold;

}

.texte_bleu_12
{	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #103082;
	font-weight: bold;
	text-decoration: none;

}


.texte_rouge_25
{	font-family: Arial, sans-serif;
	font-size: 25px;
	color: #e60000;
	font-weight: bold;
	text-decoration: none;
}

.texte_rouge_15
{	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #e60000;
	font-weight: bold;
	text-decoration: none;

}


.texte_rouge_12
{	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #e60000;
	font-weight: bold;
	text-decoration: none;

}


.texte_blanc_15
{	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;

}


.texte_blanc_25
{	font-family: Arial, sans-serif;
	font-size: 25px;
	color: #ffffff;
	font-weight: bold;

}



.texte
{	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: regular;	
	text-decoration: none;


}





