html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, main {
	margin: 0;
	padding: 0;
	border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body{
	background-color:#FFF;
	background-image:url(../img/fond2.jpg);
	background-repeat:repeat-x;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:10px;
	color:#000000;	
}

*{
	margin:0px;
	padding:0px;
}

img { 
	border:0px;
	display:block;
	}

p,ul,li,a {
	margin:0px;
	padding:0px;
}

li {
	list-style-type:none;
}

.bold {
	font-weight: bold;
}

.red {
	color: #e3001b;
}

.clearboth {
	clear:both;
}
/* placeholder all browser*/
::-webkit-input-placeholder { color:#0876b5;opacity: 1 !important; }
::-moz-placeholder { color:#0876b5;opacity: 1 !important; } /* firefox 19+ */
:-ms-input-placeholder { color:#0876b5;opacity: 1 !important; } /* ie */
input:-moz-placeholder { color:#0876b5;opacity: 1 !important; }
/*////////////////////////////////////HEADER////////////////////////////////////*/
#header{
	width:906px;
	margin:0 auto;
}
#header_top{
	color:#000;
	height:59px;
	line-height:59px;
}
#header_logo{
	display:inline-block;
	vertical-align:middle;
}
/* Hack for IE7 */
* + html #header_logo{
	float:left;
}
#slogan_header{
	display:inline-block;
	vertical-align:middle;
	color:#e42821;
	font-weight:900;
	font-size:13px;
	text-transform: uppercase;
	text-transform:uppercase;
	line-height:normal;
	padding: 0 0 0px 14px;
	margin-top: 5px;
}
/* Hack for IE7 */
* + html #slogan_header{
	float:left;
}
#liens_header{
	display:inline-block;
	vertical-align:middle;
	text-transform:uppercase;
	font-weight:800;
	font-size:12px;
	float:right;
}

#liens_header > ul > li{
	display:inline-block;
}
/* Hack for IE7 */
* + html #liens_header > ul > li{
    display: inline;
}
#liens_header > ul > .li-liens_header:after{
	content: "\00a0|\00a0";
}
#liens_header > ul > li:last-child:after{
	content: "";
}
#liens_header > ul > li > a{
	color:#000;
	text-decoration:none;
}
#liens_header > ul > li > a:hover,.menu_header_on{
	color:#e42821 !important;
}

#first-drapeau{
	margin-left: 25px;
}

.new-drapeaux {
	margin-right: 7px;
}

#menu{
	height:35px;
	color:#000;
	font-weight:800;
	text-transform:uppercase;
	font-size:15px;
}
#menu > ul > li{
	display:inline-block;
	vertical-align:top;
}
/* Hack for IE7 */
* + html #menu > ul > li{
	display: inline;
}
#menu > ul > li > a{
	display:inline-block;
	color:#000;
	text-decoration:none;
	line-height:35px;
	padding:0 13px;
}
#menu > ul > li > a > span{
	font-weight:normal;
	padding:0 3px 0 0;
}
#menu > ul > li > a:hover,.menu_on{
	background: #046a6b; /* Old browsers */
	background: -moz-linear-gradient(to bottom, #910c25 0%,#e3001b 42%,#e3001b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#046a6b), color-stop(42%,#0e978d), color-stop(100%,#1ba69b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(to bottom, #910c25 0%,#e3001b 42%,#e3001b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(to bottom, #910c25 0%,#e3001b 42%,#e3001b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(to bottom, #910c25 0%,#e3001b 42%,#e3001b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #910c25 0%,#e3001b 42%,#e3001b 100%);; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#046a6b', endColorstr='#1ba69b',GradientType=0 ); /* IE6-9 */


	color:#fff !important;
}
/*////////////////////////////////////ROYAL SLIDER////////////////////////////////////*/
#slider_content {
	position:relative;
	width: 100% !important;
	height:290px !important;
}
.rsMinW, .rsMinW .rsOverflow, .rsMinW .rsSlide, .rsMinW .rsVideoFrameHolder, .rsMinW .rsThumbs {
    background: none repeat scroll 0 0 transparent;
}

