html, body {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	font-family: 'aller_lightregular';
	font-size:12px;
	color:#3f3e43;
}
#banniere{
	position:relative;
	margin-left: auto;
	margin-right: auto;
	/*height:120px;*/
	width:1000px;
	z-index:501;
}

#layer{
	position:relative;
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	width:1000px;
}
#main{
position:relative;
 margin-left: auto;
  margin-right: auto;
   width:1000px;
    box-shadow: 1px 1px 12px #555;
	background-color:#FFFFFF;
	-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;

-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
#menucorpo{
position:absolute;
z-index:2;
top:70px;
left:750px;
font-size:18px;
}
#menucorpo a{
color:#3f3e43;
text-decoration:none;
}
#menucorpo a:hover{
color:#F1212E;
}
#menuchaines{
	clear:both;
	position:relative;
	height:136px;
	margin-left:5px;
	background: #7d7e7d; /* Old browsers */
	background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
	padding:0px;
}
#menuchaines h3{
font-size:12px;
color:#FFF;
margin:5px;
}
.menu{
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
	width:1000px;
	height:50px;
	line-height:50px;	
	color:#3f3e43;
	font-size:16px;
	text-transform:uppercase;
	border-bottom: 1px solid #3f3e43;
}
.menu ul{
	margin:0;
  margin-left:-30px;	
}
.menu li {
  display: inline;
  padding:10px;
  color:#3f3e43;
  border-right: 1px dotted #3f3e43;
}
.menu li a{
  color:#3f3e43;
  text-decoration:none;
}
#menucat{
	position:relative;
	float:left;
	color:#3f3e43;
	font-size:16px;
	text-transform:uppercase;
	width:241px;
}
#menucat a{	
	color:#3f3e43;	
}
#menucat .cella{	
	font-family: 'allerbold';
	font-size:13px;
	height:20px;
	line-height:20px;
	background-color:#FFFFFF;
	padding-left:10px;
	margin-top:5px;
	margin-bottom:5px;
	border-radius:2px;
	-webkit-box-shadow: 2px 2px 5px 0px #656565;
	-o-box-shadow: 2px 2px 5px 0px #656565;
	box-shadow: 2px 2px 5px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
}
#menucat .cella a{
	text-decoration:none;
}
#menucat .cellb{
	font-size:11px;
	line-height:20px;
	background-color:#CCC;
	margin-top:7px;
	margin-bottom:7px;
	border-radius:2px;
	-webkit-box-shadow: 2px 2px 5px 0px #656565;
	-o-box-shadow: 2px 2px 5px 0px #656565;
	box-shadow: 2px 2px 5px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
}

.cellb{
	font-family: 'allerbold';
	font-size:11px;
	line-height:20px;
	background-color:#CCC;
	margin-bottom:7px;
	border-radius:2px;
	-webkit-box-shadow: 2px 2px 5px 0px #656565;
	-o-box-shadow: 2px 2px 5px 0px #656565;
	box-shadow: 2px 2px 5px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
}
#menucat .cellb a{
	text-decoration:none;
}
#menucat .cell{
	font-size:9px;
	line-height:15px;
}
.cell{
	font-size:9px;
	line-height:15px;
}
#menucat .cell a{
	text-decoration:none;
}
#menucat .cellasel{	
	font-family: 'allerbold';
	font-size:13px;
	height:20px;
	line-height:20px;
	background-color:#F1212E;
	padding-left:10px;
	margin-top:5px;
	margin-bottom:5px;
	border-radius:2px;
	-webkit-box-shadow: 2px 2px 5px 0px #656565;
	-o-box-shadow: 2px 2px 5px 0px #656565;
	box-shadow: 2px 2px 5px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
}
#menucat .cellasel a{
	color:#FFFFFF;
	text-decoration:none;
}
#menucat .cellbsel{
	font-size:11px;
	line-height:20px;
	background-color:#CCC;
	margin-top:7px;
	margin-bottom:7px;
	border-radius:2px;
	-webkit-box-shadow: 2px 2px 5px 0px #656565;
	-o-box-shadow: 2px 2px 5px 0px #656565;
	box-shadow: 2px 2px 5px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
}
#menucat .cellbsel a{
	color:#3f3e43;
	font-weight:bold;
	text-decoration:none;
}
#menucat .cellsel{
	font-size:9px;
	line-height:15px;
}
#menucat .cellsel a{
	color:#F1212E;
	text-decoration:none;
}

