/*************************************************
				STYLES BALISES GENERIQUES
*************************************************/
body {
	margin:0;
	padding:0 0 0 0;
	background: url(img/fond.jpg);
	color:#000000;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {	font-weight:bold;color:#fb0101; }
a:hover { text-decoration:none; }
hr { clear:both;visibility:hidden;margin:0;padding:0;height:0; }
/************************************************
				CLASSES DIVERSES
************************************************/
.petit { font-size:10px; }
.grand { font-weight:bold;font-size:130%; }
.big {
	margin-left:-5px;
	font-weight:bold;
	font-size:18px;
	font-style:italic;
	color:black;
}
/************************************************
				IMAGES
************************************************/
img { border:none;text-decoration:none; }
div.bloc_image { text-align:center; }
div.bloc_image img {	
	margin:2px;
	padding:1px;
	border: 1px solid #472E2D;
}
div.bloc_image a { text-decoration:none; }
div#contenu_modifiable div.bloc_image p.zoomer { text-align:center;font-size:9px; }
div#contenu_modifiable div.bloc_image p.legende { margin:0 0 5px 0;font-weight:bold; }
/***********************************************
				STYLES MISES EN FORME
***********************************************/
div#conteneur {
	position:relative;
	margin:auto;
	width:765px;
	background: url('img/repetition.jpg') repeat-y ;
	border:1px solid #9ABA68;
}


/************************************************
				ENTETE
************************************************/
h1#entete {
	background: url('img/entete.jpg') no-repeat;
	height:210px;
	margin:0;padding:0;
	
}

h1#entete a span{
	display:block;
	height:210px;
	visibility:hidden;
}


/*****************************************************
				MENU
*****************************************************/
ul#menu{position:absolute ;
	top: 240px;
	right:25px;
	margin:0;
	padding:0;
	list-style-type:none;
	height:250px;
	width:182px;
}

ul#menu li#accueil a {display: block ; text-decoration:none; margin:0; padding:0;
	background:url(img/btn/accueil_off.gif) no-repeat; 	height:22px; width:182px; padding-bottom:2px}
ul#menu li#accueil a:hover, ul#menu li#accueil a.active {background:url(img/btn/accueil_on.gif) no-repeat; height:22px; width:182px;padding-bottom:2px}

ul#menu li#epilation a {display: block ; text-decoration:none; margin:0; padding:0;background:url(img/btn/epilation_off.gif) no-repeat; height:22px; width:182px;padding-bottom:2px}
ul#menu li#epilation a:hover, ul#menu li#epilation a.active {background:url(img/btn/epilation_on.gif) no-repeat;height:22px; width:182px;padding-bottom:2px}

ul#menu li#photos a {display: block ; text-decoration:none; margin:0; padding:0;background:url(img/btn/photos_off.gif) no-repeat; height:22px; width:182px;padding-bottom:2px}
ul#menu li#photos a:hover, ul#menu li#photos a.active {background:url(img/btn/photos_on.gif) no-repeat;height:22px; width:182px;padding-bottom:2px}

ul#menu li#anti_age a {display: block ; text-decoration:none; margin:0; padding:0;background:url(img/btn/anti_age_off.gif) no-repeat; height:22px; width:182px;padding-bottom:2px}
ul#menu li#anti_age a:hover, ul#menu li#anti_age a.active {background:url(img/btn/anti_age_on.gif) no-repeat; height:22px; width:182px;padding-bottom:2px}

ul#menu li#amaigrissement a {display: block ; text-decoration:none; margin:0; padding:0;background:url(img/btn/amaigrissement_off.gif) no-repeat; height:22px; width:182px;padding-bottom:2px}
ul#menu li#amaigrissement a:hover, ul#menu li#amaigrissement a.active {background:url(img/btn/amaigrissement_on.gif) no-repeat; height:22px; width:182px;padding-bottom:2px}

ul#menu li#partenaires a {display: block ; text-decoration:none; margin:0; padding:0;background:url(img/btn/partenaires_off.gif) no-repeat; height:22px; width:182px;padding-bottom:2px}
ul#menu li#partenaires a:hover, ul#menu li#partenaires a.active {background:url(img/btn/partenaires_on.gif) no-repeat; height:22px; width:182px;padding-bottom:2px}

