div.troiscolonnegauchecentre {
	float: left;
	width: 33%;
}
div.troiscolonnedroite {
	float: right;
	width: 33%;
}
div.deuxcolonnegauche {
	float: left;
	width: 50%;
}

div.deuxcolonnedroite {
	float: right;
	width: 50%;
}