.rsMinW .rsBullet span {
	background-color:#88867b;
    background: none repeat scroll 0 0 #88867b;
	
    border-radius: 0;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    display: block;
    height: 10px;
    width: 10px;
}
.rsMinW .rsBullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    padding: 6px 5px 6px 4px;
}
.rsMinW .rsBullet.rsNavSelected span {
    background: none repeat scroll 0 0 #e3001b;
}
.rsMinW .rsBullets {
	/*z-index:9;
    right:20px;
	background-color: rgba(204, 204, 204, 0.8);
	border-radius: 2px;
	padding-top: 0;
	padding-bottom: 2px;
	padding-right: 2px;*/
	z-index:9;
    right:30px;
	bottom:10px;
}
.rsContent,.rsContent > img{
	cursor:pointer;
}
.rsMinW .rsGCaption {
    /*background: none;*/
	background-color:transparent;
    float: none;
    padding:0px;
    position: absolute;
	margin :0 auto;
	bottom:auto;
	top:0;
	left:0;
	width:100%;
	
}
.rsMinW .rsCaption {
	position:absolute;
	top:62px;
	right: 94px;
}
.rsCaption_bg {
	background-image:url(../img/bg-caption-slider.png);
	background-repeat:no-repeat;
	background-position:bottom 25px left 0;
    color: #fff;
    font-size: 12px;
	padding-left:10px;
    text-align: left;
	display:inline-block;
}
.rsCaption_bg2{
	background-image:url(../img/bg-caption-slider-2.png) !important;
	background-position:bottom 25px right 0 !important;
	padding-left:0px !important;
	padding-right:9px !important;
}
.rsCaption_content{
	background-color:#000;
	padding:15px 12px;
	display:inline-block;
}
.titre_slider{
	font-weight:300;
	font-size:23px;
	line-height:23px;
	padding:0 0 10px 0;
	text-transform:uppercase;
}
.titre_slider span{
	font-size:34px;
	line-height:34px;
}
.rsCaption_content > ul
{
	padding:0 0 0 5px;
}
.rsCaption_content > ul > li
{
	padding:0 0 0 5px;
}

