/* Import de la CSS d'initialisation
----------------------------------------------------------*/
@import url(structure.css);

/* Construction (Montage)
----------------------------------------------------------*/
* { font-family:"Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif; }
body { color:#fff; font-size:80%; }
h1 { color:#ff0084; font-family:"Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif; text-align:center; font-size:13px; font-weight:bold; }
h2 { color:#ff0084; font:bold 1.17em Georgia, "Times New Roman", Times, serif; }
h3 { color:#ff0084; font:bold 1.1em Georgia, "Times New Roman", Times, serif; }
h4, p, ul, ol, li { font-size:1em; }
h5 { color:#fff; font-size:.83em; }
h6 { color:#fff; font-size:.67em; }
a { color:#fff; text-decoration:underline; }
a:hover { text-decoration:none; } /* si changement de couleur au survol */
textarea { color:#fff; border-width:thin; padding:3px; }

/* Éléments Particuliers
----------------------------------------------------------*/
/* Placement d'images */
.imgLeft { float:left; padding:0 2em 0 0; _padding:0 1.8em 0 0; }
.imgRight { float:right; padding:0 0 0 2em; _padding:0 0 0 1.8em; }

/* Des classes d'alignement d'objets */
.aligntop { vertical-align:top; }
.alignbottom { vertical-align:bottom; }
.aligncenter { margin-left:auto; margin-right:auto; }
.left { text-align:left; }
.right { text-align:right; }
.center { text-align:center; }
.justify { text-align:justify; }

/* Des classes de formatage du texte en ligne */
em, .italic, .italique { font-style:italic; }
strong, .bold, .gras { font-weight:700; }
.strike, .barre {text-decoration:line-through;}

/* Des classes flotante */
.floatleft { float:left; }
.floatright { float:right; }

/* Les "nettoyeurs" */
.clearb, .clearer { clear:both; }/*width: 0; height: 0; line-height: 0;*/ 

.list{ padding-left:20px;}

.bullet{ padding-right:10px;}
.bullet1{ padding-top:5px; padding-bottom:5px;}
.bulletleft{ padding-top:5px; padding-bottom:30px; float:left;}

.img1{ margin-top:75px;}

.left1{margin-right:10px; width:226px; margin-left:170px;}
.left1 p{ line-height:8px;}
.p1 { margin-right:170px;}
.p1 p{ line-height:8px;}
sup{ vertical-align:super; font-size:10px;}

.table1{ width:100%; border: #ff0084 solid 2px;}

.table1 td { padding:5px; border: #ff0084 solid 1px;}

.bgtr{color:#ff0084; font-size:18px;}
.bgtr1{ background-color:#ff6600; color:#000000;}
.bgtr2{ background-color:#ffffff;}
.bgtr3{ background-color:#99cc00; color:#000000;}
.vert{ color:#000000; background-color:#99cc00}
.bleu{ color:#000000; background-color:#01baf9}
.gris{ color:#000000; background-color:#7d7d7d}
.gris-c { color:#000000; background-color:#d6d4d7; }
.jaune{ color:#000000; background-color:#ffed00}
.rouge{ color:#000000; background-color:#a30a0b}
.rose{ color:#000000; background-color:#ff0084}
.orange{ color:#000000; background-color:#eb6424}
.bleu-f{ color:#000000; background-color:#3e78bc}
.marron{ color:#000000; background-color:#bbb27f;}
.txt-noir{color:#000000}
.txt-bleu{color:#01baf9}
.bleu-c {color:#000000; background-color:#6adbf3; }
.violet { color:#000000; background-color:#8e30c4; }
.violet-c { color:#000000; background-color:#e5c7f7; }
.ocre { color:#000000; background-color:#ffbd3f; }

.partenaire{margin:20px 10px 0 20px }

.top1{ padding-top:4px;}
.top2{ padding-top:10px;}
.top3{ margin-top:-20px;}
.img2{ padding-right:20px;}
.txtb{ color:#ff6600;}
.txtm{ color:#cc99ff;}

.width1{ width:300px;}
.width2{ width:470px; height:338px;} 
.width3{ width:470px; height:222px;}
.width4{ width:380px;}
.width5{ width:200px;}
.width-td{ width:150px;}
.bottom1{ padding-bottom:75px; }
.bottom2{ padding-bottom:90px; }
.left2{ width:50px; float:left; padding-right:50px; padding-left:50px;}
.left3{ float:left; padding-right:50px;}

.height1{ height:180px;}
.height2{ height:488px; #height:468px;}
.titre-size{ font-size:24px;}

.txt{ padding-left:30px;}

.plan {
	width: 640px;
	height: 480px;
	border: #ff0084 solid 3px;
}
#map .infosbulle {
	width: 210px;
	border: none;
	margin: 0;
	padding: 0;
}
#map .infosbulle p {
	display: block;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.plan-titre {
	font-size: 14px;
	color: #5F0666;
	font-weight: bold;
	margin-bottom: 1em;
}
.plan-adresse {
	font-size: 12px;
	color: #333;
}
.plan-printer {
	display:block;
	text-align: right;
}
.plan-printer img, 
.plan-printer a {
	border: none;
}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* jQuery lightBox plugin - Gallery style */
	.gallery {

	}
	.gallery ul { list-style: none; }
	.gallery ul li { display: inline; }
	.gallery ul img {
		
		border-width: 5px 5px 20px;
	}
	.gallery ul a:hover img {
		
		border-width: 5px 5px 20px;
		color: #fff;
	}
	.gallery ul a:hover { color: #fff; }
/*----------------------------*/
#img-fitness { float:left; padding:4px 2em 10px 0; _padding:4px 1.8em 10px 0; }

.alignmiddle { vertical-align:middle;}
#table2 {width:520px;border-collapse:collapse; line-height:22px;}
#table2 td { border-bottom:dotted 1px #cc99ff;}
#table2a {width:520px;border-collapse:collapse; line-height:22px;}
#table2a td { border-bottom:dotted 1px #cc99ff;}
#table2b {width:520px;border-collapse:collapse; line-height:22px;}
#table2b td { border-bottom:dotted 1px #cc99ff;}

#table3 {width:100%;border-collapse:collapse; line-height:22px;}
#table3 td { border-bottom:dotted 1px #cc99ff;}
#table4 {width:100%;border-collapse:collapse; line-height:22px;}
#table4 td { border-bottom:dotted 1px #cc99ff;}
#table5 {width:100%;border-collapse:collapse; line-height:22px;}
#table5 td { border-bottom:dotted 1px #cc99ff;}
#table6 {width:100%;border-collapse:collapse; line-height:22px;}
#table6 td { border-bottom:dotted 1px #cc99ff;}
#table7 {width:100%;border-collapse:collapse; line-height:22px;}
#table7 td { border-bottom:dotted 1px #cc99ff;}
.width-cinq1 {widows:80%;}
.width-cinq2 {widows:20%;}
#content-cinp-l { width:410px; float:left;}
#content-cinp-r { width:410px; float:right;}
.title-sothys { font-size:16px; text-align:center;}

.content-sothys-l { width:410px; float:left;}
.content-sothys-r { width:410px; float:right;}

.width-soin1 { width:64%;}
.width-soin2 { width:18%;}

.space-soin {padding-bottom:3px;_padding-bottom:0px;}
.padding-b-soin {padding-bottom:27px;_padding-bottom:20px;}

#align-sothys-r { width:370px; float:right;}
.text-1{
color:#01baf9;
}
.list1{
vertical-align:middle;
padding-right:7px;
padding-left:20px;
margin-top:5px;
float:left;}

.slim {
float:left;
width:650px;
}
.belly {
width:178px;
float:right;
margin-top:30px;
}
.horaire {
font-size:15px;
text-align:center;
}
.video { text-decoration:none; } 
.fond { background-color:#000000; }
.equipe { margin-top:7px; margin-left:233px; }

.titrerose { text-align:center; font-size:16px; font-weight:bold; }

.marge { margin-left:15px; }
.sport { float:left; margin-left:45px; }
.balneo { float:left; margin-left:85px; }
.institut { float:right; margin-right:35px; }

.gratuit { z-index:1; margin-top:-45px; }

.premium {  width:200px; border:1px solid #FFFFFF; padding:5px; margin-top:11px; }
.fitness-premium { width: 940px; margin-left:-48px; }
.bleuroy { color:#318CE7; font-size:23px; font-weight:bold }

.cardio { font-size:18px; }