/*---------------styles généraux---------------------*/
.noFloat{clear:both;}
.nofloat{clear:both;}

.noDisplay {
	position:absolute;
	left:0;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

.display_none
{
	display:none;
}

.black_title{
	font-size: 13px;
	color: #000;
	font-weight: bold;
}

.float_left{
	float:left;
}

.bold{
	font-weight:bold;
}

/* ###################### container principaux ###################### */
#forme_bas{
	min-width: 950px;
}

/* ###################### header ###################### */
#head{
	height:145px;
}

#header{
	margin:0 auto;
	width:965px;
	height:110px;
}

/* Lien principal */
#head #header .title{
	float: left;
	width: 200px;
	height: 100px;
}

/* Container droit */
#head #header #rightContainer{
	float: right;
	width: 350px;
	margin: 0 50px 0 0;
}

/*liens*/
#liensdroits{
	float: right;
	margin: 20px 0 0 0;
	line-height: 20px;
	overflow: hidden;
}

#liensdroits a{
	float:right;
	margin: 0px 10px 0 10px;
	font-family : Arial, verdana, sans serif;
	font-size: 13px;
	font-weight:bold;
	text-decoration:none;
}

#liensdroits a:hover{
	text-decoration:none;
}

#liensdroits span{
	float:right;
	height: 23px;
	background: url(../images/commun/filet_blanc.gif) no-repeat;	/* Overloadé dans univers_commun.css pour la home */
}

/*recherche*/
#form_recherche {
	float:right;
	text-align:right;
	margin: 10px 0 0 0;
	width:200px;
	height:20px;
}
#form_recherche fieldset{
	height:15px;
	margin-top:10px;
}

#bouton_recherche{
	width:36px;
	height:19px;
	border:none;
	position:relative;
	top:4px;
	text-decoration: none;
}


/*##################### menu #######################"*/
/* Root = Horizontal, Secondary = Vertical */
#menu {
	margin:0 auto;
	width: 700px;
	height: 30px;
}

ul#navmenu-h {
	margin:5px 0;
	border: 0 none;
	padding:0;
	width: 700px; /*For KHTML*/
	list-style: none;
	height: 30px;
}

/* sous menu*/
ul.sous_menu {
	width: 180px;
	margin: 0;
	padding: 20px 5px 5px 5px ;
    background: #fff url(../images/footer/flecherollover_menu.gif) no-repeat top;
	border:1px solid #E1007A;
	list-style: none;
	display: none;
	position: absolute;
	top: 30px;
	left: -50px;
	}

ul#navmenu-h li{
	margin: 0;
	border: 0 none;
	padding:0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 30px;
	color:#000;
}



/* sous sous menu*/
ul.sous_menu ul{
	margin: 0 ;
	padding: 5px 5px 5px 5px ;
    background: #fff;
	border:1px solid #E1007A;
	width:250px;
	list-style: none;
	display: none;
	position: absolute;
	top: -6px;
	left: 180px !important;
	left: 168px ;
	
}


ul#navmenu-h ul ul li{
	margin: 0;
	padding:0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 30px;
	color:#000;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-h ul li {
  width: 100%;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
li.itemmenu a {
	border:none;
	border-right: solid 1px #DE1178;
	padding: 4px 10px 7px 10px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	color: #DE1178;
	font: 15px Arial, Verdana, Helvetica, sans-serif;
	font-weight:regular;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
}

li.itemmenu_last a {
	border:none;
	border-right: none;
	padding: 4px 10px 7px 10px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	color: #DE1178;
	font: 15px Arial, Verdana, Helvetica, sans-serif;
	font-weight:regular;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
  color: #DE1178;
}

ul#navmenu-h li ul{
  float: none;
  color: #fff;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
font-size:14px;	
  float: none;
  background: #B6B7C9;
  color: #fff;
  border:none;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
		font-size:14px;	
	  background: #E1007A;
	  color: #fff;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a {
  background: #B6B7C9;
  color: #fff;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a {
  background: #E1007A;
  color: #fff;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a {
  background: #dfdfdf;
  color: #fff;
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
  background: #969696;
  color: #fff;
}


/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}

/*######################" Footer #######################""*/

#footer {
	height:100px;
	width:965px;
	margin: 0 auto;
	clear:both;
	font: 12px arial, verdana, sans serif;
	/*font-weight: bold;*/
}

#menu_footer{
  margin:0 0 10px 0;
}

#menu_footer p{
	text-align:center;
  color: #DE1178;
  /*font: 10px arial, verdana, sans serif;*/
  margin:0 0 10px 0;
}

#menu_footer a, #menu_footer a:hover{
	text-align:center;
  color: #DE1178;
  /*font: 12px arial, verdana, sans serif;*/
  text-decoration:none;
}

#text_footer {
	width:600px;
	margin:0 auto;
	text-align:center;
	color:#898AA6;
}

#text_footer p{
	text-align:center;
	color: #898aa6;
	/*font: 12px arial, verdana, sans serif;*/
}

#text_footer a{
	color: #898aa6;
    text-decoration:underline;
}

