/* apropos/qui_sommes_nous/valeurs_principes.html - gestion de l'image de couverture*/
.CGIimageCouvertureBordure {
	border: 1px solid #515151;
	margin-right: 10px;
	vertical-align: top;
	float: left;
}

/* apropos/ou_sommes_nous/ - liens croisés pour l'effet over dans les listes des points de vente*/

a.lienagences {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	padding-left: 9px;
	color: #00B053;
	text-decoration: underline;
	background : url(/static/images/commun/puce_agences.gif) no-repeat 0 5px;
}
a.lienagences:hover {
	color: #FF0000;
	text-decoration: underline;
	background : url(/static/images/commun/red.gif) no-repeat 0 5px;
}
a.lienagencesRouge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	padding-left: 9px;
	color: #FF0000;
	text-decoration: underline;
	background : url(/static/images/commun/red.gif) no-repeat 0 5px;
}
a.lienagencesRouge:hover {
	color: #FF0000;
	text-decoration: underline;
	background : url(/static/images/commun/red.gif) no-repeat 0 5px;
}
.doubleListe{
	display: block;
	margin-left:60px;
	margin-top: -13px;
	text-decoration: none;
}	
a.doubleListe:link, a.doubleListe:visited, a.doubleListe:active {
	text-decoration: none;
}
a.doubleListe:hover {
	text-decoration: underline;
}
.liste-pdf {
	display: block;
	background-image: url(/static/images/commun/ico_download_pdf.gif);
	background-repeat: no-repeat;
	list-style-image: url(/static/images/commun/spacer.gif);
	padding-top: 3px;
	margin-left: 10px;
	padding-left: 25px;
	margin-right: 10px;
	text-align: justify;
	height: 20px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.liste-wma {

	display: block;
	background-image: url(/static/images/commun/ico_wma.gif);
	background-repeat: no-repeat;
	list-style-image: url(/static/images/commun/spacer.gif);
	padding-top: 3px;
	margin-left: 10px;
	padding-left: 25px;
	margin-right: 10px;
	text-align: justify;
	height: 20px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.liste-real {


	display: block;
	background-image: url(/static/images/commun/ico_real.gif);
	background-repeat: no-repeat;
	list-style-image: url(/static/images/commun/spacer.gif);
	padding-top: 3px;
	margin-left: 10px;
	padding-left: 25px;
	margin-right: 10px;
	text-align: justify;
	height: 20px;
	margin-bottom: 10px;
	margin-top: 5px;
}
a.liste-produit:link, a.liste-produit:visited, a.liste-produit:active {
	text-decoration: none;
}
a.liste-produit:hover {
	text-decoration: underline;
}
.liste-xls {

	display: block;
	background-image: url(/static/images/commun/ico_xls.gif);
	background-repeat: no-repeat;
	list-style-image: url(/static/images/commun/spacer.gif);
	padding-top: 3px;
	margin-left: 10px;
	padding-left: 25px;
	margin-right: 10px;
	text-align: justify;
	height: 20px;
	margin-bottom: 10px;
	margin-top: 5px;
}