.rsCaption_content > ul > li:before
{
	content: "> ";
	margin-left:-10px;
}
#slider_site_groupe {
	position:relative;
	width: 100% !important;
	height:79px !important;
}
#slider_site_groupe.rsMinW .rsBullets {
	z-index:9;
    right:0;
	top:-45px;
}
#slider_site_groupe .rsContent a{
	color:#FFF;
}
/*////////////////////////////////////HOME////////////////////////////////////*/
#home{
	margin:13px -10px 0 0;
}
#bloc_produits_home ul{
	border-left:6px solid;
	padding-left:8px;
	margin-bottom:15px;
	font-size:9px;
	display:inline-block;
	vertical-align:top;
}
/* Hack for IE7 */
* + html #bloc_produits_home ul{
	display: inline;
}
#bloc_produits_home li{
	padding-bottom:3px;
}
#bloc_produits_home li:last-child{
	padding-bottom:0px;
}
#bloc_produits_home li h3{
	font-size:16px;
	font-weight:600;
	line-height:19px;
}
#bloc_produits_home li a{
	color:#FFF;
	text-decoration:none;
}
#bloc_produits_home img {
	float:right;
	margin-bottom:15px;
}
/*////////////////////////////////////MAIN////////////////////////////////////*/
#main{
	width:906px;
	margin:0 auto;
	margin-top:37px;
}
.bloc{
	text-transform:uppercase;
	font-weight:600;
	margin:0 8px 8px 0;
	display:inline-block;
	vertical-align:top;
	background-repeat:no-repeat;
	color:#FFF;
}
/* Hack for IE7 */
* + html .bloc{
	display: inline;
}
a.bloc{
	text-decoration:none;
	color:#FFF;
}
.bloc_padding{
	display:block;
}
#section{
	margin-right:-8px;
}
/***********************.titre****************************/
.titre1{
	font-size:35px;
	line-height:28px;
	font-weight:400;
	color:#fff;
	padding:0 0 22px 0;
	text-transform:uppercase;
}
.separateur_titre{
	color:#fff;
	font-size:28px;
	display:inline-block;
	vertical-align:top;
	margin:-1px 3px 0 3px;
}
.ss_titre{
	font-weight:300;
	color:#FFF;
	vertical-align:bottom;
	font-size:20px;
	line-height:20px;
}
.titre2{
	font-size:13px;
	line-height:16px;
	font-weight:600;
	color:#cf031d;
	padding:0 0 8px 0;
	text-transform:uppercase;
}
/***********************.bloc_size****************************/
.bloc_size1{
	width:131px;
	height:131px;
}
.bloc_size2{
	width:64px;
	height:61px;
	text-align:center;
}
.bloc_size3{
	width:131px;
	height:270px;
}
.bloc_size4{
	width:270px;
	height:131px;
}
.bloc_size5{
	width:409px;
	height:270px;
}
.bloc_size6{
	width:409px;
	height:131px;
}
.bloc_size7{
	width:339px;
	height:270px;
}
.bloc_size8{
	width:339px;
	height:131px;
}
/***********************.bloc_couleur****************************/
.bloc_bleu1{
	background-color:#6f92a5;
}
.bloc_bleu2{
	background-color:#002d4f;
}
.bloc_bleu3{
	background-color:#006cb2;
}
.bloc_rose1{
	background-color:#af3191;
}
.bloc_rose2{
	background-color:#ec4d6f;
}
.bloc_gris1{
	background-color:#bfbfbf;
}
.bloc_vert1{
	background-color:#8cc449;
}
.bloc_vert2{
	background-color:#e3001b !important;
}.bloc_red2{
	background-color:#e42821 !important;
}
.bloc_blanc1{
	background-color:#fff;
}
.bloc_noir1{
	background-color:#333333 !important;
}
.bloc_jaune1{
	background-color:#ffc30e;
}
/***********************************************************/
/***********************couleur****************************/
.noir{
	color:#000;
}
.vert{
	color:#00968f;
}
/***********************************************************/
.bloc_titre{
	font-weight:600;
	padding:0 0 10px 0;
	display:block;
}
.bloc_titre a{
	text-decoration:none;
	color:#FFF;
}
.bloc_titre .larger{
	font-size:130%;
}
.bloc_titre .smaller{
	font-size:70%;
}
.inline_bloc{
	display:inline-block !important;
	vertical-align:top;
}
/* Hack for IE7 */
* + html .inline_bloc{
	display: inline;
}
.inline_bloc2{
	display:inline-block;
	vertical-align:top;
	padding-right:3px;
}
/* Hack for IE7 */
* + html .inline_bloc2{
	display: inline;
}
.inline_bloc2+.inline_bloc2{
	padding-right:0px;
}
.bloc_titre2{
	font-family: 'Open Sans Condensed', sans-serif;
	display:block;
	font-weight:300;
	padding:5px 0 0 0;
}
.lien_bloc{
	color:#FFF;
	text-decoration:none;
}
.figure{
	height:156px;
	margin:0 0 12px 0;
}
.figure div{
	display:inline-block;
	vertical-align:top;
}
.figure div+div{
	margin-left:21px;
}
.article{
	display:inline-block;
	margin:0 33px 0 0;
	width:662px;
}
.conteneur_article_colonne{
	display:table;
	width:100%;
}
.article_colonne{
	background-color:#fff;
	display:table-cell;
	width:287px;
	padding:15px 9px;
	vertical-align:top;
}
.separation_article_colonne{
	display:table-cell;
	width:12px;
}
.article_colonne.bloc_vert2,.article_colonne.bloc_vert2 .titre2,.article_colonne.bloc_noir1{
	color:#FFF;
}
.lien_noir{
	background-image:url(../img/puce-lien-noir.png);
	background-repeat:no-repeat;
	background-color:#232020;
	font-size:10px;
	text-decoration:none;
	color:#FFF;
	display:inline-block;
	padding:0 14px;
}
.lien_noir+br+.lien_noir,.lien_noir+.lien_noir{
	margin:8px 0 0 0;
}
.lien_video{
	background-image:url(../img/puce-lien-noir-video.png);
	background-position:3px 3px;
	padding:0 14px 0 17px;
}
.liste > li {
	padding:0 0 0px 0;
}
.liste_fleches > li {
	background-image:url(../img/puce-liste-fleches.png);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-left:13px;
}
.liste_fleches_noires > li,.fleches_noires {
	background-image:url(../img/puce-liste-fleches-noires.png) !important;
}
.liste_fleches_blanches > li,.fleches_blanches {
	background-image:url(../img/puce-liste-fleches-blanches.png) !important;
}
.liste_padding1 > li{
	padding-bottom:10px;
}
.liste_padding_left1 > li{
	padding-left:13px;
}
.visuel_article{
	display:table-cell;
	padding:0 14px 0 0;
	padding-bottom:10px;
}
.texte_article{
	display:table-cell;
	vertical-align:top;
	padding-bottom:10px;
	
}
.texte_article .titre2{
	padding-bottom:0;
	
}
.align_middle{
	vertical-align:middle;
}
.texte_article_titre_fleche{
	background-image:url(../img/puce-liste-fleches.png);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-left:13px;
	margin-bottom:5px;
	text-transform:uppercase;
	font-weight:700;
	color:#00968F;
}
.titre_collection{
	text-transform:uppercase;
	font-style:italic;
	font-size:10px;
	margin-bottom:3px;
}
.lien_noir+.texte_article_titre_fleche{
	margin-top:10px;
}
.lien_noir+.titre_collection{
	margin-top:20px;
}
.display_block{
	display:block;
}
.float_left{
	float:left;
}
.font_gras{
	font-size:11px;
	font-weight:700;
}
.lien_vert{
	color:#00968F;
	text-decoration:none;
}
.span_float{
	display:block;
	float:left;
}
/*////////////////////////////////////PRODUITS////////////////////////////////////*/
.meuble{
	position:relative;
	border-bottom:11px solid #e4eaee;
}
.meuble_bt_voir_video{
	background-image: url("iehack:///");
	position:absolute;
	width:118px;
	height:30px;
	display:block;
	top:37px;
	right:31px;
}
.meuble_bt_caracteristiques{
	background-image: url("iehack:///");
	position:absolute;
	width:125px;
	height:151px;
	display:block;
	bottom:0px;
	right:0px;
}

