body{
	/*background-color:#fff;*/
	margin:0px;
	background-image:url(images/motif-background2.gif);
	background-repeat:repeat;
	background-position:top;
}
#menufidelite {
	padding: 0px 0px 0px 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3D1C09;
	font-size: 12px;
	margin: 0px;
}
#fidelite {
	padding: 0px;
	background-color: #FFF;
	background-image: url(images/pistilles-fond.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
}

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

#fidelite h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: #2d9cd3;
}
#fidelitetxt {
	width: 570px;
	margin: 7px 0px 15px 50px;
	padding: 0px;
}

#menufidelite li {
	list-style-image: url(images/pistil.png);
	list-style-position: outside;
	margin-bottom: 2px;
}
#fondmenu {
	background-image: url(images/menu_fidelite_fond.jpg);
	background-repeat: repeat-y;
}
.fondmenufidelite {
	background-image: url(images/menu_fidelite_fond.jpg);
	background-repeat: repeat-y;
}
#menufidelite ul {
	margin-top: 0px;
	padding-top: 0px;
}
#headerfidelite {
	height: 89px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #FFF;
	background-image: url(images/headerfidelite_fond.gif);
	background-repeat: repeat-x;
}
#kerastase h2 {
	font-size: 15px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#kerastase p {
	font-size: 13px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 16px;
}
.kerastasetab {
	width: 500px;
	margin: 0px 0px 0px 20px;
}
.contour{
	background-color:#3d1d0a;
	border-left-style:solid;
	border-left-color:#93745b;
	border-left-width:1px;
	border-right-style:solid;
	border-right-color:#93745b;
	border-right-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#93745b;
	border-bottom-width:1px;
}
.adresse{
	font-family:Arial, sans-serif;
	font-size:9px;
	color:#93745b;
	font-weight:bold;
	line-height:10px;
}
a.mail:link {
	font-family:Arial, sans-serif;
	font-size:9px;
	color:#93745b;
	font-weight:bold;
	text-decoration: none;
}
a.mail:visited {
	font-family:Arial, sans-serif;
	font-size:9px;
	color:#93745b;
	font-weight:bold;
	text-decoration: none;
}
a.mail:hover {
	font-family:Arial, sans-serif;
	font-size:9px;
	color:#ffffff;
	font-weight:bold;
	text-decoration: underline;
}
/* Menu */

#menu, #menu ul /* Liste */	
{
	padding : 0; /* pas de marge intérieure */
	margin : 0; /* ni extérieure */
	list-style : none; /* on supprime le style par défault de la liste */
	/*line-height : 21px;  on défini une hauteur pour chaque élément */
	text-align : left; /* on centre le texte qui se trouve dans la liste */
	z-index: 10;
}

#menu /* Ensemble du menu */
{
	font-weight : bold; /* on met le texte en gras */
	font-family : Arial; /* on utilise Arial c'est plus beau ^^ */
	font-size : 12px;
}

#menu a /* Contenu des listes */
{
	display	: block; /* on change le type d'élément, les liens deviennent des balises de type block */
	background : #93745b; /* couleur de fond */	
	color : #3d1c09; /* couleur du texte */
	text-decoration : none; /* on supprime le style par défault des liens (la pluspart du temps = souligné) */
	/*width : 139px;  largeur */
}

#menu li /* Elements des listes */	
{
	float : left;
	/* pour ie qui ne reconnait pas "transparent" */
	border-bottom : 1px solid #fff;
}

/* ie ne reconnaissant pas le sélecteur ">" */
html>body #menu li
{
	border-bottom: 1px solid transparent ; /* on met une bordure transparante à droite de chaque élément */
}

#menu li ul /* Sous-listes */
{ 
	position: absolute; /* Position absolu */
	width: 275px;  /*Largeur des sous-listes */
	left: -999em; /* Hop, on envoi loin du champ de vision */
}


#menu li ul li /* Eléments de sous-listes */
{
	width : 275px;
	line-height:21px;
	/* pour ie qui ne reconnait pas "transparent" (comme précédement) */
	border-bottom : 1px solid #fff; /* on met une bordure blanche en haut de chaque élément d'une sous liste */
}

/* ie ne reconnaissant pas le sélecteur ">" */
html>body #menu li ul li		
{
	border-bottom : 0px solid transparent; /* on met une bordure transparante en haut de chaque élément */
}

#menu li ul ul 
{
	margin		: -21px 0 0 264px ; /* On décale les sous-sous-listes qu'elles ne soient pas au dessus des sous-listes */	
	/* pour ie qui ne reconnait pas "transparent" (comme précédement) */
	border-bottom	: 1px solid #fff ; /* Petite bordure à gauche pour ne pas coller ... */	
}