ul#menu li#plan a {display: block ; text-decoration:none; margin:0; padding:0;background:url(img/btn/plan_off.gif) no-repeat; height:22px; width:182px;padding-bottom:2px}
ul#menu li#plan a:hover, ul#menu li#plan a.active {background:url(img/btn/plan_on.gif) no-repeat;height:22px; width:182px;padding-bottom:2px}

ul#menu li#contact a {display: block ; text-decoration:none; margin:0; padding:0;background:url(img/btn/contact_off.gif) no-repeat; height:22px; width:182px;padding-bottom:2px}
ul#menu li#contact a:hover, ul#menu li#contact a.active {background:url(img/btn/contact_on.gif) no-repeat; height:22px; width:182px;padding-bottom:2px}

ul#menu li#conseiller a {display: block ; text-decoration:none; margin:0; padding:0;background:url(img/btn/conseiller_off.gif) no-repeat; height:22px; width:182px;padding-bottom:2px}
ul#menu li#conseiller a:hover, ul#menu li#conseiller a.active {background:url(img/btn/conseiller_on.gif) no-repeat; height:22px; width:182px;padding-bottom:2px}

/*****************************************************************
				TITRE
*****************************************************************/
h2#titre {
	margin:0;padding:0 0 0 0;
	text-align:left;
}
h2#titre span {
	display:block;
	margin:0;padding:10px 5px 10px 155px;
	font:bold 16px  Arial, Helvetica, sans-serif;
	color:#A63879;
}
/***********************************************************
				CORPS
***********************************************************/
div#corps {
	background: url('img/bas.jpg') no-repeat 0 bottom;
}

div#contenu {
	background:url('img/haut.jpg') no-repeat;
	text-align:left;
	margin:0 0 0 0;
	padding:0 0 0 0;
	min-height:359px;
}
div#contenu_modifiable {
	border:none;
	margin:0 0 0 0;
	padding:10px 0 20px 150px ;
	color:#A256A4;
	width:375px;
}
div#colonne_gauche {
	width:300px;
	float:left;
	margin:5px;
	text-align:justify;
}

div#contenu_modifiable a{
	color:#A256A4;
	text-decoration:underline;
}
div#contenu_modifiable a:hover {text-decoration:none; }

div#contenu h3 {
	margin:10px 0 5px 0;
	padding:0 2px;
	font-size:16px;
	color:#804a17;
}
div#contenu p#etiquette {
	font-weight:bold;
	color:#e98f3f;
	padding:5px;
}

div#contenu p {
	text-align:justify;
	margin:0;
	padding:5px;
}

div#contenu_modifiable ul {
	list-style-type:none;
	margin:5px 0 5px 0;
	padding:0 0 0 20px;
	height:1%;
}
div#contenu_modifiable ul li {
	background:url(img/puce.gif) no-repeat left 50%;
	margin-left:10px;
	padding:2px 0 2px 15px;
}

/****************************************************
		STYLES SPECIFIQUES AUX FORMULAIRES
****************************************************/
form#form1 {
	margin-left:10px;
	text-align:left;
	width:79%;
	padding:2px;
}
form#form1 fieldset {}
form#form1 legend {
	font-weight:bold;
	color:#A256A4;
}
form#form1 label {
	text-align:left;
	float:left;
	width:35%;
	padding-top:3px;
}
form#form1 ul {
	margin:0;padding:0;
	list-style-type:none;
}
form#form1 ul li { background-image:none; }
form#form1 li#bouton { float:left; }
/****************************************************
				STYLES SPECIFIQUES AU SITE
****************************************************/
.pht0 {
	margin:1px;
	border:1px solid #A256A4;
}

/****************************************************
				PIED / SIGNATURE
****************************************************/
div#pied {
	clear:both;
	background: url('img/pied.jpg') no-repeat;
	height:26px;
}
div#pied p {
	margin:0;
	padding:0 0 0 0;
	color:#5190AA;
	font-weight:bold;
	line-height:26px;
}
div#pied p span { font-size:9px; }

div#signature {
	margin:5px auto;
	width:765px;
	text-align:center;
	color:#000000;
}
div#signature div#signaturek span {
	position:relative;
	top:-8px;
	font-size:12px;
}
div#signature a { color:#000000; }
div#signature p span{ font-size:10px; }
/********************************************************
				MERCI
********************************************************/
div#merci {
	background:url(img/enveloppe.gif) no-repeat 50% 0;
	margin:15px auto;
	padding:40px 0 0 0;
	text-align:center;
	width:50%;
}
div#merci p {
	text-align:center;
	font-weight:bold;
	color:#000000;
}
