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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #757575;
	font-size: 12px;
	font-weight: normal;
	line-height: 100%;
	/*background:url(images/bg-2013.jpg) repeat-x;*/
}
body.dist {
	background:url(images/bg-2013.jpg) repeat-x;
}
a {
	color: #326bab;
	text-decoration:none;
}
a:hover .dropshadow {
	-webkit-box-shadow: 0px 0px 10px #90adc6;
	-moz-box-shadow: 0px 0px 10px #90adc6;
	box-shadow: 0px 0px 10px #90adc6; 
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.boxrecherche {
	float:right;
	margin-top:-45px;
}
.boxrecherche img {
	margin: 0 10px 0 0;
	float: left;
}
.boxrecherche form {
	float: left;
}
.recherche {
	width:220px;
	color:#515151;
	border:1px solid #d7d7d7;
	border-radius: 5px;
	padding: 8px;
	-webkit-appearance: none;
	cursor:pointer;
}
/* align checkboxes, radios, text inputs with their label */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: middle; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
 
/* hand cursor on clickable input elements */
input[type=button], input[type=submit], button, .icone_panier, .del_panier, .nav-actu, .bouton, .bouton_icone { cursor: pointer; }

/* >> The Magnificent CLEARFIX << */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }

.wrap {
	width: 960px;
	margin: 0 auto;
}
#header {
	width: 940px;
	height: 169px;
	padding: 0 10px;
	position: relative;
	z-index:10;
}
#logokimo {
	padding: 20px 0 0 0;
	border:none;
}

/* Font-Face */
@font-face {
	font-family: 'kimobold';
	src: url('fonts/eurostib-webfont.eot');
	src: url('fonts/eurostib-webfont.eot?#') format('eot'),
	url('fonts/eurostib-webfont.woff') format('woff'),
	url('fonts/eurostib-webfont.ttf') format('truetype');
}

/* -------- SEARCH BOX -------- */
.form-search {
	position:absolute;
	background:url(images/searchbox-2013.png) no-repeat;
	right:10px;
	top:36px;
	border:none;
	height:27px;
	z-index:50;
}
input.search {
	background:none;
	float:left;
	height:27px;
	width:170px;
	border:none;
	padding-left:15px;
	line-height:26px; /* IE hack */
}
input.btn {
	background:none;
	height:27px;
	width:35px;
	float:left;
	border:none;
}
input.btn-active {
	background:url("images/search-loader.gif") no-repeat center;
}
input, textarea {
	color:#777777;
}
.searchTitre {
	color:#436bab;
	font-weight:bold;
	border-bottom:1px solid #bbbbbb;
	margin:0 5px;
	padding:15px 0 10px 0;
	clear:both;

}
.highlight {
	color:#d4031a;
}


/* -------- MENU -------- */
.menu {
	width: 940px;
	height: 70px;
	position: relative;
	margin: 23px 0 0 0;
	background:url(images/bg-menu.jpg) repeat-x;
}
.menu .nav {
	width: 940px;
	height: 70px;
	background: url(images/menu-kimo-fr.png) no-repeat;
}
.menu ul.en {
	background:url(images/menu-kimo-en.png) no-repeat;
}
#nav-home > a, #nav-produits > a, #nav-services > a, #nav-kimo > a, #nav-contact > a {
	display: block; 
	height: 70px;
	text-indent: -9999px;
}
.menu .nav > li {
    margin: 0; 
	padding: 0; 
	list-style: none;
	top: 0; 
	height: 70px; 
	display: block;
	position: relative;
	float: left;
}

/* dÃ©coupe menu */
#nav-home {
	left: 0;
	width: 70px;
}
#nav-produits {
	left: 0px;
	width: 132px;
}
#nav-services {
	left: 0px;
	width: 150px;
}
#nav-kimo {
	left: 0px;
	width: 128px;
}
#nav-contact {
	left: 0px;
	width: 130px;
}

/* menu hover */
#nav-home a:hover {
    background: transparent url(images/menu-kimo-fr.png) 0 -71px no-repeat;
}
#nav-produits a:hover {
    background: transparent url(images/menu-kimo-fr.png) -70px -71px no-repeat;
}
#nav-services a:hover {
    background: transparent url(images/menu-kimo-fr.png) -202px -71px no-repeat;
}
#nav-kimo a:hover {
    background: transparent url(images/menu-kimo-fr.png) -352px -71px no-repeat;
}
#nav-contact a:hover {
    background: transparent url(images/menu-kimo-fr.png) -480px -71px no-repeat;
}
    
/* menu hover en */
ul.en #nav-home a:hover {
	background: transparent url(images/menu-kimo-en.png) 0 -71px no-repeat;
}
ul.en #nav-produits a:hover {
	background: transparent url(images/menu-kimo-en.png) -70px -71px no-repeat;
}
ul.en #nav-services a:hover {
	background: transparent url(images/menu-kimo-en.png) -202px -71px no-repeat;
}
ul.en #nav-kimo a:hover {
	background: transparent url(images/menu-kimo-en.png) -352px -71px no-repeat;
}
ul.en #nav-contact a:hover {
	background: transparent url(images/menu-kimo-en.png) -480px -71px no-repeat;
} 
	
/* menu hover focus */
#nav-produits:hover > a {
    background: transparent url(images/menu-kimo-fr.png) -70px -71px no-repeat;	
}
#nav-services:hover > a {
    background: transparent url(images/menu-kimo-fr.png) -202px -71px no-repeat;	
}
#nav-kimo:hover > a {
    background: transparent url(images/menu-kimo-fr.png) -352px -71px no-repeat;	
}

/* menu hover focus en */
ul.en #nav-produits:hover > a {
    background: transparent url(images/menu-kimo-en.png) -70px -71px no-repeat;	
}
ul.en #nav-services:hover > a {
    background: transparent url(images/menu-kimo-en.png) -202px -71px no-repeat;	
}
ul.en #nav-kimo:hover > a {
    background: transparent url(images/menu-kimo-en.png) -352px -71px no-repeat;	
}

#nav-produits ul li a:hover, #nav-services ul li a:hover, #nav-kimo ul li a:hover, ul.en #nav-produits ul li a:hover, ul.en #nav-services ul li a:hover, ul.en #nav-kimo ul li a:hover {
	color: #326bab;
	text-decoration: none;
	background-image: none;
}

