@charset "utf-8";
/* CSS Document */
/* BLOC ENSEIGNES */
.top_enseigne{
	background: url(images/gris_enseigne_top.jpg);
	background-repeat: no-repeat;
	line-height:16px;
	padding-left:20px;
	padding-top:6px;
	font-size: 13px;
	color: #c91363;
	font-weight: bold;
}
.centre_enseigne {
	background: url(images/gris_recu_centre.jpg);
	background-repeat:repeat-y;
	padding-left:20px;
	padding-top:5px;
	padding-right:20px;
	max-width: 277px;
}
.bottom_enseigne {
	background: url(images/gris_recu_bottom.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width:277px;
	}

.enseigne {
	background: url(images/fond_enseignes.jpg);
	background-repeat: no-repeat;
	width:54px;
	height:54px;
	padding-top: 4px;
	margin-right: 4px;
	float:left;
}
.enseigne img {
	display:block;
	margin-left:4px;
	margin-top:1px;
}
.enseigne_cheque {
        background:url(images/fond_enseignes_cheque.jpg);
        background-repeat:no-repeat;
        width:40px;
        height:41px;
        margin:2px 6px 2px 2px;
        float:left;
}

.enseigne_cheque img {
	margin:3px;
}
.voir{
	font-size: 10px;
	color: #c91363;
	margin-left:100px;
	margin-bottom:5px;
	margin-top:5px;
}
.voir a {
	font-size: 10px;
	color: #c91363;
	text-decoration:none;
}
.voir a:hover {
	font-size: 10px;
	color: #4b4b4b;
	text-decoration:none;
}
/* FIN BLOC ENSEIGNES */

.zone_cliquable {
    		cursor: pointer;
    	}
    
    	.overDivContainer {
    		position:absolute;
    		visibility:hidden;
    		z-index:1000;
    		border:1px solid #AAAAAA;
    		padding:4px;
    		background-color: white;
    		width:156px;
    	}
		.overDivContainer img {
			margin-left:3px;
		}
		* html .overDivContainer {
    		position:absolute;
    		visibility:hidden;
    		z-index:1000;
    		border:1px solid #AAAAAA;
    		background-color: white;
    		width:150px;
			height:150px;
    	}
    	* html .overDivContainer img {
		margin-left:23px;
		}