#vehiculesmenu{
	position:relative;
	float:left;
	width:600px;	
	margin-left:5px;
	border:1px solid #3f3e43;

}
#menucategories{
	position:relative;
	float:left;
	color:#3f3e43;
	font-size:16px;
	text-transform:uppercase;
	width:241px;
}
#menuvehicules{
	position:relative;
	float:left;
	background: #f12232; /* Old browsers */
background: -moz-linear-gradient(top,  #f12232 0%, #a01821 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f12232), color-stop(100%,#a01821)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f12232 0%,#a01821 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f12232 0%,#a01821 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f12232 0%,#a01821 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f12232 0%,#a01821 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f12232', endColorstr='#a01821',GradientType=0 ); /* IE6-9 */
	width:241px;
	height:150px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	text-align:center;
}
#menuvehicules h2{
	margin:0;
	padding:0;
	color:#FFFFFF;
	font-size:14px;
	text-align:center;
}
#menuvehicules input{
	border: 0;
	height: 24px;
	width: 180px;
	font-family:'aller_lightregular', Sans-Serif;
	font-size:14px;
	color:#3f3e43;
	background-color: #FFF;
	border-radius:2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 2px 2px 5px 0px #656565;
	-webkit-box-shadow: 2px 2px 5px 0px #656565;
	-o-box-shadow: 2px 2px 5px 0px #656565;
	box-shadow: 2px 2px 5px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
	cursor: pointer;
    cursor: hand;
	margin-top:10px;
}
#produitsmenuhome{
	position:relative;
	float:left;
	background-color:#F1212E;
	width:241px;
	height:150px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	text-align:center;
}
#produitsmenuhome a{
	text-decoration:none;
}
#produitsmenuhome h2{
	margin:0;
	padding:0;
	color:#FFFFFF;
	font-size:14px;
	text-align:center;
}
#produitsmenuhome input{
	border: 0;
	height: 24px;
	width: 180px;
	font-family:'aller_lightregular', Sans-Serif;
	font-size:14px;
	background-color: #FFF;
	border-radius:2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 2px 2px 5px 0px #656565;
	-webkit-box-shadow: 2px 2px 5px 0px #656565;
	-o-box-shadow: 2px 2px 5px 0px #656565;
	box-shadow: 2px 2px 5px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
	cursor: pointer;
    cursor: hand;
	margin-top:10px;
}
#produitsmenuhome input:hover{
	border: 0;
	height: 24px;
	width: 180px;
	font-family:'aller_lightregular', Sans-Serif;
	font-size:14px;
	background-color: #ccc;
	border-radius:2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 0px 0px 0px 0px #656565;
	-webkit-box-shadow: 0px 0px 0px 0px #656565;
	-o-box-shadow: 0px 0px 0px 0px #656565;
	box-shadow: 0px 0px 0px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
	cursor: pointer;
    cursor: hand;
	margin-top:10px;
}
#promenuhome{
	position:relative;
	float:left;
	width:242px;
	height:150px;
	margin-left:5px;
	/*-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;*/
	text-align:center;
	background: #efefef; /* Old browsers */
background: -moz-linear-gradient(top, #efefef 0%, #cccccc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #efefef 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #efefef 0%,#cccccc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #efefef 0%,#cccccc 100%); /* IE10+ */
background: linear-gradient(to bottom, #efefef 0%,#cccccc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
#promenuhome a{
	color:#3f3e43;
	text-decoration:none;
}
#promenuhome h2{
	margin:0;
	padding:0;
	color:#000000;
	font-size:14px;
}
#promenuhome input{
	border: 0;
	height: 24px;
	width: 180px;
	font-family:'aller_lightregular', Sans-Serif;
	font-size:14px;
	color:#CCC;
	background-color: #FFF;
	border-radius:2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 2px 2px 5px 0px #656565;
	-webkit-box-shadow: 2px 2px 5px 0px #656565;
	-o-box-shadow: 2px 2px 5px 0px #656565;
	box-shadow: 2px 2px 5px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
	cursor: pointer;
    cursor: hand;
	margin-top:10px;
}
#searchmenuhome{
	position:relative;
	float:left;
	width:241px;
	height:72px;
	margin-left:5px;
	text-align:center;
	background: #CCC; /* Old browsers */
	
}
#searchmenuhome a{
	text-decoration:none;
}
#searchmenuhome h2{
	margin:0;
	padding:0;
	color:#FFFFFF;
	font-size:14px;
}
#searchmenuhome input{
	border: 0;
	height: 24px;
	width: 180px;
	font-family:'aller_lightregular', Sans-Serif;
	font-size:14px;
	color:#3f3e43;
	background-color: #FFF;
	border-radius:2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	cursor: pointer;
    cursor: hand;

}
#greymenuhome{
	position:relative;
	float:left;
	width:241px;
	height:72px;
	margin-left:5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	text-align:center;
	background: #7d7e7d; /* Old browsers */
	background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}