/* drop down */
.menu .nav li:hover > ul {
	display: block;
}
.menu .nav > li > ul > li:first-child > ul {
	display: block;
}
.menu_produits, .menu_services, .menu_kimo {
	display: none;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 70px;
	width: 150px;
	font-weight: bold;
	font-size: 14px;
	line-height: 40px;
	color: #797979;
	z-index: 9999;
	box-shadow: 0 8px 5px #c5c5c5;
	background: #f0f0f0; /* Old browsers */
	background: url(images/menu-ombre.png) no-repeat 210px center, -moz-linear-gradient(top,  #f0f0f0 0%, #ffffff 100%); /* FF3.6+ */
	background: url(images/menu-ombre.png) no-repeat 210px center, -webkit-linear-gradient(top,  #f0f0f0 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: url(images/menu-ombre.png) no-repeat 210px center, -o-linear-gradient(top,  #f0f0f0 0%,#ffffff 100%); /* Opera 11.10+ */
	background: url(images/menu-ombre.png) no-repeat 210px center, -ms-linear-gradient(top,  #f0f0f0 0%,#ffffff 100%); /* IE10+ */
	background: url(images/menu-ombre.png) no-repeat 210px center, linear-gradient(to bottom,  #f0f0f0 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.puce {
	background: url(images/puce-nav.png) no-repeat right center;
}
.menu_produits li a, .menu_services li a, .menu_kimo li a {
	text-indent: 0;
	color: #797979;
	display: block;
	height: auto;
	text-shadow: 0 1px 0 #fff;
	font-family: kimobold, verdana, sans-serif;
	font-size: 16px;
	width: 200px;
	padding: 44px 10px;
}
.menu .nav ul li:hover > a {
	color: #326bab;
}
.menu .nav ul.menu_kimo li:hover > a {
	width: 130px;
}

/* menu dropdown 2013 */
.menu_produits, .menu_services {
	left: -70px;
	width: 940px;
	height: 370px;
}
.menu_services {
	left: -202px;
}
.menu_produits > li, .menu_services > li, .menu_kimo > li {
	border-bottom: 1px solid #CFCECE;
    line-height: 120%;
    margin: 0 25px;
    padding: 0;
    width: 160px;
	float: left;
	clear: left;
}
.menu_kimo > li {
	width: 100px;
}
.menu_kimo li a {
	padding: 24px 0;
	width: 100px;
}
.menu_produits > li:last-child, .menu_services > li:last-child, .menu_kimo > li:last-child {border:none;}

/* sub drop down */
.menu_instruments, .menu_parametres, .menu_secteurs, .menu_assistance, .menu_laboratoires, .menu_metrologie {
	left: 150px;
	top: 0;
	width: auto;
	height: auto;
	padding: 15px 5px 5px 0;
	z-index: 99999;
}
.menu_instruments, .menu_parametres, .menu_secteurs, .menu_assistance, .menu_laboratoires, .menu_metrologie {
	height: 370px;
    left: 210px;
    position: absolute;
    width: 725px;
	display: none;
}
.menu_instruments li, .menu_parametres li, .menu_secteurs li, .menu_assistance li, .menu_laboratoires li, .menu_metrologie li {
	display: block;
	position: relative;
	font-size: 14px;
	font-weight: normal;
	width: 220px;
	padding: 7px 0;
	line-height: 100%;
}
.menu .nav ul ul li a {
	display: block;
	padding: 0 0 0 30px;
	width: 220px;
	text-shadow: 0 1px 0 #fff;
	font-size: 14px;
}
.menu .nav li#nav-produits ul ul li a:hover, .menu .nav li#nav-services ul ul li a:hover {
	width: 220px;
	color: #326bab;
}
.menu_instruments img, .menu_parametres img, .menu_secteurs img, .menu_assistance img, .menu_laboratoires img, .menu_metrologie img {
	margin: 0 0 0 30px;
}

/* colonnes list menu */
li.col1 {
	margin-left: 0;
}
li.col2 {
	margin-left: 250px;
}
li.col3 {
	margin-left: 500px;
}
li.reset1 {
	margin-top: -340px;
}
li.reset2 {
	margin-top: -140px;
}


/* -------- SWITCH LANG -------- */
.lang_switch {
	float: right;
	margin-top: -70px;
	width: 220px;
	height: 70px;
	color: #4c4c4c;
	background: #f0f0f0; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f0f0f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f0f0f0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f0f0f0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
}

.view-version img, .menu-version img {
	vertical-align: middle;
	margin: -2px 10px 0 0;
}

.view-version {
	display: block;
	cursor: default;
	width: 180px;
	padding: 21px 20px;
	background: url(images/version-arrow.png) no-repeat 190px center;
}

.menu-version {
	display: none;
	position: absolute;
	top: 70px;
	right: 0;
	width: 180px;
	padding: 20px 20px 0 20px;
	background: #f0f0f0; 
	box-shadow: 0px 5px 6px 0px #c4c4c4; /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */
}

.menu-version ul {
	margin-bottom: 25px;
}

.menu-version li:first-child {
	font-weight: bold;
}

.menu-version li {
	padding: 10px 0;
}

.menu-version li a {
	display: block;
	color: #4c4c4c;
}

.menu-version li a:hover {
	color: #326bab;
}

.menu-version li:nth-child(2) {
	border-bottom: 1px solid #c4c4c4;
}

.view-version:hover ~ div, .menu-version:hover {
	display: block;
}


/* -------- MAIN CONTENT -------- */
#main_content {
	position:relative;
	margin-top:20px;
	z-index:0;
}
.big_img {
	width:140px;
	height:140px;
}
.small_img {
	width:80px;
	height:80px;
}

/* -------- CONTENU -------- */
.contenu {
	margin:15px 0 50px 0;
}
.big_titres {
	height:70px;
}
.big_titres h1, .big_titres_home h1 {
	font-family:kimobold, Verdana, Sans-serif;
	font-size:26px;
	color:#d4031a;
}
.big_titres h2, .big_titres_home h2 {
	margin:10px 0 10px 0;
	font-size:18px;
	font-weight:normal;
}
.border_titres {
	border-bottom:1px solid #c4c4c4;
}
.titres h1, h1.titres {
	font-family:kimobold, Verdana, Sans-serif;
	font-size:20px;
	color:#d4031a;
	line-height: 100%;
}
.titres h3 {
	margin:6px 0 10px 0;
	font-size:14px;
	font-weight:normal;
	color:#515151;
}

/* -------- HOME ACTUALITES 2013 -------- */

/* Actualites Big */
#actu_big {
	float:left;
}
#actu_big img {
	margin-bottom:10px;
}
.big_a {
	width: 300px;
	padding-top:15px;
	float: left;
	margin-right: 50px;
}
.big_a:last-child {
	margin-right: 0;
}
.big_a a:hover {
	text-decoration:underline;
}
.actu_titre {
	margin-bottom:5px;
	line-height: 120%;
}
.actu_titre a {
	font-size:14px;
	font-weight:bold;
}
.actu_texte a {
	color:#515151;
	line-height:14px;
}

/* ActualitÃ©s Small */
#actu_small {
	float: right;
	margin-top: -20px;
}
#actu_small h4 {
	font-family: kimobold, verdana, sans-serif;
	font-size: 18px;
	margin-bottom: 20px;
}
.small_a {
	width: 220px;
	margin-bottom: 12px;
	border-bottom: 1px solid #ececec;
	padding-bottom: 15px;
}
.small_a a:hover {
	text-decoration:underline;
}
.small_actu_titre {
	margin-bottom:5px;
}
.small_actu_texte a {
	color:#515151;
}
.banniere-kimostore {
	margin-bottom: 20px;
}

/* -------- HOME ACTU SALON -------- */
.shadow {
	width: 940px;
	height: 28px;
	margin-bottom: 20px;
	background: url(images/border_home.png) no-repeat center;
}
.border_salons {
    margin-top: 25px;
}
.nav_salons {
	float:left;
	margin-top:15px;
	height:auto;
}
.nav_salons ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav_salons ul li a {
	margin: 0;
	width: 180px;
	color:#515151;
	border-bottom: 1px solid #ececec;
	line-height:14px;
	padding:5px 0;
	display:block;
	text-align:right;
}
.nav_salons ul li a:hover {
	color:#326bab;
}
.nav_salons ul li a.current {
	color:#326bab;
	font-weight:bold;
}
.nav_salons ul li:last-child {
	border-bottom:none;
}

#panes_salons {
	float:right;
	width:400px;
	margin-top:17px;
	overflow:hidden;
}
#panes_salons h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#326bab;
	padding-bottom:10px;
	border-bottom:1px solid #ececec;
}
.time {
	margin:10px 0 20px 0;
	line-height:15px;
	color:#515151;
}
.time img {
	margin-right:10px;
	float:left;
	padding-top:3px;
}
.actu_salon {
	line-height:15px;
	margin-bottom:20px;
}


/* -------- PAGE PRODUIT -------- */

/* breadcrumb */
#breadcrumb {
	margin-bottom:20px;
	font-size:10px;
}
#breadcrumb a:hover {
	text-decoration:underline;
}

