@charset "utf-8";
body {
	behavior: url(csshover.htc);
	margin: 0px;
	padding: 0px;
	background-color: #3A3D3A;
	background-image: url(../img/background.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3A3D3A;
}
#top {
	background: url(../img/top.png) no-repeat center bottom;
	height: 83px;
	width: 756px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	text-align: center;
}
#png {
	width: 756px;
	background: url(../img/bg_blanc.png) repeat-y center top;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
}
#site {
	width: 750px;
	text-align: left;
	margin: 0px 3px;
	border-top: 10px solid #000000;
}
#menu {
	height: 33px;
	line-height: 33px;
	background: #000000;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border-top: 1px solid #151515;
	border-bottom: 1px solid #27231a;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	list-style: none;
	float: left;
	position: relative;
}
#menu ul ul {
	position: absolute;
	top: 33px;
	font-size: 10px;
	visibility: hidden;
}
#menu ul ul ul{
	position: absolute;
	left: 100%;
	top: 0px;
	font-size: 10px;
	display: none;
}
#menu li.sousmenu:hover ul {
	visibility: visible;
}
#menu ul ul li.sousmenu:hover ul {
	display: block;
}
#menu ul ul li a{
	line-height: 25px;
	height: 25px;
	padding: 0px;
	border-top: 1px solid #3F301F;
	-moz-opacity:0.9;
	opacity: 0.9;
	filter:alpha(opacity=90);
	text-transform: none;
}
#menu ul ul ul li a{
	border-left: 1px solid #3F301F;
	-moz-opacity:0.8;
	opacity: 0.8;
	filter:alpha(opacity=80);
}
#menu a {
	display: block;
	height: 33px;
	text-align: center;
	line-height: 33px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
#menu1 a:hover, #menu2 a:hover, #menu3 a:hover, #menu4 a:hover, #menu5 a:hover{
	background: #000000;
}
#contenu {
	color: #3f3f3f;
	text-align: justify;
}
#footer {
	height: 28px;
	width: 100%;
	background: url(../img/footer.jpg) repeat-x center bottom;
	text-align: center;
	color: #707070;
	line-height: 28px;
	font-size: 10px;
}
#footer a {
	color: #707070;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#form_contact input, #form_contact textarea{
	width: 345px;
	background: #EEEEEE;
	border: 1px solid #BBBBBB;
	font-size: 11px;
	color: #666666;
	padding: 3px;
	margin-top: 3px;
}
#form_contact #btn_send_mail {
	cursor: pointer;
	color: #333333;
	font-weight: bold;
	background: #DDDDDD;
}
#form_contact .error {
	color: #FF0000;
	font-weight: bold;
	font-size: 9px;
	display: none;
}
iframe {
	border: 1px solid #999999;
}
.clear {
	clear: both;
}
h1 {
	border-top: 1px solid #2c2a27;
	border-bottom: 1px solid #c2c2c2;
	color: #FFFFFF;
	background: #000000 url(../img/puce_h1.jpg) no-repeat left center;
	line-height: 25px;
	height: 25px;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px 0px 0px 40px;
}
h2 {
	color: #141414;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 20px;
	background: url(../img/puce_h2.jpg) no-repeat left 1px;
	margin: 20px 20px 10px;
	padding: 0px 0px 0px 30px;
}
h3 {
	color: #141414;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 20px;
	margin: 0px 20px;
	padding: 0px;
	border-bottom: 1px dotted #999999;
}
p {
	margin: 8px 20px 20px;
	line-height: 18px;
}
a {
	color: #3f3f3f;
}
a:hover {
	color: #1B1B1B;
}
img {
	border: solid 1px #999999;
}
#produits table h3, #produits table p {
	padding: 0px;
	margin: 5px 0px 10px;
}

