.div-complet, .div-trois-quart, .div-deux-tier, .div-demi, .div-tier, .div-quart, .div-cinquieme
{
	float: left;
	/*background-color: #FFFF55;
	border: 0px none #5555DD;*/
	/*background: skyblue;*/
}

.div-complet		{ width: 100%; }
.div-trois-quart	{ width: 75%; }

.div-deux-tier		{ width: 66.6%; }
.div-demi			{ width: 49.8%; }	/* pas 50% ! 49.8% dans certains cas */
.div-tier			{ width: 33.3%; }

.div-quart			{ width: 25%; }

.div-cinquieme		{ width: 19.8%; }	/* 19.8%; Opera comprend 19% */
.div-sixieme		{ width: 16.6%; }


/*
.div-cinquieme			{ width: 19.8%; }
@media all and (min-width: 0px) { head~body .div-cinquieme { width: 20%; } }
*/
/*
.div-cinquieme			{ background-color: #DDFFDD; width: 19.8%; }
* html .div-cinquieme	{ background-color: #FFDDDD; width: 20%; }
*/