/* index instru/param */
.instru_param {
	float:left;
	width:450px;
	margin:0 20px 0 0;
	padding:0 0 20px 0;
	border-bottom:1px solid #ececec;
}

/* Tabs produits */
.nav_produits, .nav_produits_full {
	float:left;
	width:940px;
	margin:10px 0 30px 0;
}
.nav_produits ul, .nav_produits_full ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav_produits ul li, .nav_produits_full ul li {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.nav_produits a.current, .nav_produits_full a.current {
	color:#fff;
	text-shadow:0 -1px 0 #616161;
}
.nav_produits a.current:hover, .nav_produits_full a.current:hover {
	color:#fff;
}
.nav_produits a.current span, .nav_produits_full a.current span { 
	background: url(images/bouton-sprite.png) no-repeat 100% -140px;
	cursor: default;
}
.nav_produits a.current span span, .nav_produits_full a.current span span { 
	background: url(images/bouton-sprite.png) no-repeat 0 -56px;
	cursor: default;
}


/* --------- Preview produits --------- */
.border_salons {
	margin-top:25px;
}
#panes_produits {
	float:left;
	width:620px;
}
.preview_produits img {
	float:left;
	margin: 0 20px 0 20px;
}
.preview_produits {
	padding:20px 10px 0 0;
	height:160px;
	border-bottom:1px solid #ececec;
	width: 600px;
}
.preview_prod_titre {
	margin-bottom:5px;
}
.preview_prod_titre a {
	font-family:kimobold, Verdana, Sans-serif;
	color:#d4031a;
	font-size:18px;
}
.preview_prod_soustitre {
	margin-bottom:15px;
}
.preview_prod_soustitre a {
	font-size:14px;
	line-height:16px;
	color:#515151;
}
.preview_prod_texte a {
	color:#757575;
	line-height:140%;
}
.preview_produits:hover {
	background-color: #f7f7f7;
}
.preview_produits a:hover {
	text-decoration:underline;
}

/* Preview produits FULL */
#panes_produits_full {
	float:left;
	width:980px;
}
.preview_produits_full:hover {
	background: #e2001a; /* Old browsers */
	background: -moz-linear-gradient(top,  #e2001a 0%, #9e1019 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2001a), color-stop(100%,#9e1019)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e2001a 0%,#9e1019 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e2001a 0%,#9e1019 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e2001a 0%,#9e1019 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e2001a 0%,#9e1019 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2001a', endColorstr='#9e1019',GradientType=0 ); /* IE6-9 */
}
.preview_produits_full:hover a, .preview_produits_full:hover div {
	color:#fff;
}
.preview_produits_full {
	float: left;
	width: 265px;
	height: 270px;
	padding: 10px;
	margin: 0 40px 30px 0;
	position: relative;
}
.preview_produits_full > a > img {
	margin-bottom: 14px;
}
.preview_produits_full .preview_prod_titre {
	width: 230px;
}
.preview_produits_full .preview_prod_soustitre {
	width: 230px;
}
.preview_produits_full .preview_prod_titre a {
	font-size: 16px;
	line-height: 16px;
}
.preview_produits_full .preview_prod_soustitre a {
	font-size: 11px;
}
.img-overlay {
	position: absolute;
	visibility: hidden;
}
.preview_produits_full:hover .img-overlay {
	visibility: visible;
}
.panes_center:before {
	content: " ";
	position: absolute;
	z-index: -1;
	left: -20px;
	right: -20px;
	top: 5px;
	bottom: 5px;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}


/* -------- FICHE PRODUIT -------- */
.titre_produit {
	margin-top:35px;
	margin-bottom:35px;
	height:30px;
}

.titre_produit_index {
	margin-top:35px;
	height:30px;
}

.img_produit {
	width: 460px;
	height: 460px;
	overflow: hidden;
	float: left;
	margin: 0 20px 30px 0;
}

.small_img_produit {
	width: 200px;
	float: left;
}

.small_img_produit img, .small_img_actu img {
	margin: 0 15px 15px 0;
}

/* Boutons */
.boutons_produit {
	width: 225px;
	height: 418px;
	float: left;
	padding-left: 35px;
	background: url(images/ombre-tabs-produit.png) no-repeat left center;
}

.bouton-prod {
	display: block;
	width: 205px;
	padding: 10px;
	margin-bottom: 15px;
	color: #515151;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 50%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#ffffff), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 50%,#f6f6f6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 0px 0px 0px 1px #e4e4e4;
	box-shadow: inset 0px 0px 0px 1px #e4e4e4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

.bouton-prod:hover {
	-webkit-box-shadow: 0px 0px 10px #90adc6;
	-moz-box-shadow: 0px 0px 10px #90adc6;
	box-shadow: 0px 0px 10px #90adc6; 
}

.bouton-prod img {
	vertical-align: middle;
	margin-right: 10px;
}

/* listing FT et DOC */
.ft-listing, .doc-listing {
	display: none;
	margin: 0 0 20px 20px;
}

.ft-listing ul, .doc-listing ul {
	list-style: disc inside;
}

.ft-listing li, .doc-listing li {
	padding: 5px 0;
}

/* tabs fiche produit */
.contenu_produit {
	width: 940px;
	float: left;
	margin-bottom: 60px;
}

.sidebar_produit {
	width: 980px;
	float: left;
	padding-top: 40px;
	border-top: 1px solid #ececec;
}

.contenu_produit h1, .contenu_actu h1, #contenu_salon h1 {
	margin: 20px 0 10px 0;
}

.contenu_produit ul, .contenu_actu ul, #contenu_salon ul {
	list-style: disc inside;
	margin: 0 0 15px 20px;
}

.nav_fiche_produit {
	width: 940px;
	margin-bottom: 30px;
	float: left;
	border-bottom: 1px solid #dcdcdc;
}

.nav_fiche_produit ul {
	list-style:none;
}

.nav_fiche_produit li {
	float: left;
	margin-right: 20px;
}

.nav_fiche_produit ul li a {
	display: block;
	color: #757575;
	padding: 12px 15px 12px 45px;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.nav_fiche_produit ul li a:hover {
	color: #000;
	text-shadow: 0px 1px 0px #ffffff;
	background-color: #e2e2e2;
}

.nav_fiche_produit ul li a.current {
	color: #000;
	text-shadow: 0px 1px 0px #ffffff;
	background-color: #e2e2e2;
}

li.puce-info {
	background:url(images/info-24.png) no-repeat 10px center;
}
li.puce-info a:hover {
	background:url(images/info-24.png) no-repeat 10px center #e2e2e2;
}
li.puce-info a.current {
	background:url(images/info-24.png) no-repeat 10px center #e2e2e2;
}
li.puce-ft {
	background: url(images/pdf24.png) no-repeat 10px center;
}
li.puce-ft a:hover {
	background:url(images/pdf24.png) no-repeat 10px center #e2e2e2;
}
li.puce-ft a.current {
	background:url(images/pdf24.png) no-repeat 10px center #e2e2e2;
}
li.puce-sondes {
	background: url(images/sondes24.png) no-repeat 10px center;
}
li.puce-sondes a:hover {
	background:url(images/sondes24.png) no-repeat 10px center #e2e2e2;
}
li.puce-sondes a.current {
	background:url(images/sondes24.png) no-repeat 10px center #e2e2e2;
}
li.puce-accessoires {
	background: url(images/accessoires24.png) no-repeat 10px center;
}
li.puce-accessoires a:hover {
	background:url(images/accessoires24.png) no-repeat 10px center #e2e2e2;
}
li.puce-accessoires a.current {
	background:url(images/accessoires24.png) no-repeat 10px center #e2e2e2;
}
li.puce-logiciel {
	background: url(images/logiciel24.png) no-repeat 10px center;
}
li.puce-logiciel a:hover {
	background:url(images/logiciel24.png) no-repeat 10px center #e2e2e2;
}
li.puce-logiciel a.current {
	background:url(images/logiciel24.png) no-repeat 10px center #e2e2e2;
}
li.puce-produits {
	background: url(images/produits24.png) no-repeat 10px center;
}
li.puce-produits a:hover {
	background:url(images/produits24.png) no-repeat 10px center #e2e2e2;
}
li.puce-produits a.current {
	background:url(images/produits24.png) no-repeat 10px center #e2e2e2;
}

/* contenu fiche produit */
.texte_produit {
	line-height:130%;
}

.texte_produit p {
	margin-bottom:15px;
}

.texte_produit a:hover {
	text-decoration:underline;
}

.texte_bold {
	font-weight:bold;
	line-height:120%;
}

.titre_texte_produit {
	font-weight:bold;
	margin-top:30px;
}

#prod-sondes, #prod-acc, #prod-log, #logicielToProd {
	width: 980px;
}

