@charset "utf-8";
/* CSS Document */

body
{
	top:0;
	margin: 0; /* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	background:url('../_images/bg1.png') top left repeat-x #fff;
	color:#5f5f5f;
}

a img
{
	border:none;
	
}

a 
{
color:black;
text-decoration:none;
}


a:hover
{
text-decoration:underline;
}
/**************************************************
************* POSITIONNEMENT DU SITE **************
**************************************************/
#global
{
	position: relative; /* on positionne le conteneur */
	text-align:left;
	background:#FFF;
}

#contenant
{
	position: relative; /* on positionne le conteneur */
	margin-left: auto;
	margin-right: auto;
	width:850px;
	padding:3px 0 15px 0;
}

#argu
{

font-size: 15px;
line-height: 20px;

}

#contenant2
{
	position: relative; /* on positionne le conteneur */
	padding:20px;
}

#header
{
	width:850px;
	height:140px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	position: relative;
}

#header2
{
	width:100%;
	height:50px;
	background:#343a3e;
}

#header_separator
{
	border-bottom:3px solid #e4ebec;
}

#client_tel4com
{
	width:100%;
	height:110px;
	background:#F1F1F1;
	padding:10px 0 0 0;
}

#footer
{
	width:100%;
	text-align:center;
	padding:10px 0 0 0;
	font-size:11px;
	letter-spacing:1px;
}

/**************************************************
******************* HEADER ************************
**************************************************/
#header #bloc_logo
{
	float:left;
	width:25%;
	text-align:left;
}
#header #blocs
{
	float:left;
	width:50%;
	text-align:center;
}

#header #bloc_logo h1
{
	margin:0;
	padding:20px 0 0 0;
}

#header #bloc_assistance
{
	float:right;
	width:70%;
	height:95px;
	text-align:right;
}

#header #bloc_assistance p
{
	margin:0;
	padding:25px 0 0 0;
}

#header #bloc_assistance p img.espace
{
	padding: 0 85px 0 0;
}
/**************************************************
********************* MENU ************************
**************************************************/
#header #menu
{
	position: absolute;
	top:110px;
	clear: both;
	width:850px;
	height:27px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	left:0;
	
}

*+html #header #menu
{
	margin-top:-2px;
}

#header #menu ul
{
	margin:0;
	padding:0;
}

#header #menu ul li
{
	float:left;
	list-style-type:none;
	padding:6px 5px 0 5px;
	margin:0 5px 0 0;
	background-color:#E94A1D;
	background-image:url('../_images/bg_menu.png');
	padding:8px 15px 8px 15px;
	border-radius:8px 8px 0px 0px ;
	box-shadow: inset 0 1px 0 #FC6B00;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}


#header #menu ul li.espace_client
{
	float:right;
	
	
	list-style-type:none;

	padding:6px 5px 0 5px;
	margin:0 10px 0 0;
	background-color:#9DC64C;
	padding:8px 15px 8px 15px;
	border-radius:8px 8px 0px 0px ;
	box-shadow: inset 0 1px 0 #BCED5B;
}


#header #menu ul li.active, #header #menu ul li:hover, #header #menu ul li.espace_client:hover
{
	color:#494e52;
	background:#E4EBEC;
	height:22px;
	text-shadow: 1px 1px 0 white;
	box-shadow: inset 0 1px 0 #fff;
}


#header #menu ul li.active a, #header #menu ul li:hover a
{
	color:#494e52;
}

#header #menu ul li.active.espace_client a, #header #menu ul li.espace_client:hover a
{
	color:#9dc64c;
}



#header #menu ul li a
{
	color:#FFF;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}


#menu
{

width: 850px;
}


.numero
{
width:25px;
height:25px;
display:block;
text-align:center;
line-height:25px;
border-radius:25px;
background:#1DADBB;
color:white;
font-weight:bold;
}

.item {font-weight:bold;
font-size:14px;
}
/**************************************************
******************** CONTENU **********************
**************************************************/
/* Les titres */

h1 
{
font-size: 20px;
color:#000;
}



h2
{
	margin:-10px 0 2px 0;
	padding:0;
	color:#9fa1a2;
	font-size:15px;
}

h3
{
	margin:10px 0 5px 0;
	padding:0;
	color:#E94A1D;
	font-size:16px;
	
}

h4
{
	margin:0;
	padding:0;
	font-size:16px;
}

#contenant p
{
	padding:0;
	margin:0 0 5px 0;
	font-size: 13px;
	line-height: 16px;
	color: #5c5c5c;
}
/* FIN les titres */

/* Tableau */
table
{
	width:100%;
	border-collapse:collapse;
}

.choose {
color:white;
list-style-type: none;
margin-top: 5px;
background-color: #E94A1D;
background-image: url('../_images/bg_menu.png');
padding: 3px 15px 3px 15px;
border-radius: 3px;
box-shadow: inset 0 1px 0 #FC6B00;
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);

}
.info
{

text-align: left;
background: #FBF7AA;
border: 3px solid #F9E98E;
color: #BA6E35;
padding: 5px;
margin-bottom:15px;

}


table tr td, table tr th
{
	padding:3px;
}
table tr th
{
	font-weight:bold;
}

table.bordure tr td, table.bordure tr th
{
	border:1px solid #F1F1F1;
}
/* FIN tableau */

/* Bloc gauche et bloc droit du header */
.bloc_gauche
{
	float:left;
	width:530px;
}

.bloc_droit
{
	float:right;
	width:288px;
}
/* FIN Bloc gauche et bloc droit du header */

/* Bloc gauche et bloc droit 50% */
#bloc_gauche
{
	float:left;
	width:48%;
}

#bloc_droit
{
	float:right;
	width:45%;
}
/* FIN Bloc gauche et bloc droit 50% */


/* Bloc trouver la meilleur solution */
#bloc_solution #bloc_solution_haut
{
	background:url("../_images/bloc_solution_haut.png");
	width:288px;
	height:29px;
}

#bloc_solution #bloc_solution_centre
{
	background:#f7f7f7;
	border:1px solid #EAEAEA;
	padding:10px;
}

#bloc_solution #bloc_solution_centre table
{
	width:100%;
}
#bloc_solution #bloc_solution_centre table tr td, #bloc_solution #bloc_solution_centre table tr th
{
	padding:2px 0;
}
/* FIN Bloc trouver la meilleur solution */

/* Bloc avantages */
#bloc_avantage_haut
{
	background:url("../_images/bloc_avantage_haut.png");
	width:850px;
	height:23px;
}
#bloc_avantage_centre
{
	background:url("../_images/bloc_avantage_bgd.png") repeat-x #F5F5F5;
	height:140px;
	width:848px;
	border-left:1px solid #f0f0f0;
	border-right:1px solid #f0f0f0;
}
#bloc_avantage_bas
{
	background:url("../_images/bloc_avantage_bas.png");
	width:850px;
	height:14px;
}
#bloc_avantage_centre .bloc_avantage_details
{
	float:left;
	width:192px;
	height:135px;
	border-right:1px solid #F0F0F0;
	padding:0 10px;
}
#bloc_avantage_centre .bloc_avantage_details2
{
	float:left;
	width:180px;
	height:135px;
	border:none;
	padding:0 10px;
}

* html #bloc_avantage_centre .bloc_avantage_details
{
	width:191px;
}

#bloc_avantage_centre .bloc_avantage_details p.titre, #bloc_avantage_centre .bloc_avantage_details2 p.titre
{
	font-size:15px;
	font-weight:bold;
	color:#1DADBB;
	margin:0;
	padding:5px 0 5px 0;
}

#bloc_avantage_centre .bloc_avantage_details p, #bloc_avantage_centre .bloc_avantage_details2 p
{
	font-size:12px;
}
/* FIN Bloc aventages */

/* Les puces */
ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}
ul li
{
	padding:0 0 3px 0;
}
ul li a
{
	color:black;
	text-decoration:none;
}
/* FIN les puces */

/* Les formulaires */
input
{
	border:1px solid #C1C1C1;
	height:15px;
	font-size:11px;
}
textarea
{
	border:1px solid #C1C1C1;
	height:55px;
	font-size:11px;
}

select
{
	border:1px solid #C1C1C1;
	width:90%;
	margin-left:10px;
	height:20px;
	font-size:11px;
	
}

input.connexion,input.inscription,input.contact
{
border:1px solid #C1C1C1;
	height:25px;
	font-size:16px;
	width:100%;
}

textarea.contact
{
border:1px solid #C1C1C1;
	height:60px;
	font-size:16px;
	width:100%;
}
input.checkbox, input.radio
{
    
	width:auto;
	border:none;
}
/* FIN les formulaires */

/* Les boutons */
input.btn_trouver
{
	background:url("../_images/btn_trouver.png");
	border:none;
	width:91px;
	height:25px;
	cursor:pointer;
}

input.btn_valider
{
	background:url("../_images/btn_valider.gif");
	border:none;
	width:135px;
	height:33px;
	cursor:pointer;
}
/* FIN les boutons */

/**************************************************
******************* CLIENTS ***********************
**************************************************/
#client_tel4com #bloc_milieu
{
	width:850px;
	margin-left:auto;
	margin-right:auto;
}

#client_tel4com #bloc_milieu p
{
	margin:0;
	padding:0 0 10px 0;
	color:#bcbebf;
	font-weight:bold;
}

#client_tel4com #bloc_milieu p img
{
	padding:0 15px 0 0;
	margin:0;
}
/**************************************************
******************* FOOTER ************************
**************************************************/
#footer p
{
	padding:0;
	margin:0;
	color:#c0c0c0;
}




table.report { border:1px solid red; }








/**************************************************
******************* DIVERS ************************
**************************************************/
.orange
{
	color:#ff8124;
}

.vert
{
	color:#9dc64c;
}

.noir
{
	color:#000;
}

.clear
{
	clear:both;
}

.align_centre
{
	text-align:center;
}
.align_gauche
{
	text-align:left;
}
.align_droite
{
	text-align:right;
}

.classe1
{
	background:#F9F9F9;
}

.classe2
{
	background:#FFF;
}


.blocplus
{
border-radius: 6px;
box-shadow: 0px 0px 8px #888;
border: 1px solid #B1B1B1;
position: relative;
background:#fff;
height:290px;
}

.blocplus img { margin-left:20px;margin-bottom:10px;}

.titre_tarif{
font-family:Arial !important;
font-weight:bold;
font-size:16px !important;
color:#E96843 !important;
display: block;
text-align:center;
margin-top:16px !important;


}

.titre_tarif1{
font-family:Arial !important;
font-weight:bold;
font-size:15px !important;
color:#454545 !important;
display: block;
text-align:center;
margin-top:10px !important;
margin-bottom:10px !important;
text-shadow:0px 1px white !important;

}
