/* 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";

h1,h2,h3,h4 {margin:0;}

#contenu h2{
	font-family:"trebuchet MS",Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;
	line-height:20px;
	color: #FFF;
	border:0px solid #862e66;
	margin-bottom:20px;
	/*text-indent:15px;*/
}

#contenu h2 a{
	font-family:"trebuchet MS",Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	line-height:20px;
	color: #FFF;
	border:0px solid #862e66;
	margin-bottom:20px;
	/*text-indent:15px;*/
}

#contenu h2 a:hover{
	font-weight:bold;
	color: #862e66;
	text-decoration:none;
}

#contenu .Lettrine{
	font-size:1.5em;
	color: #862e66;
}


#contenu h4{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.3em;
	line-height:20px;
	color: #862e66;
	border:0px solid #862e66;
	margin-bottom:20px;
	margin-top:0px;
}

#contenu .lien_salon{
	width:300px;
	color: #862e66;
	font-weight:bold;
	text-align:center;
	position:absolute;
	/*border:1px solid red;*/
	top:550px;
	left:20px;
	font-size:13px;
	line-height:13px;
}

#contenu .lien_salon a{
	color:#FFFFFF;
	font-weight:normal;
}


/* STYLE DE LA PAGE Conseils beaute - soin cheveux......*/

#contenu #menu_conseils{
	font-family:"trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:13px;
	width:580px;
	text-align:center;
	margin-bottom:20px;
	line-height:18px;
	margin-top:20px;
	/*border:1px solid red;*/
}

#contenu #menu_conseils a,
#contenu #menu_conseils a:visited{
	color:#999999;
	text-decoration:none;
	font-weight:normal;
	/*border:1px solid red;*/
}
#contenu #menu_conseils a:hover {
	font-weight:normal;
	color:#862e66;
	text-decoration:underline;
}

#contenu .conseils-accueil{
	width:400px;
	line-height:12px;
	text-align:justify;
}

#contenu ul li{
	margin-bottom:10px;
	list-style-type:disc;
	text-align:justify;
}

#contenu ol li{
	margin-bottom:10px;
	text-align:justify;
}


#contenu .violet{
	color: #862e66;
	font-weight:bold;
	font-size:12px;
}


/* -------------------------STYLE DE LA PAGE PRESTATIONS------------------------------------ */
#coeur{
	position:absolute;
	top:250px;
	left:350px;
	width:200px;
	height:200px;
	/*border:1px solid yellow;*/
}

#coeur img{
	border:0;
}


/* -------------------------STYLE DE LA PAGE MARIAGE------------------------------------ */
.div_img{
	width:500px;
	height:320px;
	padding:5px 0px 5px 0px;
}

.div_img .img_bordure{
	border:1px solid #FFF;
}

.img_image{
	float:left;
	width:150px;
	height:150px;
	margin:5px 10px 4px 0px; 
}





/* STYLE DE LA PAGE CONTACT */
#contactTxt{
	width:45%;
	float:left;
}
#contactPlan{
	width:45%;
	float:right;
}

#formContact input,textarea{
	border:1px solid #000;
	font-size:12px;
}

#formContact td{
	font-size:12px;
}

#formContact input:focus,textarea:focus{
	border-color:#FF0000;
}
#formContact .champRequis{
	color:#FF0000;
}
.bordure-image
{
	border:1px solid white;
}



