html, body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	}
body{
	font:normal 13px verdana;
	background-color:#2f2e2f;
	color:#000000;
}
p, ul, li, table, div, h1, h2, h3, hr, img{
	padding:0px;
	margin:0px;
}
#main_container{
	width: 950px;
	height: 655px;
	margin: 0px auto;
}
#top_container{
	width: 950px;
	height: 655px;
}
#container-left{
  background-image: url(../images/charte/bandeau-left.jpg);
	background-position:left top;
	background-repeat:no-repeat;
  display: table;
  float: left;
	width:443px;
	height:655px;
}
#container_right{
  background-image: url(../images/charte/right-top.jpg);
	background-position:left top;
	background-repeat:no-repeat;
  display: table;
  float: left;
	width:507px;
  height: 655px;
}
.right_content{
  width: 495px;
  text-align: justify;
  clear: left;
  line-height: 18px;
  padding-left: 5px;
}
#middle_container{
  width: 950px;
  margin: 0px auto;
}
#middle{
  clear: left;
	float:left;
	width:950px;
}
#middle_content{
  background-image: url(../images/charte/bg-middle.jpg);
  background-position: left top;
  background-repeat: repeat-y;
  display: table;
  width: 950px;
}
#middle_left_col{
	width:183px;
	float:left;
}
#adresse{
  background-image: url(../images/charte/bg-adresse.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  width: 183px;
  height: 237px;
}
#adresse_content{
  padding: 54px 8px 0 0;
  color: #fff;
  text-align: center;
}
.contact_link:link, .contact_link:visited{
	color:#000000;
	text-decoration:underline;
}
.contact_link:hover, .contact_link:active{
	color:#000000;
	text-decoration:none;
}
.contact:link, .contact:visited{
	color:#270501;
	text-decoration:underline;
}
.contact:hover, .contact:active{
	color:#ba480a;
	text-decoration:none;
}
#plan{
  background-image: url(../images/charte/bg-plan.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  width: 183px;
  height: 78px;
}
#plan_content{
  margin: 0 0 0 3px;
}
#middle_right_col{
	width: 767px;
	float: left;
}
.middle_right_content{
  width: 751px;
  text-align: justify;
  padding-left: 12px;
  line-height: 18px;
}
ul.list{
	margin-top:7px;
}
.list li{
	list-style-type:none;
	background-image:url(../images/charte/pointer.gif);
	background-position: 6px 11px;
	background-repeat:no-repeat;
	line-height:20px;
	margin:0px 0px 0px 0px;
	padding:4px 0px 0px 25px;
}
.recherche{
 	background:url(../images/charte/recherche.jpg) no-repeat left top;
  cursor:pointer;
	width: 82px;
  height:20px;
}
.rechercheover{
  background:url(../images/charte/recherche-over.jpg) no-repeat left top;
  cursor:pointer;
  height:20px;
  width: 82px;
}
.inputForm2{
	font-size:12px;
	font-weight:normal;
	border:1px solid #82817d;
	padding:0px;
	margin:0px;
	width:180px;
	color:#000;
	background-color:#ee9f38;
}
.product{
  height:19px;
  text-align:left;
  padding-left:8px;
  padding-top:5px;
  float:left;
  color:#fff;
  font-weight:bold;
}
.ref{
  height:19px;
  text-align:right;
  padding-top:5px;
  padding-right:15px;
  float:right;
  color:#fff;
  font-weight:bold;
}
.categorie{
  float:left;
  width:135px;
  font-weight:bold;
  font-size:12px;
  padding-top:10px;
  padding-bottom:10px;
  color:#4f240c;
}
.descriptif{
  float:left;
  width:135px;
  font-weight:bold;
  font-size:12px;
  color:#4f240c;
}
.box{
  background-image: url(../images/charte/box.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  float: left;
  margin-bottom: 5px;
  width: 283px;
  height: 187px;
}
.details{
  background-image: url(../images/charte/details.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 64px;
  height: 22px;
}
.detailsover{
  background-image: url(../images/charte/details-over.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 64px;
  height: 22px;
}
.box_top{
  background-image: url(../images/charte/box-top.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  width: 283px;
  height: 22px;
}
.box_middle{
  background-image: url(../images/charte/box-middle.jpg);
  background-position: left top;
  background-repeat: repeat-y;
  width: 283px;
}
.box_bottom{
  background-image: url(../images/charte/box-bottom.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  width: 283px;
  height: 25px;
}
/*-------end presentation------------*/
/*------middle-col-----------*/
h2{
	color: #ba480a;
  font-size: 15px;
  text-align: center;
}
.photo_thumb_left{
	float:left;
}
.photo_thumb_right{
	float:right;
}
/*---------end-middle-col---------*/
/*---------footer-------------*/
#footer{
	width:950px;
	height:38px;
	background-image:url(../images/charte/bg-footer.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	margin:0px auto;
	display:block;
	bottom:0px;
	font-size:11px;
	clear:both;
}
.text_footer{
  color: #fff;
}
.text_footer1{
  color: #cdcdcd;
}
.link_footer:link, .link_footer:visited{
	color:#fff;
	font-size:11px;
	text-decoration:none;
}
.link_footer:hover, .link_footer:active{
	color:#ba480a;
	font-size:11px;
	text-decoration:underline;
}
.copyright:link, .copyright:visited{
	font-size:10px;
	font-weight:bold;
	color:#cdcdcd;
	text-decoration:none;
	letter-spacing:0;
}
.copyright:hover, .copyright:active{
	font-size:10px;
	font-weight:bold;
	color:#fff;
	text-decoration:underline;
	letter-spacing:0;
}
/*---------end-footer---------*/