#greymenuhome a{
	text-decoration:none;
}
#greymenuhome h2{
	margin:0;
	padding:0;
	color:#FFFFFF;
	font-size:14px;
}
#greymenuhome input{
	border: 0;
	height: 24px;
	width: 180px;
	font-family:'aller_lightregular', Sans-Serif;
	font-size:14px;
	color:#3f3e43;
	background-color: #FFF;
	border-radius:2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 2px 2px 5px 0px #656565;
	-webkit-box-shadow: 2px 2px 5px 0px #656565;
	-o-box-shadow: 2px 2px 5px 0px #656565;
	box-shadow: 2px 2px 5px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
	cursor: pointer;
    cursor: hand;
	margin-top:10px;
}
#searchdetails{
	position:relative;
	width:300px;
	border:1px solid #000000;
	z-index:1;
	height:20px;
	line-height:20px;
	clear:both;
	margin-left:10px;
	font-family: 'aller_lightregular';
	font-size:12px;
	color:#3f3e43;
}
#catalogueresults{
	position:relative;
	/*border:1px solid #000000;*/
	width:730px;
	/*overflow:hidden;*/
}
#content {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width:980px;
	padding-left:10px;
	padding-right:10px;
	/*min-height:450px;*/
	padding-bottom:10px;
	background-color:#EFEFEF;
}
#content .text {
	position:relative;
	text-align:justify;
	padding-left:30px;
	padding-right:20px;
}
#content h1{
	color:#3f3e43;
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	text-transform:uppercase;
}
#content h1 a{
	color:#155DA9;
	text-decoration:none;
	
}

#footer{
	position:relative;
	clear:both;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	margin-bottom:10px;
	color:#ffffff;
	background-color:#3f3e43;
	min-height:50px;
	width:1000px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	list-style-image:url(../picture_library/arrow-w.png);
	padding-top:10px;
}
.footerbox a{
	color:#ffffff;
	text-decoration:none;
}
.footerbox{
	float:left;
	width:210px;
	padding-left:20px;
}
.footerbox H3{
	font-size: 18px;
	font-weight: normal;
}
#way{
	position:relative;
	float:left;
	width:100%;
	height:20px;
	line-height:20px;
	margin: 10px 0px 10px 0px;
}
#pagenav{
	position:relative;
	float:left;
	width:720px;
	line-height:20px;
	color:#3f3e43;
	height:30px;
	line-height:30px;
	margin:5px;
	padding-left:5px;
	background-color:#FFFFFF;
	
}
#pagenav a{
	margin-left:5px;
	color:#3f3e43;
	text-decoration:none;
}
#pagenavsel{
	position:relative;
	float:left;
	color:#D74607;
	padding:2px;
	height:20px;
	line-height:20px;
	margin:2px;
}
#pagenavsel a{
	color:#D74607;
	text-decoration:none;
}
.clear{
	clear:both;
}


