@charset "utf-8";
/* CSS Document */
body {
	
/*     background:url(../images/gris/fond_body.png) repeat-x; */
 background: #999fa5;
	
}
#header {
    
	background:url(../images/gris/header_page.png) repeat-y;

}
.mainContent {
	background:url(../images/gris/ContentMain_spacer.png) repeat-y;
}
div.slider {
	background: url(../images/gris/coverflowScrollbar.png) no-repeat;
}
div.ui-slider-handle {
	background: url(../images/gris/handle.png) no-repeat;	
}
#btn_home {
	margin-left:100px;
}
#btn_home li{
	float:left;
	list-style:none;
		
}
.btn_devis {
	background:url(../images/bleu/btn_devis.png) no-repeat;
}
.btn_prestas {
	background:url(../images/bleu/btn_presta_perso.png) no-repeat;
}
.btn_ref {
	background:url(../images/bleu/btn_references.png) no-repeat;
}
#conteneur_pack {
	float:left;
    width:142px;
	background:url(../images/bleu/btn_pack.png) no-repeat;
	margin-left:40px;
	
}
#conteneur_pack a { color:#000; }
#conteneur_pack a:visited { color:#000; }
#conteneur_pack ul {
	
	margin-top:15px;
}
#conteneur_pack li {
	list-style:none;
	line-height:25px;
	width:100%;
}
#conteneur_pack p {
	line-height:15px;
	margin-top:15px;
	font-size:12px;
	color:#666;
	text-align:center;
	padding:0px 7px 0px 7px;
}
.type_pack {
	font-size:16px;
	font-weight:bold;
}
.type_pack_dynamique {
	font-size:14px;
	font-weight:bold;
}
.a_partir_pack {
	font-size:12px;
	color:#666;
	text-align:left;
}
.prix_pack {
	font-size:35px;
	line-height:40px;
}
.en_savoir_plus_pack {
	font-size:12px;
	color:#666;
}
#home p {
	text-align:left;
	color:#333;
}