.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%; }
*/



div#infobulle
{
	display: none;
	position: absolute;
	margin: 0.5em 8px 0.5em 8px;
	padding: 0px;

	border: 1px solid gray;
	background-color: #FFE4B5;		/* silver */
	color: black;

	z-index: 100;
}

div#infobulle p
{
	width: 300px;
	margin-top: 0.4em;
}

div#infobulle img
{
	width: 300px;
	height: auto;

	border: 1px solid gray;
	background-color: silver;
	color: black;
}
