@import url("fonts.css");


* {
	margin: 0;
	padding: 0;
}

body {
	color: #9c9e9f;
	font: 12px/14px FF_DIN_Regular, Helvetica, sans-serif;
	text-align: center;
	background: #c6c8c9 url(../img/bodybg.gif) repeat-x;
}

img {
	display: block;
	border: none;
}

strong {
	/*color: #3b3b3d;*/
}

.left {
	float: left;
}

.right {
	float: right;
}

.centered {
	text-align: center;
}

/* @group Hacks */

.clearfix {
	display: inline-table;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* @end */

#container, #footer {
	position: relative;
	width: 850px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}

#container {
	margin: 10px auto 0;
	background: #fff;
}


body.iframe {
	background-color: #fff;
	text-align: left;
}

body.iframe #header {
	display: none;
}

body.iframe #container,
body.iframe #footer,
body.iframe #content {
	width: auto;
	background: none;
}

body.iframe #content {
	background: #fff url(../img/rappelbg.jpg) no-repeat right bottom;
}

#rappel form input {
	margin: .3em 0;
	font-size: 2em;
}


#header {
	position: relative;
	padding: 20px 0 0;
}


#header img {
	float:left;
	margin-left: 15px;
	border: 0; 
}

#flash-h1 { width:720px; height:50px; float:left;}

h1 { margin:0 0 20px 0; line-height:24px; }

/*
#header h2 {
	position: absolute;
	top: 25px;
	left: 225px;
	font-weight: normal;
	color: #477886;
}
*/
#header #flashtitle {
	float: right;
	margin-right: 15px;
}

#header div.upline {
	display: none;
	position: absolute;
	left: 153px;
	bottom: 0;
	font-size: 11px;
	text-transform: uppercase;
}

#header div.upline li {
	list-style: none;
	margin: 0;

}

#header #telephone {
	position: absolute;
	right: 15px;
	bottom: 0;
	text-align: right;
	font-family: 'FF_DIN_Light';
	font-size: 36px;
	line-height: 36px;
	color: #d0d1d2;
}


#menu {
	position: relative;
	margin: 25px 15px 15px;
	width: 818px;
}

/* @group SF Menu */

ul.sf-menu {
	list-style: none;
}

ul.sf-menu li.submenu {
	position: relative;
	float: left;
	width: 128px;
	height: 180px;
	margin-left: 10px;
	font-size: 14px;
	background-repeat: no-repeat;
	text-transform: lowercase;
	-webkit-border-bottom-left-radius: 1em;
	-moz-border-radius-bottomleft: 1em;
	border-bottom-left-radius: 1em;
	/*background-color: #fcc;*/
}

ul.sf-menu li.submenu ul {
	padding-top: 10px;
}

ul.sf-menu li.submenu.first {
	margin-left: 0;
}

ul.sf-menu a.submenuhead {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 128px;
	padding: 3px 0;
	color: #8a8b8c;
	font-family: FF_DIN_Light;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-bottom-left-radius: 1em;
	-moz-border-radius-bottomleft: 1em;
	border-bottom-left-radius: 1em;
	background-color: #f6f6f6;
	/*-moz-opacity: .70;
	filter: alpha(opacity=70);
	opacity: .70;*/
}


ul.sf-menu .current a.submenuhead {
	color: #fff;
	font-family: FF_DIN_Regular;
	background-color: #c6c7c8;
}

ul.sf-menu a.submenuhead:hover {
	color: #fff;
	font-weight: bold;
	background-color: #c6c7c8;
}

ul.sf-menu li.current {
	background-color: #fff;
	/*background-color: #fdeace;
	color: #fff;*/
}

.submenu li {
	padding: 0 0;
	list-style: none;
	font-size: 13px;
}

/* @end */



/* useless ?
#menu>ul>li>a.test {
	color: red;
}
*/

ul.sf-menu>li {
	background-position: -128px 0;
}

ul.sf-menu>li.current {
	background-position: 0 0;
}

.visage {
	background-image: url(../img/menu/rajeunissement-visage.jpg);
}

.epilation {
	background-image: url(../img/menu/epilation-laser.jpg);
}

