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

.blocFooter1{
	float:left;
	width:198px;
	height:140px;
	background-color:#666666;
	margin:10px 10px 10px 0px;
	padding:5px;
}
.blocFooter1_bis{
	float:left;
	width:198px;
	height:140px;
	margin:10px 0px 10px 0px;
	background-color:#666666;
	padding:5px;
}
.blocTitreFooter1{
	background-color:#ccccff;
	width:198px;
	height:22px;
	overflow:hidden; /* Evite la fusion des marges avec les flèches enfants */
}

.fleche{
	float:left;
	background-color:#0F6;
	width:6px;
	height:6px;
	margin-left:2px;
	margin-top:9px; 
}

.f-rouge{
	background:url(../images/fleche_rouge.jpg);
	background-repeat:no-repeat;
}
.f-orange{
	background:url(../images/fleche_orange.jpg);
	background-repeat:no-repeat;
}
.f-violette{
	background:url(../images/fleche_violette.jpg);
	background-repeat:no-repeat;
}

/* Caroussel*/
#carrouselDiv{
	margin-top:-40px;
	margin-left:-15px;
}
