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

body {
	background:url(/charte/wallpaper/wallpaper.gif) no-repeat top center #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #122000;
	margin: 0px;
	padding: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #162300;
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

.spacer{
	clear:both;	
}

/*Espacement*/
.padding_5px {
	padding: 5px;
}

.padding_left_26px {
	padding-left:26px;
}

/*Structure générale*/

#conteneur {
	background:url(/charte/structure_generale/fd_conteneur.gif) top right repeat-y #FFF;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background: url(/charte/structure_generale/fd_header.jpg) no-repeat;
	height: 92px;
	width: 975px;
	text-align:left;
	border-bottom:1px solid #201614;
}

/*Menu*/
/*
div.div_cat {
	position:relative;
	font-size: 12px;
	color: #162300;
	text-align: center;
	cursor:pointer;
	width:128px;
	height:22px;
	background-color: #FFF;
	font-weight: bold;
	background: url(/charte/menu/menu_separateur.gif) no-repeat right center;
}

div.div_cat_on {
	position:relative;
	font-size: 12px;
	color: #bedb3f;
	text-align: center;
	cursor:pointer;
	width:128px;
	height:22px;
	background-color:#FFF;
	font-weight: bold;
	background: url(/charte/menu/menu_separateur.gif) no-repeat right center;
}*/
/*
.menu_souscat {
	font-size: 10px;
	color: #162300;
	text-align: left;
	padding: 5px;
	cursor:pointer;
	width:130px;
}

.menu_souscat_on {
	font-size: 10px;
	color: #bedb3f;
	text-align: left;
	padding-left: 5px;
	cursor:pointer;
	width:130px;
	background-color: #FFFFFF;
}*/

#menu {
	float:left;
	width:778px;
	height:30px;
	padding:0;
	margin:0;
}

#menu ul{
	display:block;
	width:778px;
	height:30px;
	padding:0;
	margin:0;
	border-bottom: 1px solid #201614;
}

#menu ul li{
	float:left;
	width:128px;
	padding:0 1px 0 0;
	margin:0;
	list-style:none;
	text-align:center;
	background:url(/charte/menu/menu_separateur.gif) right center no-repeat #FFF;
}

#menu ul li.menu6{
	float:left;
	width:132px;
	padding:0 1px 0 0;
	margin:0;
	list-style:none;
	text-align:center;
	background:#FFF;
}

#menu ul li a{
	display:block;
	height:30px;
	padding:0 15px 0 15px;
	font-weight: bold;
	color: #535353;
	line-height:30px;
}

#menu ul li a:hover {
	background:#bedb3f;
	text-decoration:none;
}

#menu ul li a.select{
	display:block;
	height:30px;
	padding:0 15px 0 15px;
	font-weight: bold;
	color: #535353;
	line-height:30px;
	background:#bedb3f;
	text-decoration:none;
}

#menu ul li a span{
	display:inline-block;
	width:9px;
	height:8px;
	margin:0 5px 0 0;
	*margin:-11px 5px 0 0;
	_margin:7px 5px 0 0;
	background:url(/charte/menu/menu_puce.gif) no-repeat 0 0;
}

#menu ul li a:hover span, #menu ul li a.select span{
	display:inline-block;
	width:9px;
	height:8px;
	margin:0 5px 0 0;
	*margin:-11px 5px 0 0;
	_margin:7px 5px 0 0;
	background:url(/charte/menu/menu_puce_on.gif) no-repeat 0 0;
}

#menu div.div_souscat{
	position:absolute;
	width:140px;
	padding:0;
	margin:0;
	z-index:10;
    box-shadow:0 5px 6px #909788;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#909788', Direction=120, Strength=5);
	zoom:1;
	background:#ffffff;
}

#menu div.div_souscat ul{
	display:block;
	width:100%;
	padding:10px 0 0 0;
	margin:0;
	background:none #ffffff;
	border:none;
}