.preview_accessoires {
	width:360px;
	height:81px;
	padding-top:10px;
	border-bottom:1px solid #ececec;
}
.preview_accessoires img {
	float:left;
	margin-right:10px;
}
.preview_accessoires a:hover {
	text-decoration:underline;
}
.preview_acc_titre {
	margin-bottom:5px;
	padding-top:15px;
}
.preview_acc_titre a {
	color:#d4031a;
	font-size:14px;
	font-weight:bold;
	line-height:14px;
}
.preview_acc_soustitre {
	margin-bottom:10px;
}
.preview_acc_soustitre a {
	color:#515151;
	line-height:14px;
}

/* back bouton */
.back_button {
	float:left;
}
.back_button a:hover {text-decoration:underline;}
.back_button img {
	vertical-align: middle;
	margin-right:10px;
}
.sidebar_fiche {
	float: left;
	width: 220px;
	margin-left: 20px;
}
.doc_fiche {
	width:220px;
	margin-top: 30px;
}
.doc_fiche p {
	font-weight:bold;
	margin-bottom:15px;
	padding-top:10px;
	border-top:1px solid #ececec;
}
/*.focus_link {
	width: 220px;
	height: 48px;
	margin-top: 30px;
	text-indent: -999px;
}
.btn_focus_fr {
	background: url(images/btn_focus_fr.png) no-repeat 0 0;
	display: block;
	height: 48px;
	width: 220px;
}
.btn_focus_en {
	background: url(images/btn_focus_en.png) no-repeat 0 0;
	display: block;
	height: 48px;
	width: 220px;
}
.btn_focus_fr:hover, .btn_focus_en:hover {
	background-position: 0 -49px;
}*/


/* -------- PAGES SERVICES/ACTU -------- */
.contenu_gene {
	float:left;
	width:620px;
}
.last {
	padding-bottom:10px;
	border-bottom:1px solid #ececec;
}
.contenu_actu {
	width:375px;
	float:left;
	margin-top:-15px;
}

.img_actu {
	width:380px;
	height:288px;
	overflow:hidden;
	float:left;
	margin-bottom:30px;
}

.small_img_actu {
	width:195px;
	float:left;
	margin-left:20px;
	height:285px !important;
}
.small_img_actu ul {
	padding:5px;
}
.small_img_actu li {
	float:left !important;
	width:91px;
	height:91px;
	padding:5px 0 0 5px;
}
.nav_img_actu {
	float:left;
	width:20px;
	margin-top:5px;
}
.nav-actu {
	height:20px;
}
.nav-margin {
	margin-top:242px;
}


/* -------- FICHE SALON -------- */
#contenu_salon {
	float:left;
	width:320px;
}
.location_salon {
	float:right;
	width:240px;
}
.location_salon img {
	vertical-align:middle;
	margin-right:10px;
}
.location_salon p {
	line-height:14px;
	margin-bottom:10px;
}
.location_salon_titre {
	height:35px;
	margin-bottom:10px;
	border-bottom:1px solid #ececec;
}
.texte_red {
	color:#d4031a;
}
.plan_salon{margin-top:40px;float:left;}
.ticket_salon {float:right;}


/* -------- PAGE HISTORIQUE -------- */
.info_entreprise {
width:400px;
height:auto;
margin:30px 0 35px 80px;
padding:20px;
background-color:#ececec;
border:1px solid #dbdbdb;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; 
}
.info_entreprise:hover {
-webkit-box-shadow: 0px 0px 10px #90adc6;
-moz-box-shadow: 0px 0px 10px #90adc6;
box-shadow: 0px 0px 10px #90adc6; 
}
.info_entreprise ul {
list-style: none;
padding:0 0 0 15px;
width:400px;
}
.info_entreprise ul li {
	float:left;
	text-shadow: 0px 1px 0px #ffffff;
	border-bottom:1px solid #dbdbdb;
}
.list_entrepriseLeft {
color:#d4031a;
font-family:Georgia, Verdana, Arial;
font-size:16px;
line-height:48px;
width:185px;
}
.list_entrepriseRight {
color:#757575;
font-size:16px;
line-height:48px;
font-weight:bold;
font-style:italic;
width:125px;
padding-left:60px;
}
.stats_flash {
	margin-top:30px;
}


/* -------- PAGE ACTIVITE -------- */
.parametres {
width:580px;
height:auto;
margin:30px 0 35px 0;
padding:20px;
background-color:#ececec;
border:1px solid #dbdbdb;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; 
}
.parametres:hover {
-webkit-box-shadow: 0px 0px 10px #90adc6;
-moz-box-shadow: 0px 0px 10px #90adc6;
box-shadow: 0px 0px 10px #90adc6; 
}
.parametres p {
font-size:14px;
font-weight:bold;
color:#326bab;
text-shadow: 0px 1px 0px #ffffff;
margin-bottom:20px;
}
.parametres ul {
list-style: disc;
padding:0 0 0 15px;
width:600px;
}
.parametres ul li {
font-size:14px;
line-height:35px;
color:#b6b6b6;
width:150px;
}
.parametres .col2 {
	margin-left: 230px;
}
.parametres .col3 {
	margin-left: 450px;
}
.parametres .reset2 {
	margin-top: -175px;
}
.parametres span a {
font-size:14px;
color:#515151;
text-shadow: 0px 1px 0px #ffffff;
}
.parametres span a:hover {
color:#326bab;
}
.activite {
width:620px;
height:345px;
padding-top:30px;
border-top:1px solid #ececec;
}
.bloc-activite {
width:250px;
float:left;
margin:30px 60px 10px 0;
}
.nombre-activite {
float:left;
width:30px;
margin-right:10px;
margin-top:5px;
font-family:kimobold, Verdana, Sans-serif;
font-size:40px;
color:#ececec;
text-shadow: 0px 1px 0px #b3b3b3;
border-right:1px dashed #dddddd;
}
.acti1 {height:100px;}
.acti2 {height:120px;}
.acti3 {height:70px;}
.acti4 {height:50px;}
.texte-activite {
width:260px;
line-height:16px;
}
.clients {
width:620px;
margin-bottom:50px;
padding-top:30px;
border-top:1px solid #ececec;
}
.clients ul {
list-style: disc;
padding:0 15px;
margin:25px 0 0 20px;
}
.clients ul li {
line-height:16px;
margin-bottom:10px;
color:#b6b6b6;
}
.clients span {
color:#757575;
text-shadow: 0px 1px 0px #ffffff;
}