/* ie ne reconnaissant pas le sélecteur ">" ... je me répète ;-) */
html>body #menu li ul ul		
{
	 /*border-left	: 1px solid transparent ; on met une bordure transparante sur la gauche de chaque élément */
}

#menu a:hover /* Lorsque la souris passe sur un des liens */	
{
	color: #2d9cd3; /* On passe le texte en noir ... */
	background: #3d1c09; /* ... et au contraire, le fond en blanc */
}

#menu li:hover ul ul, #menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{
	left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
	left: auto; /* Repositionnement normal */
	min-height: 0; /* Corrige un bug */
}

a
{
	text-decoration: none;
	color: #3d1c09;
}

a:hover
{
	font-weight: bold;
}
/*----------------------------------------------------------------------------------------*/
.degrade{
	background-image:url(images/centre-de-beaute_05.jpg);
	background-repeat:repeat-x;
	/*height:368px;*/
}
.titrehome{
	font-family:Arial, sans-serif;
	font-size:24px;
	color:#3d1d09;
	line-height:24px;
	margin:0px;
}
h1{
	font-family:Arial, sans-serif;
	font-size:24px;
	color:#3d1d09;
	line-height:24px;
	margin:0px;
}
h2
{
}
.text{
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#3d1d09;
	line-height:18px;
}
.text5{
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#3d1d09;
	line-height:19px;
}
.text2{
	font-family:Arial, sans-serif;
	font-size:14px;
	color:#3d1d09;
	line-height:20px;
}
.FDpistilles{
	background-image:url(images/pistilles-fond.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}
.FDtitreOffre{
	background-image:url(images/FDtitreOffre.jpg);
	background-repeat:no-repeat;
	height:36px;
}
a.TitreOffre:link {
	font-family:Arial, sans-serif;
	font-size:18px;
	color:#3d1d09;
	font-weight:bold;
	text-decoration: none;
}
a.TitreOffre:visited {
	font-family:Arial, sans-serif;
	font-size:18px;
	color:#3d1d09;
	font-weight:bold;
	text-decoration: none;
}
a.TitreOffre:hover {
	font-family:Arial, sans-serif;
	font-size:18px;
	color:#3d1d09;
	font-weight:bold;
	text-decoration: underline;
}
.FDopportunite{
	background-image:url(images/FDopportunites.jpg);
	background-repeat:repeat-x;
	height:368px;
}
.FDcoiffure{
	background-image:url(images/FDcoiffure.jpg);
	background-repeat:repeat-x;
	/*height:368px;*/
}
.titreBlc1{
	font-family:Arial, sans-serif;
	font-size:19px;
	color:#ffffff;
}
.titreBlc2{
	font-family:Arial, sans-serif;
	font-size:24px;
	color:#ffffff;
}
.textBlc{
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#ffffff;
	line-height:16px;
}
.textBlc2{
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#ffffff;
	line-height:12px;
}
.FDoffres{
	background-image:url(images/FDoffres.jpg);
	background-repeat:repeat-x;
	/*height:368px;*/
}
.titreOffres1{
	font-family:Arial, sans-serif;
	font-size:20px;
	color:#e30062;
}
.titreOffres2{
	font-family:Arial, sans-serif;
	font-size:26px;
	color:#e30062;
	line-height:32px;
}
.textOffres{
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#3d1d09;
	line-height:13px;
}
a.lienOffres:link {
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#3d1d09;
	font-weight:bold;
	text-decoration: none;
}
a.lienOffres:visited {
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#3d1d09;
	font-weight:bold;
	text-decoration: none;
}
a.lienOffres:hover {
	font-family:Arial, sans-serif;
	font-size:12x;
	color:#2d9cd3;
	font-weight:bold;
	text-decoration: underline;
}
.FDresto{
	background-image:url(images/centre-de-beaute_09.jpg);
	background-repeat:repeat-x;
	/*height:368px;*/
}
.titreResto1{
	font-family:Arial, sans-serif;
	font-size:20px;
	color:#3d1d09;
}
.titreResto2{
	font-family:Arial, sans-serif;
	font-size:27px;
	color:#3d1d09;
}
.TitreM{
	font-family:Arial, sans-serif;
	font-size:16px;
	color:#3d1d09;
}
.MiniText{
	font-family:Arial, sans-serif;
	font-size:9px;
	color:#3d1d09;
}
.MiniText3{
	font-family:Arial, sans-serif;
	font-size:9px;
	color:#ffffff;
	line-height:9px;
}
.MiniText2{
	font-family:Arial, sans-serif;
	font-size:10px;
	color:#3d1d09;
}
.lineResto{
	background-image:url(images/line_01.jpg);
	background-repeat:repeat-x;
	height:9px;
}
.TextBleu{
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#2d9cd3;
}
a.lienMini2:link {
	font-family:Arial, sans-serif;
	font-size:10px;
	color:#3d1d09;
	text-decoration: none;
}
a.lienMini2:visited {
	font-family:Arial, sans-serif;
	font-size:10px;
	color:#3d1d09;
	text-decoration: none;
}
a.lienMini2:hover {
	font-family:Arial, sans-serif;
	font-size:10x;
	color:#2d9cd3;
	text-decoration: underline;
}
.titreBleu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#2d9cd3;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}
.titreBleu2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#2d9cd3;
	font-weight: normal;
	line-height: 25px;
}
.titreBleu3{
	font-family:Arial, sans-serif;
	font-size:24px;
	color:#2d9cd3;
}
.lineM{
	background-image:url(images/line_02.gif);
	background-repeat:repeat-x;
	height:11px;
}
.lineM2{
	background-image:url(images/line_07.jpg);
	background-repeat:repeat-x;
	height:23px;
}
.lineM3{
	background-image:url(images/line_09.jpg);
	background-repeat:repeat-x;
	height:5px;
	background-position:center;
}
.lineBlc{
	background-image:url(images/line_03.jpg);
	background-repeat:repeat-x;
	height:11px;
}
.lineBleu{
	background-image:url(images/line_04.jpg);
	background-repeat:repeat-x;
	height:11px;
}
.lineMBleu{
	background-image:url(images/line_05.jpg);
	background-repeat:repeat-x;
	height:17px;
}
.lineVerti{
	background-image:url(images/line_06.jpg);
	background-repeat:repeat-y;
	width:20px;
}
.TextScroll{
	font-family:Arial, sans-serif;
	font-size:11px;
	line-height:12px;
	font-weight:bold;
	color:#3d1d09;
}
.TextScroll2{
	font-family:Arial, sans-serif;
	font-size:10px;
	line-height:12px;
	font-weight:bold;
	color:#3d1d09;
}
.TextScroll3{
	font-family:Arial, sans-serif;
	font-size:11px;
	line-height:12px;
	color:#3d1d09;
	font-weight: normal;
}
.TextScroll4{
	font-family:Arial, sans-serif;
	font-size:10px;
	line-height:11px;
	color:#3d1d09;
}
.PrixScroll{
	font-family:Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:12px;
	color:#2d9cd3;
}