#text_footer a:hover{
	color: #898aa6;
  text-decoration:none;
}
/*-------------id contenant pour la page inc_produit_liste.asp*/
#contenu_principal {
 width:911px;
 margin: 0 auto;
 text-align:left;
}

#contenant_produits {
text-align:left;
}

#contenant_produits h1{
text-align:left;
}


#contenu_univers {
width:720px;
float:left;
padding: 20px 0;
text-align:left;
}

/* styles communs pour la page gamme produit encart "COMMENT CHOISIR ?" */
.commentchoisir{
width:191px;
float:left;
margin-top:20px;
background: url(../images/repassage/fondbascommentchoisir.png) no-repeat bottom;
}

#comment_choisir {
background: url(../images/repassage/fondcommentchoisir.png) no-repeat top;
padding: 15px 0 0 10px;
}

#comment_choisir h2, #comment_choisir_simple h2{
font: bold 18px arial, verdana, sans-serif;
color:#E1007A;
padding:0 0 7px 0;
}

#comment_choisir p{
font: normal 12px arial, verdana, sans-serif;
color:#000;
}

#comment_choisir li{
font: normal 11px arial, verdana, sans-serif;
color:#000;
}

#comment_choisir_prix {
width:173px;
height:93px;
background: url(../images/repassage/fourchettefond.png) no-repeat top;
margin: 10px 0 5px 0;
}

#comment_choisir_prix p{
font: normal 12px arial, verdana, sans-serif;
color:#8687A5;
padding:5px 0 0 5px;
}

p.fourchetteok {
text-align:center;
float:left;
}

.fourchetteok a{
font: bold 11px arial, verdana, sans-serif;
width:35px;
height:18px;
background: url(../images/commun/fondboutonok.png) no-repeat;
color:#fff;
text-decoration:none;
padding-top: 2px;
margin-left: 55px;
float:left;
}

p.fourchetteokbleu {
text-align:center;
float:left;
}

.fourchetteokbleu a{
font: bold 11px arial, verdana, sans-serif;
width:35px;
height:18px;
background: url(../images/commun/fondboutonokbleu.png) no-repeat;
color:#fff;
text-decoration:none;
padding-top: 2px;
margin-left: 55px;
float:left;
}

.accroche_famille{
	font-style:italic;
	margin:0 0 20px 0;
	font: bold 13px arial, verdana, sans-serif;
}

.accroche_famille p {
	text-align:left;
}

.accroche_famille a{
	font: bold 13px arial, verdana, sans-serif;
	font-style:italic;
}

.accroche_famille a:hover{
	font: bold 13px arial, verdana, sans-serif;
	font-style:italic;
	text-decoration:underline;
}

/*styles commun pour toutes les pages produits*/
.nouveaute {
text-align:right;
}

.visuelprosuitselection img{
width:111px;
}

.texte_presentation a{
color:#8687A5;
text-decoration:none;
}

.texte_presentation a:hover{
color:#8687A5;
text-decoration:underline;
}

.texte_presentation p, .texte_presentation p a, .texte_presentation p a:hover{
font-size:12px;
font-family:arial, verdana, sans-serif;
text-decoration:none;
line-height:22px;
}

.comment_choisir_boutons select {
color:#fff;
background:#E1007A;
border:none;
width:171px;
margin:10px 0 10px 10px;
}

.comment_choisir_boutons option {
color:#fff;
background:#E1007A;
border:none;
}

a.comment_choisir_boutons{
	font: normal 10px arial, verdana, sans-serif;
	color:#fff;
	text-decoration:none;
	width:171px;
	height:16px;
	padding:2px 0 0 10px;
	margin: 0 0 5px 10px;
	float:left;
}

a.comment_choisir_boutons:hover {
	font: normal 10px arial, verdana, sans-serif;
	color:#fff;
	text-decoration:none;
	width:171px;
	height:16px;
	padding:2px 0 0 10px;
	margin: 0 0 5px 10px;
	float:left;
}

a.comment_choisir_boutons.gris{
	background:url(../images/repassage/commentchoisirbouton_gris.png) no-repeat;
}
a.comment_choisir_boutons.gris:hover{
	background:url(../images/repassage/commentchoisirbouton_rose.png) no-repeat;
}

a.comment_choisir_boutons.rose{
	background:url(../images/repassage/commentchoisirbouton_rose.png) no-repeat;
}
a.comment_choisir_boutons.rose:hover{
	background:url(../images/repassage/commentchoisirbouton_gris.png) no-repeat;
}

/*** Famille Tondeuse ***/
a.comment_choisir_boutons.gris_bleu{
	background:url(../images/tondeuse/commentchoisirbouton_gris.png) no-repeat;
}
a.comment_choisir_boutons.gris_bleu:hover{
	background:url(../images/tondeuse/commentchoisirbouton_bleu.png) no-repeat;
}

a.comment_choisir_boutons.bleu{
	background:url(../images/tondeuse/commentchoisirbouton_bleu.png) no-repeat;
}
a.comment_choisir_boutons.bleu:hover{
	background:url(../images/tondeuse/commentchoisirbouton_gris.png) no-repeat;
}
/*** Fin Tondeuse ***/

