/* CSS Document */
body
{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff9f7;
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
h2
{
text-align: center;
font-size: 18px;
font-weight: bold;
color: #EB5B64;
}
h3
{
font-size: 14px;
font-weight: bold;
text-indent: 50px;
color: #EB5B64;
}
h4
{
font-size: 12px;
font-weight: bold;
color: #EB5B64;
}
h5
{
font-size: 12px;
font-weight: normal;
text-indent: 20px;
color: #EB5B64;
}
li
{
list-style: none;
}
/* Style des liens */
a
{
color: #400020;
text-decoration: none;
font-weight: bold;
}
/* Style des liens au survol */
a:hover
{
color: #FFA091;
text-decoration: none;
font-weight: bold;
}

/*---------------Style de la bannière d'entête--------------------------*/
#en_tete
{
width: 100%;
height: 110px;
background:  url("images/BANNIERE2.png") top left no-repeat;
text-align: right;
}

/*------------------- Menu E femme PEACH --------------------*/
#menu21 {
float: left;
margin-top: 20px ;
width: 200px;
text-align: right;
}
#menu21 ul {
list-style: none;
}
#menu21 li a {
height: 60px;
margin-top: 20px ;
text-decoration: none;
color: #603;
font-size: 16px;
font-weight:normal;
} 
#menu21 li a:link, #menu21 li a:visited {
font-size: 16px;
font-weight: bold;
color: #EB5B64;
display: block;
background:  url("images/Emenu.png") no-repeat;
margin-top: 20px ;
padding: 8px 0 0 10px;
text-decoration:none;
}
#menu21 li a:hover{
background:  url("images/Emenu.png") 0 -140px no-repeat;
font-size: 16px;
font-weight: bold;
color: #ffa091;
margin-top: 20px ;
padding: 8px 0 0 10px;
text-decoration:none;
}
#menu21 li#active{
background:  url("images/Emenu.png") 0 -70px no-repeat;
height: 60px;
margin-top: 20px ;
padding: 8px 0 0 10px;
color: #ffe0db;
}
/*------------------- CORPS --------------------*/
#corps
{
margin-left: 250px;
margin-top: 50px;
text-align: left;
}
/*.image_float_left
{
float: left;
padding: 10px 20px 10px 10px;
}
#corps h1
{
text-indent: 25px;
text-align: right;
font-style: italic;
font-size: 12px;
font-weight: normal;
color: #669900;
}*/
#soin
{
text-indent:25px;
font-size:smaller;
}
#soin strong
{
font-size:12px;
color: #EB5B64;
font-weight:bold;
}