/* CSS Document */

.fondImage {
 background-repeat:no-repeat;
 background-position:bottom;
 background-position:left;
}

.texte{
	font-family:Verdana;
	font-size:11px;
}
.titre{
	font-family:Verdana;
	font-size:15px;
}
.erreur{
	font-family:Verdana;
	font-size:13px;
	color:#FF0000;
}
.adresse{
	font-family:Verdana;
	font-size:10px;
	color:#666666;
}