a.comment_choisir_boutons_small{
	font: bold 10px arial, verdana, sans-serif;
	color:#fff;
	text-decoration:none;
	width:119px;
	height:16px;
	padding:2px 0 0 10px;
	margin: 0 0 5px 10px;
	float:left;
}

a.comment_choisir_boutons_small:hover {
	font: bold 10px arial, verdana, sans-serif;
	color:#fff;
	text-decoration:none;
	width:119px;
	height:16px;
	padding:2px 0 0 10px;
	margin: 0 0 5px 10px;
	float:left;
}

a.comment_choisir_boutons_small.gris{
	background:url(../images/repassage/commentchoisirbouton_small_gris.png) no-repeat;
}
a.comment_choisir_boutons_small.gris:hover{
	background:url(../images/repassage/commentchoisirbouton_small_rose.png) no-repeat;
}

a.comment_choisir_boutons_small.rose{
	background:url(../images/repassage/commentchoisirbouton_small_rose.png) no-repeat;
}
a.comment_choisir_boutons_small.rose:hover{
	background:url(../images/repassage/commentchoisirbouton_small_gris.png) no-repeat;
}

/*** Famille Tondeuse ***/
a.comment_choisir_boutons_small.bleu{
	background:url(../images/tondeuse/commentchoisirbouton_small_bleu.png) no-repeat;
}
a.comment_choisir_boutons_small.bleu:hover{
	background:url(../images/tondeuse/commentchoisirbouton_small_gris.png) no-repeat;
}
/*** Fin Tondeuse ***/

/*
a.boutonrose {
	font: bold 10px arial, verdana, sans-serif;
	color:#fff;
	text-decoration:none;
	width:171px;
	height:16px;
	background:url(../images/repassage/boutoncomparprodover.png) no-repeat;
	padding:2px 0 0 10px;
	margin: 0 0 5px 10px;
	float:left;
}

a:hover.boutonrose {
	font: bold 10px arial, verdana, sans-serif;
	color:#fff;
	text-decoration:none;
	width:171px;
	height:16px;
	background:url(../images/repassage/commentchoisirbouton.png) no-repeat;
}

a.boutonrose_small {
	font: bold 10px arial, verdana, sans-serif;
	color:#fff;
	text-decoration:none;
	width:119px;
	height:16px;
	background:url(../images/repassage/boutoncomparprodover_small.png) no-repeat;
	padding:2px 0 0 10px;
	margin: 0 0 5px 10px;
	float:left;
}

a:hover.boutonrose_small {
	font: bold 10px arial, verdana, sans-serif;
	color:#fff;
	text-decoration:none;
	width:119px;
	height:16px;
	background:url(../images/repassage/commentchoisirbouton_small.png) no-repeat;
}
*/

/**************************************/
/************ Pages types *************/
/**************************************/

.content_type{
		width:690px !important;
		width:710px;
		min-height:500px;
		background: url(../images/commun/degrade_content.png) no-repeat ;
		padding:20px !important;
		margin-top:20px !important;
		overflow:hidden;
}
.content_type p.intro_txt{
		font: normal 14px arial, sans-serif;
		color:#8687A5;
}
.content_type p.intro_txt strong{
		font-weight: bold;
}
.content_type .bullet{
	font: normal 18px arial, sans-serif;
	color:#E1007A;
	padding-right:5px;
}
.content_type p{
		width:550px;
		font: normal 12px arial, sans-serif;
		color:#8687a5;
		margin:5px 10px 0 10px;
}

.content_type h2{
		font: bold 20px arial, sans-serif;
		color:#E1007A;
		padding:5px 0 0 10px;
}

.center{
	text-align:center;
}

.intro_select p{
		width:500px;
		font: normal 12px arial, sans-serif;
		color:#000000;
		margin:5px 10px 5px 10px;
}

.intro_select div{
		width:500px;
}

.intro_select select{
		display:block;
		width:205px;
		margin:0 0 0 45px;
		font-family: Verdana,Arial,Helvetica,sans-serif;
		color:#E1007A;
		background:#fff;
		font-size: 12px;
}


.bord_bas{
		width:709px !important;
		width:729px;
		height:100px;
		background: url(../images/commun/degrade_arrondi_bas.png) no-repeat bottom;
		margin-top:-20px;
		overflow:hidden;
		z-index:0;
}

.retour_haut{
	margin:10px -10px 0 0;
	float:right;
}

.retour_haut a{
	text-decoration:none;
	color:#8F8CAB;
	font:12px arial;
}

.xiti{
	display:none;
}

.btn_rose div{
	float:left;
}

.btn_rose .btn_centre{
	text-transform:uppercase;
	height:18px;
	background:#E1007A;
	padding:0 5px 0 5px;
}
.btn_rose .btn_gauche{
	width:8px;
	height:18px;
	background:url(../images/commun/bouttons/bt_rose_gauche.gif) no-repeat;
}

.btn_rose .btn_droite{
	width:9px;
	height:18px;
	background:url(../images/commun/bouttons/bt_rose_droit.gif) no-repeat;
}