/*////////////////////////////////////GENTE////////////////////////////////////*/
.chiffres_cles{
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	color:#FFF;
}
.chiffres_cles+.chiffres_cles{
	border-top:1px solid #717171;
	margin:16px 0 0 0;
	padding:16px 0 0 0;
}
/*////////////////////////////////////DOCS////////////////////////////////////*/
.lien_doc{
	display:block;
	width:230px;
}
/*////////////////////////////////////LIENS////////////////////////////////////*/
.visuel_lien{
	display:table-cell;
	vertical-align:top;
	padding:10px 7px 10px 0;
}
.texte_lien{
	display:table-cell;
	vertical-align:middle;
	padding:10px 0 10px 0;
}
/*////////////////////////////////////ACTUALITES////////////////////////////////////*/
.img_actu{
	width:106px;
	margin-right:10px;
}
.text_actu{
	width:134px;
}
/*////////////////////////////////////Nos commerciaux france////////////////////////////////////*/
#conteneur_map{
	position:relative;
	background-color:#FFF;
	color:#000;
	padding:10px;
}
#infos_carte dt{
	color:#144455;
	font-weight:700;
	font-size:12px;
}
#infos_carte dl > dd+dt{
	margin-top:10px;
}


.bulle_carte {
  position: absolute;
  top: 350px;
  left: -9px;
  background-color: #fff;
  moz-opacity: 0.9;
  opacity: 0.90;
  border: 1px solid #213f62;
  filter: alpha(opacity=90);
  /* border-radius: 10px; */
  padding: 10px;
  z-index: 10;
  width: 311px;
  color: #000;
  text-align: center;
  display: none;
}

