@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:#343a3e;
	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:175px;
	background:#343a3e;
	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:25px 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:147px;
	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 10px 0 0;
	background:url("../_images/menu_bgd.png") left no-repeat;
	width:108px;
	height:22px;
}

#header #menu ul li.petit
{
	float:left;
	list-style-type:none;
	padding:6px 5px 0 5px;
	margin:0 10px 0 0;
	background:url("../_images/menu_bgd_petit.png") left no-repeat;
	width:48px;
	height:22px;
	
}

#header #menu ul li.moyen
{
	float:left;
	list-style-type:none;
	padding:6px 5px 0px 5px;
	margin:0px 10px 0px 0px;
	background:url("../_images/menu_bgd_moyen.png") left no-repeat;
	width:68px;
	height:22px;
}

#header #menu ul li.espace_client
{
	float:right;
	list-style-type:none;
	padding:6px 5px 0 5px;
	margin:0 10px 0 0;
	background:url("../_images/menu_bgd_vert.png") left no-repeat;
	width:140px;
	height:22px;
	
}

#header #menu ul li.active, #header #menu ul li:hover
{
	color:#494e52;
	background:url("../_images/menu_bgd.png") right no-repeat;
	width:108px;
	height:22px;
}

#header #menu ul li.active.petit, #header #menu ul li.petit:hover
{
	color:#494e52;
	background:url("../_images/menu_bgd_petit.png") right no-repeat;
	width:48px;
	height:22px;
}

#header #menu ul li.active.moyen, #header #menu ul li.moyen:hover
{
	color:#494e52;
	background:url("../_images/menu_bgd_moyen.png") right no-repeat;
	width:68px;
	height:22px;
}


#header #menu ul li.active.espace_client, #header #menu ul li.espace_client:hover
{
	color:#494e52;
	background:url("../_images/menu_bgd_vert.png") right no-repeat;
	width:140px;
	height:22px;
}

#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;
}

/**************************************************
******************** 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:#FF7E00;
	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: #7C7D7D;
}
/* FIN les titres */

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

table tr td, table tr th
{
	padding:4px 7px;
}
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:#73b9e2;
	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;
}













/**************************************************
******************* 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;
}