.avertissement{
	color : Red;
	text-align : center;
}

.essai{
	color : black;
	text-align : center;
}

.mail_titre{
	font-variant : small-caps;
	font-size : 14px;
	border-bottom-style : solid;
	border-bottom-width : 1px;
	border-bottom-color : #5F9EA0;
	font-weight : bold;
	color : #000000;
	margin-bottom : 10px;
	margin-top : 0px;
	text-indent : 10px;
}
	
.mail_texte_titre{
	font : bold normal 10pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #5F9EA0;
	margin-left: 10px;
	text-align: left;
	
}
.mail_txt{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Black;
	font-size : 10pt;
	text-indent : 10px;
	text-align : justify;
	margin-left: 10px;
	margin-right: 10px; 
	margin-top: 10px; 
	margin-bottom: 10px;
}

.lien{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size : 12 px;
	color : Black;	
}
.lien:hover{
	text-decoration : underline;
}
a{
	text-decoration : none;
	color : Black;
}
a:visited{
	color : Black;
}
a:hover{
	color : #003399;
}