.btn_rose .btn_centre a{
	font: bold 10px arial, verdana, sans-serif;
	color:#fff;	
	text-decoration:none;
	line-height:18px;
	vertical-align:center;
}

.btn_rose .btn_centre a:hover{
	font: bold 10px arial, verdana, sans-serif;
	color:#fff;
	text-decoration:none;
	line-height:18px;
	vertical-align:center;
}

/**************************************/
/********** Fin Pages types ***********/
/**************************************/




/**************************************/
/************* Page Faq ***************/
/**************************************/

.faq ol{
		margin:0 0 0 15px;
}

.faq li{
		list-style-type:decimal;
		font-family: Verdana,Arial,Helvetica,sans-serif;
		font-size: 10px;
		font-weight: bold;
		color: #a51084;
		text-decoration: none;
}

.faq_liste{
	padding:30px 0 0 30px;
}

.faq .button{
		width:500px;
		text-align:center;
}

/**************************************/
/********* Fin Page Faq ***************/
/**************************************/

.notice{

}
/**************************************/
/********  Pages astuces **************/
/**************************************/
.separe{
	height:1px;
	line-height:1px;
	margin:25px 70px 15px 40px;
	background:#BAE2F4;
	overflow:none;
}

.astuces_gauche{
	background:url(../images/astuces/visu_astuces.png) no-repeat top left;
	float:left;
	min-height:450px;
	margin-left:-25px;
	width:285px;
}

.liste_astuces_gauche{
	float:left;
	min-height:450px;
	margin-left:-25px;
	width:285px;
}



.astuces_droite{
	float:left;
	min-height:450px;
	width:420px;
}

.astuces_droite p{
width:395px !important;
}

.astuce_mois{
	margin:10px !important;
	padding-top:20px;
	overflow:hidden;
	width:390px;
}
.astuce_mois h1{
	font-size:12px !important;
	font-weight:bold !important;
	color:#000000 !important;
	float: left;
	width:390px;
}
.astuce_mois h2{
	font-size:18px !important;
	font-weight:bold !important;
	margin:15px 0 0 !important;
	padding:0 !important;
	color:#e1007a !important;
	float: left;
	width:390px;
}
.astuce_mois h3{
	font-size:13px !important;
	font-weight:bold !important;
	color:#e1007a !important;
	margin-bottom:10px !important;
	float: left;
	width:390px;
}
.astuce_mois p{
	font-size:13px !important;
	font-weight:normal !important;
	color:#8687a5 !important;
	margin:0;
	padding:0;
	float: left;
	width:270px !important;
}
.astuce_mois img.visu_theme{
	width:111px;
	/*height:108px;*/
	float: left;
}
.astuce_mois select{
	width:220px;
	margin-top:10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color:#E1007A;
	background:#fff;
	font-size: 11px;
}
.astuce_mois input.validez{
	background:url(../images/astuces/valider.gif) no-repeat top left;
	border:0 none;
	margin-left:10px;
	cursor:pointer;
	width:97px;
	height:23px;
	text-align:center;
	color:#ffffff;
}
.astuce_mois img.pdf{
	float:left;
	margin-top:10px;
}
.astuce_mois a.astuces_lien{
	background:url(../images/astuces/astuces_lien.gif) no-repeat top left;
	float:left;
	display:block;
	width:207px;
	height:23px;
	line-height:23px;
	text-align:center;
	color:#ffffff;
	font-size:13px;
	text-decoration:none;
	margin:15px 10px -10px;
	text-transform:uppercase;
}

.astuces_validez
{
	background:url(../images/astuces/valider.gif) no-repeat top left;
	margin-left:10px;
	width:97px;
	height:23px;
	text-align:center;
	color:#ffffff;
	float:left;
}

/**************************************/
/********  Pages resultats de recherche **************/
/**************************************/
.result_recherche{

}
.result_recherche h3{
	font-size:15px !important;
	color:#0078BB !important;
	font-weight:bold;
	padding:0 0 0 10px;
	display:block;
	float:left;
}

.search_gauche{
	float:left;
	width:150px;
}

.search_droite{
	margin-bottom:10px;
	float:left;
}
#intro_search{
	color:#000000;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
}

.critere{
	color:#8786A6;
}
.separe_search{
	width:650px;
	border-bottom:solid 1px #DEDCE7;
	margin-bottom:10px;
}

.result_recherche ul{
	margin-left:50px;
	margin-bottom:15px;
}
.result_recherche li.famille{
	font-size:13px;
	color:#0078BB;
	font-weight:bold;
}

.result_recherche li.famille a{
	font-size:13px;
	color:#0078BB;
	font-weight:bold;
	text-decoration:none;
}
.result_recherche li.famille a:hover{
	font-size:13px;
	color:#0078BB;
	font-weight:bold;
	text-decoration:underline;
}

.result_recherche li.produit{
	font-size:12px;
}

.result_recherche li.produit span{
	color:#000000;
}

