/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body {
	margin: 0;
	font-size:62.5%;
	line-height: 1.4em;
	font-family:'Arial', sans-serif;
}
.ie9 body {
	font-size:60%;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #37b4ec; color: #fff; text-shadow: none; }
::selection { background: #37b4ec; color: #fff; text-shadow: none; }

.lt-ie8 blockquote {
  /* creates <i class="ie-before"></i> */
  zoom: expression( this.runtimeStyle.zoom="1", this.insertBefore( document.createElement("i"), this.firstChild ).className="ie-before" );
}

/* ==|== ::after polyfill =================================================== */
.lt-ie8 blockquote {
  /* creates <i class="ie-after"></i> */
  zoom: expression( this.runtimeStyle.zoom="1", this.appendChild( document.createElement("<span>") ).className="ie-after" );
}
/* =============================================================================
   Links
   ========================================================================== */

a { color: #37b4ec; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
.no-mark mark { background: none; padding: 0; color: #666666; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { display: inline-block;font-size:50%;vertical-align: top; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
li sup,
.pdt_detail p sup,
.pdt_detail td sup,
h3 sup {font-size:0.7em;}
h3 sup {
  line-height:7px;
}
p { margin:11px 0; }
/* =============================================================================
   Lists
   ========================================================================== */

ul { margin: 0; padding: 0; }
dd { margin: 0; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

.node-webform .form_footer input#edit-submit { display: none;}


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
/* =============================================================================
   Structure
   ========================================================================== */
/*********** HEAD *********/
#top-header {
	background:#9b9ea1;
	height:25px;
	line-height:25px;
	position: relative;
    z-index: 998;
    width:100%;
}
#top-header .top_content{
	float:right;
	height:25px;
}
#top-header .top_content ul > li{
	background:url(../images/css/sep_header.png) no-repeat left center;
	float:left;
	list-style-type:none;
	padding:0 10px;
	line-height:25px;
	z-index:1;
}
#top-header .top_content ul > li:first-child{
  background:none;
}
#top-header .top_content li a:focus{
	outline:none;
}
#top-header .top_content ul > li.last{
	padding-right:3px;
}
#top-header .top_content .region > ul > li.last li{
	float:none;
	background:none;
	padding:0;
	line-height:normal;
}
#top-header .top_content .region > ul > li.last li:hover{
    background:#0072b9;
}
#top-header .top_content ul.switcher > li{
	float:left;
    list-style-type:none;
}
#top-header .top_content ul > li a{
	color:#fff;
	text-decoration:none;
	line-height:25px;
	display:block;
}
.lt-ie8 #top-header .top_content ul > li a.context-block-region{
	display:none;
}
#top-header .top_content .list div a{
	background:url(../images/css/fl_select.png) no-repeat right center;
	padding-right:17px;
}
.contextual-links-region {
    position:static;
}
#top-header .top_content li.list,
#top-header .top_content li.map{
    position:relative;
}
#top-header .top_content li.list.hover,
#top-header .top_content li.map.hover {
	background:#2962bf;
	margin-right:-1px;
	margin-left:-1px;
	z-index:3;
	padding:0 11px;
}
#top-header .top_content li.list ul.list,
#top-header .top_content li.list #div-specific-link {
	display:none;
	background:#2962bf url(../images/css/bg_list.png) repeat-x left bottom;
    padding:15px 20px;
    position:absolute;
    left:0;
    top:25px;
    z-index:5;
}
#top-header .top_content li.list.hover ul.list,
#top-header .top_content li.list.hover #div-specific-link{
	display:block;

}
#top-header .top_content li.map #wwmap {
    visibility: hidden;
    width:954px;
    background: #0068c1 url(../images/css/bg_map.png) repeat-x 0 bottom;
    position:absolute;
    left:3px;
    top:25px;
    z-index:99999;
    padding:25px 0 30px;
}
#wwmap-popin {
    width:954px;
    background: #0068c1 url(../images/css/bg_map.png) repeat-x 0 bottom;
    position:absolute;
    z-index:99999;
}
#wwmap-popin p {
    color:white;
    font-size:2em;
    margin-bottom:3em;
}
#wwmap-popin-advertisement {
    margin-bottom:1em;
    float:left;
    width:954px;
    text-align:center;
    height:17em;
}
#wwmap-popin-content {
    float:left;
    width:954px;
}
#top-header .top_content li.map.hover #wwmap {
    visibility:visible;
    /* rév 788*/
    display:block;
}
#top-header .top_content li.list ul.list li{
	list-style-type:none;
	background:url(../images/css/fl_list.png) no-repeat left center;
	padding:0 0 0 18px;
	float:none;
}
#top-header .top_content li.list ul.list li a{
	text-decoration:none;
	font-size:1.2em;
	white-space:nowrap;
	background:none;
	padding:0;
}
#top-header .top_content li.list ul.list li a:hover{
	text-decoration:underline;
}
#top-header .top_content #block-locale-language li {
	text-transform:uppercase;
	background:url(../images/css/sep_lg.png) no-repeat right center;
	padding:0 7px 0 0;
	margin-right:5px;
	color:#fff;
}
#top-header .top_content #block-locale-language li .locale-untranslated {
	text-decoration:none;
	color:#666;
}
#top-header .top_content #block-locale-language li.last {
    background:none;
    margin:0;
    padding:0;
}
#top-header .top_content #block-locale-language li.active {
	text-decoration:underline;
}
#top-header .top_content .region-top-content > .block {
	background: url("../images/css/sep_header.png") no-repeat 0 center;
    float: left;
    line-height: 25px;
    list-style-type: none;
    padding: 0 10px;
    z-index: 1;
}
#top-header .top_content #block-contact a {
	display:block;
	background:url(../images/css/btn_contact.png) no-repeat left center;
	height: 11px;
    padding-top: 12px;
    width: 13px;
    /* rév 788 */
    padding-left:0;
}
#block-contact img {
	vertical-align:text-top;
	display:inline-block;
}
#search-block-form .form-item,
#search-block-form .form-actions,
#block-search-form-2 .form-item,
#block-search-form-2 .form-actions,
#list_filter .form-item,
#list_filter .form-actions {
	margin:0;
	float:left;
}
#search-block-form input[type=text],
#block-search-form-2 input[type=text]{
	background:#f5f5f6;
	border:1px solid #d5d5d5;
	color:#a3a3a3;
	font-size:1.1em;
	font-family:'Arial';
	height:16px;
	line-height:16px;
	padding-left:5px;
	width:230px;
}
#search-block-form input[type=submit],
#block-search-form-2 input[type=submit],
#list_filter input[type=submit]{
	border:0;
	background:url(../images/css/btn_search.png) no-repeat right center;
	width:16px;
	height:16px;
	margin-left:-20px;
	padding:0;
	color:transparent;
	font-size:0;
	text-indent:-1000px;
	font-size:0;
	line-height:0;
	position:relative;
	display:block;
	top:4px;
}
#search-block-form .form-actions,
#block-search-form-2 .form-actions,
#list_filter .form-actions {
	line-height:17px;
}
a#button-worldwide-link{
	background:url(../images/css/btn_map.png) no-repeat 0 center;
	padding-left:25px;
}
#top-header .container_12 {
	position:relative;
}
#wwmap .view-global-presence, #wwmap-popin .view-global-presence {
	/*background:url(../images/css/map.png) no-repeat 0 center;*/
	width:247px;
	float:left;
	min-height:95px;
	text-align:center;
	padding-top:10px;
}
#wwmap .view-content .item-list, #wwmap-popin .view-content .item-list {
	float:left;
	background:url(../images/css/sep_map.png) repeat-y scroll 0 0;
	padding:0 0 0 26px;
	min-height:157px;
    margin-bottom: 10px;
}
#wwmap .view-content .item-list-normal, #wwmap-popin .view-content .item-list-normal {
        float:left;
	background:url(../images/css/sep_map.png) repeat-y scroll 0 0;
	padding:0 0 0 26px;
        margin-bottom: 10px;
}
#top-header .top_content .biobutton {
  color:#fff;
  line-height:29px;
  display:inline-block;
  *display:inline;
  *zoom:1;
  background:url(../images/css/bg_btn.png) no-repeat 0 -174px;
}
#wwmap .view-content .item-list ul, #wwmap-popin .view-content .item-list ul {
	float:left;
	min-width:30px;
	padding-right:30px;
	width:120px;
}
#wwmap .view-content .item-list-normal ul, #wwmap-popin .view-content .item-list-normal ul {
	float:left;
	min-width:30px;
	padding-right:30px;
	width:120px;
}
#wwmap .view-content .item-list li, #wwmap-popin .view-content .item-list li {
	list-style-type:none;
	background:url(../images/css/fl_list.png) no-repeat 0 10px;
	margin:0;
	padding:5px 0 5px 12px;
	white-space:nowrap;
	overflow:hidden;
	float:none;
}
#wwmap .view-content .item-list-normal li, #wwmap-popin .view-content .item-list-normal li {
	list-style-type:none;
	background:url(../images/css/fl_list.png) no-repeat 0 10px;
	margin:0;
	padding:5px 0 5px 12px;
	white-space:nowrap;
	overflow:hidden;
	float:none;
       /* width:120px;*/
}
#wwmap .view-content .item-list li a, #wwmap-popin .view-content .item-list li a {
        white-space:normal;
        line-height:normal;
}
#wwmap .view-content .item-list-normal li a, #wwmap-popin .view-content .item-list-normal li a {
        white-space:normal;
        line-height:normal;
}
#wwmap .view-content .item-list span.h3, #wwmap-popin .view-content .item-list span.h3 {
	font-size:10px;
	text-transform:uppercase;
	color:#94f501;
	display:block;
}
#wwmap .view-content .item-list-normal span.h3, #wwmap-popin .view-content .item-list-normal span.h3 {
	font-size:10px;
	text-transform:uppercase;
	color:#94f501;
	display:block;
}
#wwmap .view-content .item-list li a, #wwmap-popin .view-content .item-list li a {
	color:#fff;
	font-size:1.2em;
	text-decoration:none;
	background:none;
	padding:0;
}
#wwmap .view-content .item-list-normal li a, #wwmap-popin .view-content .item-list-normal li a {
	color:#fff;
	font-size:1.2em;
	text-decoration:none;
	background:none;
	padding:0;
}
#wwmap .view-content .item-list li a:hover, #wwmap-popin .view-content .item-list li a:hover {
	text-decoration:underline;
}
#wwmap .view-content .item-list-normal li a:hover, #wwmap-popin .view-content .item-list-normal li a:hover {
	text-decoration:underline;
}
#wwmap .view-view-country-website, #wwmap-popin .view-view-country-website {
        float: left;
        width: 705px;
}
#wwmap .view-content ul#second, #wwmap-popin .view-content ul#second {
        padding-left: 26px;
}
/*********** MAIN *********/
.field-name-field-article-intro sup {
  top:auto;
  display:inline;
  font-size:0.8em;
  vertical-align:super;
}
#page-wrapper {
  width:100%;
  overflow:hidden;
}
#page {
	background:url(../images/css/bg_page.png) repeat-x left 25px;
}
#page.small {
    background:url(../images/css/bg_page_small.png) repeat-x left 25px;
}
#main-wrapper {
	background-position:center top;
	background-repeat:no-repeat;
	overflow:visible;
	padding-bottom:35px;
	width:100%;
}
#main {
  margin-top:10px;
  background: url("../images/css/bg_content_indus.png") no-repeat scroll center top 178px transparent;
}
#header {
  background: url("../images/css/bg_header_indus_page.png") no-repeat center top;
  min-height: 178px;
  position:relative;
  z-index:12;
}
.lt-ie8 #header{
  margin-top:10px;
}
.front #header {
  background: url("../images/css/bg_header_indus.png") no-repeat center top;
}
#logo {
  display:block;
  width:200px;
  text-align:center;
  margin:10px auto 7px;
}
#name-and-slogan {
background:url(../images/css/bg_slogan.png) no-repeat right -108px;
  min-height: 54px;
  margin: -27px auto 0px;
  padding-right:58px;
  font-size:1.4em;
  text-transform:uppercase;
  color:#666;
  display:inline-block;
  *display:inline;
  *zoom:1;
  overflow:hidden;
  height: 0;
  line-height: 32px;
  vertical-align:top;
  letter-spacing:2px;
}
#name-and-slogan span{
  background:url(../images/css/bg_slogan.png) no-repeat 0 top;
  min-height:54px;
  padding-left:58px;
  display:inline-block;
  *display:inline;
  *zoom:1;
}
#name-and-slogan span span{
  background-position:0 -54px;
  background-repeat:repeat-x;
  padding-left:0;
  min-height:54px;
}
#name-and-slogan span span span{
  line-height:normal;
  background:none;
  padding:0 25px;
  min-height:0;
  margin-top:15px;
}
.baseline {
  background:#fff url("../images/css/bg_shadow_baseline.png") repeat-x 0 top;
  left: 0;
  position: relative;
  text-align: center;
  width: 100%;
  height:27px;
}
.front .baseline {
  background-color:transparent;
  position: absolute;
  margin-bottom: 24px;
  z-index:10;
}
.baseline span span span{
  margin-top: 10px;
}
/*********** MENU *********/
#main-menu {
  background:url(../images/css/bg_menu.png) no-repeat;
  height:37px;
  text-align:left;
  margin-top:5px;
  position:relative;
}
#main-menu a{
  text-decoration:none;
}
#main-menu-links {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  overflow: visible;
  width:100%;
}
#main-menu-links > li > a {
  color:#fff;
  text-transform:uppercase;
  line-height:36px;
  padding:0 30px 12px;
  font-size:1.2em;
}
#main-menu-links > li.last {
	background:none;
}
#main-menu-links > li.active {
  border-bottom:0;
  background: url("../images/css/bg_menu_on.png") repeat-x scroll center -185px transparent;
  border:0;
  height:37px;
  line-height:37px;
}
#main-menu-links > li:hover > a,
#main-menu-links > li.active > a {
	background:url(../images/css/fl_nav.png) no-repeat center bottom;
}
#main-menu-links > li.active > a {
	color:#fff;
	/* rév 765 */
	padding:0 30px 12px;
	line-height:34px;
}
#main-menu-links > li {
  height:37px;
  line-height:37px;
  *display:inline;
  *zoom:1;
  background:url(../images/css/sep_nav.png) no-repeat right top;
  white-space: nowrap;
  display: inline-block;
  float: left;
}
/*********** NAV *********/
#main-menu-links > li:hover .nav-layer{
	visibility: visible;
}
.nav-layer{
	position:absolute;
	width:948px;
	left:-4px;
	top:37px;
	z-index:10000;
    visibility: hidden;
}
.nav-layer .shad{
	background:url(../images/css/shad_navlayer.png) repeat-y;
	width:940px;
	padding:0 4px;
}
.nav-layer .shad_bot{
    background:url(../images/css/shad_navlayer_bot.png) no-repeat;
    width:948px;
    height:5px;
}
.nav-layer .border{
    background:#f0f0f0 url(../images/css/border_navlayer.png) repeat-x 0 bottom;
    border-top:1px solid #f0f0f0;
    border-bottom:1px solid #fff;
    width:938px;
    padding:0 1px;
}
.nav-layer .border .content{
    background:#fff url(../images/css/bg_navlayer.png) repeat-x 0 bottom;
    width:938px;
    overflow:hidden;
}
.nav-layer.type2 li{
    background:url(../images/css/sep_menu.png) no-repeat right 0;
    width:210px;
}
.nav-layer li{
  float:left;
  margin-left:20px;
  text-align:left;
  color:#003b7b;
  font-size:1em;
  line-height:normal;
}
.nav-layer .content ul ul {
    margin-top:15px;
}
.nav-layer.type2.taxo .content ul ul {
  float:left;
}
.nav-layer.type2.taxo .content li {
  width:auto;
  min-width:210px;
}
.nav-layer.type2.taxo .content li li {
  min-width:0;
  width:189px;
}
.nav-layer.type2.taxo .push {
  float:none;
  background:none;
  overflow:hidden;
  clear:left;
}
.nav-layer li a{
    display:block;
    max-width:190px;
    color:#003b7b;
    white-space:normal;
}
.nav-layer .content ul li li{
    float:none;
    background:url(../images/css/bullet_menu.png) no-repeat 0 6px;
    margin:0;
    width:auto;
    padding:0 20px 13px 15px;
}
.nav-layer.type2 li.last{
    background:none;
}
.nav-layer.type2 ul li li a{
  text-transform:none;
  color: #666;
  font-weight: normal;
  font-size:1.3em;
}
.nav-layer.type1 ul{
    width:740px;
    overflow:hidden;
    float:left;
    padding:0;
}
.nav-layer.type1 ul:first-child{
  padding-top:20px;
}
.nav-layer.type1 .border .content{
    padding-bottom:0;
}
.nav-layer.type2 .content{
    padding:20px 0;
}
.nav-layer.type3 ul{
    width:258px;
    margin:20px 0 20px 20px;
    background:url(../images/css/sep_menu.png) no-repeat 0 0;
    overflow:hidden;
    float:left;
}
#main-menu-links .nav-layer.type3 .content > ul > li{
    background:none;
    padding:0 20px 13px 15px;
    float:none;
    *line-height:1.4em;
}
.nav-layer.type3 .content > ul > li a{
  font-size:1.2em;
  text-transform:none;
  color: #666;
  font-weight: normal;
}
.nav-layer .push {
    padding:20px;
    background:url(../images/css/sep_menu.png) no-repeat 0 0;
    vertical-align:top;
    display:inline-block;
}
.nav-layer .push.no_border {
  background:none;
}
.nav-layer .push p{
    margin:0;
}
.nav-layer.type3 .push{
    padding-left:0;
    max-width:360px;
    float:right;
}
.nav-layer.type3 .push ul{
    width:auto;
    background:none;
    margin:0;
    padding:0;
}
.nav-layer.type1 li,
.nav-layer.type3 .push li{
    margin-bottom:20px;
    text-align:center;
}
.nav-layer.type1 li a,
.nav-layer.type3 .push li a {
    max-width:160px;
    font-size:1em;
}
.nav-layer a.biobutton {
    line-height:29px;
    font-size:1.2em;
    color:#fff;
}
.nav-layer.type1 li img,
.nav-layer.type3 .push li img{
    display:block;
    margin-bottom:12px;
}
.nav-layer.type1 .push .bloc_button{
    border:5px solid #e5e5e5;
    width:148px;
    position:relative;
}
#main-menu-links .nav-layer li a:hover{
	text-decoration:underline;
}
/*********** CAROUSEL *********/
.carousel {
    background:url(../images/css/bg_carousel.png) no-repeat center 0;
    height:320px;
    width:940px;
    padding:0 10px;
    position:relative;
    z-index:1;
}
.front #page {
	background:none;
}
.front #main-wrapper {
	position:relative;
}
#image_slider {
	position: absolute;
	z-index: -1;
	height:514px;
}

.lt-ie8  #image_slider {
	top:0;
	left:0;
	height:514px;
}


#image_slider img {
	position:absolute;
}
#image_slider img.active {
	opacity: 1;
}

/*********** FOOTER *********/
#footer-blocks {
	background:#0068c2 url(../images/css/bg_footer.png) repeat-x left bottom;
	border-bottom:1px solid #7f91b2;
	padding:10px 0 0px;
}
#footer{
	background:#173b7c;
	padding:18px 0;
	overflow:hidden;
}
#footer a {
	color:#7f91b2;
	font-size:1.1em;
	text-decoration:none;
	background:none;
	padding-left:0;
	height:auto;
}
#footer a:hover {
	color:#fff;
	text-decoration:underline;
}
#secondary-menu {
	text-align:left;
}
#secondary-menu li{
	padding:0 18px;
	text-transform:uppercase;
}
#secondary-menu li.first{
	padding-left:0;
}
#secondary-menu li.last{
    padding-right:0;
}
.footer-links ul {
	float:right;
	margin-top:15px;
}
.footer-links li,
.footer-links a{
	color:#7f91b2;
}
.footer-links .links li {
	background:url(../images/css/sep_footerlinks.png) no-repeat right center;
	padding:0 7px 0 0;
	margin-right:1px;
	*margin-right:5px;
}
.footer-links .links li.last {
	background:none;
	padding:0;
}
.footer-blocks{
	margin-bottom:40px;
	*margin-bottom:0;
}
.footer-blocks h2 {
	border-bottom:1px solid #517cc1;
	padding-bottom:10px;
	font-size:1.4em;
	font-weight:normal;
	color:#fff;
	text-transform:uppercase;
	margin:15px 0 25px;
}
.footer-blocks h2 a.see_all{
	background:url(../images/css/bullet_blue.png) no-repeat right center;
	padding-right:17px;
	text-transform:uppercase;
	color:white;
	font-size:0.7em;
	text-decoration:none;
	float:right;
	line-height:15px;
}
.footer-blocks h2 a.see_all:hover{
	text-decoration:underline;
}
.footer-blocks .bloc {
  float:left;
  margin-right:18px;
  display:block;
}
.footer-blocks .bloc.last {
	margin:0;
}
.footer-blocks .block-fb,
.footer-blocks .block-tw,
.footer-blocks .block-yt {
	max-width:102px;
	text-align:center;
}
.footer-blocks .block-yt {
	max-width:95px;
}
.footer-blocks .bloc a{
	font-size:1.1em;
	font-weight:normal;
	margin:0;
	text-decoration:none;
}
.footer-blocks .bloc a .h3{
    color:#fff;
}
.footer-blocks .bloc a:hover .h3{
	text-decoration:underline;
}
.footer-blocks .bloc span.nb{
    color:white;
}
.footer-blocks .bloc a:hover .nb{
	text-decoration:underline;
}
.footer-blocks span.ico {
	background:url(../images/pictos/fb.png) no-repeat center 0;
	display:block;
	margin:auto;
	width:34px;
	height:34px;
	margin-bottom:5px;
}
.footer-blocks a:hover span.ico {
	background-position:0 -34px;
}
.footer-blocks .block-tw span.ico {
	background:url(../images/pictos/tw.png) no-repeat center 0;
}
.footer-blocks .block-yt span.ico {
    background:url(../images/pictos/yt.png) no-repeat center 0;
}
.footer-blocks ul {
	float:left;
	margin-right:12px;
}
.footer-blocks ul.last {
	float:right;
	margin:0;
}
.footer-blocks li {
	list-style-type:none;
	white-space:nowrap;
}
.footer-blocks li h3 {
	padding:0 0 8px 8px;
	background:url(../images/css/bg_footer_site.png) no-repeat 0 bottom;
	font-size:1em;
	font-weight:normal;
}
.footer-blocks li h3 a{
	background:url(../images/css/fl_list.png) no-repeat 0 center;
	padding-left:17px;
	color:#fff;
	font-size:1.2em;
	text-decoration:none;
}
.footer-blocks li h3 a:hover{
	text-decoration:underline;
}
#footer-blocks .biobutton {
    background:url(../images/css/bg_btn.png) no-repeat 0 0;
    display:block;
    margin-bottom:5px;
    line-height:29px;
    font-size:1.2em;
    color:#fff;
}
#footer-blocks .biobutton span{
    background:url(../images/css/bg_btn.png) no-repeat right -58px;
}
#footer-blocks .biobutton span span{
    background:url(../images/css/bg_btn.png) repeat-x 0 -29px;
}
#footer-blocks .biobutton:hover {
    background-position:0 -87px;
}
#footer-blocks .biobutton:hover span{
    background-position:right -145px;
}
#footer-blocks .biobutton:hover span span{
    background-position:right -116px;
}
#footer-blocks #block-menu-menu-our-websites .content{
    font-size: 95%;
}

