/*pour la page d'accueil*/

.fgclassl
	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-size: 10px;
	background: url(../images/tache.png) ;
	background-position: bottom right ;
	background-repeat:no-repeat ;
	background-color: white ;
	/* Opacity in IE */
	filter: alpha(opacity=70);
	/* Opacity in Mozilla */
	-moz-opacity: 0.7;
	height: 300px;
	}
	
.bgclassl	{
	width: 300px;
}

.textfontclassl {
	background: none ;
}

.captionfontclassl {
	background: #5F4596;
	text-align: right ;
	color: #fff;
	font-size: 10px;
	padding: 0 3px 0 0;
	/* Opacity in IE */
	filter: alpha(opacity=90);
	/* Opacity in Mozilla */
	-moz-opacity: 0.9;
	}

.closefontclassl {
	background-color: transparent ;
	}