body {
	font-family:  arial,verdana,helvetica,"方正宋黑繁体";
	font-size: 11px;
	margin: 0;
	padding: 0;
	background: #FFF;
	color: #5a5a5a;
}
html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
html, table tr td, ul li, div, span, input, select{
	font-size: 11px;
}

a{
	color: #5a5a5a;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color:#a8121d;
}
h1{
	color:#a8121d;
	margin:0;
	padding:0;
	font-size:14px;
}

h1 span{
	color:#a8121d;
	font-size:14px;
}

h2{
	color: #5a5a5a;
	font-weight:bold;
	margin:0;
	padding:0;
	font-size:13px;
}

h2.titre{
	color:#A8121D;
	font-weight:bold;
	margin:0;
	padding:0;
	font-size:13px;
}

h3.titre{
	color:#A8121D;
	margin:0;
	padding:0;
}

h3{
	color: #5A5A5A;
	margin:0;
	padding:0;
}

h3.titre_form{
	color:#A8121D;
	margin-top:12px;
}
ul.texte{
	list-style-image:url('../images/Puce_ronde.png');
}

div.shin{
	border-bottom:solid 1px #A8121D;
	width:100%;
	margin-bottom:5px;

}

p{
	color: #5a5a5a;
	padding:0;
	font-size:11px;
	text-align:justify;
}
img{
	border:none;
}

form{
	margin:0;
	padding:0;
}
#page{
	width:986px;
	
	margin:5px auto 0 auto;
}
.input_normal{
	width:130px;
	border:1px solid #5A5A5A;
	height:12px;
	font-size:10px;
}
.select_normal{
	width:132px;
	border:1px solid #5A5A5A;
	font-size:10px;
}
.media{
	margin:0 auto;
}

.underline{
		border-bottom:solid 1px #5A5A5A;
}

/*-----------------HEADER-----------------*/
#header{	
	width:986px;
}
	#header_logo{	
		width:206px;
		/*margin-right:20px;*/
		float:left;
		padding-top:10px;
		/*background-color:yellow;*/
	}
	#header_content{	
		width:776px;
		float:right;
	}
		#header_content_haut{	
			width:100%;
			text-align:right;
			float:left;
			padding-bottom:10px;
		}
		
		#header_content_haut table{
			float:right;
			/*margin-right:6px;*/
		}
		
		#header_content_haut div, #header_content_haut form{
			display:inline;	
		}
		#header_content_haut input, #header_content_haut select{
			font-size:12px;
		}
		
		#header_content_haut .flags {
		}
		#header_content_haut .flags  a img{
			margin-top:5px;
			border:solid 1px #000000;
			background-color:#ffffff;
			filter:alpha(opacity=40);
			opacity:0.4;
		}
		#header_content_haut .flags  a.activeFlag img, #header_content_haut .flags  a:hover  img{
			background:none;
			filter:alpha(opacity=100);
			opacity:1;
		}

		#header_content_menu{
			margin-top:4px;
			float:right;
		}
		
#bloc_login_distri, #bloc_login_customer, #bloc_login_customer_edit{
	display:none;
	float:left;
}		
.login_button{
	width:100px;
	background-color:#a8121d;
	text-align:center;
	border:none;
	color:#FFF;
	cursor:pointer;
	margin:0px;
}
.login_button:hover{
	background-color:#cfcfcf;
}
#input_search{
	border:none;
	color:#5a5a5a;
	background-color:#f0f0f0;
	width:120px;
		height:15px;
	padding-left:3px;
	margin:0px;
	float:left;
}

#btnSearch{
	border:none;
	color:#5a5a5a;
	background:#f0f0f0 url('../images/loupe.jpg') no-repeat;
	width:23px;
	height:17px;
	margin:0 0 0 3px;	
	cursor:pointer;
	float:left;
}