#menu div.div_souscat ul li{
	display:block;
	width:100%;
	padding:0 5px 0 5px;
	margin:0;
	border:none;
	background:none #ffffff;
}

#menu div.div_souscat ul li a{
	display:block;
	padding:0;
	margin:0;
	font-size:11px;
	line-height:12px;
	font-weight:normal;
	text-align:left;
	border:none;
	background:none;
}

#menu div.div_souscat ul li a:hover{
	color:#bedb3f;
	text-decoration:none;
}

/*
#menu ul li a.lienmenu_on {
	display:block;
	height:30px;
	padding:0 30px 0 36px;
	font-weight: bold;
	line-height:30px;
	background:url(/charte/menu/menu_puce_on.gif) no-repeat 15px 12px #bedb3f;
}

.sousmenu {
	position: absolute;
	margin-top:-5px;
	display: none;
	padding:3px 0px 3px 0px;
	background-color:#FFF;
	width:130px;
	z-index:500;
}

.sousmenu_solution {
	position: absolute;
	margin-top:-3px;
	display: none;
	padding :3px 0px 3px 0px;
	background-color:#FFF;
	width:230px;
	z-index:500;
}

a.liensousmenu:link, a.liensousmenu:active, a.liensousmenu:visited {
	color: #162300;
	text-decoration: none;
}

a.liensousmenu:hover {
	color: #bedb3f;
	text-decoration: underline;
}

a.bouton:link, a.bouton:active, a.bouton:visited {
  border: 1px ;
  font-weight: bold;
  text-align: center;
  width: 135px;
  color: #FFFFFF;
  display: inline;  
  height: 20px;    	
  border-color: #ADABAC;
  background-color: #ADABAC;
}

#listebouton ul li { display: inline; } 

#navcontainer ul
{
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

#navcontainer ul li { display: inline;   border-bottom: 1px dashed #000; }

#navcontainer ul li a
{
  font-weight: bold;
  text-decoration: none;
  padding: .2em 1em;
  color: #fff;   
  background-color: #ADABAC;
  border-top: 1px solid #ADABAC;
  border-bottom: 1px solid #ADABAC;
  border-left: 1px solid #ADABAC;
  border-right: 1px solid #ADABAC;  
}

#navcontainer ul li a:hover
{
  font-weight: bold;
  color: #ADABAC;
  border: 1px ;  
  border-color: #ADABAC;  
  background-color: #fff;
  text-decoration:none;
  border-top: 1px solid #ADABAC;
  border-bottom: 1px solid #ADABAC;
  border-left: 1px solid #ADABAC;
  border-right: 1px solid #ADABAC; 
}
*/

/*
a.btn_panier:link, a.btn_panier:active, a.btn_panier:visited {
	background-image: url(/charte/boutons/btn_panier.gif); no-repeat;
  color: #fff;	
	height: 48px;
  padding-bottom: 13px;
  padding-top: 6px;
	padding-left: 40px;
	padding-right: 0px;  
}

a.btn_panier:hover {
	background-image: url(/charte/boutons/btn_panier_on.gif); no-repeat;
	color: #fff;
	text-decoration:none;
  font-weight: bold;
	height: 48px;
  padding-bottom: 13px;
  padding-top: 6px;
	padding-left: 40px;
	padding-right: 0px;  
}

a.btn_espace_perso:link, a.btn_espace_perso:active, a.btn_espace_perso:visited {
	background-image: url(/charte/boutons/btn_espace_perso.gif); no-repeat;
  color: #fff;	
	height: 48px;
  padding-bottom: 13px;
  padding-top: 6px;
	padding-left: 40px;
	padding-right: 0px;
}

a.btn_espace_perso:hover {
	background-image: url(/charte/boutons/btn_espace_perso_on.gif); no-repeat;
	color: #fff;
	text-decoration:none;
  font-weight: bold;	
	height: 48px;
  padding-bottom: 13px;
  padding-top: 6px;
	padding-left: 40px;
	padding-right: 0px; 
}
 

a.btn_pieces:link, a.btn_pieces:active, a.btn_pieces:visited {
	background-image: url(/charte/boutons/btn_pieces.gif); no-repeat;
  color: #fff;	
	height: 48px;
  padding-bottom: 13px;
  padding-top: 6px;
	padding-left: 40px;
	padding-right: 0px;
}

a.btn_pieces:hover {
	background-image: url(/charte/boutons/btn_pieces_on.gif); no-repeat;
	color: #fff;
	text-decoration:none;
	font-weight: bold;	
	height: 48px;
	padding-bottom: 13px;
	padding-top: 6px;
	padding-left: 40px;
	padding-right: 0px; 
}*/