.rides {
	background-image: url(../img/menu/traitement-rides.jpg);
}

.taches {
	background-image: url(../img/menu/taches.jpg);
}

.cosmetologie {
	background-image: url(../img/menu/cosmetologie.jpg);
}

.dentisterie {
	background-image: url(../img/menu/dentisterie.jpg);
}

.chirurgie {
	background-image: url(../img/menu/chirurgie.jpg);
}


.submenu li a {
	/*font-weight: bold;*/
	color: #747172;
	text-decoration: none;
}

.submenu li a:hover {
	color: #3b3b3d;
	font-family: FF_DIN_Medium;
}

.submenu li ul {
	display: none;
}

.submenu li.current ul {
	display: block;
}

#submenu #submenu-2 { margin:0 0 5px 5px; }
#submenu #submenu-2 li { margin-bottom:0px; }
#submenu #submenu-2 a { line-height:10px; }


.submenu-2 li { margin-bottom:0px; padding:0; }
.submenu-2 a { line-height:5px; margin:0 0 1px 5px; }

/*ul.sf-menu .red {
	background: red;
	border: 1px solid blue;
}*/


ul.sf-menu li li {
	border: none;
}


p, li {
	margin-bottom: .8em;
	line-height: 1.3em;
}

#content li {
	/*list-style-type: square;*/
}



#content {
	/*margin: 0 15px 10px;*/
	margin: 0 0 10px;
}

#submenu, #maincol, #subcol {
	margin-top: 10px;
}

#submenu {
	float: left;
	margin-left: 15px;
	width: 128px;
}

#submenu a.text,
#submenu a.text:hover {
	color: #10414e;
	text-decoration: none;
	cursor: text;
}



#submenu ul.submenu {
	padding: 10px 0;
	background-color: #fff;
	text-transform: lowercase;

}

#submenu .submenu li a {
	/*font-size: 1.2em;*/
	/*font-weight: bold;*/
	color: #707172;
	text-decoration: none;
}

#submenu .submenu li.current a,
#submenu .submenu li a:hover {
	color: #3b3b3d;
	font-family: FF_DIN_Medium;
}

#onecol {
	float: left;
	width: 670px;
	margin-left: 10px;
}

#maincol {
	float: left;
	width: 404px;
	margin-left: 10px;
	font-size: 1.1em;
}

#subcol {
	float: right;
	width: 266px;
	margin-right: 15px;
}

#more {
	position: relative;
	clear: both;
	margin: 0 0;
	padding: 15px;
	color: #9c9e9f;
	background: #f6f6f6 url(../img/morebg.gif) repeat-y;
}

#more #plus {
	position: absolute;
	width: 128px;
	height: 20px;
	top: -20px;
	background: url(../img/savoirplus.gif) no-repeat;
	font-size: 2px;
	text-indent: -5000;
}

#more.nobg {
	background: #fff;
}

#more div.left {
	width: 542px;
}

#more div.right {
	width: 266px;
}

#more div.right img,
#subcol div.right img {
	display: block;
	margin: 1em auto;
}

a.diaporama {
	display: block;
	width: 170px;
	height: 35px;
	margin: 30px auto 15px;
	text-indent: -5000px;
	background: url(../img/diaporama.gif) no-repeat;
}

div.block {
	margin: 0 0 1em;
	padding: .6em 0 0;
	text-align: left;
	font-size: 11px;
	background: #eceded url(../img/textbg.gif) no-repeat right center;
}

div.block,
#fiche,
#fiche div.pratique {
	-webkit-border-bottom-left-radius: 24px;
	-moz-border-radius-bottomleft: 24px;
	border-bottom-left-radius: 24px;	
}

#fiche {
	margin: 0 0 1em;
	text-align: left;
	font-size: 11px;
	background-color: #c6c7c8;
}

#fiche div.pratique {
	padding: 1em 0 1em;
	background: #eceded url(../img/textbg.gif) no-repeat right center;
}

#fiche h3,
#fiche .avantages h4 {
	text-transform: uppercase;
}

#fiche p {
	margin: 0 .8em 0 1.2em;
}	