.menu_item{
	width:69px;
	height:29px;
	background-image:url(../images/Onglet_Gris.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-left:5px;
	cursor:pointer;
	text-align:center;
	padding-top:7px;
	padding-left:5px;
	padding-right:5px;
	position:relative;
	font-weight:bold;
	line-height:1;
}
.menu_item_plus{
	width:86px;
	height:29px;
	background-image:url(../images/Onglet_Gris_Plus.jpg);
	/*background-repeat:repeat-x;*/
}
.menu_item:hover{
	background-image:url(../images/Onglet_Rouge.jpg);
	color:#FFF;
}
.menu_item_plus:hover{
	background-image:url(../images/Onglet_Rouge_Plus.jpg);
	color:#FFF;
	/*background-repeat:repeat-x;*/
}

.menu_item:hover a{
	color:#FFF;
}
.menu_item a{
	color: #5a5a5a;
	font-weight:bold;
	text-decoration: none;
}
.menu_item a:hover{
	color:#FFF;
}
.ss_menu{
	background-color:#a8121d;
	color:#FFF;
	display:none;
	margin-left:-2px;
	margin-top:25px;
	top:11px;
	left:2px;
	position:absolute;
	z-index:100;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:20px;
	text-align:left;
	border:2px solid #c05f66;
	border-top:none;
}
.menu_haut_item{
	padding-top:3px;
	width:100%;
	border-bottom:1px solid #c05f66;
	background-image:url(../images/Puce_Menu.jpg);
	background-repeat:no-repeat;
	background-position:0px 6px; 
	padding-left:10px;
}
.menu_haut_item:hover{
	background-color:#c05f66;
	color:#5A5A5A;
}
.menu_haut_item a{
	color:#FFF;
}
.menu_haut_item a:hover{
	color:#FFF;
}

.menu_haut_ssitem{
	padding-top:3px;
	width:90%;
	border-bottom:1px solid #c05f66;
	background-image:url(../images/Puce_Menu.jpg);
	background-repeat:no-repeat;
	background-position:0px 6px; 
	padding-left:10px;
	margin-left:10%;
}
.menu_haut_ssitem:hover{
	background-color:#c05f66;
	color:#5A5A5A;
}
.menu_haut_ssitem a{
	color:#FFF;
}
.menu_haut_ssitem a:hover{
	color:#FFF;
}

/*-----------------BANDEAU-----------------*/
#bandeau{
	/*width:1050px;*/
	margin-bottom:10px;
	border:solid 1px #000000;
	padding:6px;
}
/*-----------------CONTENT-----------------*/
#content{
	width:986px;
	margin-bottom:10px;
}
	#content_menu{
		width:170px;
		padding-left:7px;
		padding-right:12px;
		padding-top:20px;
		float:left;
	}
	
		#content_menu  .selectedMenu{
			background-color:#f0f0f0;
		}
		#content_menu  .selectedMenu 	a{
			color:#A8121D;
		}
		.menu_gauche_titre{
			width:149px;
			height:33px;
			background-image:url(../images/MenuGauche_Entete.jpg);
			background-repeat:no-repeat;
			font-size:12px;
			color:#FFF;
			font-weight:bold;
			padding-top:17px;
			padding-left:20px;
			margin-bottom:5px;
		}
		.menu_gauche_item{
			width:145px;
			padding:2px 0 2px 22px;
			border-bottom:1px solid #cfcfcf;
			/*height:20px;*/
			background:url('../images/MenuGauche_Puce.png') no-repeat 10px 3px;
			/*background-repeat:no-repeat;
			background-position:20px 2px; */
			font-weight:bold;
		}

	
		.menu_gauche_item:hover{
			background-color:#f0f0f0;
		}
		
		.menu_gauche_ssitem{
			width:125px;
			padding:2px 0 2px 42px;
			border-bottom:1px solid #cfcfcf;
			/*height:20px;*/
			background:url('../images/MenuGauche_Puce_Grise.png') no-repeat 30px 3px;
			/*background-repeat:no-repeat;
			background-position:20px 2px; */
			
		}

		.menu_gauche_ssitem:hover{
			background-color:#f0f0f0;
		}
		
		.menu_gauche_ssitem_produit{
			width:110px;
			padding-left:55px;
			border-bottom:1px solid #cfcfcf;	
			display:none;	
		}

		.menu_gauche_ssitem_produit:hover{
			background-color:#f0f0f0;
		}
		
		
	#content_corps_vide{
		width:974px;
		float:left;
	}
	#content_corps_vide #contenu{
		width:974px;
		float:left;
	}
	
	#content_corps{
		width:557px;
		padding-right:10px;
		float:left;
	}
		#chemin_fer{
			padding:3px 0 3px 0;
			font-weight:normal;
		}
			#chemin_fer a{
				font-weight:normal;
			}
		#contenu{
			width:545px;
			padding:5px;
			border:1px solid #5a5a5a;
			background-color:#f0f0f0;
			margin-bottom:4px;
			font-weight:normal;
		}
		#contenu p{
			font-weight:normal;
		}
		#contenu_titre{
			border-bottom:1px solid #a8121d;
			margin-bottom:3px;
		}
			#contenu_titre h1{
				color:#a8121d;
				margin:0;
				padding:0;
				padding-bottom:5px;
			}
			
	#content_droite{
		width:228px;
		float:left;
		padding-top:5px;
	}
		.content_droite_titre{
			color:#5A5A5A;
			font-size:12px;
			font-weight:bold;
			margin-bottom:6px;
			margin-top:2px;
		}
		#bloc_registrer{
			width:216px;
			height:121px;
			background-image:url(../images/Encart_RegisterNow.jpg);
			background-repeat:no-repeat;
			padding-top:28px;
			padding-left:10px;
			padding-right:4px;
		}
		.bloc_groupe{
			margin-top:7px;
			margin-bottom:7px;
			width:215px;
			padding:6px;
			padding-bottom:0;
			border:1px solid #DEDEDE;
		}
		.item_groupe{
			width:208px;
			padding:2px;
			border:1px solid #DEDEDE;
			background-color:#f0f0f0;
			margin-bottom:6px;
		}
		.item_groupe_titre{
			width:205px;
			background-color:#DEDEDE;
			color:#5A5A5A;
			font-size:12px;
			font-weight:bold;
			padding-left:3px;
			margin-bottom:4px;
		}
		.item_groupe_sstitre{
			color:#5A5A5A;
			font-size:11px;
			font-weight:bold;
			margin-bottom:5px;
		}
		.item_groupe_lien{
			margin-top:6px;
			font-size:9px;
			text-align:right;
		}
		#bloc_contact_us{
			width:220px;
			height:125px;
			background-image:url(../images/Encart_ContactUs.jpg);
			background-repeat:no-repeat;
			padding-top:28px;
			padding-left:10px;
		}