/*Contenu*/
#contenu {
	width:975px;
	background:url(/charte/structure_generale/fd_contenu.gif) 0 32px no-repeat;	
	padding:0;
	margin:0;
}

#corps {
	float:left;
	width:777px;
	margin:42px 0 0 0;
	padding:0;
}

#menu_droit {
	float:right;
	position:relative;
	width:197px;
	margin:1px 0 0 0;
	_top:492px;
	padding:0;
}

#menu_droite{
	margin-left:20px;
}


/*Menu droit*/
#entretien {
	background: url(/charte/menu_droit/separateur_droit.gif) no-repeat center bottom #bedb3f;
	padding:10px 5px 10px 5px;
	height:41px;
	width:185px;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	font-size: 14px;
	color: #FFF;
	text-align:center;
}

#telephone {
	background: url(/charte/menu_droit/separateur_droit.gif) no-repeat center bottom #162300;
}

#espacepro {
	background:#162300;
	padding:5px;
	height:175px;
	width: 185px;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	margin:0;
	text-align:left;
	font-size: 11px;
	color: #FFF;
}

#espacepro a{
	color:#ffffff;
}

.rubrique {
	background: url(/charte/menu_droit/separateur_droit.gif) no-repeat center bottom #bedb3f;
	padding: 5px;
	height:60px;
	width: 185px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	font-size: 14px;
	color: #000000;
	text-align:left;
}

#newsletter {
	background-color: #bedb3f;
	padding: 5px 5px 5px 25px;
	height: 45px;
	width: 165px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	color:#162300;
}

.padding_pro {
	padding-left:20px;
}

#oubli{
	position:absolute;
	width:183px;
	color:#162300;
	font-size:11px;
	top:185px;
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #909788;
	margin-left:-5px;
}

/*Liens*/

a:link, a:active, a:visited {
	color: #162300;
	text-decoration: none;
}

a:hover {
	color: #162300;
	text-decoration: underline;
}

a.lienbleu:link, a.lienbleu:active, a.lienbleu:visited, a.lienbleu:hover{
	color: #162300;
	text-decoration: none;
}

a.lienblanc:link, a.lienblanc:active, a.lienblanc:visited {
	color: #FFFFFF;
	text-decoration:none;
}

a.lienblanc:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

a.lienblanc_soulign:link, a.lienblanc_soulign:active, a.lienblanc_soulign:visited {
	color: #FFFFFF;
	text-decoration:underline;
}

a.lienblanc_soulign:hover {
	color: #FFFFFF;
	text-decoration:none;
}

.pointer {
	cursor:pointer;
}

/*texte*/
h2 {
	padding:0px 0px 5px 0px;
	margin:0px;
}

h3 {
	padding:0px;
	margin:0px;
}

.titre {
	font-size: 20px;
	color: #bedb3f;
}

.text_bleu {
	color:#162300;
}


h1 .text{
	font-size:12px;
	color:#162300;
	padding:0px;
	margin:0px;
}

.text_bleu_16px {
	color:#162300;
	font-size:16px;
}

.text_titre_categorie {
	color:#ffffff;
	font-size:15px;
	padding-top:3px;
}

.text_bleu_18px {
	font-size:18px;
	font-weight:normal;
	color:#162300;
}

.text_16px {
	font-size:16px;
	line-height:18px;
}

