* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	width:100%;
}
body {
	margin:0;
	padding: 0;
	border: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #000;
}

#page {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	min-height: 860px;
	z-index: 10;
	}
	
#background_container {
	position: absolute;
	top:0;
	left:0;
	}
#background {
	position:fixed;
	top: 0px;
	left: 0px;
	overflow:hidden;
}
* html #background {
	position:absolute;
}	
	
	
/*-----------------------------------------------------------------
HEADER
-----------------------------------------------------------------*/	
#header {
	/*margin-left: auto;
	margin-right: auto;
	width: 750px;*/
	margin-top: 10px;
	background-color: #000000;
	text-align: center;
	color: #fff;
	background-image: url(images/transparent.png) !important;  /* Mozilla uniquement */
	background-color: transparent !important;           /* Mozilla uniquement */
	background-image: none;                             /* IE uniquement */
	background-color: #000;                          /* IE uniquement */
	filter:alpha(opacity=85);                           /* IE uniquement */
	margin-bottom: 30px;
}
#contentHeader {
	margin-left: auto;
	margin-right: auto;
	width: 840px;
	/*padding: 10px 0;*/
}

#logo {
	background: url(images/logo-creastil.png) no-repeat;
	float: left;
	width: 714px;
	margin: 10px 0;
	height: 85px;
}
#logo h1, #logo p {
	text-indent: -4000px;
}
#telephone {
	float: right;
	text-align: right;
	margin-top: 60px;
	padding-bottom: 8px;
	line-height: 1.2em;
}
.header_a {
	clear:both
}
#retourhome {
	height: 90px;
	position: absolute;
	top: 15px;
	width: 650px;
	cursor: pointer;
}
/*-----------------------------------------------------------------
FOND TRANSPARENTS
-----------------------------------------------------------------*/
#contenu, #pub, #footer {
	background-color: #000000;
	background-image: url(images/transparent.png) !important;  /* Mozilla uniquement */
	background-color: transparent !important;           /* Mozilla uniquement */
	background-image: none;                             /* IE uniquement */
	background-color: #000;                          /* IE uniquement */
	filter:alpha(opacity=85);                           /* IE uniquement */
}
/*-----------------------------------------------------------------
CONTAINER
-----------------------------------------------------------------*/
.clear {
	clear: both;
}
.jaune {
	color: #FFCC00;
}

/*-----------------------------------------------------------------
CONTENU
-----------------------------------------------------------------*/

#contenu {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
	font-size: 0.9em;
}


/*-----------------------------------------------------------------
MENU
-----------------------------------------------------------------*/
#menu {
	padding-top: 20px;
	width: 170px;
	text-align: left;
	margin-left: 12px;
	font-size: 1em;
	float: left;
	font-size: 1em;
}
#menu ul {
	list-style: none;
}
#menu li {
	border-bottom: #fff solid 1px;
	/*padding: 6px;*/
}
#menu li li {
	border-bottom: none;
	/*padding-left: 22px;*/
}
#menu a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 4px;
}
#menu li li a {
	padding-left: 22px;
}
#menu a:hover {
	background-color: #FFCC00;
	color: #000;
	font-weight: bold;	
}

#menu .current_page_item a, #menu .current_page_ancestor a, #menu .current_page_parent a {
	
}
#menu ul .current_page_item a {
	background-color: #FFCC00;
	color: #000;
	font-weight: bold;
}
#menu ul li ul .current_page_item a, #menu ul li ul .current_page_ancestor a, #menu ul li ul .current_page_parent a {	
	background-color: #FFCC00;
}
#menu ul li ul .current_page_ancestor a, #menu ul li ul .current_page_parent a {
	background:  #FFCC00;
	color: #000;
	font-weight: bold;
}
#menu ul li ul .current_page_item a, #menu ul li ul .current_page_item a:hover {
	background:  #FFCC00;
	color: #000;
	font-weight: bold;
}

/*-----------------------------------------------------------------
CONTENU TEXTE
-----------------------------------------------------------------*/
.filetvetical {
	background: url(images/filet-v.gif) repeat-y left top;
}
#contenutexte {
	margin: 20px 0 20px 20px;
	width: 590px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
	text-align: left;
	height: 470px;
	border-left: 1px solid #fff;
	
	scrollbar-face-color:#FFF;
	scrollbar-highlight-color:#FFF;
	scrollbar-3dlight-color:#FFF; 
	scrollbar-darkshadow-color:#fff; 
	scrollbar-shadow-color:#fff; 
	scrollbar-arrow-color:#000; 
	scrollbar-track-color:#000; 	
}

h2, h3, h4 {
	color: #FFCC00;
}
h2 {
	font-size: 3em;
	/*font-style: italic;*/
	font-weight: normal;
}
.intro {
	font-size: 1.1em;
	/*font-style: italic;*/
	line-height: 1.4em;
}