/*********** DISCOVER HOME *********/
#prefooter .discover-blocks a {
    vertical-align:middle;
    text-decoration:none;
    padding-left:71px !important;
    border-left: 4px solid #80BA28;
    color:#666;
    font-size:1.1em;
    display:block;
    height:35px;
    line-height:35px;
}
#prefooter .discover-blocks .bloc{
	margin-top:20px;
	padding:0;
	height:35px;
}
#prefooter .discover-blocks a span{
	line-height:normal;
	display:inline-block;
	vertical-align:middle;
}
#prefooter .discover-blocks a:hover span{
	text-decoration:underline;
}
.discover-blocks img {
	border-left:4px solid #80ba28;
	margin-right:7px;
}
#prefooter {
	background:url(../images/css/bg_discover.png) repeat-x 0 top;
}
.discover-blocks {
	height:65px;
	overflow:hidden;
}
#discover-menu-links {
	display:block;
	overflow:hidden;
}
#prefooter .more {
	height:35px;
	padding-top:20px;
	background:url(../images/css/bg_more.png) repeat-x 0 bottom;
	text-align:center;
	border-bottom:1px solid #fff;
}
#prefooter .more.mini {
    height:auto;
    padding-top:20px;
    width: 100%;
}
#prefooter .more a{
	font-size:1em;
	color:#333;
	text-decoration:none;
	text-transform:uppercase;
	outline:none;
}
#prefooter .more a span.ico{
	background:url(../images/css/fl_more.png) no-repeat center top;
	width:8px;
	height:6px;
	display:block;
	margin:auto;
	margin-bottom:6px;
}
#prefooter .more span.txt2{
	display:none;
}
/*********** BREADCRUMB *********/
#breadcrumb {
	background:url(../images/css/bg_more.png) repeat-x left bottom;
	height:33px;
	line-height:20px;
	position:relative;
}
#breadcrumb .breadcrumb {
	padding-bottom:0;
}
#breadcrumb .breadcrumb ul{
	float:left;
	/* rév 788*/
	max-width: 830px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.breadcrumb li{
	list-style-type:none;
	background:url(../images/css/sep_breadcrumb.png) no-repeat right center;
	color:#0b98d6;
	font-size:1.1em;
	/* rév 788 */
	display:inline;
	padding-right:12px;
	margin-right:7px;
}
.breadcrumb li.last{
  background:none;
  color: #333333;
}
.breadcrumb li a{
	color:#9b9ea1;
	text-decoration:none;
	background:none;
	height:auto;
	padding-left:0;
}
#share {
	float:right;
}
#share li {
	float:left;
	list-style-type:none;
	margin-left:4px;
}
/*********** SIDEBAR *********/
#sidebar-first {
	margin-top:25px;
}
#sidebar-first .content {
  margin-top: 0;
  border-bottom: 1px solid #ccc;
}
#sidebar-first a span.h2,
#right-sidebar .suggested span.h2{
	font-size:1.4em;
	text-transform:uppercase;
	color:#003b7b;
	border-bottom:5px solid #9b9ea1;
	padding-bottom:10px;
	display:block;
	text-decoration:none;
}
#sidebar-first a span.h2 {
  text-transform:none;
}
#sidebar-first a {
    text-decoration:none;
}
#sidebar-first li {
  color: #333333;
  font-size: 1em;
  line-height: 20px;
  list-style-type: none;
  margin: 0 0 5px;
  text-transform: none;
}
#sidebar-first ul.menu > li > ul > li{
	margin-left:9px;
	text-transform:none;
	margin-bottom:0;
	background:none;
	padding-left:12px;
}
#sidebar-first ul.menu > li > ul > li a{
    font-size:1.2em;
}
#sidebar-first ul.menu > li > ul > li > ul > li{
	margin-left:0px;
	text-transform:none;
	margin-bottom:0;
	background:url(../images/css/bullet_menu.png) no-repeat left 8px;
        padding-left:12px;
}
#sidebar-first ul.menu > li > ul > li > ul > li a{
    font-size:1.1em;
}
#sidebar-first li a{
	color:#003b7b;
	text-decoration:none;
	padding:5px 10px;
	line-height:normal;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
#sidebar-first li li a{
	color:#0b98d6;
	padding:0;
}
#sidebar-first li li li a{
	color:#888888;
	padding:0;
}
#sidebar-first li.active > a{
  font-weight: bold;
  background: url("../images/css/bullet_first_menu.png") no-repeat scroll 0 6px transparent;
  color: #000;
}
#sidebar-first li li.active a{
    padding:1px 3px;
}
#sidebar-first li li li.active a{
    padding:1px 3px;
}
#sidebar-first li.collapsed {
	list-style-image:none;
}
/*********** CONTENT *********/
#content {
	margin-top:25px;
}
#content .block-biomerieux-pressreleases,
#content .block-biomerieux-homeblock {
	overflow:hidden;
}
#content .bloc span.theme {
	font-size:1em;
	color:#fff;
	text-transform:uppercase;
	padding:5px 10px 5px 20px;
	float:left;
}
#content .block-biomerieux-homeblock .bloc_image span.theme {
    margin-top:12px;
}
#content .block-biomerieux-homeblock .bloc_image .bg a {
    height:98px;
    display:block;
    text-decoration:none;
}
#content .bloc.doc span.theme {
	background:#fff;
	color:#0b98d6;
}
#content .orange span.theme{
	background:#e6582a;
}
#content .green span.theme{
    background:#56a71e;
}
#content .hp.bloc_image h2{
	font-size:1.6em;
	font-weight:normal;
	min-height:100px;
	line-height:100px;
	margin:0;
}
#content .hp.bloc_image h2 a{
    padding:10px 10px 10px 20px;
    color:#fff;
    vertical-align:middle;
    line-height:80px;
    min-height:80px;
    display:inline-block;
    text-decoration:none;
}
#content .hp.bloc_image .bg {
	height:98px;
	background-repeat:no-repeat;
	background-position:center 0;
}
#content .hp.bloc_slide{
	background:#05b8f0 url(../images/css/hp_slide.png) repeat-x 0 bottom;
	height:336px;
	padding-top:12px;
}
#content .hp.bloc_slide .bg{
	height:25px;
}
#content .hp.bloc_slide #slider{
	clear:both;
	width:185px;
	height:201px;
}
#content .hp.bloc_slide #slider li{
	height:201px;
}
#content .hp.bloc_slide #slider li div{
	line-height:normal;
}
#content .bloc_slide li .date {
	font-size:1.1em;
	color:#173b7c;
	display:block;
	margin-bottom:15px;
}
#content .hp.bloc_slide #slider li a {
	color:#fff;
	font-size:2.2em;
	text-decoration:none;
}
#content .bloc_slide #slider li a:hover {
    text-decoration:underline;
}
#content .hp.bloc_image h2 span{
	vertical-align:middle;
	line-height:normal;
	display:inline-block;
	color:#fff;
	text-decoration:none;
	*display:inline;
	*zoom:1;
}
#content .hp.bloc_image .content {
    height:140px;
    margin:11px 0;
    overflow:hidden;
}
#content .hp.bloc_image p {
	color:#666;
	font-size:1.1em;
	margin-top:0;
}
#content .hp.bloc_image p a{
	color:#2962bf;
}
#content .hp.bloc_image h2:hover a,
#content .hp.bloc_image p:hover a {
	text-decoration:underline;
}
#content .hp.bloc_image.orange h2{
	background:#ee6023 url(../images/css/hp_img_orange.png) repeat-x 0 bottom;
}
#content .hp.bloc_image.orange .bg {
	background-color:#ee6023;
}
#content .hp.bloc_image.green h2{
    background:#55a414 url(../images/css/hp_img_green.png) repeat-x 0 bottom;
}
#content .hp.bloc_image.green .bg {
    background-color:#55a414;
}
#content .see_all{
	float:right;
	text-transform:uppercase;
	margin-right:5px;
	padding-right:15px;
	font-size:1em;
	text-decoration:none;
	background-repeat:no-repeat;
	background-position:right 1px;
}
#content .see_all:hover{
	text-decoration:underline;
}
#content .orange .see_all{
	background-image:url(../images/css/bullet_orange.png);
	color:#e85c2e;
}
#content .green .see_all{
    background-image:url(../images/css/bullet_green.png);
    color:#57a820;
}
#content .blue .see_all{
    background-image:url(../images/css/bullet_blue.png);
    color:#0b98d6;
}
#content .bloc_button {
	border:5px solid #e5e5e5;
	height:368px;
	position:relative;
	line-height:368px;
	text-align:center;
	background-repeat:no-repeat;
	background-position:center 0;
}
#content .bloc_button img{
	position:absolute;
	z-index:0;
	top:0;
	left:0;
}
#content .bloc_button .biobutton {
	position:relative;
	z-index:1;
	bottom:14px;
	vertical-align:bottom;
	line-height:29px;
    font-size:1.2em;
    color:#fff;
}
#content .bloc_button p {
	position:absolute;
	background:#e5e5e5;
	padding:20px 15px 60px;
	bottom:0;
	margin:0;
	font-size:16px;
	color:#8a8a8a;
	line-height:normal;
	text-align:left;
	display:none;
	left:0;
}
#content .bloc_button:hover p {
	display:block;
}
/*********** RTE *********/
.content .bloc-title{
    padding:15px 20px;
}
.content .bloc-title img{
  margin-right:10px;
}
.content .bloc-title h1 {
  color: #27B051;
  font-size: 3em;
  line-height: normal;
  margin-top:15px;
}
.content .bloc-title.article h2{
  color: #27B051;
  font-size: 2.4em;
  line-height: normal;
  margin-top:0;
}
.content .bloc-title h2,
.content .bloc-title.article h3{
	color:#666;
    font-size:1.6em;
    line-height:normal;
    margin:10px 0;
}
.content .bloc-title h1.nomargin{
	margin:0;
}
.content .bloc-title p,
.content .bloc-title li{
	font-size:1.4em;
	line-height:20px;
}
.content .bloc-title ul {
	margin-left:20px;
}
.content .bloc-title li {
	margin-bottom:10px;
}
.content .bloc-title span{
	margin-bottom:-5px;
	display:block;
}
.content .bookmarks .bloc-title span{
  display:inline;
}
.content .field-name-body {
    padding-bottom:15px;
    color:#666;
    line-height:16px;
}
.content .with_toc .field-name-body {
  margin-top:25px;
}
.content .field-name-body .field-name-field-event-content{
    overflow:hidden;
}
.content .field-name-body p a,
.content .field-name-body ul a{
	color:#2962bf;
}
.content .field-name-body .video {
	text-align:center;
}
.content .field-name-body .video > div{
    margin:0 auto;
}
.content .field-name-body a.biobutton,
.content .field-name-body a.button_push {
	color:#fff;
}
.content .field-name-body .button_content{
	color:#666;
}
.content .field-name-body h2{
	font-size:2.0em;
	margin:25px 0 10px;
}
.content .field-name-body h3{
	font-size:1.6em;
	color:#003b7b;
	margin:20px 0 10px;
}
.content .field-name-body .intro {
	font-size:1.6em;
	line-height:normal;
}
.content .field-name-body sup {
	font-size:0.6em;
}
.content .field-name-body strong{
	color:#444;
}
.content .field-name-body p,
.content .field-name-body li{
	font-size:1.2em;
}
#management_list .content .field-name-body .intro p,
#management_list .content .field-name-body .intro li{
	font-size:1em;
}
.content .field-name-body ul {
	margin:10px 0 20px 20px;
}
.content .field-name-body ul.bullet_blue li{
	list-style-type:none;
	list-style-image:url(../images/css/bullet_rte1.png);
}
.content .field-name-body ul.bullet_arrow li{
    list-style-type:none;
    list-style-image:url(../images/css/bullet_rte2.png);
}
.content .field-name-body ul.bullet_square li{
    list-style-type:none;
    list-style-image:url(../images/css/bullet_rte3.png);
    list-style-position:inside;
}
.content .field-name-body ul.noind{
    list-style-position:inside;
    margin-left:0;
}
.content .field-name-body ul.noind li{
	text-indent:7px;
}
.content .field-name-body .copyright{
    color:#9b9ea1;
    font-size:11px;
}
.content .field-name-body div.copyright{
	overflow:hidden;
}
.content .center{
	margin:20px auto;
}
.content .left{
	float:left;
}
.content img.left{
	margin-bottom:10px;
	max-width:100%;
}
.content .blocimgtxt img {
	max-width:100%;
}
.content .right{
    float:right;
}
.content .field-name-body div.copyright span {
	line-height:normal;
	margin-top:5px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	clear:both;
	width:100%;
}
.content .field-name-body div.two_columns div{
    float:left;
    width:50%;
}
.content .field-name-body a.green_bullet{
    color:#5fa528;
    text-transform:uppercase;
    font-size:1em;
    background:url(../images/css/bullet_green.png) no-repeat right 0;
    padding-right:16px;
    text-decoration:none;
    line-height:16px;
}
.content .field-name-body a.green_bullet:hover{
	text-decoration:underline;
}
.content .field-name-body li{
	margin-bottom:10px;
}
.content .field-name-body table{
  font-size:1.2em;
}
.content .field-name-body table th{
	border:0;
        padding:5px;
}
.content .field-name-body table ul{
    margin:5px 0 5px 20px;
}
.content .field-name-body table li{
    margin-bottom:5px;
}
.content .field-name-body table tbody {
	border:0;
}
.content .field-name-body li li{
	font-size:1em;
	margin-bottom:5px;
}
.content .field-name-body .top {
	text-transform:uppercase;
	font-size:10px;
	color:#9b9ea1;
	text-decoration:none;
	float:right;
	background:url(../images/css/bullet_grey.png) no-repeat right center;
	padding-right:16px;
}
.content span.blue{
	color:#003b7b;
}
.content .field-name-body table {
	border-style:solid;
	border-color:#e5e5e5;
}
.content .field-name-body blockquote {
	margin:25px 0 0px;
	padding-left:45px;
	background:url(../images/css/quote_before.png) no-repeat;
}
/*.i18n-en .content .field-name-body blockquote {
    margin:25px 0 0px;
    padding-left:30px;
    background:url(../images/css/en_quote_before.png) no-repeat;
}*/
.content .field-name-body .copyright blockquote {
	margin-bottom:-20px;
	*margin-bottom:0;
	margin-top:0;
}
.content .field-name-body .copyright span.blockquote {
	color:#666;
	margin-left:45px;
}
.content .field-name-body img {
	max-width:100%;
	height:auto;
        margin-right:10px;
}
.content .field-name-body .bloc_encart img {
	max-width:100%;
	height:auto;
}
.content .field-name-body a.button_doc {
	background:url(../images/css/button_doc.png) no-repeat 0 0;
	height:28px;
	display:inline-block;
	padding-left:35px;
	color:#666;
	font-size:11px;
	text-decoration:none;
	cursor:pointer;
        margin-right: 20px;
}
.content .field-name-body a.button_doc span{
	background:url(../images/css/button_doc.png) no-repeat 100% 0;
	margin-right:-13px;
	display:inline-block;
	height:28px;
	line-height:24px;
}
.content .field-name-body a.button_doc span span {
	margin-left: -28px;
    padding-left: 30px;
    margin-right:0;
    padding-right:13px;
}
.content .field-name-body a.button_doc.pdf span span{
	background:url(../images/css/button_doc.png) no-repeat 0 -30px;
}
.content .field-name-body a.button_doc.zip span span{
    background:url(../images/css/button_doc.png) no-repeat 0 -58px;
}
.content .field-name-body a.button_doc:hover span span {
	text-decoration:underline;
}
.content .field-name-body blockquote span.quote:after {
    color: #9b9ea1;
    content: "”";
    font-size: 5em;
    line-height: 0.1em;
    vertical-align: -0.6em;
    margin-left:10px;
}
.lt-ie8 .content .field-name-body blockquote .ie-after{
    background:url(../images/css/quote_after.png) no-repeat;
    width:27px;
    height:24px;
    line-height: 0.1em;
    vertical-align: -0.6em;
    margin-left:10px;
    *zoom:1;
}
.content .field-name-body blockquote > p {
    font-size:1.8em;
    line-height:18px;
}
.content .field-name-body blockquote > p:first-child {
    display: inline;
    margin:0;
}
.content .field-name-body blockquote > p,
.node-preview .field-name-body blockquote > p {
    color:#27B051;
}
/*.i18n-en .field-name-body blockquote:after {
	content: "’";
}*/
.i18n-fr .field-name-body blockquote:after {
    content: "”";
}
/*.lt-ie8 .i18n-en .content .field-name-body blockquote .ie-after{
    background:url(../images/css/en_quote_after.png) no-repeat;
    width:11px;
    height:24px;
    line-height: 0.1em;
    vertical-align: -0.6em;
    margin-left:10px;
    *zoom:1;
}*/
.content .field-name-body .blue_table thead {
    background:#3bb7ee;
    font-weight:bold;
    color:#fff;
}
.content .field-name-body .blue_table li {
    list-style-image:url(../images/css/bullet_rte1.png);
}
.content .field-name-body .grey_table thead {
    background:#9b9ea1;
    font-weight:bold;
    color:#fff;
}
.content .field-name-body .grey_table li {
    list-style-image:url(../images/css/bullet_rte1_grey.png);
}
.content .field-name-body .blue_table td,
.content .field-name-body .grey_table td{
    color:#666;
    padding:5px;
}
.content .field-name-body div.facts{
    border:5px solid #e5e5e5;
    padding:10px;
}
.content .field-name-body div.facts li {
    list-style-image:url(../images/css/bullet_rte1.png);
}
.content .field-name-body div.facts ul.bullet_arrow li {
    list-style-image:url(../images/css/bullet_rte2.png);
}
.content .field-name-body div.facts ul.bullet_square li {
    list-style-image:url(../images/css/bullet_rte3.png);
}
.content .field-name-body div.facts ul {
    margin:10px 0 10px 20px
}
.content .field-name-body div.facts h3 {
  margin-top:5px;
}