.text_11px {
	font-size:11px;
}

.text_13px {
	font-size:13px;
}

.text_14px {
	font-size:13px;
}

.text_blanc {
	color: #FFF;
}

.text_blanc_14px {
	color: #FFF;
	font-size:14px;
}

.text_blanc_18px {
	color: #FFF;
	font-size:18px;
}

.text_blanc_11px {
	color: #FFF;
	font-size:11px;
}

ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

li {
	list-style-type: disc;
	padding: 0px;
	list-style-position: outside;
	margin-left: 3px;
}

li.liv_niv2 {
	list-style-type: none;
	padding: 0px;
	text-align: justify;
	list-style-position: outside;
	margin-left: 15px;
}


/*formulaire*/
form {
	padding:0px;
	margin:0px;
}


input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #162300;
	background-color: #FFF;
	height: 18px;
	width: 130px;
	border: 1px solid #bedb3f;
}

input.input_pro {
	border: none;
}

input.btn_ok {
	background-image: url(/charte/menu_droit/btn_ok.gif);
	border: none;
	background-repeat: no-repeat;
	height: 19px;
	width: 19px;
	cursor:pointer;
}

input.btn_ok_on {
	background-image: url(/charte/menu_droit/btn_ok_on.gif);
	border: none;
	background-repeat: no-repeat;
	height: 19px;
	width: 19px;
	cursor:pointer;
}

input.input_bouton {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #162300;
	text-align: center;
	padding:0 0 4px 0;
	height:22px;
	width: 168px;
	border: 1px solid #162300;
	cursor:pointer;
}

input.input_bouton_on {
	font-size: 12px;
	font-weight: bold;
	color: #162300;
	background-color: #FFFFFF;
	text-align: center;
	padding:0 0 4px 0;
	height:22px;
	width: 168px;
	border: 1px solid #bedb3f;
	cursor:pointer;
}

.input_check {
	height: 18px;
	border:none;
	width: 18px;
}

.textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #162300;
	background-color: #FFF;
	width: 96%;
	border: 1px solid #bedb3f;
}

/*bordure*/

.border_bas {
	border-bottom: 1px solid #909788;
}

.border {
	padding: 5px;
	border: 1px solid #909788;
}

/*index*/
#rubrique_home{
	float:left;	
	width:425px;
	padding:0;
	margin:0;
}

div.div_rubrique_index {
	position:absolute;
	width:260px;
	height:51px;
	font-size:15px;
	color:#162300;
	line-height:55px;
	text-align:right;
	padding-right:60px;
	margin-left:40px;
	cursor:pointer;
}

div.div_rubrique_index_on {
	position:absolute;
	width:280px;
	height:51px;
	font-size:15px;
	color:#162300;
	line-height:55px;
	text-align:right;
	padding-right:60px;
	margin-left:40px;
	cursor:pointer;
}

#txt_home{
	float:left;	
	width:330px;
	padding:0;
	margin:0;
}

/*Zone Boutons Home*/
#zone_btn_home{
	float:left;
	width:768px;
	padding:0 0 33px 10px;
	margin:0;
	background:url(/charte/structure_generale/fd_zone_btn_home.gif) left bottom no-repeat;
	border-bottom:1px solid #909788;
}

#zone_btn_home a{
	float:left;
	height:34px;
	text-align:left;
	font-size:13px;
	line-height:14px;
	color:#535353;
	padding:10px 0 0 165px;
	margin:0 15px 0 0;
}

#zone_btn_home a.labels{
	background:url(/charte/pictos/btn_labels.gif) 0 -44px no-repeat;	
}

#zone_btn_home a:hover.labels{
	background:url(/charte/pictos/btn_labels.gif) 0 0 no-repeat;
	color:#162300;
	text-decoration:none;
}

#zone_btn_home a.pieces{
	background:url(/charte/pictos/btn_pieces.gif) 0 -44px no-repeat;	
}