#fiche h3,
div.block h3,
#fiche .avantages h4 {
	margin: 0;
	padding: .4em .8em;
	font-size: 1.3em;
}

#fiche ul,
div.block ul {
	margin: .4em .8em .8em 1.2em;
	list-style: none;
}

#fiche li,
div.block li {
	margin: .6em 0;
}

#fiche .avantages {
	color: #fff;
	margin-top: .5em;
	padding: 0 .5em .8em;
}


div.intro, div.more {
	padding: 15px;
}

#maincol h1 {
	margin-bottom: 1em;
	font-weight: normal;
	font-size: 1.5em;
	color: #58585a;
	line-height: 1.5em;
}

#maincol h2 {
	margin: 1.1em 0 .3em;
	color: #58585a;
	font-size: 13px;
	font-family: FF_DIN_Regular;
}


/*
#maincol div.more h2 {
	color: ##ffe4bf;
	background: #fff4e6;
}
*/

#maincol h3 {
	margin: 1.7em 0 .3em;
	color: #333;
	font-size: 11px;
	font-family: FF_DIN_Regular;
}

#maincol p.info {
	text-align: right;
}

#more h3 {
	margin-top: 1em;
}

#more ul,
#more ol {
	margin: 1em 2em;
}

#maincol .intro li {
	margin: 1em 0
}

/* @group footer */

#footer {
	margin: 0 auto;
	padding: 5px 0 0;
}

#footer,
#footer a {
	font-size: .9em;
	color: #6f7172;
}

#footer ul {
	padding: 1em;
	list-style: none;
}

ul#links {
	display: none;
	background: #01505d url(../img/01-40-06-07-96.gif) no-repeat right 25px;
	border: 1px solid #01505d;
}

#footer li, #footer li a {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}

#footer ul#links ul {
	display: none;
	padding: 0 .5em;
}

#footer ul#links ul li {
	display: inline;
	padding: 0 .5em;
}

#footer ul ul a {
	color: #e78832;
}

#footer ul ul a:hover {
	color: #fff;
}

#links li {
	position: relative;
	
}

#links li ul {
	position: absolute;
	top: 0;
	left: 12em;
}

#footer p.contact {
	padding: .5em 0 0;
	text-align: center;
}

#footer p.contact strong, #footer p.contact span, #footer p.contact a {
	padding: 0 .5em;
}

#footer p.contact a {
	font-weight: bold;
	text-decoration: none;
}

/* @end */

a#callback {
	display: block;
	width: 266px;
	margin: .5em 0 .4em;	
}



/*
#subcol a.diaporama {
	display: none;
	padding: .4em 0;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #477886;
	border: 1px solid #477886;
}

#subcol a.diaporama:hover {
	color: #fff;
	background: #477886;
}
*/

#content a {
	color: #3b3b3d;
}

#content a:hover {
	color: #9c9e9f;
}

#more a {
	color: #3b3b3d;
}

#maincol a.text,
#more a.text {
	color: #9c9e9f;
	cursor: text;
	text-decoration: none;
}

#more a.text {
	color: #9c9e9f;
}

div.keywords ul {
	padding: 0;
	list-style: none;
	font-size: 10px;
	text-align: center;
}

div.keywords li {
	display: inline;
	margin: 0 .5em;
}

#footer div.keywords li, #footer div.keywords li a {
	color: #999;
}

div.notice {
	margin: 3em 0 0;
	padding-left: .5em;
	font-size: 11px;
	border-left: 2px solid #fec363;
}

div.error {
	padding: .5em;
	font-size: 13px;
	color: #f00;
}

#content div.error h3, #content div.error ul, #content div.error li {
	margin: 0;
	padding: 0;
	color: #f00;
}

#footer a.text, #footer p.contact a.text {
	display: inline;
	color: #666;
	cursor: text;
	font-weight: normal;
	text-decoration: none;
}

#liens {
	float: left;
	width: 558px;
	height: 96px;
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: 15px;
	background-color: #9b9e9f;
}

#liens ul ul {
	display: none;
}

#footer div.liens {
	position: relative;
	float: left;
	width: 555px;
	height: 85px;
	background-color: #9b9e9f;
}