.content .toc {
	border-bottom:7px solid #666;
	overflow:hidden;
	margin-top:-10px;
}
.lt-ie8 .content .toc {
	padding-bottom:10px;
}
.content .toc li{
	float: left;
    font-size: 1.2em;
    list-style-type: none;
    margin: 0 10px 12px 0;
    padding: 2px 10px 2px 0;
	border-right:1px solid #9b9ea1;
}
.content .toc li a{
	color:#666;
	text-decoration:none;
}
.bloc_encart {
	position:relative;
	background:#27B051;
	overflow:hidden;
}
.bloc_encart h2,
.content .field-name-body .bloc_encart h2 {
	text-transform:uppercase;
	color:#fff;
	font-size:1em;
	padding:5px 20px;
	float:left;
	margin-top:10px;
	position:absolute;
	left:0;
	top:10px;
	background:#27B051;
}
.bloc_encart .content {
	height:160px;
	line-height:160px;
}
.content .bloc_encart p,
.bloc_encart p{
	line-height:normal;
	vertical-align:middle;
	display:inline-block;
	*display:inline;
	*zoom:1;
	color:#fff;
	font-size:1.6em;
	position:relative;
}
.bloc_encart .button_content {
	margin-top:10px;
}
.ie7fix {
	display:inline;
	zoom:1;
}
.biobutton {
    padding:0 0 0 27px;
    display:inline-block;
    *display:inline;
    *zoom:1;
    border:0;
    background:url(../images/css/bg_btn_green.png) no-repeat 0 0;
    line-height:29px;
    font-size:1.2em;
    color:#fff;
    text-decoration:none;
    cursor:pointer;
    height:29px;
}
.content .bloc-title,
.node-preview .bloc-title {
  background: url("../images/css/bg_title_content.png") repeat-x scroll center bottom transparent;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 20px;
}
.filters .biobutton.search{
	background:url(../images/css/btn_search_result.png) no-repeat 0 0;
	padding:0 0 0 6px;
}
.biobutton span{
    background:url(../images/css/bg_btn_green.png) no-repeat right -58px;
    padding:0 20px 0 0;
    display:inline-block;
    *display:inline;
    *zoom:1;
}
.filters .biobutton.search span{
    background:url(../images/css/btn_search_result.png) no-repeat right -58px;
    padding:0 6px 0 0;
}
.biobutton span span{
    background:url(../images/css/bg_btn_green.png) repeat-x 0 -29px;
    padding:0 0 0 7px;
}
.filters .biobutton.search span span{
    background:url(../images/css/btn_search_result.png) repeat-x right -29px;
    padding:0 6px;
}
.biobutton:hover {
    background-position:0 -87px;
}
.biobutton:hover span{
    background-position:right -145px;
}
.biobutton:hover span span{
    background-position:right -116px;
    text-decoration:underline;
}
.button_push {
    padding:0 0 0 11px;
    display:inline-block;
    *display:inline;
    *zoom:1;
    border:0;
    line-height:23px;
    font-size:1.1em;
    color:#fff;
    text-decoration:none;
    cursor:pointer;
    height:23px;
    width:128px;
    margin:5px 5px 0;
}
.button_push.pdf {
    padding:0 0 0 25px;
    width:114px;
}
.button_push span{
    padding:0 11px 0 0;
    display:inline-block;
    *display:inline;
    *zoom:1;
}
.button_push span span{
    padding:0;
    width:114px;
    text-align:left;
}
.button_push.pdf span span{
    padding-left:6px;
    width:96px;
}
.button_content {
	padding:0 0 0 27px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	border:0;
    background:url(../images/css/bg_btn_grey.png) no-repeat 0 0;
    line-height:29px;
    font-size:11px;
    color:#666;
    text-decoration:none;
    cursor:pointer;
}
.button_content span{
    background:url(../images/css/bg_btn_grey.png) no-repeat right -58px;
    padding:0 20px 0 0;
    display:inline-block;
    *display:inline;
    *zoom:1;
}
.button_content span span{
    background:url(../images/css/bg_btn_grey.png) repeat-x 0 -29px;
    padding:0 0 0 7px;
}
.button_content:hover span span{
	color:#666;
	text-decoration:underline;
}
/*********** SIDEBAR *********/
#right-sidebar {
  margin-top: 0;
  float:left;
  margin-left:60px;
}
.node-article #right-sidebar {
  margin-top:10px;
}
.node-article.with_toc #right-sidebar {
  margin-top:35px;
}
#right-sidebar .bloc{
	overflow:hidden;
	margin-bottom:10px;
}
.bloc_contact {
	background:#f7f7f7;
}
.bloc_contact h2 {
	background:#003b7b;
	text-transform:uppercase;
    color:#fff;
    font-size:1em;
    padding:5px 10px;
    float:left;
    margin-top:10px;
}
.bloc_contact .content {
	padding:0px 10px 5px;
	clear:both;
}
.bloc_contact p{
	font-size:1.1em;
	color:#444;
}
.content .bloc_contact span.phone,
.content .field-name-body span.phone{
	background:url(../images/pictos/phone.png) no-repeat;
	padding-left:25px;
	line-height:20px;
	display:block;
	margin-top:5px;
}
.content .bloc_contact span.fax,
.content .field-name-body span.fax{
	background:url(../images/pictos/fax.png) no-repeat;
	padding-left:25px;
	line-height:20px;
	display:block;
	margin-top:5px;
}
.bloc.doc {
	background:#05b8f0 url("../images/css/hp_slide.png") no-repeat 0 bottom;
}
#right-sidebar .bloc.doc .bg{
	overflow:hidden;
}
#right-sidebar .bloc span.theme{
	margin-top:10px;
	padding:5px 10px;
}
.bloc.doc span.theme{
	background: #fff;
    color: #0B98D6;
}
#right-sidebar .bloc_slide #slider li a {
    color:#fff;
    font-size:1.6em;
    text-decoration:none;
}
#right-sidebar .bloc_slide #slider{
	width:125px;
}
#right-sidebar .bloc_slide #slider li {
    height:140px;
}
#right-sidebar .bloc_slide .bx-wrapper {
	margin-top:10px;
	padding:30px 10px;
}
#right-sidebar .bloc_slide .bx-prev{
	left:10px;
}
#right-sidebar .bloc_slide .bx-next{
	left:10px;
        bottom:0px;
}
#right-sidebar .bloc_slide li .date {
	margin-bottom:10px;
}
.bloc_free{
	background:#f7f7f7;
}
.bloc_free .content{
	padding:10px 10px 5px;
}
.bloc_free h2{
	font-weight:normal;
	color:#444;
	font-size:1.4em;
	margin:0;
}
.bloc_free p a{
	font-size:1.1em;
	color:#666;
	text-decoration:none;
}
.bloc_free p a:hover{
	text-decoration:underline;
}
.bloc_link{
    padding:0 0 0 30px;
    border:0;
    background:url(../images/css/bg_btn_link.png) no-repeat 0 0;
    height:72px;
}
.bloc_link .content{
    background:url(../images/css/bg_btn_link.png) no-repeat right -144px;
    padding:0 30px 0 0;
    height:72px;
    font-weight:bold;
    font-size:1.2em;
}
.bloc_link .content div {
    background:url(../images/css/bg_btn_link.png) repeat-x 0 -72px;
    padding:0 0 0 7px;
    display:block;
    line-height:72px;
    height:72px;
}
.bloc_link a{
  line-height:normal;
  vertical-align:middle;
  display:inline-block;
  padding:0;
  color:#003b7b;
  text-decoration:none;
  cursor:pointer;
  *display:inline;
  *zoom:1;
}
.bloc_link a:hover{
    text-decoration:underline;
}
.bloc_doc ul {
	float:left;
	padding:20px;
}
#right-sidebar .bloc_doc ul{
	padding:10px;
}
.bloc_doc li {
	list-style-type:none;
	margin-bottom:25px;
}
.bloc_doc li .date{
  display:block;
  margin-bottom:5px;
  font-size:1.1em;
  color:#003b7b;
}
.bloc_doc li .pdf{
  background:url(../images/pictos/pdf.png) no-repeat;
}
.bloc_doc li a{
  display:inline;
  text-decoration:none;
}
.bloc_doc li a,
.blocdoc li a {
    color: #666666;
    font-size: 1.5em;
    padding-left: 0;
}
.bloc.news li a{
  font-size:1.7em;
  line-height:normal;
}
.bloc_doc li a.file-icon{
    padding-left:5px;
}
.bloc_doc li a:hover{
	text-decoration:underline;
}
/*********** LIST *********/
#list_filter{
	margin-top:-20px;
}
#list_filter input#edit-submit-action{
	display:none;
}
.filters{
	margin:10px 0 0;
	background:#9b9ea1;
	overflow:hidden;
	padding:15px 20px;
}
div.pager {
	overflow:hidden;
	height:42px;
	line-height:42px;
}
div.pager.bottom{
  overflow: visible;
  text-align: center;
  border-bottom: 0;
  height: auto;
  margin-top:30px;
}
#list_filter label {
  text-transform:uppercase;
  color:#f5f5f6;
  font-size:1em;
  float:left;
  line-height: 30px;
  margin-right:10px;
}
#list_filter.search label {
	line-height:30px;
	*line-height:22px;
}
#list_filter input,
#list_filter select{
	border:1px solid #acacac;
	height:20px;
	line-height:20px;
	color:#666;
	font-size:1.3em;
	font-family:'Arial', sans-serif;
	background:#fff;
	float:left;
}
#list_filter select{
	height:37px;
}
#list_filter input{
	padding:0 0 0 3px;
}
#list_filter .pager .form-item {
	margin:0;
	padding-top:10px;
}
.page-news #list_filter .pager .form-item {
  padding-top:8px;
}
#list_filter .pager input[type=text],
#list_filter input.keywords{
  border-color: #CCC;
  border-radius: 4px;
  color: #A3A3A3;
  height: 26px;
  width: 200px;
}
#list_filter input.keywords{
	background:#fff url(../images/css/btn_search.png) no-repeat 194px center;
	height:28px;
	width:210px;
	line-height:28px;
	*height:22px;
	*line-height:22px;
}
#list_filter select#types{
	height: 30px;
    line-height: 30px;
    padding: 4px;
}
#list_filter .pager .form-actions{
	height:22px;
	padding-top:10px;
}
#list_filter .pager .form-submit{
	height:28px;
	top:0;
}
#list_filter .date-padding input{
	width:80px;
}
#list_filter .date-padding img{
	float:left;
}
#list_filter .form-item {
	margin-right:20px;
}
#list_filter .form-type-date-popup {
	margin-right:10px;
}
#list_filter .form-type-date-popup .form-item {
	margin:0;
}
#list_filter .container-inline-date {
  float:left;
  clear: none;
  background: url("../images/css/bg_btn.png") no-repeat scroll 0 -915px transparent;
  height: 33px;
  padding: 0 0 0 15px;
}
#list_filter .form-type-date-popup .form-item .description {
	display: none;
}
.page-news .views-row {
  border-bottom:1px solid #cdcdcd;
}
.page-news #list_filter div.selector {
  width:180px !important;
}
.page-news  #list_filter div.selector span {
  width:152px !important;
}
.page-news  #list_filter select {
  width:190px;
}
.page-news  #list_filter .filters {
  padding-top:5px;
}
.page-news #content .field-item h2 {
  margin:10px 0 15px;
  font-size:2em;
}
.page-news #content .field-item h2 a {
  color:#27B051;
  text-decoration:none;
}
.page-news #content .field-item span.date {
    color: #00417B;
    font-size: 1.4em;
    vertical-align:top;
}
.page-news #content .field-item .with-image .image {
  float:left;
}
.page-news #content .field-item .with-image > a {
  float: left;
  margin: 0 15px 15px 0;
}
.page-news #content .field-item p.intro {
    color: #00417B;
    font-weight: bold;
}
.filtered_list .views-row{
	border:5px solid #e5e5e5;
	margin-bottom:10px;
        height:auto;
}
.filtered_list .top-block .views-row{
  margin-bottom:0;
  border: 0;
}
.filtered_list .views-row .field-item{
	padding:10px;
	overflow:hidden;
}
.filtered_list .views-row .field-item .image,
.filtered_list .views-row .field-item .text{
  float:left;
}
.filtered_list.view-news .views-row .field-item .image {
  padding-top:0;
  width:auto;
}
.filtered_list .views-row .field-item .image img{
	margin-right:15px;
	margin-bottom:10px;
	width:auto;
	max-width:auto;
}
.filtered_list .views-row h2 a{
	color:#5FA528;
	text-decoration:none;
}
.filtered_list .views-row h2 a:hover{
	text-decoration:underline;
}
.filtered_list .views-row h2 {
	font-size:1.6em;
	margin:0;
	line-height:normal;
}
.filtered_list .top-block .views-row h2 {
    margin-bottom:10px;
}
.filtered_list .top-block img {
  margin-right:20px;
}
.filtered_list .top-block .bloc-title.article h3 a{
  color:#003B7B;
  text-decoration:none;
}
.filtered_list .top-block .views-row span.date {
  float: left;
  line-height: 16px;
  margin: 3px 5px 0 0;
  font-size:1.2em;
}
.filtered_list .top-block .date span{
  margin: 0;
}
.content .filtered_list .top-block p {
  color: #666666;
  font-size: 1.2em;
}
.filtered_list .views-row .intro {
	font-weight:bold;
	font-size:1.2em;
}
.filtered_list .views-row span.date,
.filtered_list .views-row span.tags{
	color:#003b7b;
	font-size:1.1em;
}
.filtered_list .views-row .field-name-body{
	padding:0;
	margin:0;
}
.filtered_list #list_filter{
  position:relative;
}
.page-news .filtered_list #list_filter .pagin {
  bottom: 14px;
  position: absolute;
  right: 0;
}
.filtered_list #list_filter .pagin .pager .pager-previous a.pprev,
.filtered_list #list_filter .pagin .pager .pager-next a.pnext{
  height:20px;
}
.filtered_list #list_filter .pagin .pager .pager-next a.pnext{
  background-position:0 -11px;
}
.filtered_list #list_filter .pagin .pager .pager-previous a.pprev{
  background-position:0 -54px;
}
#autocomplete {
	background:#fff;
}
.apachesolr_autocomplete {
	line-height:normal;
}
.apachesolr_autocomplete.message {
  font-size:1em;
  color:#888;
  display:block;
}
.apachesolr_autocomplete.count {
  float:right;
}
div.apachesolr_autocomplete.suggestion {
  display:inline;
  float:left;
  font-size:1.1em;
}
div.ac_results li {
  list-style:none;
  background-image: none !important;
}
/*********** PAGINATION *********/
div.pager .pagin{
	float:right;
}
div.pager ul {
	display:inline;
}
div.pager a,
div.pager li {
	color:#666;
	text-transform:uppercase;
	font-size:1em;
	display:inline-block;
	*display:inline;
	*zoom:1;
	line-height:22px;
}
div.pager a.disable {
	cursor:auto;
}
div.pager li.pager-previous a.disable,
div.pager li.pager-next a.disable{
	text-decoration:none;
}
div.pager li {
	list-style-type:none;
	font-size:1.4em;
	margin-left:1px;
	text-align:center;
}
div.pager li.pager-previous,
div.pager li.pager-next {
    font-size:1em;
}
div.pager li a {
	width:22px;
	text-decoration:none;
}
.top .pager li a {
  width:auto;
}
div.pager .ajax-progress-throbber,
div.pager .ajax-progress-throbber .throbber{
    background:none !important;
    width:0 !important;
    height:0 !important;
}
div.pager li.pager-previous a,
div.pager li.pager-next a {
    width:auto;
    text-decoration:underline;
    margin-left:10px;
}
div.pager li.pager-previous a {
    margin-right:10px;
}
div.pager li.active a {
	color:#fff;
}
div.pager span.sort a {
	text-decoration:none;
	color:#3bb7ee;
}
div.pager span.sort,
div.pager span.sort a.active {
	text-transform:uppercase;
	color:#666;
}
div.pager span.sort {
	background:url(../images/css/sep_filter.png) no-repeat right center;
	padding-right:20px;
	margin-right:15px;
	float:left;
}
/*********** MASTERPAGE *********/
.blocmp{
	color:#666;
	margin-bottom:20px;
}
.blocmp .content{
	padding:7px;
	*padding-bottom:0;
	border:5px solid #e5e5e5;
    overflow:hidden;
}
.blocmp p {
	font-size:1.2em;
	line-height:16px;
}
.blocmp .intro{
	font-size:1.8em;
	line-height:normal;
	color:#003b7b;
	margin:15px 0;
}
.blocimg{
	height:200px;
	color:#666;
    margin-bottom:20px;
    position:relative;
}
.blocimg .txt{
  padding:2px 20px 0;
  position:absolute;
  left:5px;
  right:5px;
  overflow: hidden;
  display:block;
  bottom:5px;
}
.blocimg .txt a,
.blocimg .txt p{
	line-height:26px;
	display:block;
	color:#666;
    text-decoration:none;
    font-size:1.5em;
    margin:0;
}
.blocimg .txt p a {
	font-size:1em;
	display:inline;
}
.blocimg .txt .ellipsis {
    bottom: 0;
    color: #FFFFFF;
    font-size: 1.5em;
    line-height: 28px;
    margin: 0;
    padding: 0 15px 0 0;
    position: absolute;
    right: 0;
}
.blocimg:hover .txt .ellipsis {
    display: none;
}
.blocbutton{
	margin-bottom:20px;
}
.blocbutton .content{
	height:190px;
    position:relative;
    line-height:190px;
}
.blocbutton .content:hover{
  background:#253e79;
}
.blocbutton .content.no-hover:hover{
    background:none;
}
.blocbutton .content div{
	display:none;
	font-size:1.6em;
	color:#8a8a8a;
	max-height:190px;
	line-height:190px;
	margin:0;
	padding:0 25px;
	position:absolute;
	left:0;
	top:0;
	right:0;
	vertical-align: middle;
	overflow:hidden;
}
.blocbutton.small .content div{
    max-height:140px;
    line-height:140px;
}
.blocbutton .content:hover div{
	display:block;
}
.blocbutton .content div p{
  display: inline-block;
  *display:inline;
  *zoom:1;
  line-height: normal;
  vertical-align: middle;
  max-width:100%;
  overflow:hidden;
  color:#fff;
}
.blocbutton .content div a{
	color:#8a8a8a;
	text-decoration:none;
	line-height:normal;
	vertical-align:middle;
	line-height:normal;
	display:inline-block;
	*display:inline;
    *zoom:1;
}
.blocbutton .content .biobutton{
	vertical-align:bottom;
	margin:0 0 20px 20px;
	position:relative;
}
.blocimgtxt {
	height:200px;
	margin-bottom:20px;
}
.blocimgtxt h2{
  color: #555;
  font-size: 1.6em;
  margin: 10px 0;
  font-weight:bold;
}
.blocimgtxt p{
  font-size:1.4em;
  color:#666;
}
.blocimgtxt p a{
	text-decoration:none;
	color:#666;
}
.blocimgtxt p a:hover{
	text-decoration:underline;
}
#content .bloc_video span.theme {
	padding:5px 10px 5px 15px;
	font-weight:bold;
	text-transform:uppercase;
    margin-top:10px;
    position:absolute;
    z-index:1;
    max-width:185px;
    margin-left:0;
}

.bloc_video .content > .content{
    background: none repeat scroll 0 0 #FFFFFF;
    height: 55px;
}
.bloc_video span.date{
  background: none;
  color: #00417b;
  font-size: 0.85em;
  padding-left: 0;
  margin-bottom:5px;
  display:block;
}
.bloc_video h2,
.bloc_video p{
	color: #444444;
    font-size: 1.1em;
    font-weight: normal;
    margin: 0;
}
.bloc_video a {
    cursor: pointer;
}
.bloc_video a img{
    max-width:100%;
    z-index: 1;
}
.bloc_doc{
	background:#3bb7ee url(../images/css/bloc_doc.png) repeat-x 0 bottom;
	margin-bottom:20px;
	overflow: hidden;
}
.bloc_doc span.theme{
	background:#fff;
	color:#0b98d6;
	margin-top:10px;
	padding:5px 10px 5px 20px;
	float:left;
    font-size:1em;
    text-transform:uppercase;
}
.grid_8 .bloc_doc span.theme {
    max-width:425px;
}
.grid_4 .bloc_doc span.theme {
    max-width:185px;
}
.bloc_doc > div {
	clear:both;
}