#zone_btn_home a:hover.pieces{
	background:url(/charte/pictos/btn_pieces.gif) 0 0 no-repeat;
	color:#162300;
	text-decoration:none;
}

#zone_btn_home a.rentabilite{
	background:url(/charte/pictos/btn_rentabilite.gif) 0 -44px no-repeat;	
}

#zone_btn_home a:hover.rentabilite{
	background:url(/charte/pictos/btn_rentabilite.gif) 0 0 no-repeat;
	color:#162300;
	text-decoration:none;
}

/*Zone Blocs Home*/
#zone_actus{
	float:left;
	width:394px;
	height:170px;
	border-right:1px solid #909788;	
	padding:8px 20px 20px 30px;
	background:url(/charte/actus/fd_actus.gif) 0 0 no-repeat;
	font-size:12px;
}

#zone_actus p.titre{
	font-size:20px;
	padding:0 0 13px 13px;
	color:#bedb3f;
}

#zone_actus h2{
	font-size:16px;
	color:#162300;
	padding:0;
	margin:0;
}

#zone_actus a.btn{
	text-decoration:underline;
}

#zone_actus a:hover.btn{
	text-decoration:none;
}

#zone_machine{
	float:left;
	width:297px;
	height:165px;
	padding:25px 0 0 35px;
	font-size:17px;
	line-height:18px;
	font-weight:bold;
	background:url(/charte/home/zone_machine.gif) 0 0 no-repeat;
}

#zone_machine a{
	text-decoration:none;	
}

#zone_machine span{
	display:block;
	padding:38px 0 0 25px;	
}


div.picto_label {
	font-size: 13px;
	font-weight:bold;
	color: #162300;
	text-align: left;
	float:left;
	height: 30px;
	width: 80px;
	padding-left: 31px;
	line-height:30px;
	cursor:pointer;
	background-image: url(/charte/pictos/picto_label.gif);
	background-repeat: no-repeat;
	margin-left:20px;
}

div.picto_label_on {
	font-size: 13px;
	font-weight:bold;
	color: #bedb3f;
	text-align: left;
	float:left;
	height: 30px;
	width: 80px;
	padding-left: 31px;
	line-height:30px;
	cursor:pointer;
	background-image: url(/charte/pictos/picto_label_on.gif);
	background-repeat: no-repeat;
	margin-left:20px;
}

div.picto_pieces {
	font-size: 13px;
	font-weight:bold;
	color: #162300;
	text-align: left;
	float:left;
	height: 30px;
	width: 120px;
	padding-left: 31px;
	line-height:30px;
	cursor:pointer;
	background-image: url(/charte/pictos/picto_pieces.gif);
	background-repeat: no-repeat;
	margin-left:10px;
}

div.picto_pieces_on {
	font-size: 13px;
	font-weight:bold;
	color: #bedb3f;
	text-align: left;
	float:left;
	height: 30px;
	width: 120px;
	padding-left: 31px;
	line-height:30px;
	cursor:pointer;
	background-image: url(/charte/pictos/picto_pieces_on.gif);
	background-repeat: no-repeat;
	margin-left:10px;
}


#encart_focus{
	width:737px;
	padding:20px;
	border-top:1px solid #909788;
}

#encart_focus p.titre{
	color:#bedb3f;
}

/*
.encart_focus {
	color:#162300;	
	border-top:1px solid #909788;
	padding-top:5px;
	padding-left:10px;
	text-align:left;
	cursor:pointer;
}
*/

.margin_lien {
	margin-top:7px;
}

.margin_focus {
	margin-left:20px;
}

/*Liste, detail produit*/
#corps_produit {
	float:left;
	width:762px;
	margin:42px 0 0 0;
	padding:0;
	z-index:400;
	background: url(/charte/liste_detail/pixel.gif) repeat-y 26px top;
}

#corps_produit h1{
	color:#162300;
	font-size:18px;	
	padding:0;
	margin:0;
}

div.div_liste {
	float:left;
	width: 80px;
	height:120px;
	text-align:center;
	margin-right:30px;
	margin-bottom:20px;
}

