/*
Version: 1.0
Author: Agence Areweb
*/

*
{
margin: 0;
padding: 0;
}

body
{
background: #e2cc95 url('.././images/bg.jpg');
background-repeat: repeat-x;
color: #000;
font: 13px Arial, Helvetica, sans-serif;
width: 780px;
margin: auto;
text-align: center;
}

.sepa {clear: both;}
.titre {font-size: 19px; color: #000; margin-bottom: 5px;}

#header
{
width: 780px;
height: 232px;
margin: 19px auto 0 auto;
background: #000 url('.././images/header.jpg');
}

#menu
{
height: 32px;
width: 760px;
margin: 0 auto 0 auto;
padding: 0 10px 0 10px;
background: #fff url('.././images/bg_menu.jpg');
line-height: 32px;
}

#menu ul
{
margin: 0;
padding: 0;
}

#menu li 
{
margin: 0;
padding: 0;
float: left;
text-align: center;
list-style-type: none;
height: 30px;
line-height: 30px;
display: block;
}

#menu li a
{
margin: 1px 0;
padding: 0 15px 0 15px;
text-decoration: none;
color: #fff;
font-weight: bold;
display: block;
}

#menu li a.accueil
{
border-right: 1px solid #4b280d;
}

#menu li a.echantillons
{
border-right: 1px solid #4b280d;
border-left: 1px solid #986d4e;
}

#menu li a.liquide
{
border-right: 1px solid #4b280d;
border-left: 1px solid #986d4e;
}

#menu li a.brin
{
border-right: 1px solid #4b280d;
border-left: 1px solid #986d4e;
}

#menu li a.poudre
{
border-right: 1px solid #4b280d;
border-left: 1px solid #986d4e;
}

#menu li a.contact
{
border-right: 1px solid #4b280d;
border-left: 1px solid #986d4e;
}

#menu li a.propos
{
border-left: 1px solid #986d4e;
}

#body
{
background-image: url('.././images/bg_body.jpg');
background-repeat: repeat-y;
text-align: justify;
width: 740px;
margin: 0 auto 0 auto;
padding: 10px 20px 5px 20px;
}

#body_flower
{
background-image: url('.././images/flower.jpg');
background-repeat: no-repeat;
background-position: bottom right;
margin: 0;
padding: 0;
}

#body_flower img{
	margin-left: 10px;
}

#end_body
{
background: #fff url('.././images/bg_footer.jpg');
background-repeat: repeat-y;
text-align: justify;
width: 740px;
margin: 0 auto 0 auto;
padding: 0 20px 0 20px;
text-align: center;
height: 20px;
}

#footer
{
display: block;
padding: 30px 0 0 0;
font-size: 11px;
width: 600px;
text-align: center;
margin: 0 0 0 13%;
}

#footer ul
{
margin: 0;
padding: 0;
text-align: center;
}

#footer li 
{
margin: 0;
padding: 0;
float: left;
text-align: left;
list-style-type: none;
}

#footer li.Bord{
	border-right: 1px solid black;
} 

#footer a
{
margin: 0 0 0 0;
padding: 0;
text-decoration: none;
color: #000;
display: block;
}

#footer .LinkBottom a{
	color: #7b411c;
	font-weight: bold;
	padding-right: 5px;
	margin-left: 5px;
}

#footer .LinkBottom a:hover{
	color: black;
}

#body a{
	color: #7b411c;
	font-weight: bold;
	text-decoration: none;
}

#body a:hover{
	color: black;
}

.copy
{
text-align: center;
font-size: 11px;
margin-bottom: 20px;
}

.copy a 
{
text-decoration: none;
color: #7b411c;
}

.copy a:hover 
{
color: black;
}

#texte a 
{
text-decoration: none;
color: #000;
font-weight: bold;
}

#texte a:hover
{
border-bottom: 1px dashed #000;
}

/* START MODIFICATION */

input, textarea{
	border: 1px solid #582d0d;
	margin-bottom: 10px;
	padding: 1px;
}

textarea{
	height: 150px;
	width: 270px;
	padding: 2px;
}

li input{
	border: 1px solid #582d0d;
	margin-bottom: 0;
}

li{
	list-style-type: none;
}

form li{
	margin-left: 40px;
	line-height: 25px;
}

form ul{
	margin: 5px 0 20px 0;
}

.Subtitle{
	color: #582d0d;
	font-weight: bold;
	margin: 10px 0 10px 0;
	text-decoration: underline;
}

.hr{
	border: inherit;
	background: url("../images/hr.jpg") center no-repeat;
	height: 54px;
	width: 201px;
	margin: 0 auto 0 auto;
}

.Info{
	font-style: italic;
}

h1{
	color: #582d0d;
	font-size: 160%;
	margin: 0 0 15px 0;
	padding: 0 0 0 15px;
	border-bottom: 1px solid #582d0d;
	border-left: 3px solid #582d0d;
}

form{
	margin-top: 23px;
	margin-left: 80px;
}

.HeaderLink{
	height: 100%;
	width: 100%;
	display: block;
	border: none;
}

#header a{
color: none;
text-decoration: none;
border: none;

}

.HeaderLink a
{
color: none;
text-decoration: none;
border: none;
}

.HeaderLink a:hover, .HeaderLink a:visited{
color: none;
	text-decoration: none;
}

ul.Contact li{
	line-height: 18px;
}

.Good, .Bad{
	width: 625px;
	padding: 5px 5px 5px 20px;
	margin: 5px 0 10px 0;
}

.Bad{
	border: 1px solid #E06802;
	background: #FCD9BB url('../images/error.png') left no-repeat;
}

.Good{
	border: 1px solid #85C69A;
	background: #BDE1C9 url('../images/ok.png') left no-repeat;
}

.NoBot{
	display: none;
	visibility: hidden;
}

.submit
{
color: #fff;
background-color: #582d0d;
font-weight: bold;
padding: 1px;
}

.check
{
border: none;
}

.BlockName{
	display: block;
	width: 300px;
 	float: left;
 	height: 20px;
}

.BlockGestionLink{
	height: 20px;
	width: 200px;
}

ul.Link{
	list-style: none;
	width: 580px;
	padding: 20px 0px 40px 90px;
	
}

ul.Link li{
	border: 1px solid silver;
	padding-left: 10px;
	display: block;
	width: 580px;
	line-height: 30px;
}

ul.Link li.Dark{
	background-color: #E3E3E3;
}

.Hover{
	background: #e2cc95;
}

.FloatLeft{
	float: left;
}
