@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
}
html, body {
	height: 100%;
}

body {
	background-color:#3a720f;
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing:0px;
	color:#fff;
	text-align:center;
	background-image:url(../images/fond.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.footer {
	color:#a0d552;
	font-size:12px;
	line-height:16px;
	margin-bottom:20px;
}
.footer a{
	color:#a0d552;
}
#footer-content{
	width:955px;
	margin:0px auto;	
}
#menu_ht{	
	height:170px;
	width:950px;
	margin:10px auto;
	
}
#logo{
	float:left;
	width:950px;
	margin-left:20px;
}
#logo img{
	float:left;
	border:none;
}
#logo p{
	font-weight:bold;
	margin:10px;
		color:#87b445;
}
#logo p span{
	font-size:12px;
	
		color:#f3aa18;
}
#menu{
	width:800px;
	position:relative;
left:-20px;
	top:-3px;
}
#menu ul{
	margin:0px;
	padding:0px;
	margin-top:5px;
}
#menu ul li{
	display : inline;
	padding:5px 9px 5px 9px;
	background-color:#348b26;
	margin-right:7px;
	font-size:12px;
	letter-spacing:1px;
	font-weight:bold;
}
#menu ul li:hover, #menu ul li.choix{
	background-color:#bb3027;
}
#menu ul li a{
	color:#FFF;
	text-decoration:none;
}
#menu ul li a:hover{
	color:#FFF;
	text-decoration:none;
}
#content{
	background-color:#348b26;	

}
#contenu{
	clear:both;
	position:relative;
	margin:-40px auto;
	margin-bottom:20px;
	width:900px;
	text-align:left;
	min-height:500px;
	z-index:1;
	background-color:#FFF;
	border:#348b26 1px solid;
	color:#666;
	padding:0px 20px 20px 20px;
	font-size:12px;
}
#meilleur-prix{
	position:relative;
	top:-40px;
	right:-46px;
	width:182px;
	height:50px;
	float:right;
}
#produit,#produit1, #produit3{
	position:relative;
	float:left;
	height:330px;
	width:241px;
	margin:20px 20px 20px 20px;
	background-image:url(../images/fd_produit.png);
	background-position:center top;
	background-repeat:no-repeat;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	font-size:18px;
	padding-top:10px;
text-align:center;
}
#produit1{
	margin-left:50px;
}
#produit3{
}
#produit p,#produit1 p, #produit3 p{
	padding:0px;
	padding-top:2px;
	margin-bottom:0px;
	text-align:center;
}
#produit p.titre,#produit1 p.titre, #produit3 p.titre{
	text-align:center;
}
#produit img,#produit1 img, #produit3 img{
	padding-top:5px;
	margin-bottom:15px
}
#produit p.prix,#produit1 p.prix, #produit3 p.prix{
	padding-top:0px;
	font-size:22px;
	letter-spacing:1px;
	text-align:center;
}
#produit a,#produit1 a, #produit3 a{
	color:#900;
	text-decoration:none;
	font-size:14px;
	display:block;
	letter-spacing:0px;
	padding-top:25px;
	text-align:center;
}
#produit a:hover,#produit1 a:hover, #produit3 a:hover{
	color:#060;
}
#produit p.texte,#produit1 p.texte, #produit3 p.texte{
	color:#666;	
	font-size:12px;
	letter-spacing:0px;
	margin-top:60px;
	font-weight:normal;
	text-align:center;
}
h2{
	font-size:16px;
	color:#900;
	border-bottom:1px solid #900;	
	margin-bottom:10px;
	margin-left:20px;
	margin-right:20px;
}
h2.accueil{
	font-size:16px;
	color:#900;
	text-align:center;
	letter-spacing:1px;
	margin-bottom:10px;
	margin-top:10px;
	border:none;
}
h3{
	font-size:14px;
	color:#ff8f39;	
	margin-bottom:5px;
	margin-top:15px;
	margin-left:20px;
	margin-right:20px;
}
h3 span{
	color:#900;
	font-size:12px;
	padding-left:160px;
}
h4{
	font-size:13px;
	color:#333;	
	margin-bottom:2px;
	margin-top:10px;
}
#contenu p, #contenu li{
	margin:5px 0px 5px 0px;
	line-height:18px;
	text-align:justify;

}
 #contenu ul{
	 margin-left:20px;
	margin-right:20px;
 }
#contenu p{
	margin-left:20px;
	margin-right:20px;
}
img.fl_ga{
	float:left;
	margin:5px;
	margin-left:0px;
	margin-right:10px;
}
img.fl_dr{
	float:right;
	margin:5px;
	margin-right:0px;
	margin-left:10px;
}
a{
	color:#090;
	font-weight:bold;
}
.txt_rg{
	align:center;
	font-size:14px;
	color:#F90;
	font-weight:bold;
}
p.txt_rg2{
	align:center;
	font-size:16px;
	color:#C00;
	font-weight:bold;
}
a:hover{
	color:#900;
}
a.bt_acc{
	background-color:#900;
	margin:10px;
	margin-left:50px;
	padding:5px 10px 5px 10px;
	text-decoration:none;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	-moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
}
a.bt_acc:hover{
	background-color:#060;

}
form {
	width:600px;
	margin:0px auto;
}
form fieldset {
	margin:10px;
	padding:10px;
}
form legend{
	font-weight:bold;
	background-color:#fff;
	padding:5px;
	padding-top:0px;
}
form label{
	width:120px;
	display:inline-block;
	border-bottom:1px #CCC solid;
	margin:5px;	
}
form label.date{
	width:300px;
}
form input{
	margin:8px 5px 2px 5px;
	padding:2px;
	border:1px solid #999;
	font-size:12px;
	color:#666;
}
form input[type="radio"], form input[type="checkbox"]{
	border:none;
	margin:0px;
}
form input[type="submit"]{
	position:relative;
	margin:10px auto;
	background-color:#060;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
	text-align:center;
	padding:2px 10px 2px 10px;
}
form fieldset table th{
	padding:7px 10px 7px 10px;
	background-color:#CCC;
	border:1px solid #999;
	border-collapse:collapse;
}
form fieldset table td{
	text-align:center;
	border:1px solid #999;
	border-collapse:collapse;
}