.titre_lavage {
	width:746px;
	background: url(/charte/liste_detail/titre_fiche_lavage.gif) no-repeat;
	padding-left: 60px;
	text-transform:uppercase;
}

.titre_sechage {
	width:746px;
	background-image: url(/charte/liste_detail/titre_fiche_sechage.gif);
	padding-left: 60px;
	background-repeat: no-repeat;
	text-transform:uppercase;
}

.titre_repassage {
	width:746px;
	background-image: url(/charte/liste_detail/titre_fiche_repassage.gif);
	padding-left: 60px;
	background-repeat: no-repeat;
	text-transform:uppercase;
}

.titre_nouveaute {
	width:746px;
	background-image: url(/charte/liste_detail/titre_fiche_nouveaute.gif);
	padding-left: 60px;
	background-repeat: no-repeat;
	text-transform:uppercase;
}

.titre_autres_produits {
	width:746px;
	background-image: url(/charte/liste_detail/titre_autres_produits.gif);
	padding-left: 60px;
	background-repeat: no-repeat;
	text-transform:uppercase;
}

.categorie_fd {
	padding-left: 26px;
}

.titre_categorie {
	width:622px;
	background: url(/charte/liste_detail/titre_categorie.gif) no-repeat left;
	color:#ffffff;
	height:22px;
	padding-right: 10px;
	padding-left: 80px;
	padding-bottom:2px;
}

.titre_div {
	width:622px;
	background: url(/charte/liste_detail/titre_categorie.gif) no-repeat left #959595;
	color:#ffffff;
	height:35px;
	padding-right: 10px;
	padding-left: 80px;
	padding-bottom:2px;
}

.titre_rubrique {
	background-image: url(/charte/liste_detail/trait_titre_rubrique.gif);
	background-repeat: no-repeat;
	background-position: 26px center;
	font-size: 14px;
	font-weight:bold;
	color: #162300;
	text-align: left;
	padding-left: 106px;
}

.padding_liste {
	padding-left: 106px;
}

.padding_chemin {
	padding-left: 106px;
}

.border_vignette_detail {
	border-bottom: 1px solid #909788;
	border-top: 1px solid #909788;
}

.detail_intitule {
	border-left: 1px solid #909788;
	border-top: 1px solid #909788;
	font-size: 11px;
	color: #162300;
	text-align: center;
}

.detail_intitule_droit {
	font-size: 11px;
	color: #162300;
	text-align: center;
	border-right: 1px solid #909788;
	border-top: 1px solid #909788;
	border-left: 1px solid #909788;
}

.detail_coul1 {
	background-color: #bedb3f;
	text-align: center;
	border-left: 1px solid #ffffff;
	border-top: 3px solid #ffffff;
	color: #162300;
}

.detail_coul1_droit {
	background-color: #bedb3f;
	text-align: center;
	border-top: 3px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	color: #162300;
}

.detail_coul2 {
	background-color: #99dff9;
	text-align: center;
	border-top: 3px solid #ffffff;
	border-left: 1px solid #ffffff;
	color: #162300;
}

.detail_coul2_droit {
	background-color: #99dff9;
	text-align: center;
	border-top: 3px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	color: #122000;
}

.onglet_detail {
	font-size: 12px;
	color: #162300;
	background-image: url(/charte/liste_detail/onglet_detail.gif);
	background-repeat: no-repeat;
	padding-top:3px;
	text-align: center;
	cursor:pointer;
}

.onglet_detail_on {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-image: url(/charte/liste_detail/onglet_detail_on.gif);
	background-repeat: no-repeat;
	padding-top:3px;
	text-align: center;
	cursor:pointer;
}

.onglet_detail_trait {
	background-image: url(/charte/liste_detail/onglet_detail_trait.gif);
	background-repeat: no-repeat;
}