#footer div.rappel {
	float: right;
}

#footer div.liens,
#footer div.liens a#charte,
#footer div.rappel a.rappel {
	-webkit-border-bottom-left-radius: 24px;
	-moz-border-radius-bottomleft: 24px;
	border-bottom-left-radius: 24px;
}

#footer div.liens a#charte,
#footer div.rappel a.rappel {
	text-indent: -5000px;
}

#footer div.rappel a.rappel {
	display: block;
	width: 265px;
	height: 85px;
	background: url(../img/rappel-gratuit.png);
}

#footer div.liens div.minisites {
	float: left;
	width: 330px;
	padding: 0;
	overflow: hidden;
}

#footer div.liens div.minisites ul {
	margin: 0;
	padding: .2em 0 0;
}

#footer div.liens div.minisites li {
	margin-bottom: .2em;
}

#footer div.liens div.minisites li a {
	display: block;
	padding: .2em .6em;
}

#footer div.liens div.minisites li a:hover {
	background-color: #c6c7c8;
}

#footer div.liens a#charte {
	display: block;
	float: right;
	width: 220px;
	height: 85px;
	background: url(../img/charte-qualite.gif);
}

#rappel {
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
}

img#telephone,
img.telephone {
	float: right;
	margin-top: 15px;
	margin-right: 30px;
}

#maincol ul {
	margin-left: 1.8em;
}

#menu ul li a.hover {
	border: 1px solid red;
}

#diaporama {
	display: none;
}


div.promo {
	display: block;
	clear: both;
	margin: 1.5em 1em;
	padding: .5em 1em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #fdeace;
	border: 1px solid #e78832;
	font-size: 1.2em;
}

div.promo h2 {
	color: #e78832;
	margin: .3em 0 .5em;
	font-weight: bold;
}

div.promo ul {
	margin-left: 1.2em;
}

div.facebook {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #ddd;
}

/* @group Guide */

#guide div.col {
	float: left;
	width: 250px;
	margin: 0 20px;
	font-size: 1.1em;
}

#guide div.col h4 {
	padding: .2em .6em;
}

#guide div.col a {
	color: #1f6472;
}

#guide div.col ul {
	margin: .1em .4em;
}

#guide div.col li {
	list-style: square;
	line-height: 1.1em;
}

/* @end */

/* @group Tarifs */

.zones, .forfaits {
	padding: 10px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.zones {
	width: 260px;
}

.femmes .zones,
.femmes .forfaits,
.tabs-nav .femmes a {
	background-color: #fdf0d5;
}

.hommes .zones,
.hommes .forfaits,
.tabs-nav .hommes a {
	background-color: #dbeaed;
}

.forfaits {
	width: 340px;
}

/* @group Tabs */

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 4px 0 0;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
}
.tabs-nav a {
    position: relative;
    display: block;
    top: 1px;
    z-index: 2;
    padding: .6em 1em;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    border-top-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    /*background-color: #eee;*/
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    outline: 0; /* prevent dotted border in Firefox */
}

.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}

.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
    /*border-top: 1px solid #ccc;*/
    padding: 0 0 1em;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.tabs-loading em {
    padding: 0 0 0 20px;
}

/* @end */

#tarifs h3 {
	padding: .4em 0 .6em;
	text-align: center;
	color: #1f6472;
}

table.tarif {
	width: 100%;
	/*margin: 1.5em 0;*/
}

table.tarif thead {
	display: none;
}

table.tarif th,
table.tarif td {
	padding: .3em .6em;
	border-bottom: 1px dotted #aaa;
	color: #1f6472;
	font-weight: normal;
}

table.tarif td.prix {
	text-align: right;
}

table.tarif td.prix del {
	color: #e78832;
}

/* @end */

#submenu div.ad {
	padding: 1em 0;
}

#transfert {
	margin-top: 15px;
	width: 820px;
	margin: 0 auto;
	padding: 15px;
	background: #fff;
	border: 1px solid #f7deac;
}

#transfert #epilium {
	padding-top: 15px;
}

#ad {
	display: none;
	padding-top: 15px;
	width: 850px;
	margin: 0 auto;	
}