/*********** SEARCH *********/
.page-search .content .bloc-title {
  background:none;
  padding-bottom:0;
}
.page-search .content .bloc-title h1 {
  padding-top:30px;
  padding-bottom:0;
}
.page-search .content .filtered_list.industry .bloc-title h1 {
  color: #4E9F1D;
}
.page-search .content .filtered_list.corporate .bloc-title h1{
  color: #003B7B;
}
#right-sidebar .suggested {
 width:210px;
 padding-bottom:15px;
 border-bottom:1px solid #c0c0c0;
}
#right-sidebar .suggested .pagin {
  margin:0;
  text-align:left;
}
#right-sidebar .suggested ul {
	list-style-position:inside;
}
#right-sidebar .suggested li{
  color:#9b9ea1;
  list-style-type:none;
  background:url(../images/css/bullet_rte1.png) no-repeat 0 6px;
  padding-left:15px;
}
#right-sidebar .suggested li a{
	text-decoration:none;
        color:#27B051;
	font-size:1.2em;
	line-height:20px;
}
#right-sidebar .suggested li a:hover{
	text-decoration:underline;
}
mark {
	background:#9b9ea1;
	color:#fff;
	font-weight:normal;
	font-style:normal;
	padding:0 2px;
}
.search-snippet span {
    display: none;
}
.page-search  #list_filter input.keywords {
  background-position: 180px center;
  height:30px;
  margin-top:3px;
}
.page-search #list_filter.search label {
  line-height:36px;
}
.page-search #list_filter .filter-wrapper{
  float:left;
  width:230px;
  padding-top:2px;
}
.page-search #list_filter .form-actions {
  line-height:70px;
}
.page-news #list_filter .form-actions button,
.page-search #list_filter .form-actions button,
.block-biomerieux-slider button.biobutton.search{
  padding: 13px;
  background: url("../images/css/btn_submit.png") no-repeat 0 0;
  width:39px;
  height:33px;
}
.page-news #list_filter .form-actions {
  margin:4px 0 0 10px;
}
.page-search  #list_filter div.selector {
  width:190px !important;
}
.page-search  #list_filter div.selector span {
  width:162px !important;
}
.page-search  #list_filter select {
  width:200px;
}
.page-search .content{
  margin:0;
}
.page-search .filtered_list .sites-facets .pagin{
 margin:0;
}
.page-search .filtered_list .sites-facets .pagin ul{
  font-size: 1.2em;
  text-align: left;
  padding: 7px 5px;
  color:#666;
}
.page-search .filtered_list .sites-facets .pagin li {
  display: inline-block;
  padding: 3px 15px;
  border-right: 1px solid #666;
}
.page-search .filtered_list .sites-facets .pagin li.last {
  border-right: 0;
}
.page-search .filtered_list .sites-facets .pagin li span {
  font-weight:bold;
}
.page-search .filtered_list .sites-facets .pagin li span.industry {
  color: #27b051; /* New branding SLT #4E9F1D; */
}
.page-search .filtered_list .sites-facets .pagin li span.corporate {
  color: #27b051; /* New branding SLT #003B7B; */
}
.page-search .filtered_list .sites-facets .pagin li span.clinic {
  color: #27b051; /* New branding SLT #FF814A; */
}
.page-search .filtered_list h2.site-name {
   font-size:2.6em;
   margin:30px 10px 10px 20px;
}
.page-search .site-count {
  font-size:2.6em;
  margin:0 10px 20px 20px;
}
.page-search .filtered_list h2 {
  font-size:2em;
  margin-bottom:10px;
}
.page-search p.search-snippet {
  margin:10px 0;
}
.page-search .filtered_list .industry h2,
.page-search .filtered_list .industry h2 a,
.page-search .filtered_list .industry .site-count {
  color: #27b051; /* New branding SLT #4E9F1D; */
}
.page-search .filtered_list .corporate h2,
.page-search .filtered_list .corporate h2 a,
.page-search .filtered_list .corporate .site-count {
  color:#27b051; /* New branding SLT #003B7B; */ 
}
.page-search .filtered_list .clinic h2,
.page-search .filtered_list .clinic h2 a,
.page-search .filtered_list .clinic .site-count {
  color:#27b051; /* New branding SLT #FE4701; */     
}
.page-search .pager {
  border-bottom:5px solid #888;
  height:auto;
  line-height:1em;
  margin-bottom:20px;
}
.page-search .pager span.sort {
  border-right: 1px solid #666;
  margin: 10px 0;
  padding: 3px 20px;
}
.page-search .pager span.sort a{
  color:#27B051;
  line-height:1em;
}
.page-search .filtered_list.industry .pager span.sort a {
  color: #4E9F1D;
}
.page-search .filtered_list.corporate .pager span.sort a {
  color: #003B7B;
}
.page-search .filtered_list.industry .pager span.sort a.active,
.page-search .filtered_list.corporate .pager span.sort a.active {
  color: #666666;
}
.pager .pagin{
  margin-top:0;
  clear:none;
  margin-top:10px;
}
.pager.bottom .pagin{
  float:none;
  margin-top:20px;
}
.page-news .filtered_list #list_filter .pagin {
  margin-top:0;
}
.pager.bottom .pagin li,
.pager.bottom .pagin a {
  float:none;
}
.pager div.pagin li.active{
  height:auto;
  width:auto;
}
.pager div.pagin .active a {
  color:#1B417A;
  font-weight:bold;
}

.page-search .pager div.pagin .active a {
  padding:0;
}
.page-search .pager li + li{
  border-left: 1px solid #CCCCCC;
}
.page-search .pager a.pprev,
.page-search .pager a.pnext{
  height: 14px;
  width: 40px;
  display:inline-block;
}
.page-search .pager div.pagin a,
.page-search .pager div.pagin li{
  line-height:15px;
  float:left;
}
.page-search .pager a.pprev{
  background: url("../images/css/pager_mini.png") no-repeat scroll 0 -57px transparent;
}
.page-search .pager a.pnext{
  background: url("../images/css/pager_mini.png") no-repeat scroll 0 -14px transparent;
}

.page-search .results-list {
  border: 5px solid #E5E5E5;
  padding:10px;
}
.page-search .results-list .filtered_list .views-row .field-item {
  padding:0;
}
.page-search  .results-list a.top-link {
  color:#666;
  float:right;
  text-decoration:none;
  line-height:1.2em;
  padding:5px 10px;
  background:url(../images/css/bullet_grey.png) no-repeat right center;
  padding-right:15px;
}
.page-search  .results-list a.all-results {
  color:#003B7B;
  text-decoration:none;
  text-transform:uppercase;
  font-weight:bold;
  font-size:1.2em;
  padding:5px 10px;
  display:inline-block;
  background:#e5e5e5;
}
.page-search  .results-list .attached-documents {
  clear:both;
}
.page-search  .results-list .attached-documents a{
  display:inline-block;
  margin:10px 10px 10px 0;
  padding:5px 10px 5px 30px;
  background:#e5e5e5;
  color:#666;
  font-size:1.2em;
  text-decoration:none;
  background-position:0 -789px;
  height:31px;
}
.page-search  .results-list a:hover{
  text-decoration:underline;
}

/*********** SPLASHSCREEN *********/
#splashScreen img{
    margin:0 auto;
    display:block;
}
#splashScreen{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background-color:#000;
    background-repeat:no-repeat;
    text-align:center;
    z-index:999999;
    cursor:pointer;
}
#splashScreen #close_button{
    display:block;
    overflow:hidden;
}
#splashScreen a.button_push{
    float:right;
    width:auto;
    white-space:nowrap;
}
#splashScreen a.button_push span span {
    width:auto;
}
#splashScreen #altImage {
    width: 400px;
    height: 150px;
    top: 35px;
    margin: 0;
    position: absolute;
    text-align:left;
    color: #ffffff;
    font-size:1.5em;
}
#splashscreenZone{
    background:#000;
    height:100%;
    width:100%;
    text-align:center;
    top:0;
}
/*********** SHARE *********/
.print_html,
.sharethis-wrapper {
	float:left;
}
.st_facebook {
	background:url(../images/pictos/share_fb.png) no-repeat 0 center;
	width:21px !important;
    margin:0 0 0 4px !important;
    float:left;
}
.st_twitter {
	background:url(../images/pictos/share_tw.png) no-repeat 0 center;
	width:21px !important;
    margin:0 0 0 4px !important;
    float:left;
}
.st_email {
    background:url(../images/pictos/share_mail.png) no-repeat 0 center;
    width:21px !important;
    margin:0 !important;
    float:left;
}
.stButton {
	width:21px !important;
	height:20px !important;
	margin:0 0 0 4px !important;
}
.sharethis-wrapper {
	margin-left:4px;
}
.sharethis-wrapper .stButton .chicklets{
	background:none;
}
/*********** SITEMAP *********/
.page-sitemap #content {
    padding:20px;
}
.page-sitemap #title-block{
  border-bottom:5px solid #858585;
}
.page-sitemap .bloc-title {
  background: url("../images/css/bg_title_content.png") repeat-x scroll center bottom transparent;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 20px;
}
.page-sitemap .bloc-title h1{
  color:#27B051;
  font-size:3em;
  margin: 20px 15px;
}
.page-sitemap .container_16 .grid_4{
  width:210px;
}
.content #site-map h2 {
    text-transform:uppercase;
    color:#27B051;
    font-size: 1.4em;
    border-bottom:4px solid #C0C0C0;
    padding-bottom:11px;
    font-weight:normal;
}
.content #site-map .site-map-menu{
    padding-left:0;
}
.content #site-map ul,
.content #site-map li{
    list-style-type:none;
    list-style-image:none;
}
.content #site-map ul li{
    padding-top:5px;
    padding-bottom:20px;
    margin-bottom:15px;
    border-bottom:1px solid #c0c0c0;

}
.content #site-map ul li ul li{
    list-style-image:none;
    list-style-type:none;
    padding-bottom:0;
    margin-bottom:5px;
    padding-left:15px;
    border:none;
}
.content #site-map ul li a {
    color:#003b7b;
    font-size: 1.4em;
    font-weight:bold;
    text-decoration:none;
    margin-bottom:5px;
    display:block;
}
.content #site-map ul li ul li a {
    text-transform:none;
    color:#666;
    font-size: 1.2em;
    text-decoration:none;
    font-weight:normal;
}
.content #site-map ul a:hover {
    text-decoration:underline;
}
.content #site-map .clearfix {
    margin-bottom:20px;
    clear:both;
}
/*********** FORM & WEBFORM *********/

.content .field-name-body .node-webform {
    margin-top:0px;
}

.content .node-webform img{
    max-width:none;
}
.node-webform form{
    border:2px solid #C0C0C0;
    overflow:hidden;
    margin-bottom:20px;
}
.node-webform .webform-client-form fieldset .fieldset-wrapper{
    padding:25px;
}
.webform-client-form .form-item {
    min-height:20px;
    line-height: 20px;
}
.node-webform .captcha .fieldset-description,
.webform-client-form label {
    float:left;
    width:110px;
    text-transform:uppercase;
    font-size:1.2em;
    color:#003b7b;
    margin-right:0;
}
.node-webform .captcha .fieldset-description {
    width:auto;
    margin:-12px;
    padding-left:18px;
}
.webform-client-form input {
    float:left;
    display:inline;
    width:200px;
    border:1px solid #C0C0C0;
    font-family: 'Arial', sans-serif;
    font-size:1.3em;
    color:#666;
    padding:2px;
}
.webform-client-form textarea,
.webform-client-form select{
    border:1px solid #C0C0C0;
    font-family: 'Arial', sans-serif;
    font-size:1.3em;
    color:#666;
    padding:2px;
}
.webform-client-form select{
	max-width:200px;
}
.webform-client-form textarea {
    width: 75%;
    height: 230px;
}
.webform-client-form #webform-component-left-column--civility select {
    width: auto;
}
.node-webform .field-name-field-contact-label-address,
.node-webform .field-name-field-contact-label-form {
    color:#666666;
    font-size:1.6em;
    margin-bottom: 11px;
}
.node-webform .form-required,
.node-webform .field-name-field-contact-address,
.node-webform .field-name-field-contact-phone,
.node-webform .field-name-field-contact-fax {
    color:#003B7B;
    font-size:1.2em;
    min-height:25px;
}
.node-webform .field-name-field-contact-address {
    font-size:1.3em;
    line-height: 0px;
}
.node-webform #webform-component-left-column--about,
.node-webform #webform-component-left-column--first-name {
    margin-bottom:25px;
}
.node-webform .form_footer {
    border-top:2px solid #C0C0C0;
    padding-top:10px;
    text-align:center;
}
.node-webform .recaptcha_input_area label,
.node-webform fieldset legend,
.node-webform #recaptcha_tagline,
.node-webform #recaptcha_logo {
    display:none;
}
.node-webform .recaptchatable {
    border:none !important;
}
.node-webform #recaptcha_image,
.node-webform #recaptcha_response_field,
.node-webform .recaptcha_image_cell {
    width:229px !important;
}

.node-webform #recaptcha_image img{
    max-width:100%;
}

.node-webform .captcha {
    padding-left:78px;
}
.node-webform .captcha fieldset,
.node-webform .captcha .fieldset-wrapper {
    padding: 0;
}
form.node-form {
    font-size:1.2em;
}
/* rév 788 */
.node-webform .messages {
    position:relative;
    top:-20px;
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: red;
    padding: 0px;
    padding-left:25px;
    width: 380px;
    z-index:-1;
}
.node-webform .messages h2 {
	margin:0;
}
.node-webform .messages li{
	list-style-type: none;
}


/******************WORLDMAP*****************/

.filtered_list.locations #list_filter {
	margin-top:20px;
}

.filtered_list.locations #list_filter.search label {
	line-height:20px;
}

.filtered_list.locations #world-map {
  border:1px solid #E5E5E5;
  -moz-box-shadow: 0px 3px 5px #AAA;
  -webkit-box-shadow: 0px 3px 5px #AAA;
  box-shadow: 0px 3px 5px #AAA;
  margin-bottom:20px;
  width:698px;
  height:460px;
}
.filtered_list.locations #worldmap .country {
  color:#003B7B;
  font-size:3em;
  font-weight:bold;
  text-transform:none;
  line-height: 1em;
  margin: 30px 0 5px 10px;
}
.filtered_list.locations .views-row {
  clear: both;
  overflow: hidden;
  padding-top:10px;
  padding-bottom:10px;
  border: 0;
  margin:0;
}
.filtered_list.locations .views-row .field-body{
  border-bottom:1px solid #E5E5E5;
}
.filtered_list.locations .views-row .field-body.headoffice{
    -moz-box-shadow: 0px 3px 5px #AAA;
    -webkit-box-shadow: 0px 3px 5px #AAA;
    box-shadow: 0px 3px 5px #AAA;
    border: 5px solid #9B9EA1;
}
.filtered_list.locations .views-row .left {
	margin-right:0;
}
.filtered_list.locations .views-row .left.border {
	border-right:1px solid #E5E5E5;
}
.filtered_list.locations .views-row .right {
	margin-left:0;
}
.filtered_list.locations .views-row h2 {
  color: #27B051;
  margin-left:8px !important;
  padding-bottom:5px;
  font-size: 2.3em;
  margin-top: 10px;
  text-decoration: none;
}
.view-content .views-field-field-location-category span {
  color:#666;
  font-size: 1.2em;
  border-right:1px solid #E5E5E5;
  text-decoration:none;
  line-height: 1em;
  margin: 2px;
  padding: 0 8px;
}
.view-content .views-field-field-location-category span.last {
    border:0;
}
.view-content .views-field-field-location-image {
	padding:10px;
}
.view-content .views-field-field-location-address {
  color:#003B7B;
  font-size:1.1em;
  margin-bottom:10px;
}
.view-content .views-field-field-location-address p{
  margin-top:5px;
  margin-bottom:5px;
  font-weight:bold;
  font-size:1.2em;
  line-height:18px;
}
.view-content .views-field-field-location-phone,
.view-content .views-field-field-location-fax,
.view-content .views-field-field-location-email {
  color:#003B7B;
  font-size:1.2em;
}
.view-content .views-field-field-location-phone span,
.view-content .views-field-field-location-fax span,
.view-content .views-field-field-location-email span {
  display: block;
  line-height: 20px;
  margin-top: 2px;
  padding-left: 25px;
}
.view-content .views-field-field-location-phone span.phone {
  background: url("../images/css/phone.png") no-repeat scroll 0 0 transparent;
}
.view-content .views-field-field-location-fax span.fax {
  background: url("../images/css/fax.png") no-repeat scroll 0 0 transparent;
}
.view-content .views-field-field-location-email span.mail {
  background: url("../images/css/ico_mail.png") no-repeat scroll 0 0 transparent;
}
.view-content .views-field-field-location-urls span {
  padding-right:25px;
  background: url("../images/css/external_link.png") no-repeat scroll right top transparent;
  line-height:20px;
}
.view-content .views-field-field-location-urls {
    text-align:right;
    padding-top:45px;
}
.view-content .views-field-field-location-urls a{
  color: #e63100;
  text-decoration: none;
  font-size:1.2em;
  text-transform:uppercase;
  line-height: 18px;
}
.view-content {
  height:auto;
}
.view-az-list .view-content {
  overflow:hidden;
}
.jvectormap-label {
  background:#08519C;
  text-transform : uppercase;
  font-size:1.1em;
}
.jvectormap-container path:hover {
  cursor:crosshair;
}
.country_list_link {
  overflow:hidden;
  height:0;
  width:30000px;
  overflow:hidden;
}
.country_list_link a{
  color:white;
}

/******************MEDIA LIBRARY*****************/
.node-media-library .bloc-title {
  padding-bottom:5px;
  margin-bottom:0;
  overflow:visible;
}
.node-media-library .bloc-title ul {
	margin:0;
}
.node-media-library .bloc-title a {
  color:#003B7B;
  text-decoration:none;
  padding-left:20px;
}
.node-media-library .bloc-title .selected a {
  color:#FFF;
}
.node-media-library .bloc-title li {
  display:inline;
  float:left;
  background:url("../images/css/tab_white_spr.png") no-repeat scroll 0 0 transparent;
  padding-bottom: 5px;
  padding-left: 15px;
  margin-right: 4px;
  margin-bottom:0;
}
.node-media-library .bloc-title li span {
	background:url("../images/css/tab_white_spr.png") no-repeat scroll right -66px transparent ;
	padding-right: 12px;
}
.node-media-library .bloc-title li span>span {
    background:url("../images/css/tab_white_spr.png") repeat-x scroll 0 -33px transparent;
    padding-bottom: 5px;
    padding-top: 8px;
    padding-right: 0;
}
.node-media-library .bloc-title li.selected {
	background:url("../images/css/tab_green_spr.png") no-repeat scroll 0 0 transparent;
}
.node-media-library .bloc-title li.selected span{
	background:url("../images/css/tab_green_spr.png") no-repeat scroll right -66px transparent;
}
.node-media-library .bloc-title li.selected span>span {
	background:url("../images/css/tab_green_spr.png") repeat-x scroll 0 -33px transparent;
}
.node-media-library form .views-exposed-form label,
.node-media-library form .views-exposed-form .views-widget{
    float:left;
}
.node-media-library form .views-exposed-form label {
  font-size:1.0em;
  height: 14px;
  color:#666;
  text-transform:uppercase;
  padding-bottom: 5px;
  font-weight:normal;
  cursor:default;
  vertical-align: middle;
  padding-top: 12px;
  padding-right: 5px;
}
.node-media-library .filter-pager {
	height:45px;
}
.node-media-library .form-type-select {
	margin-bottom:5px;
}
.node-media-library .view-medialibrary select {
    border: 1px solid #C0C0C0;
    color: #666666;
    font-family: 'Arial',sans-serif;
    font-size: 1.3em;
    padding: 2px;
}
.node-media-library .media {
  border-bottom: 1px solid #C0C0C0;
  margin: 20px 0px 10px 0;
  min-height:100px;
}
.node-media-library .media.small {
  margin-right:20px;
 /* height:200px;*/
 padding-bottom:8px;
}
.node-media-library .media .picture{
	height:112px;
	max-width:160px;
}
.node-media-library .media .picture img{
	width:100%;
	max-height: 111px;
}
.node-media-library .media.photo .infos {
  border-bottom: 1px solid #C0C0C0;
}
.node-media-library .media .infos {
  padding:8px;
  height:72px;
  overflow:hidden;
}
.node-media-library .media .category{
	font-size:1.0em;
	height: 14px;
	color:#666;
	text-transform:uppercase;
	padding-bottom: 5px;
}
.node-media-library .media .description {
	font-size:1.2em;
	color:#666;
}
.node-media-library .media .title {
  font-size:1.2em;
  color:#27B051;
  font-weight:bold;
  padding-left:0;
  text-indent:20px;
}
.node-media-library .media.audio .title {
  padding-left:5px;
  margin-bottom:10px;
  background:url("../images/css/audio_blue.png") no-repeat scroll 0 0;
}

.node-media-library .bloc-title .selected .audio a {
  background:url("../images/css/audio_white.png") no-repeat scroll 0 2px;
}
.node-media-library .media.audio .category {
	padding-bottom:10px;
}
.node-media-library .media.audio .media-audio {
	margin-top:50px;
}
.node-media-library .bloc-title .selected .photo a {
  background:url("../images/css/photo_white.png") no-repeat scroll 0 2px;
}
.node-media-library .media.photo .title {
  background:url("../images/css/photo_blue.png") no-repeat scroll 0 0;
}
.node-media-library .bloc-title .selected .video a {
  background:url("../images/css/video_white.png") no-repeat scroll 0 2px;
}
.node-media-library .media.video .title {
  background:url("../images/css/video_blue.png") no-repeat scroll 0 0;
}
.node-media-library .bloc-title .audio a {
  background:url("../images/css/audio_blue.png") no-repeat scroll 0 2px;
}
.node-media-library .bloc-title .photo a {
  background:url("../images/css/photo_blue.png") no-repeat scroll 0 2px;
}
.node-media-library .bloc-title .video a {
  background:url("../images/css/video_blue.png") no-repeat scroll 0 2px;
}
.node-media-library .media .download {
  background:url(../images/css/download.png) no-repeat scroll left top transparent;
  font-size: 1.2em;
  margin-left: 10px;
  margin-top: 5px;
  padding-left: 20px;
  text-align: left;
}
.node-media-library .media .download a{
  color:#888;
  font-weight:bold;
  text-decoration:none;
  display: block;
  padding-top: 3px;
}
.node-media-library .media .download a:hover{
  text-decoration:underline;
}
.node-media-library .media .picture a span.play,
.node-media-library .media .picture a span.search{
    background: url("../images/css/ico_play.png") no-repeat scroll 0 -200px transparent;
    display: none;
    height: 41px;
    position: absolute;
    width: 41px;
    z-index: 2;
    margin-left: 4.6%;
    margin-top: 2.8%;
}
.node-media-library .media .picture a span.search{
	background: url("../images/css/ico_view.png") no-repeat scroll 0 -200px transparent;
}
.node-media-library .media:hover .picture a span.play,
.node-media-library .media:hover .picture a span.search{
  display:block;
}
.node-media-library .media:hover .title {
  text-decoration:underline;
}
.node-media-library .media_library {
	overflow:hidden;
	min-height: 300px;
}
.node-media-library .view-content {
  overflow:hidden;
  clear:both;
  border-top: 5px solid #888888;
  padding-top: 10px;
  margin-right: -20px;
}
.ie7 .node-media-library  .pager.top {
  margin-top:10px;
}
#carousel li {
  position:relative;
}
#carousel li span.title {
  color:#27B051;
}
#carousel li p {
  font-weight:normal;
  max-width:none;
}
#carousel .jcarousel-control {
  top:15px;
  bottom:auto;
  right:45px;
}
#carousel .jcarousel-control a {
  background-image: url("../images/css/bullet_carousel.png");
}
#biomerieux_carousel .carou_slider {
  background:url(../images/css/bg_slider_carou.png) no-repeat;
  width:936px;
  top:251px;
  position:absolute;
  height:70px;
  left:4px;
  z-index:50000;
  text-align:center;
}
#carousel li div.txt {
  vertical-align:top;
  margin-top:50px;
}
#carousel .btn_slide > span{
  background:url(../images/css/bg_slider_carou.png) no-repeat center -225px;
  width:936px;
  display:block;
  height:25px;
  position:absolute;
  top:-11px;
  left:0;
}
#carousel .btn_slide > span span{
  background:url(../images/css/anim_arrow.gif) no-repeat center 0;
  width:936px;
  height:15px;
  display:block;
}
#carousel .carou_slider.open .btn_slide > span{
  background-position:center -725px;
  height:30px;
  top:-13px;
}
#carousel .carou_slider.open .btn_slide > span span{
  display:none;
}
#carousel .btn_slide {
  height:49px;
  margin-top:-61px;
  cursor:pointer;
}
#carousel .btn_slide a{
  background:url(../images/css/bg_slider_carou.png) no-repeat 0 -70px;
  padding-left:12px;
  line-height:49px;
  display:inline-block;
}
#carousel .btn_slide a span {
  background:url(../images/css/bg_slider_carou.png) no-repeat right -170px;
  display:inline-block;
  padding-right:12px;
}
#carousel .btn_slide a span span {
  background:url(../images/css/bg_slider_carou.png) repeat-x 0 -120px;
  padding:0;
  font-size:1.4em;
  color:#fff;
}
#carousel .btn_slide a span span + span {
  display:none;
}
#carousel .carou_slider li {
  height:220px;
  width:300px;
  line-height:220px;
  text-align:center;
  display:none;
  vertical-align:top;
}
#carousel .carou_slider.open li {
  display:inline-block;
}
#carousel .carou_slider li a {
  text-decoration:none;
}
#carousel .carou_slider li + li {
  background:url(../images/css/bg_slider_carou.png) no-repeat 0 -530px;
}
#carousel .carou_slider li span,
#carousel .carou_slider li img {
  display:block;
  vertical-align:top;
  line-height:normal;
  margin:0 auto;
  max-width:220px;
}
#carousel .carou_slider li img {
  margin:10px auto 20px;
}
#carousel .carou_slider li span.title {
  font-size:1.6em;
  font-weight:normal;
  text-transform:uppercase;
  color:#59595b;
  float:none;
  margin:0 auto;
}
#carousel .carou_slider li span.pdt_name {
  color:#27B051;
  font-size:1.6em;
  font-weight:bold;
}
#carousel .carou_slider li span.intro {
  color:#1b417a;
  font-weight:bold;
  font-size:1.2em;
}
.not-front #visuel {
  margin-top:-12px;
}
/******** SHADOWBOX ***********/

