@charset "UTF-8";
/* CSS Document */
html, body{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#header{
	width:900px;
	height: 57px;
	margin: 14px auto 0 auto;
	overflow: visible;	
}
#logo{
	float: left;
	width: 209px;
	height: 57px;
	margin: 0 0 0 16px;
	background: url(img/logo.jpg) no-repeat;
}
#logo a{
	width: 100%;
	height: 100%;
	display: block;
}
#menu{
	width: 671px;
	height: 38px;
	background: url(img/menu_middle.jpg) repeat-x 0 19px;
	margin: 0 0 0 229px;
	padding: 19px 0 0 0;
	overflow: visible;
}

#menu div{
	height: 38px;
	background: url(img/menu_left.jpg) no-repeat;
}
#menu div div{
	background: url(img/menu_right.jpg) no-repeat top right;
}
#menu div div dl{
	margin:0px;
	width:100px;
}
#menu a{
	display: block;
	float: left;
	margin: 0 11px;
	_margin: 0 10px;
	height: 38px;
	line-height: 24px;
	color: #FFF;
	text-decoration: none;
}
#menu a.selected{
	font-weight: bold;
	line-height: 16px;
	background: url(img/btn_selected.jpg) center 23px no-repeat;
}
#menu a:hover{
	line-height: 16px;
}
#menu a span.produits, #menu a span.devis{
	color: #ffea00;
}
#menu a span{
	display: -moz-inline-block;
	/*display: inline-block;*/
	height: 23px;
}
#menu a span span span{
	padding: 0 8px;
}
#menu a.selected span, #menu a:hover span{
	background: url(img/btn_middle.jpg) repeat-x top left;
}
#menu a.selected span span, #menu a:hover span span{
	background: url(img/btn_left.jpg) no-repeat top left;
}
#menu a.selected span span span, #menu a:hover span span span{
	color: #FFFFFF;
	background: url(img/btn_right.jpg) no-repeat top right;
}
#menu .vr{
	float: left;
	width: 1px;
	height: 23px;
	background: url(img/vr.jpg) no-repeat;
}
h1{
	height: 48px;
	background: url(img/h1.jpg) 0 25px repeat-x;
	margin: 0;
	font-size:22px;
}
h2{
	height: 36px;
	background: url(img/h2.jpg) repeat-x 0 24px;
	font-size:18px;
	margin:10px 0px;
}
#middle{
	width: 868px;
	padding: 0 16px;
	margin: 0 auto;
}
#footer{
	background: url(img/h1.jpg) repeat-x;
	width: 868px;
	margin: 10pt auto;
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 10px;
	color: #333;
}
#footer a{
	text-decoration: none;
	color: #333;
}
#footer a:hover{
	color: #3bb686;
}
#footer small{
	font-size: 10px;
	color: #6A6A6A;
}
.clearer{
	clear: both;
}
#footer a.credits{
	color: #3BB686;
}
#footer a:hover.credits{
	text-decoration: underline;
}
#lecteur{
	width: 900px;
	margin: 0 auto;
}
#devis{
	width: 871px;
	margin: 0 auto;
	padding-bottom: 10px;
}
#video_retour{display:block;text-align:center;margin:0 0 10px 0;}