@charset "utf-8";
/*-----------------------------------------------------
GERER LES TAILLES ET POSITIONS DES BLOCS TYPES
- les zones de bandeaux
- les conteneurs
- les colonnages
-----------------------------------------------------*/
.bande {
	width:100%;
	clear:both;
	overflow:hidden
}
.conteneur {
	width:960px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
}

.der {
	float:right!important;
	margin-right:0!important;
}

.col2 {
	width:49%;
	float:left;
}
.col3 {
	width:32%;
	float:left;
	margin-right:2%;
}
.col4 {
	width:23%;
	float:left;
	margin-right:2.66%;
}

.col1-3{
	width:32%;
	float:left;
}
.col2-3{
	width:65%;
	float:left;
}