.bloc_img{
	background-color:#FFF;
	padding:5px;
	border:1px solid #DEDEDE;
}



/*-----------------FOOTER-----------------*/
#footer{
	height:68px;
	background:url('../images/Footer.jpg') no-repeat -5px;
	width:986px;
}
#footer a{
	font-size:10px;
}
	#footer_menu{
		height:25px;
		width:960px;
		padding-top:15px;
		padding-left:20px;
		padding-right:20px;
	}
	#footer_bas{
		width:939px;
		padding-left:23px;
		padding-right:10px;
	}
	
		#footer_bas_gauche {
			float:left;
		}
		#footer_bas_droite{
			float:right;
		}
		
		
a.puce{
	padding:0;
	margin:0;
	background:#A8121D url('../images/Puce_transparente.png') no-repeat left center;
}

.puce span{
	margin:0 0 0 9px;
	padding:0 0 0 2px;
	background-color:#F0F0F0;
	width:100%;
}

.puce span h1, .puce span h2, .puce span h3{margin:0;padding:0;display:inline;}




/*page jobs / training*/

.itemJobTraining{
	padding-bottom:8px;
	margin-bottom:10px;
}

.itemJobTraining h1{
	font-size:11px;
	color:#000000;
}
.itemJobTraining h2{
	font-size:10px;
	margin-top:6px;
}