.PrixScroll2{
	font-family:Arial, sans-serif;
	font-size:11px;
	line-height:12px;
	color:#3d1d09;
}

.PrixScroll5{
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:12px;
	color:#2d9cd3;
	line-height:19px;
}

a.lienOpport:link {
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	text-decoration: none;
}
a.lienOpport:visited {
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	text-decoration: none;
}
a.lienOpport:hover {
	font-family:Arial, sans-serif;
	font-size:12x;
	color:#ffffff;
	font-weight:bold;
	text-decoration: underline;
}
.Num{
	font-family:Arial, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#3d1d09;
}
.obligatoire{
	font-family:Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#ee0505;
}
/*---contenu scroll-------------------------------------*/
#cadre{
	width:555px; 
	height:336px; 
	overflow:hidden; 
}
#scrollable{
	height:336px; 
	width:2775px;
}
/*---contenu scroll lounge-------------------------------------*/
#yScrollHandler {
	position:absolute;
	height:336px;
	width:1e+008;
	left:0;
	top:0;
	z-index: 0;
}
.yScroll {
	width:582px;
	height:336px;
	overflow:hidden;
	float:left;
	padding:10px 5px;
	z-index: 0;
}
#cadre2{
	width:592px;
	height:336px;
	overflow:hidden;
	position:relative;
	z-index: 0;
}
#scrollable2{
	height:336px; 
	width:4144px;
}
#scrollable3{
	height:336px; 
	width:3552px;
}
#cadre3{
	width:592px; 
	height:315px; 
	overflow:hidden; 
}
#scrollable4{
	height:315px; 
	width:1776px;
}
#scrollable5{
	height:315px; 
	width:2368px;
}
#cadre4{
	width:536px; 
	height:336px; 
	overflow:hidden; 
}
#scrollable6{
	height:336px; 
	width:2144px;
}
#scrollable7{
	height:336px; 
	width:1072px;
}
#scrollable8{
	height:336px; 
	width:3752px;
}
#scrollable9{
	height:336px; 
	width:1072px;
}
/*---FDtxt-------------------------*/
.FDtxt{
	background-image:url(images/FDTxt.jpg);
	background-repeat:repeat-y;
	background-position:left top;
	height:368px;
	width:419px;
}
.cadre5
{
	width:536px; 
	height:336px; 
	overflow:scroll;
	overflow-x: hidden; 
}
.bellacfrm { display: none; }

