body {
	padding:0;
	margin:0;
	background-color:#70241E;
	font-family:Verdana,Arial, sans serif;
	font-size:11px;
	color:#46242A;
	scrollbar-arrow-color: #7A3C35;
	scrollbar-track-color: #7A3C35;
	scrollbar-face-color: #EE7D0C;
	scrollbar-3dlight-color: #EE7D0C;
	scrollbar-highlight-color: #EE7D0C;
	scrollbar-darkshadow-color: #EE7D0C;
	scrollbar-shadow-color: #EE7D0C;
}

/************************* STRUCTURE PAGE ***************************/

#container {
	background:url('../images/fond_page.jpg') no-repeat;
	width:985px;
	height:587px;
	position:relative;
	left:50%;
	margin-left:-490px;
}

#page {
	width:810px;
	position:relative;
	left:50%;
	margin-left:-405px;
}

#header {
	background:url('../images/header.jpg') no-repeat;
	background-position:top right;
	width:807px;
	height:86px;
	padding-top:5px;
}

#header_en {
	background:url('../images/header_en.jpg') no-repeat;
	background-position:top right;
	width:807px;
	height:86px;
	padding-top:5px;
}

#contenu {
	width:807px;
	height:450px;
	padding:7px 7px 7px 6px!important;
	padding:5px 4px 4px 6px;
}

#footer {
	text-align:center;
	color:#fff;
	font-size:10px;
}

/************************* MENU VERTICAL  ***************************/

#menu-actu {
	margin-top:33px;
}

#menu-univers {
	margin-top:22px;
}

#menu-produits {
	margin-top:22px;
}

#menu-soins {
	margin-top:25px;
}

#menu-rituels {
	margin-top:20px;
}

#menu-professionnels {
	margin-top:25px;
}

#menu-vente {
	margin-top:22px;
}

/*************************** LIENS ***********************************/

a:link, a:visited {
	text-decoration:none;
	color:#46242A;
}

#footer a:link, #footer a:visited {
	text-decoration:none;
	color:#FFF;
}

a:hover, #footer a:hover  {
	text-decoration:underline;
	color:#EE7D0C;
}

/*************************** CONTENU ***********************************/

.photo-gauche  {
	float:left;
	width:92px;
}

.principal {
	float:left;
	width:497px !important;
	width:498px;
	margin-left:10px;
}

.menu {
	background:url('../images/fond-menu.jpg') no-repeat;
	float:left;
	width:194px;
	height:447px;
}

.menu div {
	padding-left:7px;
}

.texte {
	float:left;
	width:68%;
}

.photo {
	float:left;
	width:16%;
	margin-left:0px;
}

.photos {
	float:left;
	width:16%;
	margin-left:20px;
	margin-top:40px;
}

p {
	line-height:18px;
}

.produit-gauche {
	float:left;
	width:45%;
	text-align:center;
}

.produit-droite {
	float:left;
	width:45%;
	margin-left:10px;
	text-align:center;
}

#presentation-gant {
	background:url('../images/fond-cadre-gant.jpg') no-repeat;
	height:85px;
	width:325px;
	padding:18px 5px 5px 10px;
	font-size:11px;
	margin-top:10px;
	color:#F18D14;
}

#presentation-gant img {
	padding-right:15px;
}

.em {
	font-size:10px;
}

#fond-carte-dep {
	width:325px;
	height:99px;
	padding:5px;
	background:url('../images/fond-carte-dep.jpg') no-repeat;
	margin:auto;
	margin-top:12px;
}

#fond-carte-dep div {
	float:right;
	width:60%;
	margin-right:10px;
	margin-top:15px;
}

.input_deroulant {
	background-color:#FFFFFF;
	border:1px solid #E4DAD9;
	font-size: 10px;
	color: #46242A;
	font-weight: normal;
	width: 100px;
	height: 18px;

}

.presse {
	line-height:22px;
}

.orange {
	color:#EE7D0C;
}

.scrollbarre {
	height:300px;
	overflow:auto;
	width:97%;
	padding:0px 5px 10px 0;
}

/*************************** CLEARER ***********************************/

.clearer {
	height:0px;
	clear:both;
}

/*************************** CONTACT ***********************************/

 .pageContact
 {

 }
 
 .pageContact p 
 {
 	font-family:Verdana;
	color:#F18D14;
 }
 
.pageContactFormulaire {

}

.pageContact2Tel {
	margin-left:150px;
	float:left;
	margin-bottom:10px;
}

.pageContact2Tel p {
	color: #45233c;
}

.pageContact1Tel {
	float:left;
	margin-top:-10px;
	
}

.pageContact2{
	width:456px;
	height:50px;
}

.pageContact1Courrier {
	float:right;
	margin-right:40px;
}

.pageContact2Courrier {
	float:right;
	text-align:center;
	margin-right:25px;
}

.pageContact2Courrier p {
	color: #45233c;
}


#monForm
{
	width: 75%;
	margin-top: 10px;
}

#monForm p
{
	margin: 2px 0;
}

/* fieldset , legend */
#monForm fieldset
{
	margin-bottom: 10px;
	border: #CCC 1px solid;
}

#monForm fieldset:hover
{
	background-color: #FFF;
}

#monForm fieldset legend
{
	padding: 0 10px;
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
	font-size: 1.2em;
	color: #999;
}

#monForm label
{
	display: block;
	width: 39%;
	float: left;
	padding-right: 1%;
	text-align: left;
	letter-spacing: 1px;
}

/*#monForm label:hover
{
	font-weight: bold;
}*/

#monForm .form_label_nostyle
{
	background: none;
}

/* Input */
#monForm input, #monForm select, #monForm textarea
{
	margin-bottom: 5px;
	margin-left: 1%;
	width: 58%;
	border: #CCC 1px solid;
}

#monForm input:hover, #monForm select:hover, #monForm input:focus, #monForm select:focus, #monForm textarea:focus, #monForm textarea:hover
{
	border: #999 1px solid;
	background-color: #fffaf0;
}

#monForm input[type="submit"]
{
	width: 27%;
	margin-left:270px;
	background-color:#FFC664;
	color:#6b6b6b;
}