.itemPartener{
	padding-bottom:8px;
	margin-bottom:16px;
}

.itemPartener  table tr td.imagePartener{
	text-align:center;
	width:126px;
}
.itemPartener  table tr td.imagePartener img{
	border:solid 1px #cccccc;
	background-color:#ffffff;
	padding:2px;
}

.itemPartener  table tr td.textPartener{
padding-left:20px;
}

.itemPartener h2{
	margin-bottom:6px;
	border-bottom:solid 1px #a8121d;
}


/*document / newsletter*/
.itemContent{
	width:100%;
	margin-top:10px;
	margin-bottom:16px;
	float:left;	
}
.itemContent h2{
	color:#a8121d;
	border-bottom:solid 1px #a8121d;	
	margin-bottom:5px;
}

.itemContent div.imageItemContent{
	text-align:center;
	width:140px;
	float:left;
	margin-right:10px;
}
.itemContent div.imageItemContent img{
	border:solid 1px #cccccc;
	background-color:#ffffff;
	padding:2px;	

}
.itemContent div.textItemContent{
	float:left;
	width:380px;
	white-space:normal;
}


.itemContent div.textItemContent h2{
	border:0;
	color:#a8121d;
	font-size:11px;
	margin-bottom:5px;
}

/*site map*/
ul.siteMap{}
ul.siteMap li {
	margin-bottom:5px;
	color:#a8121d;
	font-weight:bold;
	font-size:12px;
}
ul.siteMap li a {
	color:#a8121d;
	font-size:12px;
}
ul.siteMap li a:hover {
	color:#a8121d;
}
ul.siteMap li ul{
	margin-bottom:20px;
}
ul.siteMap li ul > li {
	margin-bottom:5px;
	color:#5a5a5a;
	font-weight:bold;
	font-size:10px;
}
ul.siteMap li ul > li a {
	color:#5a5a5a;
	font-size:10px;
}
ul.siteMap li ul  li {
	font-size:11px;
	font-weight:bold;
	list-style-type:disc;
}
ul.siteMap li ul > li {
	margin-bottom:5px;
}
ul.siteMap li ul li ul > li {
	font-size:10px;
	margin-bottom:5px;
	list-style-type:square;
}
ul.siteMap li ul > li ul{
	margin-bottom:5px;
}
.contact_reg{
	background-color:#FFF;
	border:1px solid #5A5A5A;
	margin-bottom:10px;
	height:70px;
}
.titre_contact_appli{
	font-weight:bold;
	text-transform:uppercase;
	padding-top:20px;
}

/*style fancy box connection*/
#bloc_login_fancy{
	width:350px;
	/*height:90px;*/
}
	#bloc_login_fancy_customer{
		padding:6px 6px 0;
		width:330px;
		background-color:#F0F0F0;
		border:1px solid #5A5A5A;
		float:left;
	}
	#bloc_login_fancy_distrib{
		padding:6px 6px 0;
		width:300px;
		background-color:#F0F0F0;
		border:1px solid #5A5A5A;
		float:left;
	}
	
	
/*css tiny*/



.tiny_txt_gris{
	color: #5A5A5A;
    font-size: 11px;
    padding: 0;
}

.tiny_txt_noir{
	color: #000000;
    font-size: 11px;
    padding: 0;
}

.tiny_txt_noir{
	color: #A8121D;
    font-size: 11px;
    padding: 0;
}
/*class*/

/*links*/
.tiny_liena{
    color: #5A5A5A;
    font-weight: bold;
    text-decoration: none;
}
.tiny_liena:hover{
    color: #A8121D;
}
.tiny_lien_souligne{
    color: #5A5A5A;
    font-weight: bold;
    text-decoration: underline;
}
.tiny_lien_souligne:hover{
    color: #A8121D;
}
/*links*/
	
	
	/*tableSpec*/
table.specificationsTable {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}

table.specificationsTable td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: black;
	background-color: white;
}