#sb-title,
#sb-title-inner {
    font-size: 11px;
    height: auto;
}

/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}


/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}





/***********************************************
************************************************
************************************************
BIO INDUS CSS
************************************************
************************************************
***********************************************/
/** START HOME **/
.front #main  {
  background:none;
}
#content{
  margin-top: 0;
}
.front #content .region > .block > .content{
  overflow: hidden;
  height:482px;
  position:relative;
}
.front #content .region > .block-biomerieux-slider > .content{
  overflow: visible;
}
.slogan_sep{
  background: url("../images/css/bg_shadow_pictos_home.png") no-repeat center bottom;
  margin-bottom: 15px;
  height:15px;
}
.more-button {
  text-align: center;
  clear:both;
  margin:30px auto 0;
}
.more-button a.biobutton{
  background:url(../images/css/bg_btn.png) no-repeat 0 -1351px;
  height:45px;
  padding-left:45px;
  font-size:1.4em;
}
.more-button a.biobutton span{
  background:url(../images/css/bg_btn.png) no-repeat right -1396px;
  padding-right:45px;
  height:45px;
  line-height:45px;
}
.more-button a.biobutton span span{
  background-position: 0 -1441px;
  background-repeat:repeat-x;
  padding:0;
  text-transform:uppercase;
}

/** END HOME **/
/** START HEADER **/
.need-infos {
  position: absolute;
  right: 20px;
  top: 30px;
}
.need-infos p {
  font-size: 1.4em;
  color: #666666;
}
.need-infos a {
  margin-top: 5px;
}
.need-infos .button_content span span {
  min-width: 90px;
}
body #main-wrapper {
  background: url("../images/css/bg_header_page.png") repeat-x;
  padding-bottom:75px;
}
body.front #main-wrapper {
  background: none;
  padding-bottom:35px;
}
.no-visuel #visuel {
  display: none;
}
#visuel .region-visuel {
  margin: auto;
  width: 940px
}
#breadcrumb {
  background: url("../images/css/bg_more.png") repeat-x scroll left bottom #FFFFFF;
  padding: 6px 0;
  height: 30px;
  line-height: 27px;
  font-size: 1.1em;
}
#breadcrumb .breadcrumb {
  padding-left: 10px;
}
#main_bis {
  background: #FFF;
  margin: 0 auto;
  width: 940px;
}
.front #main_bis {
  width:960px;
  margin-top:30px;
}
#name-and-slogan b{
  background: #FFFFFF;
  padding: 5px 0 6px;
}
.center {
  padding-bottom:40px;
}
.st_email {
  background: url("../images/css/ico_mail.png") no-repeat scroll 0 center transparent;
}
.st_facebook {
  background: url("../images/css/ico_fb.png") no-repeat scroll 0 center transparent;
}
.st_twitter {
  background: url("../images/css/ico_tw.png") no-repeat scroll 0 center transparent;
}
.st_sharethis {
  background: url("../images/css/ico_share.png") no-repeat scroll 0 center transparent;
  display:block;
}
.st_sharethis .stButton {
  width:57px !important;
  height:20px !important;
}
/** END HEADER **/
/** START MENU **/
#main-menu-links > li.selec a {
  color:#666;
}
#main-menu-links > li.selec:hover > a, #main-menu-links > li.selec.active > a {
  background: none;
}
#main-menu-links > li.selec.active > a {
  text-decoration:underline;
}

.nav-layer li a,
.nav-layer li span.likea {
  color: #003B7B;;
  text-transform: normal;
  font-weight: bold;
  display: block;
  max-width: 190px;
  white-space: normal;
}
.nav-layer.type1 li a {
  color: #666;
  text-transform:none;
  font-size:1.3em;
  font-weight:normal;
  text-align:left;
}
.nav-layer .content ul li li {
  background: none;
  padding-left:10px;
}
.nav-layer .content ul li li:hover {
  background: url("../images/css/bullet_menu.png") no-repeat scroll 0 4px transparent;
}
.nav-layer .content ul li li:hover a {
  font-weight: bold;
  color: #000;
  text-decoration:none;
}
.nav-layer.type2 .content > ul > li > a,
.nav-layer.type2 .content > ul > li > span.likea {
  font-size:1.7em;
}
#main-menu-links .nav-layer.type3 .content > ul > li:hover {
  background: url("../images/css/bullet_menu.png") no-repeat scroll 0 6px transparent;
}
.nav-layer.type3 .content > ul > li:hover a {
  color: #000;
  font-weight: bold;
}
#main-menu-links > li.active.first {
  background: url("../images/css/bckg_first_menu.png") no-repeat scroll  left center transparent;
  margin: 0px;
}
#main-menu-links > li.pink.active {
  background-position:0 -148px;
}
#main-menu-links > li.purple.active {
  background-position:0 -111px;
}
#main-menu-links > li.green.active{
  background-position:0 -37px;
}
#main-menu-links > li.blue.active {
  background-position:0 -74px;
}
#main-menu-links > li.selec {
    background: url("../images/css/btn-select.png") no-repeat scroll 0 0 transparent;
    height: 45px;
    line-height: 46px;
    margin-top: -4px;
    width:170px;
    float:right;
    margin-right:7px;
}
/** END MENU **/
/** START BLOCKS **/
/*.bloc_button {
  line-height: normal;
  text-align: left;
}
#content .bloc.bloc_link {
  background: none;
  height: auto;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  margin-bottom: -1px;
}
#content .bloc_link .content{
  background: none;
  height: auto;
}
#content .bloc_link .content div{
  background: none;
  height: auto;
}
#content .bloc.grid_8 .blocimg.blocproduct .img_content{
  border:0;
  height: 200px;
}
#content .bloc.grid_8 .blocimg.blocproduct span.theme {
  margin-left: 0;
  margin-top: 10px;
}
#content .bloc.grid_8 .blocproduct .content {
  float: right;
  width: 60%;
  height: 200px;
}
#content .bloc .blocimg .img_content img {
  width:100%;
}
#content .bloc .blocimg .img_content .content{
  background: #FFFFFF;
  bottom: 0;
  margin: 5px;
  padding: 8px 16px 0;
  position: absolute;
  right: 0;
  text-align: center;
  clear: both;
  font-size: 1.4em;
}
#content .bloc .blocimg.blocvideo .img_content .content{
  background: url(../images/css/bg_block_white_transp.png);
}
#content .bloc:hover p {
  text-decoration: underline;
  cursor: pointer;
}
#content .bloc .video_content:hover{
  border: 5px solid #003B7B;
}
#content .bloc .bloc_doc .content{
  margin-top: 30px;
}
#content .bloc.news .bloc_doc ul {
  height: 310px;
}
#content .bloc .bloc_doc li div {
  overflow: hidden;
}
#content .bloc .bloc_doc li a {
  color: #666666;
  padding-left:0;
  font-size: 1.5em;
}*/
#content .see_all {
  padding-right: 15px;
  background: url(../images/css/bullet_grey_left.png) no-repeat center right;
  color:#333;
  margin-right:10px;
}
/*
#content .bloc .blocbutton .content:hover {
  background: none repeat scroll 0 0 #003B7B;
  border: 5px solid #003B7B;
}
#content .bloc .blocbutton:hover p {
  color: #FFFFFF;
  text-decoration: none;
}
#content .bloc .blocvideo .img_content .content span.date {
  color: #003B7B;
  font-size: 0.8em;
}
.blocvideo a span.play{
  background:url(../images/css/ico_play.png) no-repeat;
  width:41px;
  height:41px;
  position:absolute;
  left:50%;
  top:25%;
  margin-left:-20px;
  margin-top:0;
  z-index: 2;
}
.purple .blocvideo a span.play{
  background-position: 0 -79px;
}
.pink .blocvideo a span.play{
  background-position: 0 -161px;
}
.blue .blocvideo a span.play{
  background-position: 0 -39px;
}
.green .blocvideo a span.play{
  background-position: 0 -119px;
}

#content .bloc .blocvideo .content {
  text-align: left !important;
}
#content .bloc .other_content div.text{
  font-size: 1.4em;
  height: 120px;
  margin-top: 20px;
  text-align: center;
}
#content .bloc .blocother .other_content {
  color:#333;
}
#content .bloc .blocother:hover .other_content {
  text-decoration: none;
}
#content .bloc .blocother.blue .other_content {
  color:#FFF;
}
#content .bloc .other_content:hover {
  text-decoration: none;
}
.other_content .biobutton {
  margin-left: 10px;
}

#content .bloc .other_content div.text .line1 {
  background: url("../images/css/wave_indus.png") no-repeat scroll left 28px bottom transparent;
  padding-bottom: 45px;
}
#content .bloc .blue .other_content div.text .line1 {
  background: url("../images/css/wave_indus.png") no-repeat scroll right 22px bottom transparent;
}
#content .bloc.grid_4 .blocimg.blocproduct .img_content {
  border-color: #f7f7f7;
}
#content .bloc.grid_8 .blocimg.blocproduct .img_content {
  border: none !important;
}
#content .bloc.grid_8 .blocimg.blocproduct .img_content .theme {
  margin-left: 0;
  margin-top: 10px;
}
#content .blocimg.blocproduct {
  background: #f7f7f7;
}
#content .bloc.grid_8 .blocproduct .content {
  float: right;
  width: 60%;
  height: 192px;
  background: #f7f7f7 !important;
  margin: 0;
  padding-left: 0;
}
#content .bloc .blocimg.blocproduct.color .img_content .content{
  color:#FFF;
}
#content .blocimg.blocproduct.color {
  background: #e2007a;
  color:#FFF;
}
#content .blocimg.blocproduct.color .img_content {
  border: 5px solid #e2007a;
}
#content.purple .blocimg.blocproduct.color,
#content.purple .blocimg.blocproduct.color .content{
  background: #7f52a7 !important;
  color:#FFF;
}
#content.purple .blocimg.blocproduct.color .img_content {
  border-color: #7f52a7;
}
#content.pink .blocimg.blocproduct.color,
#content.pink .blocimg.blocproduct.color .content{
  background: #d51173 !important;
}
#content.pink .blocimg.blocproduct.color .img_content{
  border-color: #d51173;
}
#content.blue .blocimg.blocproduct.color,
#content.blue .blocimg.blocproduct.color .content {
  background: #09a0cf !important;
}
#content.blue .blocimg.blocproduct.color .img_content {
  border-color: #09a0cf;
}
#content.green .blocimg.blocproduct.color,
#content.green .blocimg.blocproduct.color .content {
  background: #10977B !important;
}
#content.green .blocimg.blocproduct.color .img_content {
  border-color: #10977B;
}
#content .bloc .blocproduct.blocimg .img_content .content{
  background: none;
}*/
#content .bloc {
    height: 220px;
    margin-bottom: 10px;
    padding-bottom: 11px;
}
.bloc .blocimgtxt {
  position:relative;
}
.bloc.grid_4 {
  background: url("../images/css/block-shadow-1.png") no-repeat center bottom;
}
.bloc.grid_8 {
  background: url("../images/css/block-shadow-2.png") no-repeat center bottom;
}
#content .bloc.news {
  height:auto;
}
.bloc.noshadow {
  background: none;
}
.blocproduct,
.blocother,
.blocimg {
  height:220px;
  margin-bottom:20px;
  position:relative;
}
.blocproduct .content {
  text-align:center;
  background:#f7f7f7;
  height:220px;
}
.blocproduct .content .txt {
  position:relative;
  z-index:10;
}
.grid_8 .blocproduct .content .txt {
  line-height:220px;
  height:220px;
}
.grid_4 .blocproduct .content {
  position:relative;
}
.grid_4 .blocproduct span.theme {
  left:0;
}
.grid_4 .blocproduct .content img{
  margin-top:40px;
}
.blocproduct .content,
.blocother .content{
  overflow:hidden;
}
.grid_8 .blocproduct .content {
  width:295px;
  float:right;
}
.blocproduct .content p,
.blocproduct .content a{
  color:#444;
  text-decoration:none;
}
.blocproduct .content p {
  font-size:1.4em;
  padding:25px 30px;
  margin:0;
}
.blocproduct .content.color {
  background:url(../images/css/round_bg_vertical.png) repeat-x 0 -1100px;
}
.blocproduct .content.color p,
.blocproduct .content.color a{
  color:#fff;
}
.blocproduct .content .valign {
  height:155px;
  line-height:155px;
}
.grid_8 .blocproduct .content .valign {
  display:inline-block;
  vertical-align:middle;
}
.blocproduct .content .valign p {
    line-height: normal;
    padding: 0;
    vertical-align: middle;
}
.blocproduct .content.color a.button_content{
  color:#666;
}
.blocproduct:hover p{
  text-decoration:underline;
}
.blocother .content a {
  display:block;
  width:210px;
  height:210px;
  background:url(../images/css/bg_other.png) no-repeat center 75px;
}
.color .blocother .content {
  background:url(../images/css/bg_other.png) no-repeat center -135px;
  text-align:center;
  line-height:185px;
}
.color .blocother .content a {
  background:url("../images/css/bg_btn.png") no-repeat 0 -696px;
  display:inline-block;
  width:auto;
  height:auto;
  vertical-align:bottom;
}
.bloc span.theme {
  position: absolute;
  background: #003B7B;
  font-weight: bold;
  margin-top: 5px;
  margin-left: -5px;
  max-width: 185px;
  padding: 5px 10px 5px 15px;
  z-index: 1;
}
.bloccontact span.theme,
.blocproduct span.theme {
  margin-left:0;
}
.blocproduct span.theme {
  margin-top:10px;
}
.blocbutton .content,
.blocother .content,
.blocimg .content,
.news .bloc_doc .doc_content,
.blocdoc{
  border: 5px solid #E5E5E5;
  height: 210px;
}
.blocdoc .content{
  padding-top:30px;
  height:180px;
}
.blocbutton .content:hover,
.blocother .content:hover,
.blocimg .content:hover{
  border-color: #003B7B;
}
.blocimg .content:hover .txt a:hover{
  text-decoration: underline;
}
.round_border {
  background: url(../images/css/round_bg_horizontal.png);
  height: 13px;
  left: 5px;
  position: absolute;
  bottom: 94px;
  width: 210px;
}
.grid_8 .blocproduct .round_border {
  background: url("../images/css/round_border_vertical.png") no-repeat -57px center;
  width:13px;
  height:220px;
  bottom:0;
  left:152px;
}
.grid_8 .blocproduct .color .round_border {
  background-position:-84px center;
}
.bloc_video .video_content{
  height: 220px;
  overflow: hidden;
  width: 220px;
}
.bloc_video .round_border {
  background-position: 0 -13px;
  width:220px;
  bottom:92px;
  left:0;
}
.bloc_video .content{
  background: url(../images/css/round_bg_video.png);
  padding: 12px;
  height: 68px;
  overflow:hidden;
  bottom:0;
  position:absolute;
  width:196px;
}
.bloc_video p,
.bloccontact p {
  font-size:1.3em;
}
.bloccontact p span.phone {
  background:url(../images/css/ico_phone.png) no-repeat 0 2px;
  display:block;
  padding-left:25px;
  line-height:25px;
}
.bloccontact p span.fax {
  background:url(../images/css/ico_fax.png) no-repeat 0 2px;
  display:block;
  padding-left:25px;
  line-height:25px;
}
.grid_8 .blocimg .round_border {
  background-position:-5px 0;
  bottom:64px;
  width:450px;
}
.blocimg .txt {
  height:87px;
  background: url(../images/css/round_bg_horizontal.png);
  text-align:center;
}
.grid_8 .blocimg .txt {
  height:57px;
}
.bloc.news {
  height: auto;
}
.bloc_doc ul,
.blocdoc ul {
    float: left;
    padding: 20px;
}
.blocdoc ul {
  width:170px;
  word-wrap:break-word;
}
.blocdoc li a {
  display: inline-block;
  max-width: 150px;
  vertical-align: top;
}
.bloc .blocdoc .adjust {
  width:210px;
}
.bloc_doc,
.blocdoc,
.bloccontact {
  background: none;
  overflow:hidden;
}
.bloccontact {
  background:#f7f7f7;
  height:220px;
}
.bloc.news .bloc_doc{
  height:auto;
  margin-bottom: 0;
}
.bloc.news .bloc_doc ul {
    height: 350px;
}
.bloc.news .doc_content{
  height: 451px;
}
.news .bloc_doc .content {
    margin-top: 30px;
}
#right-sidebar .bloc.news .doc_content {
  height:auto;
}
#right-sidebar .news .bloc_doc .content {
  overflow:hidden;
}
#right-sidebar .bloc.news .bloc_doc ul {
  height:auto;
}
#right-sidebar .bloccontact .content {
  margin-top:45px;
  padding:0 10px;
}
.bloc_doc li,
.blocdoc li {
  list-style-type:none;
  margin-bottom:25px;
}
.bloc_doc li .date,
.blocdoc li .date {
  color: #003B7B;
  display: block;
  font-size: 1.1em;
  margin-bottom: 5px;
}
#content .bloc .more_info .img_content {
  height: auto;
}
#content .bloc .more_info .img_content .content {
  text-align: center;
  background: #FFF;
  position: relative;
  margin-bottom: 10px;
  padding: 8px 0 0;
}
#content .bloc .more_info .img_content .content .arrow {
  background: transparent;
  display:block;
  height:15px;
}
.green #content .bloc .more_info .img_content .content .arrow {
  background-position: -5px -15px;
}
#content .action_pdt .bloc .more_info .img_content .content .arrow {
  background-position:center -75px;
}
#content .bloc .more_info .img_content .content p{
  font-size: 1.1em;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: -25px;
  padding-bottom: 15px;
  text-decoration: none;
  text-transform: uppercase;
}
#content .action_pdt .more_info {
  margin-bottom:0;
}
#content .action_pdt .more_info .img_content {
  border:5px solid #e5e5e5;
}
#content .action_pdt .more_info .img_content .content {
  height:auto;
  border:0;
  margin:0;
}
#content .action_pdt .more_info .img_content .content p {
  font-size:1.5em;
  margin-bottom:0;
}
#content .bloc .more_info .link {
  text-align: center;
  padding: 15px 0 5px;
  background-color: #27B051;
}
.green #content .bloc .more_info .link {
  background-color: #10977b;
}
.action_pdt a {
  margin:0 0 10px;
}