.result_recherche li.produit a, .result_recherche li.produit a:active, .result_recherche li.produit a:visited{
	display:block;
	color:#000000;
	text-decoration:none;
}
.result_recherche li.produit a:hover{
	text-decoration:underline;
}
/**************************************/
.plan_site{
	overflow:hidden;
	border-bottom:1px solid #BAE2F4;
	margin-right:30px;
}
.plan_site h2{
	font-size:18px !important;
	font-weight:normal !important;
	clear:both;
	text-align:left;
	background:transparent !important;
	margin:15px 0 0 !important;
	padding:0 !important;
	color:#e1007a !important;
}
.plan_site ul{
	margin:0px 10px 20px 0px;
	width:155px;
	float:left;
}
.plan_site ul li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.plan_site li.famille{
	margin:5px 0;
	color:#8786A6;
}
.plan_site li.space{
	height: 40px;
}
.plan_site li.famille a{
	font-size:13px !important;
	font-weight:bold;
	list-style:none;
	color:#b2b3c4;
	text-decoration:none;
}

.plan_site.astuces ul{
	margin:0px 10px 20px 0px;
	width:200px;
	float:left;
}

.plan_site.astuces li{
	margin:5px 0;
	color:#8786A6;
	height: 40px;
}
.plan_site.astuces a{
	font-size:13px !important;
	font-weight:bold;
	list-style:none;
	color:#b2b3c4;
	text-decoration:none;
	height: 40px;
}

.plan_site li.produit a{
	font-size:12px;
	list-style:none;
	color:#333333;
}
.plan_site li.produit a, .plan_site li.produit a:active, .plan_site li.produit a:visited{
	text-decoration:none;
}
.plan_site li.produit a:hover{
	text-decoration:underline;
}

/*----------------------*/
/*			 Page GSF				*/
/*----------------------*/
.calor_et_gs{
	width: 710px;
	/*height:100%;*/
	background: url(../images/repassage/degrade-universrepassage.png) no-repeat ;
	margin-top: 20px;
	overflow: hidden;
}

.calor_et_gs p{
	margin: 10px 0 10px 0;
	font: 12px arial, sans-serif !important;
	color:#8687A5 !important;
	text-align:left !important;
}

.calor_et_gs .menu{
	width: 300px;
	float: left;
	margin: 30px 0 0 20px;
}

.calor_et_gs .menu h3 {
	width: 200px;
	background: #B2B0C5;
	padding: 2px 0 2px 10px;
	margin: 0 0 3px 0;
}

.calor_et_gs .menu h3.selected{
	background-color: #E1007A !important;
}

.calor_et_gs .menu h3:hover{
	background-color: #E1007A;
}


.calor_et_gs .menu h3 a{
	font: bold 12px arial, sans-serif !important;
	color:#FFFFFF !important;
}

.calor_et_gs h4{
	font: bold 14px arial, sans-serif !important;
	color:#000000 !important;
}

.calor_et_gs .calor_et_gs_vignettes_liste{
	float: left;
	overflow: hidden;
	margin: 20px 0 0 0;
	border-bottom: 1px solid #CCCCCC;
	width: 370px;
}

.calor_et_gs .sub_content{
	float: left;
	width: 350px;
}

.calor_et_gs .sub_content_full{
	float: left;
	width: 700px;
	text-align: center;
}

.calor_et_gs_titre{
	float: left;
	font-size:18px !important;
	font-weight:normal !important;
	padding:3px;
	color:#e1007a !important;
	margin: 30px 0 20px 0;
	width: 350px;
}

.calor_et_gs_vignette{
	float: left;
	height: 80px;
}

.calor_et_gs_vignette_titre{
	float: left;
	height: 70px;
	width: 90px;
	text-align: center;
	font-weight: bold;
	font-size:11px;
	color:#8687A5;
}

.calor_et_gs .chiffre_affaire{
	float: left;
	width: 400px;
	margin: 20px 0 0 10px;
	border-right: 1px solid #CCCCCC;
}

.calor_et_gs .signalitique{
	float: left;
	width: 250px;
	margin: 20px 0 0 20px;
}

#calor_domaines_produits{
	padding:0 0 0 20px;
	text-align:left;	
	font-size:12px;
}



/*###############  Fiches produits #############*/

/*---------------------gauche---------------------*/

#contenu_gauche {
width:190px;
margin-top:20px;
padding:0;
float:left;
}

#ses_plus {
background: url(../images/commun/fond_ses_plus.png) no-repeat;
width:190px;
margin:0;
padding:0;
}

#contenu_gauche h2{
font: bold 18px arial, verdana, sans-serif;
color:#E1007A;
margin:10px 0 0 10px;
padding: 0 0 15px 0;
}

.ses_plus_element {
width:190px;
height:90px;
padding: 0 0 20px 0;
float:left;
display:block;
background-color: #F2F2F6;
}


.visuelsplus {
width:90px;
height:90px;
margin:0;
padding:0;
float:left;
}

.ses_plus_element_droite{
background:url(../images/commun/fond_ses_plus_droite.png) no-repeat;
width:100px;
height:90px;
margin:0;
padding:0;
float:left;
position:relative;
}