#close_bulle_carte {
	display: none !important;
}
#conteneur_map a,#infos_carte a{
	color:#000;
	text-decoration:none;
}
#conteneur_map a:hover,#infos_carte a:hover{
	text-decoration:underline;
}
#close_bulle_carte{
	position:absolute;
	right:-5px;
	top:-5px;
}
.vert_bulle_carte{
	color:#B1C800 !important;
}
.orange_bulle_carte{
	color:#EC733E !important;
}
.violet_bulle_carte{
	color:#AC5D91 !important;
}
.bleu_bulle_carte{
	color:#5BA8D9 !important;
}
.jaune_bulle_carte{
	color:#FECE3C !important;
}


/*///////////////////////////////////////////MARVIN//////////////////////////////////////////////*/

.onglet-new {
	width: 218px;
	height: 40px;
	background-color: #c9cacb;
	font-size: 13px;
	color: #909191;
	display: inline-block;
	margin-right: 0.9px;
	cursor: pointer;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
}

.block-infos-new {
	width: 663px;
	height: 324px;
	background-color: #fff;
	padding-top: 45px;
	padding-left: 26px;
}

.infos-new {
	display: inline-block;
	margin-right: 15px;
	vertical-align: top;
	width: 45%;
}

.black-new {
	background-color: #000;
	color: #fff;
}

.innovation-new {
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
}

.maj {
	text-transform: uppercase;
}

.rsGCaption {
	display: none !important;
}
.cata-rpons {
	width:50%;
	float:left;
	text-align:center;
	height:135px;
}
.cata-rpons a, .cata-rpons p{
	display:block;
	color: #fff;
	text-decoration: none; 	
	font-size: 8px;
}
.cata-rpons img{
	float:left;
	margin:auto;
	padding:10px 40px 10px 40px;
	margin-bottom:0px!important;
}
/*.cata-rpons {
	display: inline-block;
	margin-left: 42px;
	margin-top: 15px;
	vertical-align: top;
	text-align: center;
}*/

/*.cata-rpons a {
	color: #fff;
	text-decoration: none; 	
	font-size: 8px;
}

.cata-rpons img {
	margin-bottom: 5px !important;
	display: inline !important;
}*/

#element-footer {
	border-top: dotted 1px #a3938b;
	border-bottom: dotted 1px #a3938b;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}

.elem-footer {
	display: inline-block;
	margin-right: 21px;
	vertical-align: top;
	margin-top: 15px;
	margin-bottom: 15px;
}

.elem-footer:last-child {
	margin-right: 0;
}

#large-elem {
	width: 339px;
}

.elem-footer {
	width: 120px;
}

.elem-footer p {
	color: #817f7f;
}

.titre-footer {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #817f7f;
}

#titre-stock-livraison {
	font-size: 15px;
	color: #fff;
	font-weight: normal;
}

#img-stock-livraison, #stock-livraison {
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
}
#img-stock-livraison {
	margin-right: 14px;
}
#stock-livraison {
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	line-height: 20px;
}

#stock-livraison  span{
	font-weight: bold;
	font-size: 16px;
}

#bloc-co {
	padding: 15px;
}

#cellule-co {
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	text-transform: normal;
	text-decoration: none;
	margin-bottom: 10px;
}

#ul-co {
	text-transform: uppercase;
	color: #fff;
	  padding: 0 !important;
  border: none !important;
  font-size: 13px !important;
  font-weight: normal !important;
}

.new-ca {
	background-color: #333333;
	color: #fff;
	width: 146px;
	height: 146px;
	padding: 11px;
	display: inline-block;
	vertical-align: top;	
	font-size: 16px;
	text-transform: uppercase;
}

.new-ca  span{
	font-weight: bold;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
}