/** END BLOCKS **/
/** START MENUBAR **/
#block-biomerieux-slider-biomerieux-slider {
  position:fixed;
  right:-910px;
  top:220px;
  z-index:10000;
  height:408px;
  background:url(../images/css/shadow_slider.png) no-repeat 45px bottom;
}
#block-biomerieux-slider-biomerieux-slider .close {
  background:url(../images/css/bg_act_tirette.png) no-repeat -196px 0;
  width:20px;
  height:18px;
  display:block;
  float:right;
  margin:20px;
}
.wrap_title {
  width:49px;
  position:relative;
  display:inline-block;
  vertical-align:top;
  cursor:pointer;
}
.wrap_title a {
  background:url(../images/css/bg_act_tirette.png) no-repeat 0 0;
  display:inline-block;
  padding-top:40px;
  width:49px;
}
.wrap_title a span {
  background:url(../images/css/bg_act_tirette.png) no-repeat -98px bottom;
  display:inline-block;
  padding-bottom:50px;
  height:207px;
  width:49px;
}
.open .wrap_title a span {
  background-position:-147px bottom;
}
.wrap_title a span span {
  background-position:-49px 0;
  background-repeat:repeat-y;
  padding:0;
}
.open .wrap_title a span span {
  background-position:-49px 0;
}
.block-biomerieux-slider span.title {
  background:none;
  padding:0;
  -webkit-transform-origin: 10% 155%;
  -moz-transform-origin: 10% 155%;
  -o-transform-origin: 10% 155%;
  transform-origin: 10% 155%;
  -moz-transform: scale(1) rotate(90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -webkit-transform: scale(1) rotate(90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -o-transform: scale(1) rotate(90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -ms-transform: scale(1) rotate(90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  transform: scale(1) rotate(90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  display:inline-block;
  font-size:2.2em;
  color:#fff;
  white-space:nowrap;
  position:absolute;
  top:34px;
}
.lt-ie9 .block-biomerieux-slider span.title {
  filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  zoom: 1;
  color: #fff;
  line-height:49px;
}
#block-biomerieux-slider-biomerieux-slider.open {
  position:absolute;
}
#block-biomerieux-slider-biomerieux-slider.open .wrap_title span.title {
  opacity:0.5;
}
.block-biomerieux-slider .slider_title {
  font-size:1.6em;
  color:#fff;
  text-transform:uppercase;
  padding:30px 0 10px 25px;
  display:inline-block;
}
.lt-ie9 .block-biomerieux-slider .slider_title {
  background: none repeat scroll 0 0 transparent;
  color: #333333;
  filter:progid:DXImageTransform.Microsoft.Blur(pixelradius=6);
  zoom: 1;
}
.lt-ie9 .block-biomerieux-slider .slider_title:before {
  color: #fff;
  content: attr(data-innertext);
  padding: 3px;
  position: absolute;
}
#content #block-biomerieux-slider-biomerieux-slider .content,
.front #content #block-biomerieux-slider-biomerieux-slider .content {
  display:inline-block;
  height:400px;
  width:910px;
  background:#27B051;
  margin: 3px 0 0 -3px;
}
#block-biomerieux-slider-biomerieux-slider .choice {
  width:150px;
  display:inline-block;
  padding:0 25px 0 0;
  background:url(../images/css/sep_slider.png) no-repeat right center;
  vertical-align:middle;
}
#block-biomerieux-slider-biomerieux-slider .choice span.nb {
  background:url(../images/css/bg_bullet_slider.png) no-repeat 0 -21px;
  width:21px;
  height:21px;
  display:inline-block;
  text-align:center;
  color:#fff;
  font-size:1.2em;
  font-weight:bold;
  font-style:italic;
  line-height:22px;
  margin:0 10px 0 0;
  vertical-align:top;
}
#block-biomerieux-slider-biomerieux-slider .filled span.nb {
  background-position:0 0;
}
#choose_franchise ul {
  display:inline-block;
  vertical-align:middle;
}
#block-biomerieux-slider-biomerieux-slider .choice span.label {
  font-size:1.6em;
  color:#bbb;
  display:inline-block;
  line-height:normal;
}
#block-biomerieux-slider-biomerieux-slider .filled span.label {
  color:#253e79;
}
#block-biomerieux-slider-biomerieux-slider .block-slider {
  background:#fff;
  padding:30px 20px;
  margin:10px 0 10px 10px;
  height:260px;
}
#block-biomerieux-slider-biomerieux-slider .chosen-container {
  min-width:260px;
  font-size:1em;
  position:absolute;
}
.block-slider li {
  display:inline-block;
  list-style-type:none;
  color:#414141;
  padding:0 15px;
}
#block-biomerieux-slider-biomerieux-slider .chosen-container li {
  font-size:1.4em;
}
#block-biomerieux-slider-biomerieux-slider .chosen-drop {
  position:relative;
}
.block-biomerieux-slider #block-search-form-2 {
  display:inline-block;
  margin-left:15px;
  vertical-align:middle;
}
.block-biomerieux-slider #block-search-form-2 input[type=text]{
  background:url(../images/css/bg_search_slider.png) no-repeat;
  width:274px;
  height:41px;
  border:0;
  font-size:1.2em;
  color:#666;
  padding-left:15px;
  line-height:40px;
}
.block-biomerieux-slider #block-search-form-2 input[type="submit"]{
  background:url(../images/css/btn_submit_search_slider.png) no-repeat;
  width:53px;
  height:43px;
  top:0;
  margin-left:-53px;
}
.block-slider .uniform_select {
  display:none;
}
.block-slider .uniform_select.nolabel {
  display:block;
}
.block-slider label {
  font-size:1.4em;
  color:#414141;
  font-weight:normal;
  text-align:left;
  margin-bottom:7px;
}
.block-slider .search_pdt label {
  display:inline-block;
  margin-right:10px;
}
.block-slider .search_pdt .products label {
  display:block;
}
.block-slider #autocomplete ul li {
  width:100%;
  display:block;
  font-size:1.2em;
  line-height:14px;
  height:14px;
}
.block-biomerieux-slider .products .views-widget-filter-title,
.block-biomerieux-slider .products .form-actions {
  display:inline-block;
  margin:0;
  vertical-align:bottom;
}
.block-biomerieux-slider .products .form-actions {
  display:inline-block;
  vertical-align:bottom;
  margin:0;
  line-height:0;
}
#search_product .products {
  vertical-align:bottom;
  display:inline-block;
}
#search_product .products .views-widget {
  margin-bottom:3px;
}
.block-biomerieux-slider .products .form-autocomplete {
  font-size:1.2em;
  padding-right:25px;
  border:1px solid #ccc;
  height:24px;
  line-height:24px;
  background-position:100% 7px;
}
.block-biomerieux-slider .products .throbbing {
  background-position:100% -13px;
}
.form-item,
.form-actions {
  margin:0;
}
#biomerieux-contact-form .form-item,
#biomerieux-contact-form .form-actions {
  margin:1em 0;
}
#biomerieux-contact-form fieldset#edit-location,
#biomerieux-contact-form fieldset#edit-identity {
  margin-bottom:3em;
}
#choose_franchise,
#choose_appli {
  margin-bottom:20px;
}
.search_pdt > li {
  background:url(../images/css/sep_search.png) no-repeat 0 center;
  vertical-align:top;
  height:181px;
  width:267px;
}
.search_pdt > li span.label {
  font-size:1.6em;
  color:#253e79;
  margin-bottom:20px;
  display:block;
}
.block-slider .uniform_select{
  margin-top:10px;
  position:relative;
  height:33px;
}
.block-slider .nolabel {
  margin-top:21px;
}
.block-slider .push li a {
  max-width:230px;
  color:#414141;
  text-decoration:none;
  display:block;
  text-align:center;
}
.search_pdt > li + li + li {
  width:230px;
}
button.submit_slider {
  background:url(../images/css/bg_btn.png) no-repeat 0 -2068px;
  padding:0 0 0 21px;
  display:block;
  border:0;
  height:33px;
  line-height:33px;
  margin:20px auto 30px;
  cursor:pointer;
  position:relative;
  z-index:2;
  min-width:80px;
}
button.submit_slider span{
  background:url(../images/css/bg_btn.png) no-repeat right -2134px;
  padding-right:21px;
  display:inline-block;
  height:33px;
}
button.submit_slider span span{
  padding:0;
  background-repeat:repeat-x;
  background-position:0 -2101px;
  color:#fff;
  font-weight:bold;
  font-size:1.4em;
}
button.submit_slider span.nb{
  font-size:1em;
  font-weight:normal;
  background:none;
  display:block;
  float:right;
  margin-left:5px;
}
.chosen-container-single .chosen-single div {
  width:33px;
  height:33px;
}
.chosen-container-single .chosen-single div b {
  background: url("../images/css/chosen-sprite.png") no-repeat;
  display: block;
  height: 100%;
  width: 100%;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position:0 0;
}
.chosen-container-single .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
  height:33px;
  line-height:33px;
  border:0;
  border-radius:0;
  background:url(../images/css/chosen-bg.png) no-repeat;
  box-shadow:none;
}
.chosen-container-single .chosen-single span {
  margin-right:33px;
}
.chosen-container-single .chosen-single div {
  width:33px;
  height:33px;
}
.chosen-container-single .chosen-single div b {
  background: url("../images/css/chosen-sprite.png") no-repeat;
  display: block;
  height: 100%;
  width: 100%;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position:0 0;
}
.chosen-container-single .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
  height:33px;
  line-height:33px;
  border:0;
  border-radius:0;
  box-shadow:none;
  background:none;
  padding:0;
}
#incoming_taxo_chosen.chosen-container-single .chosen-single,
#incoming_taxo_chosen.chosen-container-active.chosen-with-drop .chosen-single {
  width:200px !important;
}
.chosen-container-single .chosen-single > span,
.chosen-container-active.chosen-with-drop .chosen-single > span{
  background:url(../images/css/chosen-bg.png) no-repeat;
  padding-left:8px;
}
.chosen-container-single .chosen-single span {
  margin-right:33px;
}
.chosen-container.error {
  background-repeat:no-repeat;
  background-position:84% center;
}
.chosen-container.error .chosen-single > span {
  background:none;
}
#block-biomerieux-slider-biomerieux-slider .chosen-container-single .chosen-single span {
  font-size:1.4em;
}
#views-exposed-form-locations-locations .chosen-container {
  min-width:230px;
}
#sidebar-first .section {
  padding:0 10px;
}
#sidebar-first span.h2,
#right-sidebar .suggested span.h2,
#sidebar-first .azletters li a {
  border-bottom: none;
  color: #003B7B;
  display: block;
  font-size: 1.4em;
  font-weight: bold;
  padding-bottom: 10px;
  text-decoration: none;
  text-transform: none;
}
#sidebar-first .azletters li a {
  padding-bottom:0;
}
#sidebar-first .azletters li a.active {
  text-decoration:underline;
}
#sidebar-first span.h2 {
  margin-top:18px;
}
#sidebar-first span.filter {
  display:block;
  text-transform:uppercase;
  border-bottom:1px solid #cdcdcd;
  font-size:1.2em;
  color:#666;
  padding:18px 0 12px;
}
#right-sidebar .suggested span.h2 {
  margin-top: 18px;
}
#sidebar-first a span.h2 {
  border-bottom:0;
}
#sidebar-first .block-menu > a {
  display:block;
}
#sidebar-first .block-menu > a + a{
  border-top: 1px solid #ccc;
}
#sidebar-first li > a,
#sidebar-first.taxo_terms li > label {
  color: #666;
  font-size: 1.4em;
  padding:5px 20px;
}
#sidebar-first li > label {
  color: #666;
  font-size: 1.2em;
}
#sidebar-first.taxo_terms li > label {
  font-weight:normal;
  padding:0;
}
#sidebar-first.taxo_terms li > label div.checker {
  vertical-align:top;
}
#sidebar-first.taxo_terms li > label span {
  display:inline-block;
  vertical-align:top;
  max-width:170px;
}
#sidebar-first .uniform_select li > label {
  font-weight:normal;
  display:inline-block;
  vertical-align:top;
  max-width:172px;
}
#sidebar-first li > span {
  color: #666;
  font-size: 1.4em;
}
#sidebar-first li:hover > a {
  font-weight: bold;
  color: #000;
  background: url("../images/css/bullet_first_menu.png") no-repeat scroll 0 6px transparent;
}
#sidebar-first .uniform_select {
  margin-bottom:10px;
}
#sidebar-first .chosen-container {
  max-width:200px;
}
.node-article #right-sidebar {
  margin-left:10px;
}
/** END MENUBAR **/
/** START CONTENT **/
.soluce_detail .pres{
  overflow:hidden;
  border-bottom:5px solid #8a8b8d;
  margin-bottom:30px;
  background:#fff url(../images/css/bg_soluce.png) repeat-x 0 bottom;
}
#content .action_pdt .bloc,
#content .action_pdt .blocimg {
  height:auto;
  width:190px;
  padding:0;
  margin:0;
}
#content .action_pdt .more_info {
  width:205px;
}
.info_pdt h1,
.info_soluce h1,
.bloc-title h1 {
  color: #1b417a;
  margin-bottom: 22px;
  font-size: 3em;
  line-height:normal;
}
.info_pdt h1,
.info_soluce h1 {
  color:#27B051;
  margin-top:0;
}
.info_soluce h1 span{
  font-weight:normal;
  font-size:0.8em;
}
.pdt_detail .action_pdt{
  margin: 0 0 0 30px;
}
.green .info_pdt h1,
.green .bloc-title h1 {
  color: #27B051;
}
.content .info_pdt h2 {
  color: #1b417a;
  font-size:1.4em;
}
.info_pdt p,
.info_soluce p {
  font-size: 1.4em;
  color: #666;
  line-height: 20px;
}
.info_pdt > ul,
.info_soluce > ul {
  margin-left:30px;
}
.info_pdt ul ul,
.info_soluce ul ul {
  margin-left:20px;
}
.info_pdt li,
.info_soluce li,
.view-flag-bookmarks .views-row .grid_5 li {
  font-size:1.4em;
  line-height:normal;
  color: #666;
  list-style-image: url("../images/css/bullet_rte1.png");
  list-style-type: none;
}
.info_pdt li,
.info_soluce li {
  font-size:14px;
}
.view-flag-bookmarks .views-row .grid_5 li {
  font-size:1em;
}
.info_soluce p {
  font-size:1.7em;
}
.photos-soluce {
  margin-right:30px;
}
.content .bloc-title p {
  font-size: 1.7em;
  color: #666;
}
.content h2 {
  color: #27B051;
  margin-bottom: 22px;
  font-size: 2em;
}
#content .content h2 {
  line-height:normal;
  /*for super script*/
  font-size: 1.7em;
}
#content .content h2 a{
  color: #27B051;
}
/**for super script**/
#content .content h2 p{
  color: #27B051;
}
#content .content h2 a.top{
  color:#9B9EA1;
}
.page-search #content .filtered_list .industry h2,
.page-search #content .filtered_list .industry h2 a,
.page-search #content .filtered_list .industry .site-count {
  color:#4E9F1D;
}
.page-search #content .filtered_list .corporate h2,
.page-search #content .filtered_list .corporate h2 a,
.page-search #content .filtered_list .corporate .site-count {
  color:#003B7B;
}
.page-search #content .filtered_list .clinic h2,
.page-search #content .filtered_list .clinic h2 a,
.page-search #content .filtered_list .clinic .site-count {
  color: #27B051; /* New branding SLT #FE4701; */
}
.content .field-name-body p,
.content .field-name-body li {
  font-size: 1.4em;
}
.content .field-name-body big {
  line-height:normal;
}
#footer-wrapper .footer-blocks h2 {
    border-bottom: 1px solid #517CC1;
    color: #FFFFFF;
    font-size: 1.4em;
    font-weight: normal;
    margin: 15px 0 25px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
/** END CONTENT **/
/** START PRODUCT LIST **/
.product-bloc {
  border-bottom: 1px solid #CCCCCC;
  height: 335px;
  padding-bottom:15px;
  overflow: hidden;
  margin-top: 18px;
}
.product-bloc a{
  text-decoration: none;
  display:block;
}
.product-bloc:hover a{
  text-decoration: underline;
}
.product-bloc h2{
  color: #27B051;
  text-decoration: none;
  margin:0 0 12px;
  padding-left:10px;
}
.product-bloc a:hover h2{
  text-decoration: underline;
}
.product-bloc h2 a:hover sup,
.product-bloc:hover h2 a sup{
  text-decoration: underline;
}
.product-bloc:hover .more{
  background: url("../images/css/product_roll.png") no-repeat scroll 0 -172px transparent;
  height: 43px;
  left: 90px;
  top: 35px;
  position: absolute;
  width: 43px;
  z-index: 2;
}
.product-bloc p a{
  color: #1b417a;
}
.product-bloc .product-image {
  text-align: center;
  height: 130px;
  margin-bottom:15px;
  position:relative;
}
.products-list .product-bloc .product-image {
  height:150px;
}
.view-az-list .product-bloc .product-image {
  height:auto;
}
.product-bloc .product-image img{
  max-height: 125px;
  max-width:200px;
}
.products-list .product-bloc .product-image img{
  max-height: none;
  max-width:none;
}
.view-az-list .product-bloc .product-image img{
  max-height: none;
  max-width:none;
}
.product-bloc p{
  color: #003B7B;
  margin: 0;
  overflow: hidden;
  text-align: left;
  font-weight: bold;
  font-size: 1.3em;
  line-height:normal;
}
.bx-wrapper {
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: -30px;
  width: 100%;
}
.bx-wrapper .bx-controls-direction a {
  height: 106px;
  margin-top: -16px;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  top: 35%;
  width: 100px;
  z-index: 9999;
}
.bx-wrapper .bx-prev {
  background: url("../images/css/arrow_product.png") no-repeat 0 -106px;
  left: -120px;
}
.bx-wrapper .bx-next {
  background: url("../images/css/arrow_product.png") no-repeat 0 0;
  right: -120px;
  left:auto;
}
.bx-pager {
  text-align:center;
  padding-top:30px;
}
.bx-pager-item {
  display:inline-block;
}
.bx-pager-item a {
  background:url(../images/css/bullet_product.png) no-repeat;
  width:12px;
  height:12px;
  padding:0;
  display:block;
  text-indent:-9999px;
  margin-right:10px;
}
.bx-pager-item a.active {
  background-position:0 -12px;
}
/** END PRODUCT LIST **/
/** START PRODUCT **/
.pdt_detail {
  overflow:hidden;
  padding-bottom:50px;
}
.soluce_detail {
  padding-bottom:100px;
}
.soluce_detail .desc {
  margin:0 10px;
}
.pdt_detail.bookmarks,
.pdt_detail.az {
  padding-bottom:0;
}
.back,
.tags {
  padding:10px 10px 0;
}
.pres {
  overflow:hidden;
  margin-top:20px;
  padding-bottom:20px;
}
.taxo {
  text-transform:uppercase;
  color:#253e79;
  font-weight:bold;
  font-size:1.2em;
  margin-left:30px;
  margin-top:15px;
}
.pdt_detail .taxo {
  max-width:905px;
}
.taxo a {
  text-transform:none;
  color:#27B051;
  font-weight:normal;
  margin-left:5px;
  font-size:1.2em;
}
.nav-layer.taxo {
  font-size:1em;
  text-transform:none;
  margin:0;
}
.back .button_content{
  font-size: 1.3em;
  color: #003B7B;
  text-transform: uppercase;
  font-weight: bold;
  background-position:0 -1765px;
}
.back .button_content:hover span span{
  color: #003B7B;
}
.tags > span {
  font-size:1.2em;
  font-weight:bold;
  text-transform:uppercase;
  color:#253e79;
}
.tags ul, .tags li {
  display:inline-block;
  list-style-type:none;
}
.tags li a {
  color:#27B051;
  font-size:1.4em;
}
#photos-product {
  margin-left:30px;
}
.pdt_detail .info_soluce {
  width:670px;
}
#photos-product .bx-wrapper{
  margin: 0 0 8px;
  border: 1px solid #DDD;
  width: 268px;
  height: 268px;
  display:inline-block;
  padding:0;
  line-height:268px;
}
#photos-product .bx-wrapper li {
  text-align:center;
  height:268px;
  position:relative;
}
#photos-product #bx-pager a{
  width:40px;
  height:40px;
  border:3px solid #fff;
  text-align:center;
  line-height:40px;
  display:inline-block;
  margin-right:10px;
  vertical-align:bottom;
}

#photos-product .bx-wrapper li a span.search {
  background: url("../images/css/ico_view.png") no-repeat scroll 0 -200px transparent;
  display: none;
  height: 41px;
  left: 50%;
  top: 50%;
  margin-left:-20px;
  margin-top:-20px;
  position: absolute;
  width: 41px;
  z-index: 2;
}
#photos-product .bx-wrapper li:hover a span.search {
  display: block;
}
#photos-product #bx-pager a.active{
  border-color: #f60;
  line-height:46px;
}
#photos-product #bx-pager a.active span {
  width:40px;
  height:6px;
  display:block;
  background:url(../images/css/arrow_bxactive.png) no-repeat;
  margin-top:-9px
}
#photos-product #bx-pager a.active span {
  background-position: center -24px;
}
.action_pdt .button_content span span {
  font-size: 1.2em;
}
/** END PRODUCT **/
/** START NEWS **/
.filters {
  background: #888;
}
#list_filter .filters{
  overflow:visible;
}
.filtered_list .views-row {
  border: 0;
  border-bottom: 1px solid #E5E5E5;
}
.filtered_list .views-row .intro {
  font-size: 1.6em;
  font-weight: bold;
  color: #003B7B;
}
.filtered_list .views-row span.date,
.filtered_list .views-row span.tags {
  color: #003B7B;
  font-size: 1.4em;
}
#views-exposed-form-news-page div.pager {
  border-bottom: 5px solid #888;
}
#views-exposed-form-news-page div.pager .pagin {
  float: right;
}
/** END NEWS **/
/** START SELECTION **/
.delete-all-selection {
  text-align: right;
  margin: 15px;
}
.delete-selection {
  background: url("../images/css/delete_selection.png") no-repeat scroll 0 0 transparent;
  float: right;
  height: 29px;
  width: 30px;
  cursor: pointer;
}
.selection .filtered_list .views-row {
  border: none;
  border-top: 1px solid #CCC;
}
.selection .filtered_list .views-row .field-item {
  padding: 0 0 10px 10px;
}
.filtered_list .views-row .field-item .image{
  width: 30%;
  padding-top: 50px;
  text-align: center;
}
#content .right-selection .bloc,
#content .right-selection .blocimg {
  height: auto !important;
}
#content .right-selection .bloc .link{
  text-align: left;
  color: #FFF;
  padding: 20px;
}
#content .right-selection .btn-send-selection {
  background: url("../images/css/bg_btn_mail_green.png") no-repeat scroll 0 0 transparent;
  margin-bottom: 20px;
}
#content .right-selection .btn-send-selection a{
  background: none;
  color: #FFF;
  line-height: 40px;
  padding-left: 40px;
}
#content .right-selection .form-send-selection form{
  background: #E5E5E5;
  padding: 10px;
}
#content .right-selection .form-send-selection form #edit-actions{
  display: none;
}
#content .right-selection .form-send-selection {
  margin-bottom: 20px;
}
#content .right-selection .form-send-selection .webform-client-form input {
  width: 252px;
  height: 20px;
  border-radius: 5px;
  border-bottom: 2px solid #CCCCCC;
}