.ses_plus_element_droite p{
font: normal 11px arial, verdana, sans-serif;
color:#000;
padding-top:10px;
float:left;
position:absolute;
bottom:10px;
}
.ses_plus_element_droite p strong , .ses_plus_element_droite p b {font-weight:bold;}
.ses_plus_element_droite_bleu{
background:url(../images/commun/fond_ses_plus_droite_tondeuse.png) no-repeat;
width:100px;
height:90px;
margin:0;
padding:0;
float:left;
position:relative;
}

.ses_plus_element_droite_bleu p{
font: normal 11px arial, verdana, sans-serif;
color:#000;
padding-top:10px;
float:left;
position:absolute;
bottom:10px;
}
.ses_plus_element_droite_bleu p strong , .ses_plus_element_droite_bleu p b {font-weight:bold;}
.voir_la_demo {
background:url(../images/commun/voir_demo.png) no-repeat left;
width:200px;
height:29px;
margin:10px 0 0 10px;
float:left;
}

.voir_la_demo p a, .voir_la_demo p a:hover{
font:bold 18px arial, verdana, sans-serif;
color:#E1007A;
padding-left:50px;
text-decoration:none;
}

/*-------------------------milieu--------------------------------*/

.contenu_principal {
width:920px;
margin:0;
padding:0;
}


.contenu-centre {
	width:460px;
	float:left;
	margin:20px;
	overflow: hidden;
}

.contenu-centre-img {
	float: left;
	width: 370px;
	text-align: right;
	overflow: hidden;
}

.contenu-centre-img-nouveau {
	float: left;
	text-align: left;
	overflow: hidden;
	margin-top: 200px;
}

.separateur{
background:url(../images/commun/separateur-horizontal-fiche.png) no-repeat;
height:3px;
width:440px;
margin:0;
padding:0;
}

.descriptif{
margin:10px 0 10px 0;
}

p.descriptif{
font:bold 13px arial, verdana, sans-serif;
color:#8687A5;
}

p.reference {
font:bold 12px arial, verdana, sans-serif;
}

.mentionprix{
font:normal 11px arial, verdana, sans-serif;
color:#8687A5;
}

.mentionprix span{
font:bold 11px arial, verdana, sans-serif;
}

#caracteristiques ul{
/*	list-style-position: outside;*/
}

#caracteristiques li{
	list-image: url(../images/commun/pucerond.gif) no-repeat;
	background-position: 0% 10%;
	padding: 0 0 5px 0px;
	margin: 0 0 0 25px;
	font:normal 11px arial, verdana, sans-serif;
	color:#000;
	list-style-position:outside;
}


#caracteristiques h3{
font:bold 18px arial, verdana, sans-serif;
margin:10px 0 10px 0;
}

.liste_gauche{
	width:220px;
	border-right:1px solid #9496B0;
	float:left;
	padding-right:10px;
}

.liste_gauche li{
	list-style: square inside url(../images/commun/pucerond.gif);
}

.liste_droite {
	width:220px;
	float:left;
}

.liste_droite li{
	list-style: square inside url(../images/commun/pucerond.gif);
	line-height: 200%;
}

.en_savoir_plus{
width:190px;
float:left;
margin-top:20px;
background:url(../images/repassage/fondcommentchoisir.png) no-repeat;
}

.en_savoir_plus h2{
font: bold 18px arial, verdana, sans-serif;
color:#E1007A;
margin:15px 0 10px 15px;
}


.en_savoir_plus a.bouton{
font: bold 10px arial, verdana, sans-serif;
color:#fff;
text-decoration:none;
width:171px;
height:16px;
background:url(../images/repassage/commentchoisirbouton.png) no-repeat;
padding:2px 0 0 10px;
margin: 0 0 5px 10px;
float:left;
}

.en_savoir_plus a:hover.bouton {

color:#fff;
text-decoration:none;
width:171px;
height:16px;
background:url(../images/repassage/boutoncomparprodover.png) no-repeat;
padding:2px 0 0 10px;
margin: 0 0 5px 10px;
float:left;
}

#bas_page p{
margin:30px 0 0 30px;
width:700px;
font:normal 12px arial, verdana, sans-serif;
color:#8687A5;
}

#bas_page a{
font:normal 12px arial, verdana, sans-serif;
color:#8687A5;
text-decoration:underlined;
}

#pictos img{
height:60px;
margin:5px 0 10px 5px;
}

#bas_en_savoir_plus {
width:190px;
height:84px;
background:url(../images/commun/fond_en_savoir_plus.png) no-repeat bottom;
}

#bas_en_savoir_plus p{
padding-top:20px
}


#engagement_gsf a{
		font: normal 12px arial, sans-serif;
		color:#8687a5;
}

#engagement_gsf a:hover{
		font: normal 12px arial, sans-serif;
		color:#8687a5;
}

/*------------*/
/* OU ACHETER */
/*------------*/
.common_color, .common_color a
{
	color: #E1007A;
}

.liste_revendeurs
{
	overflow : hidden;
	width: 450px;
	text-align: left;
	border-bottom: 1px solid #CCC;
	color: #E1007A;
}