/* -------- AGENCES -------- */
.plan_agence {
margin:5px 10px 0 0;
}
.preview_agence_titre {
font-family:kimobold, Verdana, Sans-serif;
color:#d4031a;
font-size:18px;
margin-bottom:5px;
}
.preview_agence_soustitre {
font-size:14px;
color:#515151;
margin-bottom:15px;
}
.preview_agence_texte {
color:#757575;
line-height:140%;
}


/* -------- FORMULAIRE CONTACT -------- */
#contenu_contact {
	width:620px;
	margin-top:35px;
	display:table;
}
#formulaire{margin-top:30px;}
.form_col_left {
	float:left;
	width:310px;
	border-right:1px solid #ececec;
}
.form_col_right {
	float:right;
	width:270px;
}
#form_contact input[type="text"], #form_contact textarea {
	background-color:#f7f7f7;
	border:1px solid #eeeeee;
	padding:2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}
#form_contact .form_select_pays {
	margin-bottom:25px;
}
#form_contact #select_pays {
	width:230px;
	background-color:#f7f7f7;
	border:1px solid #eeeeee;
	padding:2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}
#form_contact select {
	width:60px;
	margin:15px 0;
}
#form_contact input {
	width:180px;
	height:25px;
	margin:10px 0;
}
#form_contact label {
	float:left;
	width:80px;
	margin:19px 0 0 0;
}
#form_contact textarea {
	width:530px;
	height:120px;
}
.form_msg {
	float:left;
	margin-top:40px;
	width:620px;
}
.form_submit {
	float:left;
	margin:30px 0 0 80px;
}
#form_contact #bouton {
	width:115px;
	height:40px;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
	text-shadow: 0 -1px 0 #000;
	font-size: 14px;
	font-family: kimobold, verdana, sans-serif;
	background-color: #e1001a;
	background-image: -moz-linear-gradient(top, #e1001a, #9f1019); /* FF3.6 */
	background-image: -ms-linear-gradient(top, #e1001a, #9f1019); /* IE10 */
	background-image: -o-linear-gradient(top, #e1001a, #9f1019); /* Opera 11.10+ */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e1001a), to(#9f1019)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #e1001a, #9f1019); /* Chrome 10+, Saf5.1+ */
	background-image: linear-gradient(top, #e1001a, #9f1019);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e1001a', EndColorStr='#9f1019'); /* IE6â€“IE9 */
}
#form_contact #bouton:hover {
	background-color: #9f1019;
	background-image: -moz-linear-gradient(top, #9f1019, #e1001a); /* FF3.6 */
	background-image: -ms-linear-gradient(top, #9f1019, #e1001a); /* IE10 */
	background-image: -o-linear-gradient(top, #9f1019, #e1001a); /* Opera 11.10+ */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9f1019), to(#e1001a)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #9f1019, #e1001a); /* Chrome 10+, Saf5.1+ */
	background-image: linear-gradient(top, #9f1019, #e1001a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#9f1019', EndColorStr='#e1001a'); /* IE6â€“IE9 */
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
#form_contact input[type="text"]:hover, textarea:hover {
-webkit-box-shadow: 0px 0px 10px #90adc6;
-moz-box-shadow: 0px 0px 10px #90adc6;
box-shadow: 0px 0px 10px #90adc6;
}
#form_contact input[type="text"]:focus, textarea:focus {
background-color: #fff;
}
.form_texte_doc{float:left;margin-top:50px;}
.form_select {
float:left;
margin:20px 0 0 80px;
}
.form_checkbox {
width:260px;
float:left;
margin:0 10px 10px 0;
}
#form_contact .form_checkbox input {
width:20px;
margin:0 5px 0 0;
padding:0;
background:none;
border:none;
}

/* contact export */
#contact_country {
float:left;
margin-bottom:30px;
padding-top:25px;
border-top:1px solid #ececec;
}
#contact_country img {
margin-right:15px;
float:left;
}
.txt_country {
float:left;
width:500px;
margin-top:10px;
}
.txt_country h1 {
color:#d4130a;
font-weight:bold;
margin-bottom:10px;
}
#contact_country input {
width:auto;
margin:0 5px 0 0;
height:auto;
}
.form_radio {
width:185px;
float:left;
margin:10px 10px 10px 0;
}
#emphaseEmail {
	padding:15px;
	margin-right:10px;
	background-color: #efefef;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#emphaseEmail input {
	background-color:#fff;
border:none;
padding:2px;
margin:0 0 10px 0;
}
#emphaseEmail label {
	margin:8px 0 0 0;
}
#emphaseEmail span {
	font-size:10px;
}


/* -------- PANIER CONTACT -------- */
.panier_contact {
margin-left:80px;
margin-top:12px;
padding-bottom:10px;
width:530px;
height:30px;
border-bottom:1px solid #ececec;
}
.panier_contact span {
color:#326bab;
font-weight:bold;
}
.panier_contact img {
vertical-align:middle;
margin-right:6px;
}
.panier_contact .suppr {
	float:right;
	margin:7px 0 0 0;
}
.spacertop3 {margin-top:15px;}
.spacerbottom {margin-bottom:50px;}


/* -------- OFFRES EMPLOI -------- */
#contenu_emploi img {
float:left;
margin-right:7px;
}
#table_annonces{margin-top:30px;}
#table_annonces td, th{vertical-align:middle;}
.titre_annonce{
font-weight:bold;
color:#326bab;
padding-left:10px;
}
.titre_annonce a:hover{text-decoration:underline;}


/* -------- FICHE OFFRE EMPLOI -------- */
.list_emploi {
	margin-bottom:15px;
	list-style:disc;
	margin-left:30px;
}
#formulaire_emploi {
	margin-top:50px;
	width:620px;
	padding-top:30px;
	border-top:1px solid #ececec;
}
#form_contact #bouton_emploi {
	width:115px;
	height:40px;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
	text-shadow: 0 -1px 0 #000;
	font-size: 14px;
	font-family: kimobold, verdana, sans-serif;
	background-color: #e1001a;
	background-image: -moz-linear-gradient(top, #e1001a, #9f1019); /* FF3.6 */
	background-image: -ms-linear-gradient(top, #e1001a, #9f1019); /* IE10 */
	background-image: -o-linear-gradient(top, #e1001a, #9f1019); /* Opera 11.10+ */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e1001a), to(#9f1019)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #e1001a, #9f1019); /* Chrome 10+, Saf5.1+ */
	background-image: linear-gradient(top, #e1001a, #9f1019);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e1001a', EndColorStr='#9f1019'); /* IE6â€“IE9 */
}
#form_contact #bouton_emploi:hover {
	background-color: #9f1019;
	background-image: -moz-linear-gradient(top, #9f1019, #e1001a); /* FF3.6 */
	background-image: -ms-linear-gradient(top, #9f1019, #e1001a); /* IE10 */
	background-image: -o-linear-gradient(top, #9f1019, #e1001a); /* Opera 11.10+ */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#9f1019), to(#e1001a)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #9f1019, #e1001a); /* Chrome 10+, Saf5.1+ */
	background-image: linear-gradient(top, #9f1019, #e1001a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#9f1019', EndColorStr='#e1001a'); /* IE6â€“IE9 */
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
#form_contact #cv {
	background:#fff;
	width:260px;
}
#form_contact #cv:hover {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}


/* -------- DOCS ------- */
.bloc_doc {
	width:300px;
	height:150px;
	float:left;
	padding-right:10px;
	margin-bottom:40px;
}
txt_doc {
	float:left;
	width:200px;
}
.bloc_doc img {
	margin-right:10px;
}
.txt_doc p {
	margin-top:17px;
}


/* -------- SIDEBAR -------- */
.sideblock h1 {
	font-family:kimobold, Verdana, Sans-serif;
	font-size:20px;
	color:#326bab;
}
.sideblock h3 {
	color:#515151;
	margin-top:6px;
	font-size:14px;
	font-weight:normal;
}
.sideblock {
	padding: 15px 12px 15px 15px;
	margin:0 0 20px 0;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 50%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#ffffff), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 50%,#f6f6f6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 0px 0px 0px 1px #e4e4e4;
	box-shadow: inset 0px 0px 0px 1px #e4e4e4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.sideblock a {
	font-size:12px;
	text-shadow: 0px 1px 0px #ffffff;
}
.sideblock a:hover {
	text-decoration:underline;
}
.sideblock:hover {
	-webkit-box-shadow: 0px 0px 10px #90adc6;
	-moz-box-shadow: 0px 0px 10px #90adc6;
	box-shadow: 0px 0px 10px #90adc6; 
}

.sidebar_produit .sideblock {
	float: left;
	margin-right: 20px;
	width: 272px;
}

/* secteurs activitÃ©s */
#secteur {
	height:100px;
}
#secteur-activite {
	width:180px;
	margin:30px 0 0 0;
}
#secteur img {
	float:right;
	margin-top:-60px;
}

/* store */
#store {
	height: 40px;
}
#store p {
	font-size: 14px;	
	margin: 5px 0 6px;
}
#store .store-titre {
	font-size: 18px;
	font-family: kimobold, verdana, sans-serif;
}
#store img {
	float: left;
	margin: -10px 10px 0 -7px;
}

