body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#725647;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}
img {
	border: 0;
}
/* DIV ---------------------------------------------------*/
#wrapper {
	background-image:url(images/bg-content2.jpg);
	background-repeat:repeat-y;
    margin-left: auto;
    margin-right: auto;
    width: 846px;
    text-align: left;
	vertical-align:top; /* on rtablit l'alignement normal du texte */
}
#header {
	position:relative;
	width:846px;
	height:173px;
	background-image:url(images/banner.jpg);
}
#menu {
	width:846px;
	height:40px;
	background-image:url(images/menu.jpg);
}
#main {
	background-image:url(images/bg-content.jpg);
	background-repeat:no-repeat;
	width:846px;
}
#breadcrumb {
	position: relative;
	top: -8px;
}
#content {
	margin: 0 30px;
	width: 786px;
	border-top:1px solid #f7f7e7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	height: auto!important;
	height:500px;
	min-height:500px;
}

#bottom {
	width:846px;
	height:37px;
	background-image:url(images/bottom.jpg);
}

/* MENUS ---------------------------------------------------*/

#menu a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	text-transform: uppercase;
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	display:block;
	line-height:35px;
	padding: 0 3px;
	margin: 0 3px;
}
#menu a:link, #menu a:visited{
	background-image: url(images/menubg2.gif);
}
#menu a:hover,a:active {
	background-image:url(images/menubg.gif);
}
#menu .tabmenuselected a {
	background-image:url(images/menubg.gif);
}
#searchmenu {
	float:left;
	padding-left:30px;
	height: 32px;
	padding-top: 8px;
	margin-right:10px;
}
#searchmenu input {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	height:17px;
}
#searchmenu input.text{
	width:100px;
}
#searchmenu img {
	margin: 0 4px;
	padding: 0;
}
/* CONTENT ---------------------------------------------------*/
#content h1, #content h2{
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #be4017;
}
#content h1{
	margin: 0;
	font-size: 18px;
}
#content h2{
	margin: 0 0 5px 0;
	font-size: 16px;
}
#content a{
	text-decoration: none;
}
#content a:link,#content a:visited {
	color: #be4017;
}
#content .content{
	margin: 10px 0;
	text-align: justify;
}
/* inside content:single column ---------------------------------------------------*/
#content #content_single {
	position: relative;
	margin: 5px 8px;
}
#content_single form {
		
}
#content_single form input{
	height: 20px;
	margin: 5px 0;	
}
#content_single label{
	float: left;
	clear: both;
	display: block;
	width:120px;
	line-height: 30px;
}

/* left-side text (homepage) ---------------------------------------------------*/
#content #texts{
	position: relative;
	margin: 5px 8px;
	font-size:12px;
}