/** END SELECTION **/
/** START WORLDMAP **/
.filtered_list .bloc-title{
  margin-bottom: 0;
}
.filtered_list #list_filter,
.filtered_list.locations #list_filter{
  margin-top: 0;
}
.filtered_list #list_filter .filters {
  margin-top: 0;
}
#list_filter .form-item {
    margin-right: 10px;
}
/** END WORLDMAP **/
/** START TABS **/
.desc_pdt {
  margin-top:10px;
}
.motto p {
  font-size:1.2em;
  font-style:italic;
  margin-top:20px;
  margin-bottom:10px;
}
#tabs ul.tabs {
  border:0;
  border-bottom: 5px solid #888888;
  border-radius:0;
  display: inline-block;
  height: 33px;
  width: 100%;
  background:none;
  padding:0;
}
.ui-widget {
  font-size:1em;
  padding:0;
  margin:0;
}
.ui-widget-content {
  background:none;
  border:0;
  color:#666;
}
.ui-helper-reset {
  line-height:14px;
}
.ui-tabs .ui-tabs-panel {
  padding:0;
  line-height:normal;
}
.ui-tabs .ui-tabs-panel p,
.desc p {
  font-size:1.4em;
  color: #666666;
  line-height: normal;
}
.ui-tabs .ui-tabs-panel .intro {
    font-size: 1.6em;
    line-height: normal;
}
.ui-widget-content h2{
  margin-top:30px;
}
.green .ui-widget-content h2{
  color:#10977b;
}
.ui-widget-content h3,
.desc h3{
  font-size:1.6em;
  color:#253e79;
  margin:25px 0;
}
#tabs .tabs li{
  border-bottom-width: 0 !important;
  float: left;
  list-style: none outside none;
  margin: 1px 0.2em 0 0;
  padding: 0;
  position: relative;
  top: 0;
  white-space: nowrap;
  padding:11px 12px 6px;
  max-width:100%;
  overflow:hidden;
}
#tabs .tabs li a{
  padding: 0;
  color: #888888;
  font-size: 1.4em;
  text-decoration: none;
  text-transform: uppercase;
}
#tabs .tabs li.ui-state-active a {
  color:#FFF;
}
#tabs .tabs .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
  background: url("../images/css/tab.png") repeat-x scroll 0 -35px transparent;
  border: 1px solid #CCC;
}
#tabs .tabs .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  background-position: 0 -134px;
  border:0;
  padding-bottom:7px;
}
#tabs .tabs .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 6px;
}
#tabs .tabs .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 6px;
}
#tabs .toc,
.soluce_detail .toc {
  margin-top: 10px;
  margin-bottom:35px;
}
/** RTE **/
.rte ul,
.soluce_detail .desc ul{
  margin:10px 0 20px 20px;
}
.rte > ul,
.soluce_detail .desc > ul{
  margin-left:30px;
}
.rte > ul ul ul,
.soluce_detail .desc > ul ul ul{
  margin-left:0px;
}
.rte ul.bullet_blue li,
.soluce_detail .desc ul.bullet_blue li{
  list-style-type:none;
  list-style-image:url(../images/css/bullet_rte1.png);
  color:#666;
}
.rte ul.bullet_arrow li,
.soluce_detail .desc ul.bullet_arrow li{
  list-style-type:none;
  list-style-image:url(../images/css/bullet_rte2.png);
  color:#666;
}
.rte ul.bullet_square li,
.soluce_detail .desc ul.bullet_square li{
  list-style-type:none;
  list-style-image:url(../images/css/bullet_rte3.png);
  list-style-position:inside;
  color:#666;
}
.rte ul.noind,
.soluce_detail .desc ul.noind{
  list-style-position:inside;
  margin-left:0;
}
.rte ul.noind li,
.soluce_detail .desc ul.noind li{
  text-indent:7px;
}
.rte .copyright{
  color:#9b9ea1;
  font-size:11px;
}
.rte div.two_columns div{
  float:left;
  width:50%;
}
.rte a.green_bullet{
  color:#5fa528;
  text-transform:uppercase;
  font-size:1em;
  background:url(../images/css/bullet_green.png) no-repeat right 0;
  padding-right:16px;
  text-decoration:none;
}
.rte a.green_bullet:hover{
  text-decoration:underline;
}
.rte a.biobutton,
.rte a.button_push,
.content .field-name-body a.button_push {
  height:31px;
  line-height:31px;
  font-size:1em;
  color:#666;
}
.rte a.button_doc,
.rte a.button_content {
  height:31px;
  display:inline-block;
  color:#666;
  font-size:11px;
  line-height:31px;
}
.rte a.button_doc {
  background:url(../images/css/button_doc.png) no-repeat 0 0;
  height:28px;
  line-height:23px;
  display:inline-block;
  padding:0;
  padding-left:35px;
  color:#666;
  font-size:11px;
  text-decoration:none;
  cursor:pointer;
  margin-right: 20px;
  border:0px;
}
.rte a.button_doc span{
  background:url(../images/css/button_doc.png) no-repeat 100% 0;
  margin-right:-13px;
  display:inline-block;
  height:28px;
}
.rte a.button_doc span span {
  margin-left: -28px;
  padding-left: 30px;
  margin-right:0;
  padding-right:13px;
}
.rte a.button_doc.pdf span span{
  background:url(../images/css/button_doc.png) no-repeat 0 -30px;
}
.rte a.button_doc.zip span span{
  background:url(../images/css/button_doc.png) no-repeat 0 -58px;
}
.rte a.button_doc:hover span span {
  text-decoration:underline;
}
.rte li,
.content .field-name-body li,
.soluce_detail .desc ul li{
  margin-bottom:10px;
  font-size:1.4em;
}
.rte li li,
.content .field-name-body li li,
.soluce_detail .desc ul li li {
  font-size:1em;
}
.ui-tabs .ui-tabs-panel.rte li p,
.content .field-name-body li p,
.soluce_detail .desc ul li p {
  display:inline-block;
  margin:0;
  font-size:1em;
}
.rte li li,
.soluce_detail .desc li li{
    font-size:1em;
    margin-bottom:5px;
}
.pdt_detail ol li p {
  vertical-align:top;
}
.rte span.blue{
    color:#003b7b;
}
.rte .intro {
    font-size: 1.6em;
    line-height: normal;
}
.rte span.phone {
    background: url("../images/css/phone.png") no-repeat scroll 0 0 transparent;
    display: block;
    line-height: 20px;
    margin-top: 5px;
    padding-left: 25px;
}
.rte span.fax {
    background: url("../images/css/fax.png") no-repeat scroll 0 0 transparent;
    display: block;
    line-height: 20px;
    margin-top: 5px;
    padding-left: 25px;
}
.rte .bloc_doc {
    float:left;
    padding:20px;
    padding:10px;
}
.rte .bloc_doc li {
    list-style-type:none;
    margin-bottom:15px;
}
.rte .bloc_doc li .date{
    display:block;
    margin-bottom:5px;
    font-size:1.1em;
    color:#003b7b;
}
.rte .bloc_doc li a{
    font-size:1.2em;
    color:#fff;
    display:inline;
    text-decoration:none;
    padding-left:20px;
}
.rte .bloc_doc li a:hover{
    text-decoration:underline;
}

.rte table {
    border-style:solid;
    border-color:#e5e5e5;
}
.rte blockquote {
    margin:25px 0 15px;
    background:url(../images/css/en_quote_before.png) no-repeat;
}
 .rte blockquote:after {
    color: #9b9ea1;
    content: "ʼ";
    font-size: 9em;
    line-height: 0.1em;
    vertical-align: -0.6em;
    margin-left:10px;
}
.rte blockquote > p {
    padding-left:30px;
    font-size:1.8em;
}
.rte blockquote > p:first-child {
    display: inline;
    margin:0;
}
.rte blockquote > p {
    color:#27B051;
}
.rte blockquote br[type=_moz]{
    display:none;
}
.rte .field-name-body blockquote:after {
    content: "’";
}
.rte .field-name-body blockquote:before {
    content: "‛";
}
.rte .blue_table thead {
    background:#3bb7ee;
    font-weight:bold;
    color:#fff;
}
.rte .blue_table li {
    list-style-image:url(../images/css/bullet_rte1.png);
}
.rte .grey_table thead {
    background:#9b9ea1;
    font-weight:bold;
    color:#fff;
}
.rte .grey_table li {
    list-style-image:url(../images/css/bullet_rte1_grey.png);
}
.rte .blue_table td,
.rte .grey_table td{
    color:#666;
}
.rte div.facts{
    border:5px solid #e5e5e5;
    padding:10px;
}
.rte div.facts h2,
.rte div.facts h3,
.rte div.facts h4 {
  margin-top:0;
}
.rte div.facts li {
    list-style-image:url(../images/css/bullet_rte1.png);
}
.rte div.facts ul.bullet_arrow li {
    list-style-image:url(../images/css/bullet_rte2.png);
}
.rte div.facts ul.bullet_square li {
    list-style-image:url(../images/css/bullet_rte3.png);
}
.rte .bloc_encart h2 {
    background:#9ac125;
    text-transform:uppercase;
    color:#fff;
    font-size:1em;
    padding:5px 20px;
    float:left;
    margin-top:10px;
    position:relative;
    left:0;
}
.rte .bloc_encart .content {
    height:160px;
}
.rte .bloc_encart p{
    line-height:normal;
    vertical-align:middle;
    display:inline-block;
    *display:inline;
    *zoom:1;
    color:#fff;
    font-size:1.6em;
    position:relative;
}
.rte a,
.soluce_detail .desc a {
  color:#2962bf;
}
.toc ul,
.soluce_detail .toc ul {
  margin:0;
}
.content .toc li a.active {
  color:#27B051;
  font-weight:bold;
}
.green .content .toc li a.active {
  color: #4E9F1D;
}
#content #tabs .rte a.top,
#content .soluce_detail .rte a.top {
  background: url("../images/css/bullet_grey.png") no-repeat scroll right center transparent;
  color: #9B9EA1;
  float: right;
  font-size: 10px;
  padding-right: 16px;
  text-decoration: none;
  text-transform: uppercase;
}
table tbody {
  border-top:0px;
}
table.alternate {
  font-size:1.3em;
  margin:0;
  border:2px solid #ddd;
}
table.alternate thead tr th{
  background-color:#27B051;
  color:#ffffff;
  text-align:center;
  border-bottom: 0;
  padding: 3px 5px;
}
table.alternate tr td{
  vertical-align:top;
  padding:5px 1%;
  border: 0;
  color: #666;
}
table.alternate tr.even,table.alternate tr.odd {
  border-bottom:0;
}
table.alternate tr.even {
  background:#eee;
}

/** END RTE **/
/** END TABS **/
/** START BXSLIDER **/
#other-product {
  background: url("../images/css/bg_other_products.png") no-repeat scroll center bottom 20px transparent;
}
#other-product h2 {
  text-align: center;
  text-transform: uppercase;
  color: #888;
  font-size: 2.4em;
  background: url("../images/css/bg_shadow_pictos_home.png") no-repeat center top;
  font-weight: normal;
  padding-top: 50px;
}
#other-product h3 {
  font-size:1.6em;
  font-weight:bold;
}
#other-product h3 a {
  color:#27B051;
  text-decoration:none;
  line-height:normal;
}
#other-product li {
  height: 250px;
}
#other-product .product-image {
  text-align:center;
}
#other-product li p {
  font-size:1.2em;
  font-weight:bold;
  line-height:normal;
}
#other-product li p a {
  color:#1b417a;
  text-decoration:none;
}
#solution-product {
  position:fixed;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 100;
  bottom:0;
  background:#f7f7f7;
  border-top:5px solid #8a8b8d;
}
#solution-product > a {
  width:100%;
  display:block;
  text-align:center;
  margin-top:-31px;
  background:url(../images/css/shadow_tirette.png) no-repeat center bottom;
  height:31px;
  line-height:26px;
}
#solution-product.open > a {
  height:35px;
  margin-top:-35px;
}
#solution-product span.tirette{
  background:url(../images/css/bg_tirette_soluce.png) no-repeat center -9px;
  width:60px;
  height:25px;
  display:inline-block;
  *display:inline;
  *zoom:1;
  vertical-align:bottom;
}
#solution-product.open span.tirette{
  background-position:center -36px;
  height:30px;
}
#solution-product .top {
  background:#e5e4de;
}
#solution-product div.title {
  float:none;
  text-align:center;
  color:#4a4a4a;
  font-size:1.4em;
  display:block;
  margin:0 auto;
  line-height:38px;
}
#solution-product div.replace {
  display:none;
  position:relative;
}
#solution-product.open div.title {
  text-align:left;
  padding-left:35px;
}
#solution-product .block_tirette {
  display:none;
  margin:15px 0;
}
#solution-product .soluce_pager {
  position:absolute;
  top:0px;
  right:25px;
}
#solution-product .soluce_pager .bx-pager{
  padding-top:0;
}
#solution-product .soluce_pager .bx-pager .bx-pager-item a{
  display:inline-block;
  vertical-align:middle;
}
#solution-product .bx-wrapper .bx-controls-direction a {
  background:url(../images/css/arrow_solution.png) no-repeat;
  width:40px;
  height:43px;
}
#solution-product .bx-wrapper .bx-controls-direction a.bx-prev {
  left:-100px;
}
#solution-product .bx-wrapper .bx-controls-direction a.bx-next {
  background-position:0 -43px;
  right:-100px;
}
#solution-product .bxslider-solution-pdt li {
  text-align:center;
  padding-top:20px;
}
#solution-product .bxslider-solution-pdt li.bordered {
  background:url(../images/css/sep_soluce.png) no-repeat 0 0;
}
#solution-product .bxslider-solution-pdt li .family {
  font-weight:bold;
  font-size:1.4em;
  color:#27B051;
  text-transform:uppercase;
  position:absolute;
  top:0;
  left:10px;
  white-space:nowrap;
}
#solution-product .bxslider-solution-pdt li > div {
  width:115px;
  margin:0 auto;
}
#solution-product .bxslider-solution-pdt li .product-image {
  height:110px;
  line-height:110px;
}
#solution-product .bxslider-solution-pdt li .product-image img {
  vertical-align:bottom;
}
#solution-product .bxslider-solution-pdt h3 {
  font-weight:bold;
  font-size:1.3em;
}
#solution-product .bxslider-solution-pdt h3 a {
  color:#00417b;
  text-decoration:none;
}
.view-flag-bookmarks h2 a{
  color:#27B051;
  text-decoration:none;
}
.view-flag-bookmarks .views-row h2 {
  margin-bottom:5px;
}
.view-flag-bookmarks .views-row h3 {
  color: #1B417A;
  font-size: 1.4em;
  margin:0;
  line-height:normal;
}
.view-flag-bookmarks .views-row p,
.view-flag-bookmarks .views-row ul {
  color:#666;
  font-size:1.4em;
  line-height:normal;
}
.view-flag-bookmarks .views-row ul.chosen-results {
  font-size:1em;
}
.view-flag-bookmarks .product-image {
  text-align:center;
}
.view-flag-bookmarks .views-row {
  border-top:1px solid #cdcdcd;
  overflow:hidden;
  padding:0 0 25px;
}
.view-flag-bookmarks .remove,
.view-flag-bookmarks .remove_all {
  text-align:right;
}
.view-flag-bookmarks .remove_all {
  padding-bottom:20px;
}
.view-flag-bookmarks .remove_all a {
  font-weight:bold;
  color:#253e79;
  text-transform:uppercase;
  background-position: 0 -1672px;
  padding-left: 11px;
}
.view-flag-bookmarks .remove span {
  display:none;
}
.view-flag-bookmarks .remove_all a span {
  background-position:right -1796px;
  padding-right:34px;
}
.view-flag-bookmarks .remove_all a span span {
  padding:0;
  background-position:0 -727px;
  text-decoration:none;
  color:#253e79;
}
.view-flag-bookmarks .remove a {
  background:url(../images/css/flag_remove.png) no-repeat;
  width:30px;
  height:30px;
  display:inline-block;
  *display:inline;
  *zoom:1;
  padding:0;
}
.content .view-flag-bookmarks .sendmail {
  float:right;
  width:280px;
  margin-right:10px;
}
.sendmail .button_content{
  background-position:0 -2167px;
  color:#fff;
  line-height:41px;
  padding-left:37px;
  display:block;
}
.sendmail .button_content span {
  background-position: right -2208px;
  padding-right:45px;
  display:block;
}
.sendmail .button_content span span {
  background-position: 0 -2249px;
  color:#fff;
  text-decoration:none;
  padding:0;
  line-height:41px;
}
.sendmail .arrow {
  display:block;
  background:url(../images/css/arrow_selection.png) no-repeat 23px 0;
  width:100%;
  height:10px;
}
.view-block-send-selection .views-row {
  border:0px;
}
.view-block-send-selection h2 {
  display:none;
}
.view-block-send-selection .entityform {
  background:#e5e4de;
  padding:10px;
}
.view-block-send-selection .entityform input[type=text] {
  background:url(../images/css/bg_input.png) no-repeat;
  border:0px;
  color:#414141;
  font-size:1.4em;
  height:33px;
  padding:0px 10px;
  width:240px;
  line-height:33px;
}
#edit_field_selection_country_und_chosen {
  width:260px !important;
}
#send-selection-entityform-edit-form .form-wrapper {
  margin-bottom:10px;
}
#edit-field-selection-country label {
  display:none;
}
.group-send-friend legend,
.view-block-send-selection .form-type-checkbox label {
  font-size:1.4em;
  color:#232323;
}
.view-block-send-selection .form-type-checkbox.form-item-field-selection-send-bio-und .description {
  margin-top:20px;
  color:#666;
  display:inline-block;
  float:left;
}
.group-send-friend .tabledrag-toggle-weight {
  display:none;
}
.group-send-friend tr.even,
.group-send-friend tr.odd,
.group-send-friend tbody {
  background:none;
  border:0;
  padding:0;
}
.group-send-friend th.field-label,
.group-send-friend td.field-multiple-drag {
  display:none;
}
.view-block-send-selection #edit-actions {
  text-align:right;
}
.view-block-send-selection .form-submit {
  background:url(../images/css/bg_send_selection.png) no-repeat;
  border:0;
  color:#fff;
  font-weight:bold;
  font-size:1.4em;
  width:74px;
  height:33px;
}
.view-block-send-selection .field-add-more-submit {
  background:url(../images/css/bg_friends.png) no-repeat;
  border:0;
  color:#414141;
  padding-left:43px;
  width:143px;
  height:33px;
  margin:0;
}
.view-block-send-selection fieldset {
  margin-top:20px;
}
.view-block-send-selection .form-type-checkbox input {
  margin-right:5px;
  width:15px;
  height:15px;
}
.view-block-send-selection .form-type-checkbox label {
  display:inline-block;
  width:230px;
  vertical-align:top;
}
#send-selection-entityform-edit-form .submissions-link {
  display:none;
}
.view-block-send-selection .form-type-checkbox.form-item-field-selection-send-bio-und {
  color: #666666;
  display: inline-block;
  float: left;
}
.sendmail .webform {
  margin-top:10px;
  height:0px;
  overflow:hidden;
}
#field-selection-friend-values .delta-order {
  display:none;
}
#send-selection-entityform-edit-form .chosen-container-single .chosen-single span {
  padding-left:12px;
  font-size:14px;
}
/** END BXSLIDER **/