.liste_revendeurs .image_revendeur
{
	float: left;
	width: 250px;
	line-height: 80px;
	padding-top: 10px;
}

.liste_revendeurs .nom_revendeur
{
	float: left;
	width: 200px;
	line-height: 40px;
	font-size : 13px;
}

.liste_revendeurs .url_revendeur a
{
	float: left;
	width: 200px;
	line-height: 40px;
	text-decoration: none;
	font-weight: bold;
	color: #E1007A;
	font-size : 11px;
}

/*---------------------*/
/* NOTICES UTILISATION */
/*---------------------*/
.notice_liste
{
	overflow: hidden;
	color: #8687a5;
	font-size: 12px;
	width: 450px;
	margin: 30px 0 15px 25px;
}

.notice_elmt
{
	float: left;
	width: 350px;
	margin: 0 0 10px 0;
}

.notice_url
{
	float: left;
	width: 100px;
	margin: 0 0 10px 0;
}

.notice_pdf
{
	text-align: right;
	margin: 0 200px 0 0;
}

/*---------------*/
/* DIVERS...VERS */
/*---------------*/
.titre_select
{
	font-size:14px;
}

h1 small
{
	color:#999;
	font-size:18px;
}

/*---------------*/
/* PRINT PRODUIT */
/*---------------*/
.popup_print_product
{
	width: 700px !important;
	overflow: hidden;
}

.popup_print_product h1
{
	margin-left: 15px !important;
}

.popup_print_product .popup_print_header
{
	margin:0 0 15px 15px;
	overflow:hidden;
}

.popup_print_product .popup_print_header img
{
	margin-right: 500px;
	float:left
}

.popup_print_product .popup_print_header .btn_imprimer
{
	float:left;
	margin: 5px 0 0 0;
}

.popup_print_product .contenu-centre
{
	overflow: hidden;
}

.popup_print_product .contenu-centre-img
{
	border-bottom: 1px solid #DCECF6;
	width: 700px !important;
}

.popup_print_product .contenu-centre-img-product
{
	overflow: hidden;
	float:left;
	padding:0;
	margin:0;
	width:460px;
}

.popup_print_product .contenu-centre-img-nouveau {
	margin-top: 120px !important;
}

.popup_print_product #contenu_gauche
{
	margin:0 !important;
}

.popup_print_product #contenu_gauche h2
{
	margin-top: 0 !important;
	padding-top: 10px;
}

.popup_print_product .contenu-centre
{
	margin-top: 0 !important;
	margin-left: 0 !important;
	padding-left: 15px !important;
}

.popup_print_product .liste_gauche
{
	width: 445px;
	border: none;
}

#print_footer
{
	width: 700px;
	float:right;
	border-top: 1px solid #DCECF6;
	text-align: right;
	padding: 10px;
	font-size: 13px;
	font-weight: bold;
}

/*-----------*/
/* ENVOI AMI */
/*-----------*/
#tbl_envoi_ami td{
	color:#000000;
	font-size:12px;
	font-family:Arial;
}

#envoie_ami_submit{
	width: 600px;
}

#envoie_ami_submit .btn_rose{
	margin: 10px 0 0 290px;
}


.selection_produit ul{
/*	height:75px;*/
}

/*----------*/
/* ABCDAIRE */
/*----------*/
#abcedaire
{
	margin: 25px 5px 0 45px;
	border-top: 1px solid #D0D0E0;
	padding: 10px 0 0 7px;
}

#abcedaire a
{
	color: #E1007A;
	font-family : Arial, verdana, sans serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	margin: 0 3px 0 0;
}

#abcedaire a:hover
{
	color: #898aa6;
}

/*										*/
/* tableau comparatif */
/*										*/


#tbl_compare{
	color:#000000;
}


/*** DEPT DE GARANTIE ***/

/* generiques */


.content_type.garantie{
}

.garantie p.txt_intro{
	padding:0;
	margin:0;
}


.content_type p.intro_txt.rouge{
	font-size:13px;
	font-family:Arial;
	font-weight:bold;
	color:#E1007A;
}

.content_type.garantie h2{
		font: bold 17px arial, sans-serif;
		color:#E1007A;
		padding:0 0 15px 0;
}

.garantie_filet{
	margin:15px 0px 15px 0px;
	width:524px;
	height:1px;
	background:url(../images/enregistrement_produit/filet.gif) repeat-x;
}

.garantie.retour_haut{
	float:right;
}

.note{
	font-size:10px;
	font-weight:normal;
}

#menu_bas{
	margin:0px 0px 100px 0px;
}

#fin_garantie{
	display:block;
	padding-top:20px;
	width:550px;
}

/* fin génériques */

/* formulaires perso*/

.garantie .field{
	float:left;
	margin:0px 0px 5px 0px;
}

.garantie .field .ctrl{
	font-size:13px;
	color:#000000;
	border:1px solid #8687A5;
	width:243px;
	margin:0px 10px 0px 0px;
}

.garantie .field label{
	font-size:13px;
	color:#8687A5;
	font-family:Arial;
	font-weight:bold;
	/*width:125px;*/
	width: 200px;
	float:left;
	margin:0px 10px 0px 0px;
}

