@charset "utf-8";
/* CSS Document */



body {
	border: 0px solid red!important;
}
.index #page #banner {
}
#retour_accueil a img {

}
#ajout_banner {
/*	left: 0;
	margin: 0 0 0 5px;
	text-align: left;*/
}
#picto_france {
	right: 2%;
	left: auto;
	margin: 5px 0 0 0px;
}
#box_log {
	border: 0 solid #999999;
	left: auto;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 250px;
}
#cart {
	font-size: 1.2em;
	left: auto;
	margin: 0;
	right: 5px;
}
#recherche {
	left: auto;
	margin: 0;
	position: absolute;
	right: 5px;
}

#pages.index #wrapper {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 5px 10px -8px #000;
  margin: 0 auto;
  padding: 0 0 40px;
  width: 100%;
}

#pages.index #wrapper iframe{
max-width:100%!important;	
width:100%;
	 }
	 
.oc_left #page #main, .oc_left #page.two_col #main {
	float: left;
	min-height: 450px;
	padding: 35px 0 0 275px;
	width: calc(100% - 275px);
}
#page #wrapper {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	box-shadow: none;
	margin: 0 auto;
	padding: 0 0 40px;
	width: 100%;
}
.wrap {
	margin: auto;
	width: 100%;
}
#leftbar {
	border: 0 solid #cccccc;
	border-radius: 0;
	float: left !important;
	margin: -8px 5px 0 -100%;
	min-height: 450px;
	overflow: hidden;
	padding: 0;
	width: 275px;
}
#filtre_mk {
	float: right;
	margin: -52px 5px 0 0;
	position: relative;
}
#main .informations .box {
	background: none repeat scroll 0 0 #fff;
	border-radius: 5px;
	float: left;
	font-size: 90%;
	height: 90px;
	margin: 0 0.3% 4px 0;
	overflow: hidden;
	padding: 10px 0 0 !important;
	text-align: center;
	width: 48%;
}
.informations {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-radius: 5px;
	margin: 10px 5px;
	padding: 5px;
	width: calc(100% - 10px)!important;
}
.box_prod.bp_light {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #dddddd;
	border-radius: 0;
	box-shadow: 1px 1px 3px -3px #000;
	float: left;
	margin: 5px 0.1% 15px;
	padding: 0;
	width: 32.5%;
}
#foot_cont {
	background: none;
	margin: 5px auto;
	width: 100%;
}
#foot_cont ul#footer_mk li {
	background: url("/images/dot_li_blanc.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	display: block;
	float: left;
	padding: 0 0 0 12px;
	text-align: left;
	width: 44%;
}
.footer_out_right {
	color: #fff;
	float: left;
	margin-right: 1%;
	padding: 1%;
	width: 20%;
}
.footer_right {
	float: left;
	width: 48%;
}
#breadcrumb {
	/*background: url("/images/fond_bread.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
	height: 29px;
	line-height: 29px;
	margin: 0 0 0 279px;
	padding: 0 10px;
	position: absolute;
	top: 202px;
	width: calc(100% - 299px);*/
}
#b_main_menu {
  padding: 0;
  width: 100%;
}
#retour_accueil a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: block;
  height: 140px;
  left: 3%;
  margin-left: 0;
  position: absolute;
  top: 5px;
  width: 300px;
}

.deploie {
	display:none;}
	
	

.nested .deploie {
  border: 0 solid;
  display: inline-block;
  height: 15px;
  position: absolute;
  right: 5px;
  top: 9px;
  transition: all 0.3s ease 0s;
  width: 15px;
  cursor:pointer;
}
.deploie .b1 {
  background: #000 none repeat scroll 0 0;
  height: 3px;
  left: 2px;
  position: absolute;
  top: 5px;
  transform: none;
  width: 13px;
}
.deploie .b2 {
  background: #000 none repeat scroll 0 0;
  height: 13px;
  left: 7px;
  position: absolute;
  top: 0px;
  transform: none;
  width: 3px;
}
.deploie.open .b1 {
transform: rotate(45deg);
  transition: all 0.4s ease 0.2s;
}
.deploie.open .b2 {
	transform: rotate(45deg);
	  transition: all 0.4s ease 0.4s;
 }