/** START PAGER **/
/*.view-content {
  overflow:hidden;
}*/
.show-all {
  text-align: right;
  width: 98%;
}
div.pagin {
  text-align:center;
  clear:both;
  margin-top:40px;
}
.pager li {
  list-style-type:none;
  display:inline-block;
  vertical-align:middle;
  font-size:1.4em;
}
.pager li.pager-item a,
.pager li.active a {
  display:block;
  text-decoration:none;
  padding:0 15px;
  color:#9f9f9f;
}
.pager.bottom li.pager-item a,
.pager.bottom li.active a {
  padding:0 5px;
}
.pager li + li +li {
  border-left: 1px solid #CCC;
}
.pager li.last {
  border:0px;
}
.pager li.active a {
  color: #1b417a;
}
div.pagin .pager .pager-previous a.pprev,
div.pagin .pager .pager-next a.pnext{
  height: 43px;
  line-height: 43px;
  width: 40px;
  vertical-align: middle;
  display:block;
  padding:0;
}
div.pagin .pager .pager-previous a.pprev{
  background: url("../images/css/pager_mini.png") no-repeat scroll 0 -43px transparent;
}
div.pagin .pager .pager-next a.pnext{
  background: url("../images/css/pager_mini.png") no-repeat scroll 0 0 transparent;
  text-indent: -9999px;
}
.pager_exposed {
  margin-top:-36px;
  float:right;
  position:relative;
}
.pager_exposed div.pager {
  border-bottom: 5px solid #888;
}
.pager_exposed div.pager .pagin {
  float: right;
}
.pager_exposed div.pagin {
  margin-top:0;
}
.pager_exposed div.pager li.pager-previous,
.pager_exposed div.pager li.pager-next {
    font-size: 1em;
}
.pager_exposed .pagin .pager .pager-previous a.pprev {
    background-position: 0 -54px;
}
.pager_exposed .pagin .pager .pager-next a.pnext {
    background-position: 0 -11px;
}
.pager_exposed .pagin .pager .pager-previous a.pprev,
.pager_exposed .pagin .pager .pager-next a.pnext {
    height: 20px;
}
/** END PAGER **/
/** START BUTTON **/
.biobutton.simple {
  padding: 0 0 0 12px;
}
.button_content,
.rte .biobutton,
.rte .button_push,
.content .field-name-body .button_push {
    background: url("../images/css/bg_btn.png") no-repeat 0 -696px;
    padding: 0 0 0 30px;
}
.rte .button_push.pdf span span,
.content .field-name-body .button_push.pdf span span {
  width:auto;
}
.rte .button_push.pdf,
.content .field-name-body .button_push.pdf {
  background-position:0 -789px;
}
.button_content.pdf {
    background: url("../images/css/bg_btn.png") no-repeat 0 -789px;
}
.button_content.mail {
    background: url("../images/css/bg_btn.png") no-repeat 0 -851px;
}
.button_content.empty {
    background: url("../images/css/bg_btn.png") no-repeat 0 -820px;
}
.button_content.empty span span {
  padding: 0;
}
.more_info .button_content{
  color:#27B051;
  font-weight:bold;
}
.rte .button_push,
.content .field-name-body .button_push {
  width:auto;
  margin:0;
}
.button_content span,
.rte .biobutton span,
.rte .button_push span,
.content .field-name-body .button_push span {
  background: url("../images/css/bg_btn.png") no-repeat right -758px;
  padding: 0 30px 0 0;
}
.button_content span span,
.rte .biobutton span span,
.rte .button_push span span,
.content .field-name-body .button_push span span {
  background: url("../images/css/bg_btn.png") repeat-x 0 -727px;
  line-height: 31px;
}
.rte .button_push span span,
.content .field-name-body .button_push span span {
  padding:0 0 0 6px;
  width:auto;
}
.rte .biobutton span span {
  padding:0 0 0 5px;
}
.rte .button_content span span {
  line-height:31px;
}
.show-all .button_content {
  background-position:0 -1672px;
  padding-left:11px;
}
.show-all .button_content span {
  background-position:right -1703px;
  padding-right:11px;
}
.show-all .button_content span span {
  background-position:0 -1734px;
  padding:0;
  color:#253e79;
  font-weight:bold;
  text-transform:uppercase;
}
.blocbutton .button_content {
  background-position:0 -1981px;
  padding-left:27px;
  bottom: 10px;
  left: 10px;
  position: absolute;
}
.blocbutton .button_content span {
  background-position:right -2135px;
  padding-right:21px;
}
.blocbutton .button_content span span {
  background-position:0 -2101px;
  color:#fff;
  padding-right:0;
  line-height:29px;
}
.green .blocbutton .button_content {
  background-position:0 -348px;
}
.green .blocbutton .button_content span {
  background-position:right -406px;
}
.green .blocbutton .button_content span span{
  background-position:0 -377px;
}
.blocproduct .nocolor .button_content{
  background: url("../images/css/bg_btn.png") no-repeat 0 -1981px;
  padding-left:27px;
}
.blocproduct .nocolor .button_content span{
  padding-right:27px;
  background-position: right -2039px;
}
.blocproduct .nocolor .button_content span span{
  padding:0 0 0 10px;
  line-height: 29px;
  color: #FFF;
  background-position: 0 -2010px;
}
.green .blocproduct .nocolor .button_content{
   background-position: 0 -348px;
}
.green .blocproduct .nocolor .button_content span{
   background-position: right -406px;
}
.green .blocproduct .nocolor .button_content span span{
   background-position: 0 -377px;
}
.blocimgtxt h2 {
  margin: 10px;
  font-size:1.8em;
}
.blocimgtxt h2 a {
  color:#555;
  text-decoration:none;
}
.blocimgtxt p {
  font-size:1.4em;
  margin:10px;
}
.blocimgtxt:hover {
  text-decoration:underline;
}
.bloc_video span.play{
  background:url(../images/css/ico_play.png) no-repeat 0 -200px;
  width:41px;
  height:41px;
  position:absolute;
  left:50%;
  top:42px;
  margin-left:-20px;
  margin-top:0;
  z-index: 2;
}
.node-media-library .media .picture a span.play {
  height:40px;
}
.bloc_video{
    margin-bottom:20px;
    position:relative;
    height:220px;
}
.bloc_video:hover .border,
.blocproduct:hover .border,
.blocimgtxt:hover .border {
  border:5px solid #003b7b;
  width:210px;
  height:210px;
  position:absolute;
  top:0;
  left:0;
}
.grid_8 .blocproduct:hover .border {
  width:450px;
}
.bloc_video .border a,
.blocproduct .border a,
.blocimgtxt .border a {
  width:210px;
  height:210px;
}
.grid_8 .blocimgtxt:hover .border {
  width:450px;
}
.bloc_video:hover .border a,
.blocproduct:hover .border a,
.blocimgtxt:hover a {
  display:block;
}
#list_filter .container-inline-date .date-padding {
background: url("../images/css/bg_btn.png") no-repeat scroll right -1014px transparent;
  padding: 0 30px 0 0;
}
#list_filter .container-inline-date .date-padding input{
background: url("../images/css/bg_btn.png") repeat-x scroll 0 -948px transparent !important;
  border: none;
  height: 33px;
  width: 75px;
}
#edit-field-carousel-date-range .container-inline-date,
#edit-field-carousel-date-range .container-inline-date .date-padding,
#edit-field-carousel-date-range .container-inline-date .date-padding input{
  background:none;
  width:auto;
  height:auto;
  padding:0;
}
#edit-field-carousel-date-range .container-inline-date .date-padding input{
  border-width:1px;
}
.page-news #list_filter .pager input[type="text"] {
  margin-left:10px;
  background:url(../images/css/search_ico.png) no-repeat 5px 6px;
  padding-left:25px;
}
div.selector {
  background-position: left -173px !important;
  padding: 0 0 0 10px !important;
  width: 260px !important;
}
div.selector span {
  background-position: right -41px !important;
  height: 36px;
  line-height: 37px;
  padding-right: 0;
  width: 260px !important;
}
div.selector select {
  width: 300px;
}
#content .right-selection .form-send-selection div.selector span {
  width: 222px !important;
}
.region-sidebar-first div.selector span {
  width: 165px !important;
}
.region-sidebar-first div.selector {
  margin-bottom:20px;
  width: 185px !important;
}
.region-sidebar-first div.selector select {
  width:200px;
}
#content .right-selection .form-send-selection .webform-client-form select {
  max-width: none;
}
/** END BUTTON **/
/** Start contact page**/
.page-contact .region-content {
  padding:30px;
}
.page-contact #title-block{
  border-bottom:5px solid #858585;
}
.page-contact .bloc-title {
  background: url("../images/css/bg_title_content.png") repeat-x scroll center bottom transparent;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 20px;
}
.page-contact h1{
  color:#27B051;
  font-size:3em;
  margin: 20px 15px;
}

#block-views-main-location-block-1 select,
#block-views-main-location-block-2 select {width:250px;}
#block-views-main-location-block-1 .selector,
#block-views-main-location-block-2 .selector {width:215px !important;}
#block-views-main-location-block-1 div.selector span,
#block-views-main-location-block-2 div.selector span {width:215px !important;}
#block-views-main-location-block-1 .views-exposed-form,
#block-views-main-location-block-2 .views-exposed-form {
  padding:10px 0 0 9px;
}

#block-views-main-location-block-1,
#block-views-main-location-block-2 {
 margin-top:20px;
}
#block-views-main-location-block,
#block-views-main-location-block-1{
border: 5px solid #E5E5E5;
}
#block-views-main-location-block-2 {
 /* border: 5px solid #E5E5E5;*/
}
#block-views-main-location-block h2,
#biomerieux-contact-form h2,
#block-views-main-location-block-1 h2,
#block-views-main-location-block-2 h2{
  color: #858585;
  font-size: 1.8em;
  font-weight: normal;
}
#block-views-main-location-block h2 {
  margin-left: 20px;
}
#block-views-main-location-block-1 h2,
#block-views-main-location-block-2 h2 {
  margin: 15px 10px;
  text-transform: uppercase;
  font-size: 1.3em;
  text-align:center;
}
#block-views-main-location-block-2 h2 {
  margin-top:20px;
}
#block-views-main-location-block-2 h2 {
  text-align:left;
}
#block-views-main-location-block a,
#block-views-main-location-block-1 a,
#block-views-main-location-block-2 a{
  color: #414141;
}
#block-views-main-location-block .view-content a,
#block-views-main-location-block-1 .view-content a,
#block-views-main-location-block-2 .view-content a{
  color:#fff;
}
#block-views-main-location-block > .content,
#block-views-main-location-block-2 > .content .view-content {
 /* background:url(../images/css/contact_shape_big.png) no-repeat center 0;*/
  padding-top:15px;
}
#block-views-main-location-block-2 > .content .view-content {
  margin-top:-45px;
}
#block-views-main-location-block-2 .addr {
  display:inline-block;
  width:500px;
  vertical-align:top;
}
#block-views-main-location-block-2 > .content .view-content .views-field-field-location-image {
  display:inline-block;
  width:280px;
  margin-right:30px;
  padding:0;
  vertical-align:top;
}
#block-views-main-location-block-2 > .content .view-filters {
  display: inline-block;
  left: 265px;
  position: relative;
  top: -55px;
}
#block-views-main-location-block > .content .view-main-location{
background:#27B051;
}
#block-views-main-location-block-2 > .content .view-main-location .views-row{
  /*background:#27B051;*/
}
#block-views-main-location-block-1 > div{
  background: #27B051;
  padding-top:15px;
}
#block-views-main-location-block-1 .view-filters,
#block-views-main-location-block-1 .view-content{
background:#27B051;
}
#block-views-main-location-block-2 .view-content {
  /*background:#27B051;*/
}
#block-views-main-location-block-1 .view-filters .views-exposed-widgets,
#block-views-main-location-block-2 .view-filters .views-exposed-widgets {
  margin-bottom:0;
}
#block-views-main-location-block .view-content,
#block-views-main-location-block-1 .view-content,
#block-views-main-location-block-2 .view-content .views-row {
  color:white;
  padding:20px;
}
#block-views-main-location-block-1 .view-content{
  padding:10px;
}
#block-views-main-location-block-1 .view-content .views-row,
#block-views-main-location-block-2 .view-content .views-row{
  border:none;
}
#block-views-main-location-block .views-field {
  padding-left: 310px;
}
#block-views-main-location-block .views-field-field-location-image {
  float:left;
  padding: 0 20px 0 10px;
}
#block-views-main-location-block .views-field-title,
#block-views-main-location-block-1 .views-field-title,
#block-views-main-location-block-2 .views-field-title{
  font-size: 2em;
  line-height: 1.4em;
  font-weight: bold;
}
#block-views-main-location-block .views-field.views-field-field-location-address .field-content,
#block-views-main-location-block-1 .views-field.views-field-field-location-address .field-content p,
#block-views-main-location-block-2 .views-field.views-field-field-location-address .field-content p {
  color:white;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 5px;
  margin-top: 5px;
}
#block-views-main-location-block-1 .views-field.views-field-field-location-address .field-content p,
#block-views-main-location-block-2 .views-field.views-field-field-location-address .field-content p {
  font-weight: normal;
  margin:0 0 5px 0;
  font-size:1.3em;
}
#block-views-main-location-block-1 .views-field.views-field-field-location-address .field-content,
#block-views-main-location-block-2 .views-field.views-field-field-location-address .field-content{
margin-bottom: 10px;
}
#block-views-main-location-block .views-field-field-location-url-link,
#block-views-main-location-block-1 .views-field-field-location-url-link,
#block-views-main-location-block-2 .views-field-field-location-url-link{
  font-size:1.2em;
  line-height: 20px;
  margin-top: 2px;
}
#block-views-main-location-block .views-field .views-label,
#block-views-main-location-block-1 .views-field .views-label,
#block-views-main-location-block-2 .views-field .views-label{
  color:white;
  display: inline-block;
  padding-left: 0;
  min-width: 65px;
}
#block-views-main-location-block .views-field .field-content,
#block-views-main-location-block-1 .views-field .field-content,
#block-views-main-location-block-2 .views-field .field-content {
  display: inline;
  color:white;
}
#block-views-main-location-block .views-field-field-location-phone .field-content,
#block-views-main-location-block .views-field-field-location-fax .field-content,
#block-views-main-location-block-1 .views-field-field-location-phone .field-content,
#block-views-main-location-block-1 .views-field-field-location-fax .field-content,
#block-views-main-location-block-2 .views-field-field-location-phone .field-content,
#block-views-main-location-block-2 .views-field-field-location-fax .field-content {
  font-size:1.2em;
  font-weight:bold;
}
#block-views-main-location-block .views-field-field-location-urls,
#block-views-main-location-block-1 .views-field-field-location-urls,
#block-views-main-location-block-2 .views-field-field-location-urls{
  padding-top:0;
  text-align:left;
  margin-top:3px;
}
#block-views-main-location-block .views-field-field-location-urls .field,
#block-views-main-location-block-1 .views-field-field-location-urls .field,
#block-views-main-location-block-2 .views-field-field-location-urls .field{
  display:inline-block;
  font-size:1.2em;
}

#biomerieux-contact-form {
  margin-top:30px;
}
#biomerieux-contact-form #edit-main,
#biomerieux-contact-form #edit-actions{
   background-color:#E5E4DF;
   padding:20px;
}
#biomerieux-contact-form #edit-main {
  padding-top:0;
}
#biomerieux-contact-form #edit-main > .fieldset-wrapper {
  background:url(../images/css/arrow_selection.png) no-repeat;
  padding-top:20px;
  margin-top:-10px;
}
#biomerieux-contact-form #edit-left,
#biomerieux-contact-form #edit-right {
  display:inline-block;
  width:49%;
  vertical-align: top;
}
#biomerieux-contact-form #edit-right .description {
    color: #858585;
    font-size: 1.1em;
    margin-top: 30px;
}
#biomerieux-contact-form #edit-actions {
  text-align:center;
  border-top:1px solid white;
}
#biomerieux-contact-form label {
  display:none;
}
#biomerieux-contact-form label.option {
display:inline;
}
#biomerieux-contact-form input,
#block-biomerieux-slider-biomerieux-slider .form-item-azlist input {
  background: url(../images/css/bg_input2.png) no-repeat;
  border: 0 none;
  color: #414141;
  font-size: 1.4em;
  height: 23px;
  line-height: 23px;
  padding: 5px 10px;
  width: 255px;
}
#biomerieux-contact-form .form-item input.error,
#biomerieux-contact-form .form-item textarea.error,
#biomerieux-contact-form .form-item select.error {
  border: 2px solid #FF0000;
}
#block-biomerieux-slider-biomerieux-slider .form-item-azlist .throbber {
  background:url(../includes/throbber.gif) no-repeat right 0;
  width:15px;
  height:20px;
  display:inline-block;
  float: right;
  margin-top: -24px;
  position: relative;
}
#biomerieux-contact-form textarea {
  font-size: 1.3em;
  padding: 9px;
}
#biomerieux-contact-form textarea {
  background:#fff;
  border-color:#cfcfcf;
}
#biomerieux-contact-form textarea.uniform:hover {
  box-shadow:none;
}
#biomerieux-contact-form .form-type-checkbox{
  font-size: 1.3em;
  color:#555;
}
#biomerieux-contact-form div.selector select,
#biomerieux-contact-form div.selector span {
 color:#333333;
}

#biomerieux-contact-form .form-item-country select {width:275px;}
#biomerieux-contact-form .form-item-country .selector {width:240px !important;}
#biomerieux-contact-form .form-item-country div.selector span {width:240px !important;}
#biomerieux-contact-form .form-item-purpose select {width:405px;}
#biomerieux-contact-form .form-item-purpose .selector {width:373px !important;}
#biomerieux-contact-form .form-item-purpose div.selector span {width:373px !important;}

#biomerieux-contact-form input#edit-submit {
  background: url("../images/css/bg_btn.png") repeat-x scroll 0 -2102px transparent;
  border: 0 none;
  height: 31px;
  color: white;
  font-weight:bold;
  border-radius:5px;
  width:auto;
}
/** End contact page**/

/** START WORLDMAP **/
.jvectormap-zoomin, .jvectormap-zoomout {
  color:#555;
  background-color:#F5F5F5;
  box-shadow: 1px 2px 2px #888888;
  font-size: 17px;
  padding: 6px;
}
.jvectormap-zoomout {
  top:  35px;
}
.view-locations .bloc-title h1 {
  color:#27B051;
}
#views-exposed-form-locations-locations .filters {
  overflow:visible;
  height:40px;
}
#views-exposed-form-locations-locations #edit-submit-locations {
  display:none;
}
#list_filter .form-item {
  margin-right: 10px;
}
.page-news #list_filter .form-item {
  margin-right: 0;
}
.filtered_list.locations .views-row .field-body.headoffice {
  border: 5px solid #E5E5E5;
  box-shadow: none;
}
.view-content .views-field-field-location-phone span,
.view-content .views-field-field-location-fax span,
.view-content .views-field-field-location-email span {
  padding-left:30px;
}
.view-content .views-field-field-location-fax span.fax,
.view-content .views-field-field-location-phone span.phone {
  font-weight:bold;
  font-size:1.2em;
}
.view-content .views-field-field-location-email span.mail a {
  color:#003B7B;
}
.view-content .views-field-field-location-urls span a{
  text-transform:none;
}
#worldmap {
  margin-bottom:30px;
}
#top-header .top_content .biobutton span {
  background:url(../images/css/bg_btn.png) no-repeat right -232px;
}
#top-header .top_content .biobutton span span {
  background:url(../images/css/bg_btn.png) repeat-x 0 -203px;
}
/** END WORLDMAP **/

/** Start media library **/
.node-media-library .bloc-title h1 {
  color: #27B051;
  font-size: 3em;
  line-height: normal;
}
.node-media-library .bloc-title .tabs_media {
  overflow:hidden;
}
.node-media-library .pager li.pager-item a,
.node-media-library .pager li.active a{
  padding: 0;
}
.node-media-library .pager li.active a{
  color: #1B417A
}
.node-media-library .pager li.pager-item,
.node-media-library .pager li.pager-current{
  padding:0 5px;
  font-size:1.3m;
}
.node-media-library .bloc-title li.selected,
.node-media-library .bloc-title li.selected span,
.node-media-library .bloc-title li.selected span > span {
  background-image:url(../images/css/tab_grey.png);
}
.ie7 .node-media-library .media .picture a span.play,
.ie7 .node-media-library .media .picture a span.search {
  margin-left:3.6%;
  margin-top:2.1%;
}
.pager.top div.pagin .pager .pager-previous a.pprev,
.pager.top div.pagin .pager .pager-next a.pnext{
  height:20px;
}
.pager.top div.pagin .pager .pager-next a.pnext{
  background-position:0 -11px;
}
.pager.top div.pagin .pager .pager-previous a.pprev{
  background-position:0 -54px;
}
.node-media-library .media_library form {
   float:left;
}
.node-media-library .pager.top {
  border-bottom: 0 none;
  overflow: visible;
  text-align: center;
  float:right;
}
.node-media-library .pager.top .pagin {
  margin:0;
}

.node-media-library .pager .pagin{
  float:none;
}
/** End media library **/
.page-search .results-list a.all-results,
.page-search .results-list .attached-documents a {
  background-color:transparent;
  background:url("../images/css/bg_btn.png") no-repeat 0 -1672px;
  padding:0 0 0 11px;
}
.page-search .results-list a.all-results span {
  background:url("../images/css/bg_btn.png") no-repeat right -1950px;
  padding-right:29px;
}
.page-search .results-list .attached-documents a {
  background-position:0 -789px;
  padding-left:30px;
}
.page-search .results-list .attached-documents a span {
  background:url("../images/css/bg_btn.png") no-repeat right -758px;
  padding-right:30px;
  height:31px;
  line-height:30px;
  margin:0;
}
.page-search .results-list a.all-results span span {
  background-position:0 -1734px;
  background-repeat:repeat-x;
  padding:0;
}
.page-search .results-list .attached-documents a.button_doc.pdf span span,
.page-search .content .results-list .attached-documents a.button_doc span span {
  padding:0 0 0 5px;
  margin:0;
  background:url("../images/css/bg_btn.png") repeat-x 0 -727px;
  font-weight:bold;
}
.page-search #right-sidebar {
  float:right;
  margin-left:0;
}
.view-id-news .view-content {
  overflow:visible;
}
.motto p {
  font-size:14px;
  font-style:italic;
  margin-top:20px;
  margin-bottom:10px;
  font-family:Arial;
  color:#666666;
}