#banniere-kimostore-small {
	padding: 0;
}

/* natio */
#natio {
	height:215px;
}
#natio div {
	font-size:14px;
	color:#717171;
	text-shadow: 0px 1px 0px #ffffff;
}
#natio .big {
	font-size:16px;
	font-weight:bold;
	margin:6px 0 20px 0;
}
#natio .spacertop {
	margin-top:40px;
}
#natio img {
	float:right;
	margin-top:-140px;
}
#natio .sideblock-puce {
	margin:0 0 0 10px;
	float:none;
	vertical-align:middle;
}

/* export */
#export {
	height:215px;
}
#export div {
	font-size:14px;
	color:#717171;
	text-shadow: 0px 1px 0px #ffffff;
	margin-bottom:10px;
}
#export .big {
	font-size:16px;
	font-weight:bold;
}
#export img {
	margin:5px 0 5px 0;
}

/* distri */
#distri {
	height:215px;
}
#distri div {
	font-size:14px;
	color:#717171;
	text-shadow: 0px 1px 0px #ffffff;
}
#distri .big {
	font-size:14px;
	font-weight:bold;
	margin:6px 0 20px 0;
}
#distri .spacertop {
	margin-top:20px;
}
#distri img {
	float:right;
	margin-top:-180px;
}

/* Portail distri */
#portail_distri {
	height:70px;
}
#portail_distri .portail_txt {
	float:left;
	margin:20px 0 0 25px;
}
#portail_distri .sideblock-puce {
	margin:0 0 0 10px;
	float:none;
	vertical-align:middle;
}
#portail_distri img {
	float:right;
	margin-top:-40px;
}

/* Portail extranet */
#extranet {
	height:100px;
}
#extranet div {
	margin-top:18px;
}
#extranet img {
	margin:0 10px 0 0;
	float:none;
	vertical-align:middle;
}
#extranet .sideblock-puce {
	margin:0 0 0 10px;
	float:none;
	vertical-align:middle;
}

/* UE */
#ue {
	height:85px;
	font-size:9px;
}
#ue img {
	float:left;
	margin:0 15px 5px 0;
}

/* Flags export */
#flags-export {
	height:230px;
}
#flags-export h3 {
	margin-bottom:5px;
}
#flags-export img {
	vertical-align:middle;
	margin-right:10px;
}
.scroll-pane {
	width:270px;
	height:172px;
}
#flags-export ul {
	list-style:none;
	margin:0 0 0 5px;
}
#flags-export ul li {
	height:42px;
	border-bottom:1px solid #cfd1d2;
	border-top:1px solid #fff;
}
#flags-export ul li:first-child {
	border-top:none;
}
#flags-export ul li:last-child {
	border-bottom:none;
}
#flags-export ul li a {
	display:block;
	padding:5px;
}
#flags-export ul li a:hover {
	text-decoration:none;
	background-color:#fff;
}
#flags-export .prev, .next {
	float:right;
}

/* Cofrac */
#cofrac {
	height:110px;
}
#cofrac-txt {
	float:left;
	margin:40px 0 0 0;
}
#cofrac .sideblock-puce {
	margin:0 0 0 5px;
	float:none;
	vertical-align:middle;
}
#cofrac img {
	float:right;
	margin-top:-30px;
}

/* Recrut */
#recrut {
	height:auto;
}
#recrut img {
	float:right;
	margin-top:-35px;
}
#recrut ul {
	list-style:disc outside;
	margin:25px 0 20px 15px;
	line-height:200%;
}
#recrut li a {
	color:#515151;
}
#recrut .sideblock-puce {
	margin:0 0 0 10px;
	float:none;
	vertical-align:middle;
}


/* -------- FOOTER -------- */
#footer {
	width:100%;
	height:180px;
	margin-top:40px;
	background-color:#ececec;
}
#footer-wrap {
	padding-top:30px;
	text-shadow: 0px 1px 0px #ffffff;
}
.spacertop2 {
	margin-top:10px;
}
#footer-wrap .col1 {
	width:165px;
	margin-right:60px;
}
#footer-wrap .col2 {
	width:160px;
	margin-right:50px;
}
#footer-wrap ul {
	width:150px;
	margin-top:-10px;
}
#footer-wrap li {
	display:block;
	line-height:35px;
	border-bottom:1px solid #cfd1d2;
	border-top:1px solid #fff;
}
#footer-wrap li:last-child {
	border-bottom:none;
}
#footer-wrap li:first-child {
	border-top:none;
}
#footer-wrap li a {
	display:block;
	color:#515151;
}
#footer-wrap li a:hover {
	color:#326bab;
	text-decoration:none;
}

/* mentions */
#mentions {
	width:600px;
	height:320px;
	background-color:#ececec;
	padding:20px;
}
.bloc_mentions {
	margin-top:30px;
	line-height:120%;
}
.bloc_mentions h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#515151;
	font-weight:bold;
	margin-bottom:15px;
}

/* Enquete */
#enquete-client {
	height:175px;
}
#enquete-client div {
	font-size:14px;
	color:#717171;
	text-shadow: 0px 1px 0px #ffffff;
}
#enquete-client .txt {
	width:150px;
	line-height:120%;
}
#enquete-client .spacertop {
	margin-top:30px;
}
#enquete-client img {
	float:right;
	margin-top:-80px;
}
#enquete-client .sideblock-puce {
	margin:0 0 0 10px;
	float:none;
	vertical-align:middle;
}


/* -------- BOUTONS SANS/AVEC ICONE -------- */
.bouton, .bouton_icone  {
	display:inline-block;
	color:#2c2c2c;
	padding:0;
	text-shadow: 0px 1px 0px #f4f4f4;
}
a.bouton:hover, a.bouton_icone:hover {
	color:#fff;
	text-decoration:none;
	text-shadow: 0px -1px 0px #656161;
}
.bouton span, .bouton_icone span {
	display:block;
	padding-right:10px; 
	height:27px;
	background:url(images/bouton-sprite.png) no-repeat 100% -84px;
}
.bouton span span, .bouton_icone span span {
	padding-right: 0;
	padding-left: 10px;
	line-height: 25px;
	background:url(images/bouton-sprite.png) no-repeat 0 0;
}
.bouton:hover span, .bouton_icone:hover span {
	background-position:100% -112px;
}
.bouton:hover span span, .bouton_icone:hover span span {
	background-position:0 -28px;
}
.bouton_icone span span {
	padding-left: 6px;
}
.bouton_icone span span span {
	padding-left: 30px;
	background-repeat: no-repeat;
}
.spacer-bouton {
	margin-top:17px;
}