h3 {
	font-size: 1.5em;
	/*padding-top: 15px;*/
}
p {
	margin: 10px 0;
	line-height: 1.4em;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.marginright {
	margin-right: 20px;
}
.marginbottom {
	margin-bottom: 20px;
}
.left {
	float: left;
}

#contenutexte a {
	color: #FFCC00;
	text-decoration: underline;
}

#contenutexte h3 {
	padding-top: 15px;
}
.scroll {
  overflow: auto;
}

.produit {
	width: 150px;
	height: 160px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	float: left;
	color: #5A574E;
	font-size: 1em;
	padding:25px 10px;
	text-align: center;
}
.produit img {
	margin-left:auto;
	margin-right: auto;
}
.nomProduit {
	display: block;
	padding-top: 5px;
	text-align: left;

}
#contenutexte .produit span.boutonCommander a {
	display: block;
	margin-top: 15px;
	margin-left: 95px;
	padding: 2px 0;
	border: 1px solid #000;
	font-size: 0.85em;
	text-align: center;
	color: #000;
	text-decoration: none;
}
.sousProduit {
	font-size: 1.8em;
	/*color: #FFCC00;*/
	font-weight: bold;
}
.surligne {
	/*display: block;*/
	background-color: #FFCC00;
	color: #000;
	padding: 3px 5px;
	font-size: 0.95em;
	text-decoration: none;
}
#contenutexte div.linkcategorie a {
	background-color: #999;
	color: #000;
	padding: 3px 5px;
	font-size: 0.95em;
	text-decoration: none;
}
#contenutexte div.linkcategorie a:hover {
	background-color: #FFCC00;
}
/*-----------------------------------------------------------------
EDITO
-----------------------------------------------------------------*/
#edito {
	float: left;
	width: 500px;
	padding: 0 20px;
	background: url(images/fond-edito.png) top left no-repeat;
	filter:alpha(opacity=100);                           /* IE uniquement */
}
#edito p {
	font-size: 18px;
	text-align: right;
	padding-bottom: 20px;
	line-height: 1.2em;
	
}
#edito ul {
	list-style: none;
	margin-top: 10px;
	margin-bottom: 20px;
}
#edito li {
	margin-left: 264px;
	border-bottom: solid 1px #fff;
	height: 60px;
}

/*-----------------------------------------------------------------
ACTUS
-----------------------------------------------------------------*/
#actus {
	float: left;
	width: 270px;
	padding: 0 20px 0 10px;
	text-align: left;
	font-size: 1em;
}
#actus h2 {
	text-indent: -4000px;
	background: url(images/actualite.png) no-repeat left;
	margin-top: 10px;
}
#actus h2.nouveau {
	text-indent: -4000px;
	background: url(images/nouveau.png) no-repeat left;
	margin-top: 10px;
}
#actus h3 {

	font-size: 14px;
	color: #FFCC00;
	letter-spacing: 1px;
}
#actus p {
	line-height: 1.4em;

	margin-top: 5px;
}
/*#actus a {
	display: block;
	margin: 10px 0;
	text-decoration: underline;
	color: #FFCC00;
	width: 85px;
	padding: 3px;
	font-size: 0.9em;
}
#actus a:hover {
	color: #000;
	background-color: #FFCC00;
	text-decoration: none;
}*/

#actus .filet {
	border-bottom: solid 1px #fff;
	margin-bottom: 10px;
}
#actu {
	margin-bottom: 10px;
}



/*-----------------------------------------------------------------
PUB
-----------------------------------------------------------------*/
#pub {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
	text-align: center;
	color: #fff;
}
.pub2 {
	margin-left: 10px;
}

/*-----------------------------------------------------------------
FOOTER
-----------------------------------------------------------------*/
#footer{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	clear: both;
	color: #FFF;
	padding: 3px 0;
	font-size: 0.9em;
	text-align: center;
	line-height: 1.6em;
}

#contentFooter {
	margin-left: auto;
	margin-right: auto;
	width: 840px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover, .actif {
	text-decoration: underline;
	color: #FFCC00;
}
#contentFooter ul li {
	display: inline;
	list-style: none;
}
#contentFooter ul li {
	border-right: 1px solid #fff;
	padding-right: 5px;
}

/*-----------------------------------------------------------------
TABLEAU
-----------------------------------------------------------------*/
table {
	font-size: 1em;
	border-collapse: 10px;
	color: #FFF;
}
td {
	background-color: #000;
	padding: 10px 20px;
}

/* Pub Soins Spa*/
td#soin1, td#soin2, td#soin3, td#soin4, td#soin5 {
	color: #000;
	text-align: center;
}
td#soin1 strong, td#soin2 strong, td#soin3 strong, td#soin4 strong, td#soin5 strong {
	font-size: 110%;
}

td#soin1 {
	background-color: #EED69A;	
}
td#soin2 {
	background-color: #FFADD1;
}
td#soin3 {
	background-color: #D6CDBB;
}
td#soin4 {
	background-color: #8CB9B6;
}
td#soin5 {
	background-color: #96C17A;
}