.border_onglet_detail {
	border: 1px solid #909788;
	border-top:none;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

div.div_detail {
	width:100%;
}

/*Espace pro*/

.titre_espace_pro {
	width:746px;
	background-image: url(/charte/espace-pro/titre_espace_pro.gif);
	padding-left: 60px;
	background-repeat: no-repeat;
}

.border_espace_pro {
	border-left: 1px solid #909788;
}

.titre_espace_pro_contact {
	color:#122000;
	font-size:16px;
	border-bottom: 1px solid #909788;
}

/*Div contact*/

.div_contact {
	background-color: #000;
	position:fixed;
	margin:auto;
	height: 100%;
	-height: 1500px;
	width: 100%;
	filter:alpha(opacity=60);
   -moz-opacity:0.60;
	opacity: 0.60;
	left: 0px;
	top: 0px;
	z-index:5000;
	overflow:visible;
	margin:auto;
}

.div_contact2 {
    position:absolute;height: 100%;width: 100%;z-index:5020; visibility:hidden; overflow: visible; top:105px; left:0;
}
.div_contact3 {
    position:absolute;width: 100%;z-index:5040; overflow:visible; top:20px;
}

/*Pieces detachees*/
.titre_pieces {
	width:746px;
	background-image: url(/charte/structure_generale/titre_pieces.gif);
	padding-left: 60px;
	background-repeat: no-repeat;
}

input.input_ref {
	width:200px;
}

select.select_ref {
	width:150px;
}

option.option_ref {
	font-style: italic;
}

input.input_qte {
	width:20px;
}

/*Process commande*/
.titre_process {
	width:746px;
	background-image: url(/charte/process-commande/titre_process.gif);
	padding-left: 60px;
	background-repeat: no-repeat;
}

.div_adresse {
	position:absolute;
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #909788;
	margin-left:-6px;
	margin-top:-6px;
	width:315px;
}

.messageErreur {
	margin-top:10px;
	text-align: justify;
	height:50px;
	font-size: 12px;
	font-weight: bold;
  color: #FF2600 ;
}  

.messageValide {
	margin-top:10px;
	text-align: justify;	
	height:50px;
	font-size: 12px;
	font-weight: bold;
  color: #509100 ;
}  

  
#login_oubli {
	background-color:#FFF;
	width:300px;
	margin-top:20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #adabac;
	padding-top:5px;
}

/*Contact*/

#map {
	width:560px;
	margin-top:15px;
	margin-bottom:15px;
	border: 1px solid #909788; 
}

/*Actualités*/
.titre_actu {
	width:746px;
	background-image: url(/charte/structure_generale/titre_actu.gif);
	padding-left: 60px;
	background-repeat: no-repeat;
}

.lire_suite {
	 position:relative;
	 margin-left: 15px;
	 float:right;
}

.padding_actu {
	padding-left: 106px;
	cursor:pointer;
}

/*Actualités*/
.titre_label {
	width:746px;
	background-image: url(/charte/structure_generale/titre_label.gif);
	padding-left: 60px;
	background-repeat: no-repeat;
}

/*Pages statiques*/
.titre_primus {
	width:746px;
	background-image: url(/charte/structure_generale/titre_actu.gif);
	padding-left: 60px;
	background-repeat: no-repeat;
}

.encart_infos {
	color:#162300;
	border-top: 1px solid #909788;
	border-bottom: 1px solid #909788;
	padding-top:5px;
	padding-left:10px;
	text-align:left;
	cursor:pointer;
	padding-right: 10px;
}

/*Footer*/
#footer_ref{
	float:left;
	width:955px;
    padding:10px 10px 30px 10px;
	font-size:11px;
	border-top:1px solid #909788;
	text-align:center;
	background:url(/charte/structure_generale/fd_footer.gif) left bottom no-repeat #ffffff;
}

#footer_logo{
    float:left;
    margin-top:10px;
    width:190px;	
	text-align:center;
}

#mention{
	display:block;
    width:975px;
    margin:15px auto 10px auto;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#bedb3f;
}

