/*
    * #3B4803 sombre
    * #718A06 atténué
    * #A2BE2B base
    * #B0C263 éclairci
    * #F8FAEE pastel
Attention, lorsque on change un code couleur d’une business line, les modifications de couleurs doivent être reportées dans style.css pour le module news de la home.
*/
a{
	color: #A2BE2B
}

/*********************navigation gauche*/

.nav_right{
	background: #A2BE2B;
}
.nav_on, .nav_right a:hover{
	background: #718A06;
}
.nav_right li a{
	border-bottom: 1px dashed #F8FAEE;
}
.s_nav a{
	background: #B0C263 url('../images/commun/picto_link_white.gif') no-repeat 5px 8px;
}
.s_nav_on a, .s_nav a:hover {
	background: #3B4803 url('../images/commun/picto_link_white.gif') no-repeat 5px 8px;
}
/**********************page article*/
.banner{
	border-bottom: 12px solid #B0C263;
}
.visual_flash{
	border-bottom: 12px solid #B0C263;
}
.content_article h2{
	color: #A2BE2B;
}
.content_article  h4{
	color: #A2BE2B;
	
}
.content_h2 ul li, .mod_suggest ul li, .mod_cons ul li, .mod_contact ul li{
	
}
.block_color{
	background: #F8FAEE;
	border: 1px solid #B0C263;
}
.block_color2{
	background: #efefef;
	border: 1px solid #999999;
	padding: 0px 0px 0 0px
}


.link{
	background: url('../images/gas/picto_link_gas.gif') no-repeat 0 4px;
}
.mod_suggest li a:hover{
	color: #A2BE2B;
}
.mod_cons{
	background: #F8FAEE;
}

/****************************home*/

.country{
	background: #718A06;
}
.promo{
	background: #A2BE2B;
}
.mod_free h3, .mod_free a{
	color: #A2BE2B;
}
.mod_free li{
	background: url('../images/gas/picto_puce_gas.gif') no-repeat 0 6px;
}
.context_sitemap{
	background: #718A06;
}