.boxproduit {
	position:relative;
	float:left;
	margin-left:5px;
	margin-bottom:5px;
	width:232px;
	height:300px;
	padding:2px;
	/*border:1px solid #3f3e43;*/
	background-color:#C0C0C0;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}
.boxproduit h3{
	font-family: 'allerbold';
	font-size:14px;
	line-height:14px;
	padding:0;
	margin:0;
}
.boxproduit a{
	color:#FFF;
	text-decoration:none;
}
.boxproduit .boxdispo{
	position:absolute;
	width:100px;
	height:40px;
	line-height:20px;
	bottom:0;
	left:0;
	font-size:14px;
	text-align:center;
	color:#3f3e43;
	background-color:#fff;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}
.boxproduit .boxdispoinstock{
	position:absolute;
	width:100px;
	height:40px;
	line-height:40px;
	bottom:0;
	left:0;
	font-size:14px;
	text-align:center;
	color:#fff;
	background-color: #1AB402;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}
.boxproduit .boxdispocomingstock{
	position: absolute;
	width: 100px;
	height: 40px;
	line-height: 20px;
	bottom: 0;
	left: 0;
	font-size: 14px;
	text-align: center;
	color: #FFF;
	background-color: #F9A301;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}
.boxproduit .boxdisponostock{
	position:absolute;
	width:100px;
	height:40px;
	line-height:40px;
	bottom:0;
	left:0;
	font-size:14px;
	text-align:center;
	color:#fff;
	background-color:#F1212E;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}


.boxproduit .boxprice{
	position:absolute;
	font-family: 'allerbold';
	width:136px;
	height:40px;
	line-height:20px;
	bottom:0;
	left:100px;
	font-size:14px;
	text-align:center;
	color:#FFFFFF;
	/*background-color:#F1212E;*/
	background-color:#3f3e43;
}

.ligneproduit {
	position:relative;
	width:100px;
	height:50px;
	float:left;
	padding:2px;
	border-bottom:1px solid #EBEBEB;
	border-left:1px dotted #EBEBEB;
	/*background-color:#FFFFFF;*/
}
.ligneproduit select {
	font-size:10px;
	padding:4px;
	border:1px solid #EBEBEB;
	border-radius:4px;
}
.ligneproduittop {
	position:relative;
	float:left;
	padding:2px;
	border-right:1px solid #FFFFFF;
	text-align:center;
	font-size:10px;
	color:#000000;
}
/* error message */
.error {
	/* supply height to ensure consistent positioning for every browser */
	z-index:1000;
	height:15px;
	color:#CC0000;
	font-size:10px;
	padding:0px 0px;
	margin-top:-9px;
	margin-left:-100px;
	
	
	
	
}
.basket_table_head {
	border-bottom:1px solid #3f3e43;
	border-left:1px solid #EFEFEF;
}
.basket_table_head_content {
	height:20px;
	font-size:14px;
	text-align:center;
	color:#FFFFFF;
	background-color:#3f3e43;
	border-left:1px solid #EFEFEF;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}
.basket_table_right {
	height:50px;
	text-align:right;
	border-right:1px dotted #EBEBEB;
	border-bottom:1px solid #EBEBEB;
	padding-right:5px;
}
.basket_table_center {
	text-align:center;
	border-right:1px dotted #EBEBEB;
	border-bottom:1px solid #EBEBEB;
}
.basket_table_left {
	text-align:left;
	border-right:1px dotted #EBEBEB;
	border-bottom:1px solid #EBEBEB;
	padding-left:5px;
}
#basket_address{
	position:relative;
	margin-top:10px;
	width:450px;
	height:200px;
	float:left;
	background-color:#cccccc;
	padding: 10px;
	-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
#basket_comments{
	position:relative;
	margin-top:10px;
	width:450px;
	
	float:left;
	font-size:14px;
	color:#FFFFFF;
	padding: 10px;
	background-color:#3f3e43;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}
#basket_comments input{
	border: 0;
	height: 24px;
	width: 180px;
	font-family:'aller_lightregular', Sans-Serif;
	font-size:14px;
	background-color: #FFF;
	border-radius:2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-top:10px;
}
#basket_comments textarea{
	border: 0;
	width: 400px;
	font-family:'aller_lightregular', Sans-Serif;
	font-size:14px;
	background-color: #FFF;
	border-radius:2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-top:10px;
}
#basket_valid{
	width:460px;float:left;height:220px;
	-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}



#login {
	position:absolute;
	top:10px;
	left:750px;
	width:220px;
	height:90px;
	z-index:4;
	background:rgba(255, 255, 255, 0.5);
	/*border:1px solid #3f3e43;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:5px 0 5px 0 ;
}
#login label {
	margin-left:5px;
	width:80px;
	color:#3f3e43;
}
#login a {
	color:#3f3e43;
	text-decoration:none;
}
#logon {
	position:absolute;
	width:300px;
	height:25px;
	line-height:25px;
	top:2px;
	left:550px;
	z-index:4;
	color:#3f3e43;
	font-size:10px;
	text-align:right;
}
#logon a {
	color:#FFFFFF;
	text-decoration:none;
}
#basket_container {
	position:absolute;
	width:130px;
	height:40px;
	line-height:40px;
	font-size:12px;
	top:5px;
	right:30px;
	border-left:1px solid #CCC;
}
#basket_container a {
	color:#3f3e43;
	text-decoration:none;
}
.homecategory{
	position:relative;
	float:left;
	border:1px solid #999999;
	width:140px;
	height:130px;
	overflow:hidden;
	margin-right:5px;
	margin-top:5px;	
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	background-color:#FFFFFF;
	 white-space: nowrap;
}
.homecategory ul{
padding: 0;
margin-left: 10px;
}
.homecategory a{
	color:#000000;
	text-decoration:none;
}
.homecategory h3{
	color:#000000;
	background-color:#CCCCCC;
	text-decoration:none;
	margin:0;
	padding:0;
}
.homemenubut{
	position:relative;
	float:left;
	background-color:#FFFFFF;
	width:142px;
	height:26px;
	line-height:26px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	margin-top:5px;
	text-align:center;
	-moz-box-shadow: 2px 2px 5px 0px #656565;
-webkit-box-shadow: 2px 2px 5px 0px #656565;
-o-box-shadow: 2px 2px 5px 0px #656565;
box-shadow: 2px 2px 5px 0px #656565;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
}
.homemenubut a{
	color:#3f3e43;
	text-decoration:none;
}
.homemenubutsel{
	position:relative;
	float:left;
	color:#FFFFFF;	
	width:142px;
	height:26px;
	line-height:26px;
	text-align:center;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	margin-top:5px;
	-moz-box-shadow: 2px 2px 5px 0px #656565;
-webkit-box-shadow: 2px 2px 5px 0px #656565;
-o-box-shadow: 2px 2px 5px 0px #656565;
box-shadow: 2px 2px 5px 0px #656565;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
background: #f12232; /* Old browsers */
background: -moz-linear-gradient(top,  #f12232 0%, #a01821 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f12232), color-stop(100%,#a01821)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f12232 0%,#a01821 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f12232 0%,#a01821 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f12232 0%,#a01821 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f12232 0%,#a01821 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f12232', endColorstr='#a01821',GradientType=0 ); /* IE6-9 */
}
.homemenubutsel a{
	color:#FFFFFF;
	text-decoration:none;
}
.redway{
	position:relative;
	float:left;
	border: 0;
	font-family:'aller_lightregular', Sans-Serif;
	font-size:12px;
	color:#FFF;
	padding: 2px 5px 2px 5px;
	border-radius:2px;
	-webkit-box-shadow: 2px 2px 5px 0px #656565;
	-o-box-shadow: 2px 2px 5px 0px #656565;
	box-shadow: 2px 2px 5px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
	cursor: pointer;
    cursor: hand;
	margin-left:5px;
	background: #f12232; /* Old browsers */
background: -moz-linear-gradient(top,  #f12232 0%, #a01821 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f12232), color-stop(100%,#a01821)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f12232 0%,#a01821 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f12232 0%,#a01821 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f12232 0%,#a01821 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f12232 0%,#a01821 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f12232', endColorstr='#a01821',GradientType=0 ); /* IE6-9 */
}
.redway a{
	color:#FFFFFF;
	text-decoration:none;
}
.arrowway{
	position:relative;
	float:left;
	border: 0;
	margin-left:5px;
	margin-top:5px;
}
.whitebutton{
	position:relative;
	border: 0;
	font-family:'aller_lightregular', Sans-Serif;
	font-size:14px;
	background-color: #FFF;
	color:#3f3e43;
	padding: 2px 5px 2px 5px;
	border-radius:2px;
	-webkit-box-shadow: 2px 2px 5px 0px #656565;
	-o-box-shadow: 2px 2px 5px 0px #656565;
	box-shadow: 2px 2px 5px 0px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
	cursor: pointer;
    cursor: hand;
}
.whitebutton a{
	color:#F1212E;
	text-decoration:none;
}
#fichearticle{
	position:relative;
	float:left;
	margin-left:10px;
	margin-top:10px;
	padding-left:10px;
	padding-right:10px;
	width:255px;
	min-height:440px;
	background-color:#999999;
}
#fichearticle H1{
	font-size:13px;
	font-family: 'allerbold';
	color:#FFF;
}
#fichearticle .descriptif{
	position:relative;
	margin-bottom:10px;
}
#fichearticle .descriptif a{
	color:#FFF;
	text-decoration:none;
}
#fichearticle .reference{
	position:relative;
	margin-bottom:10px;
	color:#FFF;
}
#loadingresults{
	position:absolute;
	top:170px;
	width:730px;
	min-height:500px;
	background:rgba(255,255,255,0.5);
	z-index:10;
	text-align:center;
}
.company-social {
	position:absolute;
	right:10px;
	top:5px;
}
.company-social a {
	margin: 5px 0 0 0;
	padding: 0;
	display: block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background: #3bbec0;
	color: #fff;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.company-social a i {
	text-align: center;
	margin: 0;
	padding: 0;
}
.company-social .social-facebook a {
	background: #3873ae;
}
.company-social .social-twitter a {
	background: #62c6f8;
}
.company-social .social-dribble a {
	background: #d74980;
}
.company-social .social-deviantart a {
	background: #8da356;
}
.company-social .social-google a {
	background: #000;
}
.company-social .social-vimeo a {
	background: #51a6d3;
}
.company-social .social-facebook a:hover {
	background: #4893ce;
}
.company-social .social-twitter a:hover {
	background: #82e6ff;
}
.company-social .social-dribble a:hover {
	background: #f769a0;
}
.company-social .social-deviantart a:hover {
	background: #adc376;
}
.company-social .social-google a:hover {
	background: #333;
}