/* Feuille de style pour le contenu des pages 
 * C'est cette feuille de style qui doit être liée aux pages du site
 * La feuille de style de la charte est appelée depuis cette feuille.
 */
 
/* Import des style pour la charte */
@import "charte.css";
@import "flexcrollstyles.css";

/* STYLE CYC  (ne pas supprimer) */
.cyc {
	position: absolute;
	top: -10000px;
}

/* STYLE DE LA PAGE CONTACT */

#contactTxt{
	width:45%;
	float:left;
}
#contactPlan{
	width:45%;
	float:right;
}
#formContact input,textarea{
	width:100%;
	border:1px solid #94518E;
	font-size:12px;
}
#formContact input:focus,textarea:focus{
	border-color:#C7069F;
}
#formContact .champRequis{
	color:#C7069F;
}


.formulaire{
float:left;
width:350px;
}


.text-form{
font-size:11px;
color: #000;
font-family: Arial, Helvetica, sans-serif;
}

.champs-form{
background-color: #fff;
color:#000;
font-family: Arial, Helvetica, sans-serif;
border:1px solid #94518E;
font-size:11px;

}

.boutton-form{
background-color:#fff;
color:#94518E;
font-weight:bold;
font-family: Arial, Helvetica, sans-serif;
border:none;
width:180px;
border:1px solid #94518E;
cursor:pointer}
.loi{
text-align:justify;
font-size:11px;
color:#000;

}
.plan{
float:right;
width:220px;
background-image:url(../images/charte/bgcont.jpg);
background-repeat:no-repeat;	
height:240px;
margin-top:12px;
padding-top:217px
}
/* GENERALES */
.liste{
	float:left;
	width:250px;
	margin-top:15px;

}
.liste ul{
	margin-bottom:0px;
	padding:0px 0 5px 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	border:none;
	text-align:left;

}
 .liste li{
	
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	background-image: url(../images/charte/puce.gif);
	background-repeat:no-repeat;
	list-style-type:none;
	padding:0px 0 5px 25px;
	line-height:15px;
	border:none;
	margin-bottom:5px;
	margin-left:30px;

}
.liste1{
	float:left;
	width:380px;
	margin-top:15px;

}
.liste1 ul{
	margin-bottom:0px;
	padding:0px 0 5px 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	border:none;
	text-align:left;

}
 .liste1 li{
	
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	background-image: url(../images/charte/puce2.gif);
	background-repeat:no-repeat;
	list-style-type:none;
	padding:0px 0 5px 15px;
	line-height:15px;
	border:none;
	margin-bottom:5px;


}
#contenuTexte p.couleur, .couleure{
	font-weight:bold;
	color:#B92673;
}

/* STYLES DE LA PAGE D'ACCUEIL */
#container .adresse{
float:left;
width:585px;

background-image:url(../images/charte/bgr.jpg);
background-repeat:no-repeat;
padding-top:30px

}
#container .adresse p{
float:left;
width:335px;

}
#container .horaire{
	font-weight:bold;
	color:#80207C;
	font-size:14px
}
/* STYLES DE LA PAGE SOINS VISAGE */
.logo{
float:right;
width:175px;

}
.tableau1{
float:left;
width:400px;
}
.tableau2{
float:left;
width:350px;

}
.txtnoir{
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
}

.txtblanc{
font-size:12px;
font-weight:bold;
color:#FFFFFF;
text-align:center;
font-family:Arial, Helvetica, sans-serif;}


/* STYLES DE LA PAGE D'ACCUEIL */ 
.soin-corps{
float:right;
width:198px;
margin-left:10px;
margin-top:5px;
height:185px;
background-image:url(../images/charte/massage.jpg);
background-repeat:no-repeat
}
.bronzage{
float:right;
width:198px;
margin-left:10px;
margin-top:5px;
height:185px;
background-image:url(../images/charte/bronzage.jpg);
background-repeat:no-repeat
}
.maquillage{
float:right;
width:198px;
margin-left:10px;
margin-top:5px;
height:250px;
background-image:url(../images/charte/maquillage.jpg);
background-repeat:no-repeat
}
.manucure{
float:right;
width:198px;
margin-left:10px;
margin-top:5px;
height:250px;
background-image:url(../images/charte/manucure.jpg);
background-repeat:no-repeat
}