/* right-side products (homepage) ---------------------------------------------------*/
#content .products{
	position: relative;
	margin: 10px 5px 5px 5px;
	float: left;
	width: 380px;
}
.products .product{
	margin: 10px 0;
}
.product .product_top{
	height: 12px;
	margin-bottom: -3px;
	background: url('images/home_prod_topbg.gif') top no-repeat;
}
.product .product_body{
	background: #fefefb url('images/home_prod_bodybg.gif') bottom no-repeat;
	border-left: 1px solid #ddddcd;
	border-right: 1px solid #ddddcd;
	height: auto!important;
	height: 146px;
	min-height: 146px;
	padding: 3px 12px;
}
.product_body img{
	float: left;
}
.product_body .product_text{
	margin-left: 160px;
}
.product_text ul {
	margin: 10px;
	padding: 0;
	list-style-type: none;
}
.product_text ul li {
	margin: 5px 0;
	padding-left: 10px;
	background: url('images/arrow.gif') center left no-repeat;
}
.product .product_bottom{
	height: 12px;
	margin-top: -3px;
	background: url('images/home_prod_botbg.gif') bottom no-repeat;
}
#infos{
	clear:both;
	margin:5px 10px 5px 5px;

}
#infos .infos_top{
	height: 12px;
	margin-bottom: -3px;
	background: url('images/info_bg_top.gif') top no-repeat;
}
#infos .infos_body{
	background: #fefefb url('images/info_bg_body.gif') bottom repeat-x;
	border-left: 1px solid #ddddcd;
	border-right: 1px solid #ddddcd;
	min-height: 130px;
	height: auto!important;
	height: 130px;
	padding: 3px 12px;
}
#infos .infos_bottom{
	height: 12px;
	margin-top: -3px;
	background: url('images/info_bg_bottom.gif') bottom no-repeat;
}
#infos .infos_body #adress{
 	width:300px;
	float:left;
}
#infos .infos_body #certification{
 	width:230px;
	float:left;
}
#infos .infos_body img{
float:left;
margin-left:10px;
margin-right:10px;
}
#infos .infos_body #partners{
 	width:230px;
	float:left;
}
#infos .infos_body h1{
font-size:12px;
}
#infos .infos_body ul{
margin:0;
padding:0;
list-style:none;
margin-top:10px;
font-size:12px;
}
#infos .infos_body li,#infos .infos_body li.col2{
	width:150px;
	margin-bottom:3px;
	float:left;
}
#infos .infos_body li.col2{
float:left;
}
/* left-side submenu ---------------------------------------------------*/
#content #product_sidebar{
	position: relative;
	top: -14px;
	left: -7px;
	float: left;
	width: 159px;
	margin: 5px 0 5px 1px;
	background: #be4017 url('images/products_submenu.gif') bottom no-repeat;
}
#product_sidebar div#controls {
	margin: 15px;
}
#product_sidebar a:link,#product_sidebar a:visited {
	color: #2A201D;
}
#product_sidebar a:hover, #product_sidebar a:active {
	color: #F7F7E7;
}
#product_sidebar ul.ListSubMenu {
	list-style-type: none;
	margin: 10px 25px 30px 25px;
	padding: 0;
	font-size: 12px;
}
#product_sidebar ul.ListSubMenu li {
	margin: 8px 0;
}
#product_sidebar ul.ListSubMenu a {
	font-size: 12px;
	text-decoration: none;
	padding-left: 20px;	
	line-height: 20px;
	height: 20px;
}
#product_sidebar ul.ListSubMenu a:link,#product_sidebar ul.ListSubMenu a:visited {
	background: url('images/product_sidebar_arrow.gif') left center no-repeat;
}
#product_sidebar ul.ListSubMenu a:hover, #product_sidebar ul.ListSubMenu a:active {
	background: url('images/product_sidebar_arrow_hover.gif') left center no-repeat;
}
/* right-side description ---------------------------------------------------*/
#content #product_description{
	position: relative;
	float: left;
	width: 606px;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 0px;
	
	text-align: justify;
}
#product_description .photo_produit{
	position: relative;
	float: right;
	margin: 10px;
	width: 270px;
}
#product_description .photo_produit .top{
	height: 11px;
	margin-bottom: -3px;
	background: url('images/prod_desc_pic_topbg.gif') top no-repeat;
}
#product_description .photo_produit .body{
	background: #fefefb url('images/prod_desc_pic_bodybg.gif') bottom no-repeat;
	border-left: 1px solid #ddddcd;
	border-right: 1px solid #ddddcd;
	height: auto!important;
	height: 146px;
	min-height: 146px;
	padding: 3px 12px;
}
#product_description .photo_produit img {
	width: 244px;
}
#product_description .photo_produit .bottom{
	height: 11px;
	margin-top: -3px;
	background: url('images/prod_desc_pic_botbg.gif') bottom no-repeat;
}
#product_description form {
		
}
#product_description form input{
	height: 20px;
	margin: 5px 0;	
}
#product_description form label{
	float: left;
	clear: both;
	display: block;
	width:120px;
	line-height: 30px;
}
#product_description form textarea{
	width: 96%;
	margin: 2%;
}
/* attached pics ---------------------------------------------------*/
#content #attached_pics {
	position: relative;
	left: 160px;
	clear: both;
}
#content #attached_pics .products_thumb_bg {
	position: relative;
	float: left;
	margin: 15px 8px;
	background-image: url('images/products_thumb_bg.gif');
	width: 94px;
	height: 108px;
}
#content #attached_pics .products_thumb {
	width: 80px;
	height: 90px;
	margin: 9px 7px;
	background-position:center;
	background-repeat:no-repeat;
}

#langue {
	text-align:right;
	padding-right:30px;
	color:#FFF;
	background-image:url(images/bg-content.jpg);
}
#langue a, #langue a:visited,#langue a:hover  {
	color:#725647;
	text-decoration:none;
	font-size : 15px;
	font-weight:bold;
	display:inline;
	background:none;
	float:none;
	width:16px;
}