.garantie .field .ctrl.login{
	width:150px;
}

.garantie .field .ctrl.court{
	width:93px;
}

.garantie .field select.ctrl{
	background:#FFFFFF;
	color:#E1007A;
	font-size:13px;
	font-family:Arial;
	width:243px;
}

.garantie .field select.ctrl.foyer{
	width:54px;
}

.garantie .field select.ctrl.court{
	width:75px;
}

.garantie .field.court .ctrl{
	width:93px;
}

.garantie .field.court label{
	width:35px;
}

.garantie .error{
	color:red;
	font-size:12px;
	width: 540px;
}

.garantie .lien{
	color:#E1007A;
	text-decoration:underline;	
	font-weight:bold;	
}


/* fin formulaire perso */

/* formulaire produit */

.garantie .field .date{
	text-transform:uppercase;
	color:#E1007A;
}


.garantie .field .ctrl.date.jour{
	width:25px;
}

.garantie .field .ctrl.date.mois{
	width:25px;
}

.garantie .field .ctrl.date.annee{
	width:50px;
}

.garantie .field .ctrl.ref{
	text-transform:uppercase;
	color:#E1007A;
	width:25px;
}

#info_nom_produit{
	font-size:11px;
}

.garantie .field.produit label{
	font-size:13px;
	color:#8687A5;
	font-family:Arial;
	font-weight:bold;
	/*width:150px;*/
	width: 200px;
	float:left;
	margin:0px 10px 0px 0px;
}

/* fin formulaire produit */

/* questionnaire */

.questionnaire .field label{
	width:100%;
	display:block;
	padding:0px 0px 5px 0px;
}

.questionnaire .field textarea.ctrl {
	clear:left;
	width:243px;
}

.questionnaire .field input.ctrl{
	clear:left;
	width:10px;
	border:none;
}
.questionnaire .field select.ctrl {
	clear:left;
}

/* fin questionnaire */


/* infos persos */

#conso p{
	width:300px;
	font-size:11px;
}

#news p{
	width:300px;
	font-size:11px;
}

#fin_form_perso_garantie{
	/*margin:0px 0px 0px 120px;*/
	margin-left: 200px;
	width:200px;
}

.garantie.champs_obligatoires{
	float:left;	
	width:200px;
	margin-top: 10px;
	color: #8F8CAB;
	font-size: 12px;
}



.btn_menu_bas{
	display:block;
	float:left;
}

.btn_menu_bas.premier{
	margin:0 0 0 30px;
}

.btn_menu_bas.premier.tbl_bord{
	margin:0 0 0 80px;
}

.btn_menu_bas.premier.counter{
	color:#416EB0;
	font-size:11px;
	text-align: center;
}

.separe_btn_bas{
	display:block;
	float:left;
	width:75px;
}

.separe_btn_bas.tbl_bord{
		width:150px;
}

.btn_menu_bas{
	display:block;
	float:left;
}

.garantie .informatique_et_liberte{
	margin:0px 0px 0px 0px;
}

.garantie.liste_services_produits{
	padding:0px 0px 0px 30px;
}

/* fin infos perso */


/* Enregistrement PERSO : Règlement */
.reglement{
	width: 350px !important;
	padding: 0 0 25px 0;
}

.reglement h1{
	padding: 0 0 15px 0;
	text-align: center;
}

.reglement p{
	font-size: 12px;
	color: #8687A5;
}


/***** CENTRE CSA ( ou reparer ) ******/

.tbl_CSA td{
	color: #8687a5;
	font-size: 12px;
}


/**** Autre modèle ****/

#titre_autre_modele h3 {
	color:#0078BB;
	font:normal 25px arial, verdana, sans-serif;
}

#titre_autre_modele h4 {
	color:#0078BB;
	font:bold 18px arial, verdana, sans-serif;
}
#titre_autre_modele h5 {
	color:#0078BB;
	font:bold 12px arial, verdana, sans-serif;
}
#description_autre_modele {
	font:bold 13px arial, verdana, sans-serif;
	color:#8687A5;
}

#Caracteristiques_Autre_Modele {
	font:normal 12px arial, verdana, sans-serif;
}
.small_autre_modele {
	color:#0078BB;
	font:normal 12px arial, verdana, sans-serif;
}
.small_autre_modele_gris{
	color:#8687A5;
	font:normal 12px arial, verdana, sans-serif;
}
.small_autre_modele_gris b{
	color:#0078BB;
}

.small_autre_modele_gris a{
	text-decoration: none;
	color:#8687A5;
}
/**** 404 ****/

#contenu_principal .intro_404 p{
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size:11px !important;
	font-weight:bold;
	color:#b2b3c4;
	text-decoration:none;
}

#contenu_principal .intro_404 p a{
	text-decoration : none;
	color : #E1007A !important
}

p.astuce_aleatoire_home {
	color : #898AA6;
	font-size:12px;
	font-weight:bold;
}

p.astuce_aleatoire_home a{
	color : #898AA6;
	font-size:12px;
	font-decoration:underline;
}





