@charset "utf-8";
/* CSS Document */

#box_acces_gammes{
float:left;
width:380px;
}
	#box_acces_gammes h2{
	color:#0f4479;
	background:url(images/titre_gris-bleu_fond.png) repeat-x top;
	font-weight:bold;
	padding:5px 5px 20px 5px;
	font-size:115%;
	}
	#box_acces_gammes li{
	float:left;
	list-style:none;
	}
	#box_acces_gammes #btn_tertiaire a, #box_acces_gammes #btn_industriel a{
	display:block;
	width:190px;
	height:194px;
	font-size:0;
	text-indent:-6000px;
	}
	#box_acces_gammes #btn_tertiaire a{
	background:url(images/btn_esp_tertiaire.jpg) no-repeat top center;
	}
	#box_acces_gammes #btn_industriel a{
	background:url(images/btn_esp_indus.jpg) no-repeat top center;
	}
	
#box_info{
width:344px;
height:235px;
background:#eba424 url(images/box_info_fond.jpg) repeat-x top;
float:left;
margin:0 0 0 10px;
padding:0 8px;
}
	#box_info h2{
	color:#fff;
	background:url(images/trame_blanche.png) repeat-x bottom;
	font-weight:bold;
	padding:5px 0 15px 0;
	font-size:115%;
	}
	#box_info img{
	float:left;
	margin:5px 8px 8px 0;
	border:none;
	}
	#box_info p{
	margin:5px 5px 10px 5px;
	color:#fff;
	}
	#box_info p a{
	color:#fff;
	text-decoration:none;
	}
	#box_info p.en-savoir-plus{
	text-align:right;
	}
	#box_info p.en-savoir-plus a{
	color:#18338f;
	font-weight:bold;
	text-decoration:none;
	font-style:italic;
	}