/* boutons icones */
.bouton_icone span.contact, .bouton_icone:hover span.contact {
	background:url(images/message24.png) no-repeat 0 0;
}
.bouton_icone span.download, .bouton_icone:hover span.download {
	background:url(images/download24.png) no-repeat 0 0;
}
.bouton_icone span.arrow_secteur, .bouton_icone span.arrow_secteur:hover {
	background:url(images/arrow_secteur.png) no-repeat 5px 7px;
}
.bouton_icone span.puce_focus, .bouton_icone span.puce_focus:hover {
	background:url(images/focus24.png) no-repeat 0 0;
}


/* -------- ICONE PANIER -------- */
/* bouton panier */
.icone_panier {
	float:right;
}

/* -------- ICONE FT -------- */
.icone_ft {
	float:right;
}

/* -------- TOOLTIP -------- */
.tooltip {
	display:none;
	height:50px;
	width:272px;
	text-align:center;
	padding-top:17px;
	color:#fff;
	background:transparent url(images/tooltip-h.png) no-repeat;
}

/* -------- BLOC PANIER -------- */
#bloc_panier {
	display:none;
	position:fixed;
	margin-left:650px;
	width:290px;
	height:26px;
	background: url(images/bg_panier.png) repeat-x;
	bottom:0;
	color:#fff;
	font-weight:bold;
	padding:6px 0 0 10px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px; 
	-webkit-box-shadow: 0px 0px 8px #525252;
	-moz-box-shadow: 0px 0px 8px #525252;
	box-shadow: 0px 0px 8px #525252; 
	z-index:99999;
}

#bloc_panier img {
	vertical-align:middle;
	margin-right:10px;
}

.articles_panier {
	font-weight:normal;
	margin-left:100px;
}

#bloc_panier a {
	color:#fff;
}

.msg_panier0, .msg_panier1 {
	display:none;
	width:280px;
	height:40px;
	padding-top:10px;
	color:#fff;
	font-size:14px;
	background-color:#666666;
	position:fixed;
	top:450px;
	margin-left:300px;
	vertical-align: middle;
	text-align: center;
	border:3px solid #fff;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-webkit-box-shadow: 0px 0px 8px #525252;
	-moz-box-shadow: 0px 0px 8px #525252;
	box-shadow: 0px 0px 8px #525252; 
	z-index:99999;
}

.msg_panier0 img, .msg_panier1 img {
	vertical-align: middle;
	margin-right:10px;
}


/* -------- MSG POPUP -------- */
#message_contact {
	width:600px;
	height:auto;
	padding:20px;
	background-color:#ececec;
	line-height:130%;
	font-size:14px;
	font-weight: bold;
	text-shadow: 0px 1px 0px #fff;
}
#message_contact img {
	float:left;
	vertical-align:text-bottom;
	margin:-5px 15px 0 15px; 
}
#message_contact .popup_txt {
	float:left;
	margin:8px 0 0 10px;
}
#message_contact ul {
	list-style:disc inside;
}
#message_contact li {
	margin-left:20px;
}
.msg_contact {
	position:fixed;
	z-index:99999;
	top:450px;
	margin-left:150px;
	border:5px solid #fff;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-webkit-box-shadow: 0px 0px 8px #525252;
	-moz-box-shadow: 0px 0px 8px #525252;
	box-shadow: 0px 0px 8px #525252; 
}
#closeMsgJob {
	margin-top:15px;
	border:none;
	height:30px;
	color:#3c3c3c;
	background-color:#d1d1d1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	text-shadow:0 1px 0 #fff;
}


/* bloc attestations gaz */
.img-attestations {
	width:580px;
	height:212px;
	background:url(images/attestations.jpg) no-repeat;
}
.txt-attestations {
	margin:0 0 0 190px;
	padding-top:65px;
}
.type-attes {
	width:90px;
	margin:25px 0 0 35px;
	font-size:16px;
	font-weight:bold;
	text-shadow: 0px 1px 0px #fff;
}
.solide a {
	color:#e1061d;
}
.gaz a {
	color:#edaf04;
}
.liquide a {
	color:#5e9ec9;
}
.type-attes a:hover {
	text-decoration:underline;
}

/* Enquete satisfaction */
#contenu_enquete {
	width:940px;
}
.partie_enquete {
	float:left;
	width:940px;
}
.titre_enquete {
	font-family:kimobold, Verdana, Sans-serif;
	font-size:20px;
	color:#d4031a;
	margin:50px 0 20px 0;
	border-top:1px solid #ececec;
	padding-top:20px;
}
.enquete_checkbox {
	float:left;
	width:280px;
	margin:10px 0 10px 25px;
}
.enquete_checkbox input {
	margin-right:5px;
}
#contenu_enquete tr {
	height:38px;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
#contenu_enquete tr:hover {
	background-color:#d4f2ff;
}
th.text_enquete {
	text-align:left;
	padding-left:30px;
}
#contenu_enquete td {
	width:100px;
	text-align:center;
	vertical-align:middle;
}
tr.fond_tr {
	background-color:#F5F5F5;
}
#contenu_enquete select {
	background-color: #F7F7F7;
    border: 1px solid #EEEEEE;
    border-radius: 5px 5px 5px 5px;
    padding: 2px;
	width:70px;
	margin-left:20px;
}
.note_enquete {
	margin:30px 0 30px 30px;
}
.note_global {
	color:#d4031a;
	font-family:kimobold, Verdana, Sans-serif;
	font-size:20px;
	margin:50px 0 20px 0;
	border-top:1px solid #ececec;
	padding-top:20px;
	width:940px;
}
#message_enquete {
	width:940px;
	height:150px;
}
#enquete_satisfaction input[type="text"] {
	float: left;
    height: 25px;
    margin: 5px 0 10px 0;
    width: 700px;
}
#enquete_satisfaction label.label_txt {
	float: left;
    margin-left: 27px;
    padding: 13px 0 0;
    width: 150px;
}
.enquete_submit {
	float:left;
	margin:40px 0 40px 300px;
}
#enquete_nav {
	float:left;
	width:940px;
	margin:50px 0;
}
#enquete_nav .next {
	float:right;
}
#enquete_nav .next img {
	vertical-align:middle;
	margin:0 0 0 10px;
}
#enquete_nav .prev {
	float:left;
}
#enquete_nav .prev img {
	vertical-align:middle;
	margin:0 10px 0 0;
}
#enquete_nav a span {
	text-decoration:underline;
}
#enquete_satisfaction #bouton {
	width:246px;
	height:40px;
	border:none;
	background:url(images/bouton-send-enquete.png) 0 0;
}
#enquete_satisfaction #bouton:hover {
	background:url(images/bouton-send-enquete.png) 0 -41px;
}
#enquete_satisfaction #bouton:active {
	top:2px;
	position:relative;
	background:url(images/bouton-send-enquete.png) 0 -82px;
}
#loading { 
	position:absolute;
	top:200px; 
	left:436px;
	height:0;  
    visibility: hidden; 
} 