#mention a{
	color:#bedb3f;
	text-decoration:none;
}

#mention a:hover{
	text-decoration:underline;
}

/*Div rentabilite*/
#div-rentabilite{
	visibility:hidden;
	position:absolute;
	background-color:#FFF;
	border:1px solid #909788;
	padding:15px;
	margin:346px 0 0 425px;
}

.text_titre_categorieG{
	float:left;
	display:block;	
	width:250px;
	height:20px;
	color: #162300;
	font-size: 15px;
	padding-top: 3px;
	font-weight: bold;
}

#rentabilite-resultat{
	visibility:hidden;
	position:absolute;
	width:427px;
	background-color:#FFF;
	border:1px solid #909788;
	padding:15px;
	margin:346px 0 0 320px;
}

#rentabilite-resultat p{
	float:left;
	color:#535353;
	font-weight:bold;
	font-size:14px;
}

#rentabilite-resultat a{
	color:#535353;
	text-decoration:underline;
}

#rentabilite-resultat a:hover{
	text-decoration:none;
}

#prix_kg, #materiel, #economie, #rentabilite-resultat #prix_kg a, #rentabilite-resultat #materiel a, #rentabilite-resultat #economie a{
	color:#bedb3f;
	font-weight:bold;
}

input.b-rentabilite {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #162300;
	text-align: center;
	height: 18px;
	width: 132px;
	border: 1px solid #162300;
	cursor:pointer;
}

input.b-rentabilite_on {
	font-size: 12px;
	font-weight: bold;
	color: #162300;
	background-color: #FFFFFF;
	text-align: center;
	height: 18px;
	width: 132px;
	border: 1px solid #bedb3f;
	cursor:pointer;
}

.txt_pt{
	font-size:10px;	
}

/*Gamme FX*/
#corps.fx {
	margin:0;
	padding:0;
	border-top:1px solid #201614;
}

#gamme-fx{
	width:779px;
	min-height:660px;
	padding:0;
	margin:0;
	background:url(/charte/gamme-fx/fd-bas.jpg) bottom center no-repeat #ffffff;	
}

#gamme-fx ul{
	float:left;
	width:569px;
	height:72px;
	background:url(/charte/gamme-fx/fd-haut.jpg) 0 0 no-repeat;
	padding:20px 0 0 210px;
	margin:1px 0 0 1px;
}

#gamme-fx ul li{
	float:left;
	list-style:none;
	padding:0 45px 0 45px;	
	margin:0;
	font-size:12px;
	font-weight:bold;
}

#gamme-fx ul li a{
	color:#ffffff;
}

#gamme-fx ul li a:hover, #gamme-fx ul li a.select{
	color:#c0d731;
	text-decoration:none;
}

#gamme-fx .titre_fx{
	float:left;
	height:30px;
	background:url(/charte/structure_generale/arrondi-titre.gif) top right no-repeat #c0d731;
	color:#231f20;
	font-size:21px;
	padding:3px 30px 0 40px;
	margin:0 0 10px 0;
	font-weight:bold;
}

#gamme-fx .contenu-fx{
	float:left;
	width:540px;
}

.contenu-fx .ss_titre{
	float:left;
	height:33px;
	background:url(/charte/gamme-fx/ss-titreG.gif) top left no-repeat #959595;
	margin:0 0 10px 32px;
}

.contenu-fx .ss_titre span{
	display:inline-block;
	font-size:14px;
	padding:8px 0 0 45px;
	color:#ffffff;
}

.contenu-fx p{
	float:left;
	margin:0 10px 10px 75px;
}

#video-fx{
	float:right;
	width:235px;
	text-align:center;
}

#video-fx a{
	display:block;
	width:174px;
	height:105px;
	margin:10px auto 0 auto;
	background:url(/charte/gamme-fx/b-video.jpg) 0 -105px no-repeat;
}

#video-fx a:hover{
	background:url(/charte/gamme-fx/b-video.jpg) 0 0 no-repeat;
}
