@charset "utf-8";
/* Import de la CSS d'initialisation
----------------------------------------------------------*/

@import url(structure.css);

/* Construction (Montage)
----------------------------------------------------------*/

.bordure{
border:1px solid #87140d;
background-color:#000000;
padding:1em;
}

body { color:#fff; font:normal 11px/16px Verdana, Arial, Helvetica, sans-serif; }

h1 { /*color:#fff;*/ /*font-size: 1em*/ /*font-weight:normal;*/ }

h2 { color:#fff; font-size: 1.3em; }

h3 { color:#fff; font-size: 1.17em; }

h4 { color:#fff; font-size: 1em; }

h5 { color:#fff; font-size: 0.83em; }

h6 { color:#fff; font-size: 0.67em; }

p { color:#fff; font-size: 1em; }

ul, ol { color:#fff; font-size: 1em; }

li { color:#fff; font-size: 1em; }

a { color:#fff; text-decoration:underline; }

a:hover { text-decoration:none; } /* si changement de couleur au survol */

a:visited { } /* si changement de couleur après le clic */

input { }

textarea { }

em { }

strong { }

/* Éléments Particuliers
----------------------------------------------------------*/

/* Placement d'images */
.imgLeft { float:left; margin-right:1em; }

.imgRight { float:right; margin-left:1em; }

/* Des classes d'alignement d'objets */
.aligntop { vertical-align:top; }

.alignbottom { vertical-align:bottom; }

.aligncenter { margin-left:auto; margin-right:auto; }

/* Des classes d'alignement du texte */
.left { text-align: left; }

.right { text-align: right; }

.center { text-align: center; }

.justify { text-align: justify; }

/* Des classes de formatage du texte en ligne */
.bold { font-weight: bold; }

.italic { font-style: italic; }

.strike { text-decoration: line-through; }

/* Des classes flotante */
.floatleft { float: left; }

.floatright { float: right; }

/* Les "nettoyeurs" */
.clearb { clear: both; }

.clearer { clear: both; width: 0; height: 0; line-height: 0; }

#coordonnees { padding:170px 0 0 0; text-align:center; }

#coordonnees a img { border:none; }

/*-------------------------formulaire------------------------*/

	#formulaire { background: transparent; text-align:center; width:400px; margin:0 auto; } /* carateristique du formulaire */

#formulaire * { margin:0 0 2px 0; padding:0; } /* caracteristique de toutes les balises qui se trouvent dans le formulaire */

.labelform { width: 203px; float: left; text-align: right; margin: 0 5px 0 0; } /* carateristique des label, width minimum 203px; */

.pform { padding: 3px 0px 10px 0px; text-align:left; clear:both; } /* carateristique des p */

.inputform { width:195px; height:13px; float:left; margin: 0 5px 0 2px; } /* carateristique des input */

.textareaform { width:398px; height:100px; overflow: auto; background-color:transparent; } /* carateristique du textarea */

.selectform { height:18px; float:left; margin: 0 5px 0 2px; font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif; color:#e50c00; background-color:#000; border: 1px solid #fff; } /* carateristique des select */

.labelmessage { width:95px; } /* carateristique du label contenant "Votre message" */

#labelenvoyer { width:125px; } /* carateristique du label avant l'input envoyer, sert a centrer le bouton envoyer */

.inputenvoyer { width:150px; font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif; } /* carateristique de l'input "envoyer mon 			message" */

.divtexte { margin: 5px 0 0 0; text-align:center; clear: both } /* carateristique de la div contenant le texte du captchat*/

#formulaire div { margin: 5px auto; } /* centrer dans le formulaire des div */

#formulaire div a { color:#fff; } /* couleur du lien dans capchat */

.divimagecaptchat { display:none; } /* carateristique de la div entourant l'image captchat */

/*#code { background-color:#000; color:#e50c00; border: 1px solid #fff; }*/

.transp, .inputtexte { background: #000; border: 1px solid #fff; font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif; color:#e50c00; } /* pour rendre les input et textarea transparent avec une bordure */

/*-------------------------fin formulaire------------------------*/
#musique{
	width:24px;
	margin:0 auto;
}

/*css : plan du site*/
.body-plan-du-site{background: #3A1800 url(../images/fond.jpg) repeat-x top; width:100%; }
#head-plan-du-site{
height:321px;
background:url(../images/plan-du-site/head-plan.jpg) no-repeat;
}
#body-plan-du-site{
	background:url(../images/plan-du-site/body-plan.jpg) no-repeat;
}
#content-plan-du-site{
	padding:25px 150px 20px 150px;
	text-align:justify;
}
#foot-plan-du-site{
background:url(../images/adresse.jpg) no-repeat;
height:124px;
}
.yzeo-plan-du-site{ font-size:10px; padding-left:100px; }
/*#plan du site*/
/*hightslide*/
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: #000000;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid #000000;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(images/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

/* Styles for the popup */
.highslide {
	cursor: url(images/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 0px solid #000;
}
.highslide:hover img {

}
.highslide-wrapper {
	background: black;
}
/*boder image load-slide*/
.highslide-image {
	border: 5px solid #fff;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(images/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(images/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
/*--------------------*/


.femme1{
	width:200px;
	float:left;
}
.femme2{
	width:200px;
	float:left;
	padding: 0 10px 0 20px;
}
.femme3{
	width:200px;
	float:left;
	padding:0 20px 0 10px;
}
.femme3-1{
	width:200px;
	float:left;
	padding:0 130px 0 130px;
}

.femme-big-1{
	width:268px;
	float:left;
}
.femme-big-2{
	width:268px;
	float:left;
	padding:0 28px 0 28px;
}

.home1{
	width:200px;
	float:left;
}
.home2{
	width:200px;
	float:left;
	padding:0 50px 0 50px;
}
.content-strip{
	width:700px;
	margin:0 auto;
}



.homethumb1{
	width:150px;
	float:left;
	
}
.homethumb2{
	width:150px;
	float:left;
	padding:0 14px 0 27px;
	
}
.homethumb3{
	width:150px;
	float:left;
	padding:0 13px 0 13px;
	
}
.homethumb4{
	width:150px;
	float:left;
	padding:0 27px 0 14px;
	
}
.girls1{
	width:268px;
	float:left;
	padding-right:60px;
}
.girls2{
	width:268px;
	float:left;
}
.content-girls{
	width:600px;
	margin:0 auto;
}
.menuright{
	width:400px;
	float:left;
	padding-top:130px;
}
.menuleft{
	width:400px;
	float:left;
	padding-right:50px;
}
.conten-tab{
	width:830px;
	margin:0 auto;
}
.tab1{
	width:200px;
	float:left;
}
.tab2{
	width:200px;
	float:left;
	padding: 0 5px 0 10px;
}
.tab3{
	width:200px;
	float:left;
	padding:0 10px 0 5px;
}
.title-tab{
	font-size:18px;
	color:#ffffff;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}
.img-center{
	width:600px;
	margin:0 auto;
}