div#marque {
	background: url(../imgs/center_bg.png) bottom left no-repeat;
	overflow: auto;
	min-height: 920px;
	margin: 0 0 15px 0;
}
div#marque div.modele {
	background: url(../imgs/mandataire_marque_bg.png) top left no-repeat;
	margin: 0 0 12px 13px;
	width: 494px;
	height: 47px;
	float: left;
}
div#marque div.modele:hover {
	background: url(../imgs/mandataire_marque_bg.png) bottom left no-repeat;
}
div#marque div.modele img {
	position: absolute;
	margin: 9px 0 0 10px;
	border: 1px solid #CCCCCC;
}
div#marque div.modele span {
	position: absolute;
	font-size: 11px;
	font-weight: bold;
	margin: 12px 0 0 59px;
}
div#marque div.modele span a {
	color: #141414;
	text-decoration: none;
}
div#marque div.modele span a:hover {
	text-decoration: underline;
}
div#marque div.modele small {
	color: #666666;
	font-size: 10px;
	position: absolute;
	margin: 27px 0 0 59px;
}
div#marque div.modele em {
	float: right;
	display: block;
	padding: 0 0 0 3px;
	height: 21px;
	margin: 14px 12px 0 0;
	font-size: 10px;
	font-style: normal;
	background: url(../imgs/bouton_gris_left.png) top left no-repeat;
}
div#marque div.modele em a {
	display: block;
	height: 17px;
	padding: 4px 8px 0 4px;
	text-decoration: none;
	color: #333333;
	background: url(../imgs/bouton_gris_right.png) top right no-repeat;
}
div#marque div.modele em a:hover {
	text-decoration: underline;
}