/* Barre enquete */
@-webkit-keyframes animate-stripes {
	from {
	background-position: 0 0;
	}
	
	to {
	background-position: 44px 0;
	}
}
.ui-progress-bar {
	position: relative;
	height: 35px;
	padding-right: 2px;
	background-color: #abb2bc;
	border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #b6bcc6), color-stop(1, #9da5b0));
	background: -moz-linear-gradient(#9da5b0 0%, #b6bcc6 100%);
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5), 0px 1px 0px 0px #FFF;
	-moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5), 0px 1px 0px 0px #FFF;
	box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.5), 0px 1px 0px 0px #FFF;
}
.ui-progress {
	position: relative;
	display: block;
	overflow: hidden;
	height: 33px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	border-radius: 35px;
	-webkit-background-size: 44px 44px; /* Webkit */
	background-color: #10b2f2;
	background: -webkit-gradient(linear, 0 0, 44 44,
	color-stop(0.00, rgba(255,255,255,0.17)),
	color-stop(0.25, rgba(255,255,255,0.17)),
	color-stop(0.26, rgba(255,255,255,0)),
	color-stop(0.50, rgba(255,255,255,0)),
	color-stop(0.51, rgba(255,255,255,0.17)),
	color-stop(0.75, rgba(255,255,255,0.17)),
	color-stop(0.76, rgba(255,255,255,0)),
	color-stop(1.00, rgba(255,255,255,0))
	), -webkit-gradient(linear, left bottom, left top, color-stop(0, #0d95dd), color-stop(1, #10b2f2));
	background: -moz-repeating-linear-gradient(top left -30deg, 
	rgba(255,255,255,0.17), 
	rgba(255,255,255,0.17) 15px, 
	rgba(255,255,255,0) 15px, 
	rgba(255,255,255,0) 30px
	), -moz-linear-gradient(#10b2f2 0%, #0d95dd 100%);
	-webkit-box-shadow: inset 0px 1px 0px 0px #b2e9ff, inset 0px -1px 1px #11aae8;
	-moz-box-shadow: inset 0px 1px 0px 0px #b2e9ff, inset 0px -1px 1px #11aae8;
	box-shadow: inset 0px 1px 0px 0px #b2e9ff, inset 0px -1px 1px #11aae8;
	border: 1px solid #1573a4;
	-webkit-animation: animate-stripes 2s linear infinite;
}
.ui-progress span.ui-label {
	font-size: 1.2em;
	position: absolute;
	right: 0;
	line-height: 33px;
	padding-right: 12px;
	color: #fff;
	text-shadow: rgba(0,0,0, 0.3) 0 -1px 0px;
	white-space: nowrap;
}

/* --------- Espace Presse --------- */
.dateCommunique {
	float:left;
	width:60px;
	height:75px;
	margin:0 20px 0px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #7d93a8;
	background: -webkit-gradient(linear, left top, left bottom, from(#98aabc), to(#7d93a8)); /* Saf4+, Chrome */
  	background: -webkit-linear-gradient(top, #98aabc, #7d93a8); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background:    -moz-linear-gradient(top, #98aabc, #7d93a8); /* FF3.6 */
  	background:     -ms-linear-gradient(top, #98aabc, #7d93a8); /* IE10 */
  	background:      -o-linear-gradient(top, #98aabc, #7d93a8); /* Opera 11.10+ */
  	background:         linear-gradient(top, #98aabc, #7d93a8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#98aabc', EndColorStr='#7d93a8'); /* IE6â€“IE9 */
    color:#ffffff;
    text-shadow:rgba(0,0,0, 0.3) 0 -1px 0px;
    font-family: kimobold,Verdana,Sans-serif;
    font-size:20px;
    text-align:center;
}
.dateMois {
	height:17px;
	padding-top:8px;
	font-size:14px;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	background: #597490;
	background: -webkit-gradient(linear, left top, left bottom, from(#33495f), to(#597490)); /* Saf4+, Chrome */
  	background: -webkit-linear-gradient(top, #33495f, #597490); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background:    -moz-linear-gradient(top, #33495f, #597490); /* FF3.6 */
  	background:     -ms-linear-gradient(top, #33495f, #597490); /* IE10 */
  	background:      -o-linear-gradient(top, #33495f, #597490); /* Opera 11.10+ */
  	background:         linear-gradient(top, #33495f, #597490);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#33495f', EndColorStr='#597490'); /* IE6â€“IE9 */
    border-bottom:1px solid rgba(255,255,255, 0.7);
}
.dateJour, .dateAnnee {
	height:15px;
	margin-top:8px;
}
.dateAnnee {
	font-size:14px;
}
.preview_presse {
	padding-top:20px;
	height:140px;
	border-bottom:1px solid #ececec;
}
.preview_presse a:hover {
	text-decoration:underline;
}
.imgpresse {
	margin-bottom:30px;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0, 0.4); /* Saf3.0+, Chrome */
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0, 0.4); /* FF3.5 - 3.6 */
    box-shadow: 0px 0px 5px rgba(0,0,0, 0.4); /* Opera 10.5, IE9, FF4+, Chrome 10+ */
}
.preview_prod_texte {
	overflow: hidden;
}
.titre_presse {
    height: 30px;
    margin-bottom: 65px;
    margin-top: 35px;
}

/* ------- PAGINATION ------- */
.page_navigation , .alt_page_navigation {
    margin-top:20px;
}
.page_navigation a, .alt_page_navigation a {
    padding:5px;
    margin:2px;
    color:white;
    text-decoration:none;
    float: left;
    font-size: 12px;
    background-color:#c3c3c3;
    -moz-border-radius: 2px;
    -webkit-border-radius:2px;
	border-radius: 2px;
	-moz-transition: background 0.3s ease-in-out;  /* FF4+ */
    -o-transition: background 0.3s ease-in-out;  /* Opera 10.5+ */
	-webkit-transition: background 0.3s ease-in-out;  /* Saf3.2+, Chrome */
    transition: background 0.3s ease-in-out;
}
.page_navigation a:hover, .alt_page_navigation a:hover {
	background-color:#D4031A;
}
.active_page {
    background-color:white !important;
    color:#D4031A !important;
}

/* news emailing */
.img-emailing {
	margin: -33px 0 30px;
}
.produits-emailing {
	float: left;
	width: 650px;
}
#formulaire_emailing {
	float: left;
	margin-top: 15px;
	width: 290px;
}
#formulaire_emailing textarea {
	width: 290px;
	height: 120px;
	margin-top: 10px;
}
#formulaire_emailing .form_msg {
	width: 290px;
	float: none;
	margin-top: 0;
}
#formulaire_emailing input {
	width: 290px;
	height: 25px;
	margin: 10px 0 0 0;
}
#formulaire_emailing .form_col_left {
	float: none;
	width: 290px;
	border-right: none;
}
#formulaire_emailing .form_submit {
	float: none;
	margin: 20px 0 0 0;
}
.emailing-archive {
	float: left;
	margin-top: 50px;
}
.emailing-archive h1 {
	color: #D4031A;
    font-family: kimobold,Verdana,Sans-serif;
    font-size: 20px;
    position: relative;
}
.emailing-archive li {
	float: left;
	margin: 20px 25px 20px 0;
	width: 210px;
}
.emailing-archive li img {
	margin-bottom: 5px;
}

/* Animation voeux 2013 */
@keyframes snow {
0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}
 
@-moz-keyframes snow {
0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}
 
@-webkit-keyframes snow {
0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}
 
@-ms-keyframes snow {
0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}

.neige {
	position: absolute; 
	margin: 0; 
	top: 0; 
	left: 0; 
	z-index: 0; 
	width: 100%; 
	height: 500px;
    background-image: url('images/special/snow1.png'), url('images/special/snow2.png'), url('images/special/snow3.png');
    -webkit-animation: snow 20s linear infinite;
    -moz-animation: snow 20s linear infinite;
    -ms-animation: snow 20s linear infinite;
    animation: snow 20s linear infinite;
}
.vjs-current-time-display  { line-height: inherit; }
 .vjs-duration-display { line-height: inherit; }
.vjs-time-divider div { padding-top: 1.15em; }