/* "Yet Another Multicolumn Layout" v3.3 (c) by Dirk Jesse (http://www.yaml.de)
* $Revision: 480 $ $Date: 2010-10-12 21:56:55 +0200 (Di, 12 Okt 2010) $ */
@media all {
  * {
    margin: 0;
    padding: 0;
  }
  option {
    padding-left: 0.4em;
  }
  select {
    padding: 1px;
  }
  * html body * {
    overflow: visible;
  }
  body {
    font-size: 100.01%;
    background: #fff;
    color: #000;
    text-align: left;
  }
  div {
    outline: 0 none;
  }
  article,
  aside,
  canvas,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section,
  summary {
    display: block;
  }
  fieldset,
  img {
    border: 0 solid;
  }
  ul,
  ol,
  dl {
    margin: 0 0 1em 1em;
  }
  li {
    line-height: 1.5em;
    margin-left: 0.8em;
  }
  dt {
    font-weight: bold;
  }
  dd {
    margin: 0 0 1em 0.8em;
  }
  blockquote {
    margin: 0 0 1em 0.8em;
  }
  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
    content: "";
  }
  .clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: visible;
  }
  .clearfix {
    display: block;
  }
  .floatbox {
    display: table;
    width: 100%;
  }
  #ie_clearing {
    display: none;
  }
  .skip,
  .hideme,
  .print {
    position: absolute;
    top: -32768px;
    left: -32768px;
  }
  .skip:focus,
  .skip:active {
    position: static;
    top: 0;
    left: 0;
  }
  #skiplinks {
    position: absolute;
    top: 0px;
    left: -32768px;
    z-index: 1000;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  #skiplinks a.skip:focus,
  #skiplinks a.skip:active {
    left: 32768px;
    outline: 0 none;
    position: absolute;
    width: 100%;
  }
}
@media screen, projection {
  #col1 {
    float: left;
    width: 20%;
  }
  #col2 {
    float: right;
    width: 20%;
  }
  #col3 {
    width: auto; /*margin:0 20%*/
  }
  #col1_content,
  #col2_content,
  #col3_content {
    position: relative;
  }
  .subcolumns {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .subcolumns_oldgecko {
    width: 100%;
    float: left;
  }
  .c20l,
  .c25l,
  .c33l,
  .c40l,
  .c38l,
  .c50l,
  .c60l,
  .c62l,
  .c66l,
  .c75l,
  .c80l {
    float: left;
  }
  .c20r,
  .c25r,
  .c33r,
  .c40r,
  .c38r,
  .c50r,
  .c60r,
  .c66r,
  .c62r,
  .c75r,
  .c80r {
    float: right;
    margin-left: -5px;
  }
  .c20l,
  .c20r {
    width: 20%;
  }
  .c40l,
  .c40r {
    width: 40%;
  }
  .c60l,
  .c60r {
    width: 60%;
  }
  .c80l,
  .c80r {
    width: 80%;
  }
  .c25l,
  .c25r {
    width: 25%;
  }
  .c33l,
  .c33r {
    width: 33.333%;
  }
  .c50l,
  .c50r {
    width: 50%;
  }
  .c66l,
  .c66r {
    width: 66.666%;
  }
  .c75l,
  .c75r {
    width: 75%;
  }
  .c38l,
  .c38r {
    width: 38.2%;
  }
  .c62l,
  .c62r {
    width: 61.8%;
  }
  .subc {
    padding: 0 0.5em;
  }
  .subcl {
    padding: 0 1em 0 0;
  }
  .subcr {
    padding: 0 0 0 1em;
  }
  .equalize,
  .equalize .subcolumns {
    table-layout: fixed;
  }
  .equalize > div {
    display: table-cell;
    float: none;
    margin: 0;
    overflow: hidden;
    vertical-align: top;
  }
}
@media print {
  .subcolumns,
  .subcolumns > div {
    overflow: visible;
    display: table;
  }
  .print {
    position: static;
    left: 0;
  }
  .noprint {
    display: none !important;
  }
}
@media all {
  .hlist {
    /* (en) This image is mainly transparent */
    background: transparent url("./images/ps_nav/bg.gif") repeat-x bottom;
    float: left;
    width: 100%;
  }

  .hlist ul {
    margin: 0;
    padding: 0;
    line-height: 20px;
    list-style: none;
    white-space: nowrap;
  }

  .hlist li {
    /* (en) Repeat the main color from the image */
    list-style-type: none !important;
    background: #265685 url("./images/ps_nav/left.gif") no-repeat top left;
    border-bottom: none;
    float: left; /* LTR */
    margin: 0;
    padding: 0 0 10px 3px;
  }

  .hlist a,
  .hlist strong {
    /* (en) This image is mainly transparent */
    background: transparent url("./images/ps_nav/right.gif") no-repeat top right;
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 0px 11px 0px 8px;
    text-decoration: none;
    text-transform: none;

    /**
     * @bugfix
     * @affected   IE5.x, IE6
     * @css-for    all browsers
     * @valid      yes
     */
    width: auto; /* only IE 5.x */
    width/**/:/**/ 0.1em; /* only IE 6.0 */
  }

  .hlist a:link,
  .hlist a:visited {
    background-color: transparent;
    color: #fff;
  }

  /**
   * @bugfix
   * @affected   IE5.x, IE6
   * @css-for    all browsers
   * @valid      yes
   */
  .hlist > ul a,
  .hlist > ul strong {
    width: auto;
  } /* for other browsers */

  .hlist ul li:focus,
  .hlist ul li:hover,
  .hlist ul li:active {
    /* (en) Repeat the main color from the image */
    /*    background-color:#c4d0dc;
    background-position:0 -150px;*/
  }
  /*
  .hlist ul li:focus a,
  .hlist ul li:hover a,
  .hlist ul li:active a { background-position:100% -150px; }
*/
  .hlist a:focus,
  .hlist a:hover,
  .hlist a:active {
    background: transparent url("./images/ps_nav/right.gif") no-repeat top right;
    color: #000;
    outline: 0 none;
    text-decoration: none;
  }

  .hlist ul li.CMS_current,
  .hlist ul li.CMS_current:focus,
  .hlist ul li.CMS_current:hover,
  .hlist ul li.CMS_current:active {
    /* (en) Repeat the main color from the image */
    background: white url("./images/ps_nav/left.gif") no-repeat top left;
    border: 0 none;
  }

  .hlist li.CMS_current a,
  .hlist li.CMS_current a:focus,
  .hlist li.CMS_current a:hover,
  .hlist li.CMS_current a:active {
    color: #000;
  }

  .hlist li.CMS_current strong {
    /* (en) This image is mainly transparent */
    background: transparent url("./images/ps_nav/right.gif") no-repeat top right;
    color: #000;
    font-weight: bold;
    padding-bottom: 4px;
    padding-top: 5px;
  }

  /*.hlist li div:focus, .hlist li div:hover , .hlist li div:active, */
  .hlist li.CMS_current div {
    height: 27px;
    background: transparent url("./images/ps_nav/active.gif") no-repeat top
      center;
  }

  #safety .hlist li,
  #safety .hlist ul li.CMS_current,
  #safety .hlist ul li.CMS_current:focus,
  #safety .hlist ul li.CMS_current:hover,
  #safety .hlist ul li.CMS_current:active {
    background: #e85c0f url("./images/ps_nav/left_safety.gif") no-repeat top
      left;
  }

  #safety .hlist a,
  #safety .hlist strong,
  #safety .hlist a:focus,
  #safety .hlist a:hover,
  #safety .hlist a:active,
  #safety .hlist li.CMS_current strong {
    background: transparent url("./images/ps_nav/right_safety.gif") no-repeat
      top right;
  }

  #safety .hlist li.CMS_current div {
    background: transparent url("./images/ps_nav/active_safety.gif") no-repeat
      top center;
  }

  #resources .hlist li,
  #resources .hlist ul li.CMS_current,
  #resources .hlist ul li.CMS_current:focus,
  #resources .hlist ul li.CMS_current:hover,
  #resources .hlist ul li.CMS_current:active {
    background: #006bc4 url("./images/ps_nav/left_resources.gif") no-repeat top
      left;
  }

  #resources .hlist a,
  #resources .hlist strong,
  #resources .hlist a:focus,
  #resources .hlist a:hover,
  #resources .hlist a:active,
  #resources .hlist li.CMS_current strong {
    background: transparent url("./images/ps_nav/right_resources.gif") no-repeat
      top right;
  }

  #resources .hlist li.CMS_current div {
    background: transparent url("./images/ps_nav/active_resources.gif")
      no-repeat top center;
  }

  #environment .hlist li,
  #environment .hlist ul li.CMS_current,
  #environment .hlist ul li.CMS_current:focus,
  #environment .hlist ul li.CMS_current:hover,
  #environment .hlist ul li.CMS_current:active {
    background: #50bac1 url("./images/ps_nav/left_environment.gif") no-repeat
      top left;
  }

  #environment .hlist a,
  #environment .hlist strong,
  #environment .hlist a:focus,
  #environment .hlist a:hover,
  #environment .hlist a:active,
  #environment .hlist li.CMS_current strong {
    background: transparent url("./images/ps_nav/right_environment.gif")
      no-repeat top right;
  }

  #environment .hlist li.CMS_current div {
    background: transparent url("./images/ps_nav/active_environment.gif")
      no-repeat top center;
  }

  #forecast .hlist li,
  #forecast .hlist ul li.CMS_current,
  #forecast .hlist ul li.CMS_current:focus,
  #forecast .hlist ul li.CMS_current:hover,
  #forecast .hlist ul li.CMS_current:active {
    background: #96bd0d url("./images/ps_nav/left_forecast.gif") no-repeat top
      left;
  }

  #forecast .hlist a,
  #forecast .hlist strong,
  #forecast .hlist a:focus,
  #forecast .hlist a:hover,
  #forecast .hlist a:active,
  #forecast .hlist li.CMS_current strong {
    background: transparent url("./images/ps_nav/right_forecast.gif") no-repeat
      top right;
  }

  #forecast .hlist li.CMS_current div {
    background: transparent url("./images/ps_nav/active_forecast.gif") no-repeat
      top center;
  }
}

/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) stylesheet for screen layout
 * (de) Stylesheet f?r das Bildschirm-Layout
 *
 * @creator       YAML Builder V1.2.1 (http://builder.yaml.de)
 * @file          basemod.css
 * @-yaml-minver  3.3
 */

@media screen, projection {
  /** 
   * (en) Forcing vertical scrollbars in IE8, Firefox, Webkit & Opera 
   * (de) Erzwingen vertikaler Scrollbalken in IE8, Firefox, Webkit & Opera 
   *
   * @workaround
   * @affected IE8, FF, Webkit, Opera
   * @css-for all
   * @valid CSS3
   */

  body {
    /*overflow-y: scroll;*/
  }

  /*-------------------------------------------------------------------------*/

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body {
    padding: 0;
  }

  body,
  #header {
    /*background: #044180 url("./images/bg_ocean.jpg") no-repeat top center;*/
  }

  /* Layout Alignment | Layout-Ausrichtung */
  .page_margins {
    margin: 0 auto;
  }

  /* Layout Properties | Layout-Eigenschaften */
  .page_margins {
    width: 984px;
    background: transparent;
    position: relative;
  }
  .page {
    padding: 0px;
  }
  #header {
    position: relative;
    padding: 0;
    color: #000;
    height: 190px;
  }
  #topnav {
    position: absolute;
    top: 64px;
    left: 222px;
    text-align: left;
    color: #fff;
    background: transparent;
  }
  #main {
    margin: 10px 0;
    background: #011233;
  }
  #footer {
    padding: 0;
    color: #fff;
    height: 30px;
    background: #011b44 url("./images/bg_footer.gif") no-repeat top right;
  }
  #gmes_fp7 {
    width: 206px;
    height: 30px;
    background: #fff url("./images/gmes-fp7.gif") no-repeat top left;
    float: left;
    text-align: right;
  }
  #gmes_fp7 div {
    float: right;
    font-weight: bold;
    font-size: 11px;
    line-height: 30px;
    padding-right: 8px;
  }
  #gmes_fp7 a {
    color: #00073e;
    text-decoration: none;
  }
  #gmes_fp7 a:hover {
    text-decoration: underline;
  }
  #footer_content {
    height: 30px;
    background: transparent url("./images/flags.gif") no-repeat top right;
  }
  #footer_content div {
    float: left;
    width: 225px;
    line-height: 30px;
    font-size: 11px;
    color: #fff;
    text-align: center;
  }
  #footer_content a {
    color: #fff;
  }

  #logo {
    width: 165px;
    height: 160px;
    position: absolute;
    top: 0px;
    left: 20px;
  }
  #logoPrint {
    display: none;
  }

  #headerText {
    width: 400px;
    position: absolute;
    top: 15px;
    left: 232px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: bold;
    padding: 0;
  }
  #headerText h1 {
    margin: 0 0 5px 0;
    line-height: 1em;
    font-size: 28px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: bold;
  }
  #headerText p {
    line-height: normal;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: bold;
  }

  #aboutus {
    width: 175px;
    height: 23px;
    position: absolute;
    top: 165px;
    left: 18px;
    line-height: 23px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
  }
  #aboutus a {
    background: url("./images/puce2.gif") no-repeat center left;
    padding-left: 20px;
    color: #fff;
  }
  #aboutus a:hover,
  #aboutus a.current {
    text-decoration: none;
    background: url("./images/puce2_b.gif") no-repeat center left;
  }

  #topright_back {
    background: #fff;
    opacity: 0.4;
    -moz-opacity: 0.4;
    -ms-filter: "alpha(opacity=40)"; /* IE 8 */
    filter: alpha(opacity=40); /* IE < 8 */
    width: 175px;
    height: 135px;
    position: absolute;
    top: 0px;
    right: 23px;
    z-index: 100;
  }
  #topright {
    width: 167px;
    height: 121px;
    position: absolute;
    top: 10px;
    right: 27px;
    z-index: 200;
  }
  #topright input.input {
    width: 115px;
    height: 19px;
    border: 1px solid #023363;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    padding-left: 5px;
    line-height: 19px;
  }
  #topright input.send {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    border: 0px none transparent;
    font-weight: bold;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    padding-left: 5px;
    cursor: pointer;
    width: 40px;
    text-align: left;
  }
  #topright h1,
  #topright a {
    font-weight: bold;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
  }

  #memberAccess {
    display: none;
  }

  #contactus {
    width: 175px;
    height: 23px;
    background: transparent url("./images/bg_contact.gif") no-repeat top right;
    position: absolute;
    top: 135px;
    right: 23px;
    line-height: 23px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #053879;
  }
  #contactus a {
    background: url("./images/puce1.gif") no-repeat center left;
    padding-left: 20px;
    color: #053879;
  }
  #contactus a:hover {
    text-decoration: none;
    background: url("./images/puce1_b.gif") no-repeat center left;
  }
  #head_colors {
    position: absolute;
    top: 180px;
    left: 233px;
  }

  body #main {
    margin: 0;
  }
  /*-------------------------------------------------------------------------*/

  /**
   * (en) Formatting content container
   * (de) Formatierung der Inhalts-Container
   *
   */

  #col1 {
    float: left;
    width: 206px;
    position: relative;
    z-index: 50;
  }
  #col2 {
    display: none;
  }
  #col3 {
    width: auto;
    margin-bottom: 0px; /* margin: 0 0 0 206px;*/
    background-color: #023363;
  }
  #col3 {
    /* width: 738px; */
    /* border: none; */
  }
  #col1_content {
    padding: 0;
  }
  #col3_content {
    /*padding: 0px 10px 0px;*/
    margin-right: 0px;
    margin-bottom: 0px; /*min-height:830px;*/ /* width: 715px;*/
    position: relative;
    z-index: 60;
    /* background: #fff url("./images/bottom_right_corner.gif") no-repeat bottom right; */
  }
  #col3_content {
    /* IE 7 */
    /* min-height:830px; */
  }
  /* Pas de padding-right page online catalogue a cause de l'iframe qui occupe toute la largeur */
  body.page_24 #col3_content {
    padding-right: 0;
  }

  .clear {
    clear: both;
  }

  body.home .c25l,
  body.home .c25r {
    width: 206px;
  }
  body.home .c75l,
  body.home .c75r {
    width: 778px;
  }
  body.home .subcl,
  #topLeftMenuInner,
  #topLeftMenuAboutInner,
  #bottomLeftMenuInner {
    padding: 4px 0 20px 18px;
  }
  body.home .subcr {
    padding: 4px 10px 10px 10px;
  }
  body.home .subcl p {
    margin: 0px;
  }

  .c25pl {
    float: left;
  }
  .c25pr {
    float: right;
    margin-left: -5px;
  }
  .c25pl,
  .c25pr {
    width: 25%;
    padding: 0;
  }
  body.home .c25pl .subc,
  body.home .c25pr .subc {
    padding: 0 0.5em;
  }
  body.home .c25pl .subcl,
  body.home .c25pr .subcl {
    padding: 0 1em 0 0;
  }
  body.home .c25pl .subcr,
  body.home .c25pr .subcr {
    padding: 0 0 0 1em;
  }

  .white_background,
  #white_background_inner {
    background: #fff url("./images/bg_shadow_back.gif") repeat-x bottom left;
  }
  #white_background_inner {
    position: absolute;
    z-index: 0;
    left: 0;
    width: 100%;
    height: 0px;
  }
  #white_background_inner_page {
    background: #fff url("./images/bg_page_back.gif") repeat-x bottom left;
  }
  #white_background_inner_page {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 50px;
    top: 0;
  }

  #home_top .subcolumns,
  #topLeftMenuInner {
    background: #96bcdf url("./images/bg_home_top.gif") no-repeat bottom left;
  }
  #topLeftMenuAboutInner {
    background: #fff url("./images/bg_menu_about.gif") no-repeat bottom left;
  }
  #flashHome .subcolumns {
    background: transparent none;
  }
  #home_top .subcr {
    padding: 0 10px 10px 27px;
    margin-top: 0;
  }
  #home_top .c25l {
    color: #19171c;
  }
  #home_top .c75r {
    margin-bottom: 9px;
    color: #5b545c;
  }

  #home_bottom .c25l,
  #home_bottom .subcolumns,
  #col1_content {
    background: #011233;
    color: #fff;
  }
  #home_bottom .c75r {
    background: #023363;
    color: #fff;
  }
  .topLeftMenu,
  .topLeftMenuAbout {
    /*margin-bottom: 9px;*/
  }

  #focusOn,
  #imgOfTheMonth {
    width: 360px;
    max-width: 360px;
    height: 167px;
    max-height: 167px;
    background: transparent url("./images/bg_focus.gif") no-repeat top right;
    float: left;
    margin-bottom: 13px;
    margin-left: 8px;
  }
  #focusOn p,
  #imgOfTheMonth p,
  #home_top div.intro p {
    margin: 0;
    line-height: 1.1em;
  }
  #focusOn h1,
  #imgOfTheMonth h1 {
    text-align: right;
    margin: 7px 10px 0 0;
  }
  #focusOn h1,
  #imgOfTheMonth h1,
  #focusOn h1 a,
  #imgOfTheMonth h1 a {
    color: #5e99cf;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
  }
  #focusOn h2,
  #imgOfTheMonth h2 {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: none;
    margin: 0 3px 7px 9px;
  }
  #focusOn div.image img,
  #imgOfTheMonth div.image img {
    max-width: 180px;
    max-height: 110px;
    margin: 0 9px;
  }
  #focusOn div.image,
  #imgOfTheMonth div.image {
    float: left;
    height: 115px;
  }
  #focusOn div.intro,
  #imgOfTheMonth div.intro {
    font-size: 11px;
    padding: 0 9px 0 0;
  }

  #col3_content .subcolumns {
    width: 720px;
  }
  #col3_content .subcolumns .c62l {
    width: 420px;
    max-width: 410px;
  }
  #col3_content .subcolumns .c62l .subcl {
    padding: 0px 20px 0 0;
    text-align: justify;
  }
  #col3_content .subcolumns .c38r {
    width: 310px;
    max-width: 310px;
  }
  #col3_content .subcolumns .c38r .subcr {
    padding: 4px 0 0 0;
  }
  #col3_content .subcolumns .c38r .subcr img {
    max-width: 310px;
  }

  #searchresult .subcolumns .c38r {
    margin-top: -30px;
  }

  /*-------------------------------------------------------------------------*/
}
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen f�r die wichtigten Inhalts-Elemente
 *
 * @copyright       Copyright 2005-2010, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.3
 * @revision        $Revision:392 $
 * @lastmodified    $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
 * @appdef yaml
 */

@media all {
  /**
  * Fonts
  *
  * (en) global settings of font-families and font-sizes
  * (de) Globale Einstellungen f�r Zeichensatz und Schriftgr��en
  *
  * @section content-global-settings
  */

  /* (en) reset font size for all elements to standard (16 Pixel) */
  /* (de) Alle Schriftgr��en auf Standardgr��e (16 Pixel) zur�cksetzen */
  html * {
    font-size: 100.01%;
  }

  /**
  * (en) reset monospaced elements to font size 16px in all browsers
  * (de) Schriftgr��e von monospaced Elemente in allen Browsern auf 16 Pixel setzen
  *
  * @see: http://webkit.org/blog/67/strange-medium/
  */

  textarea,
  pre,
  code,
  kbd,
  samp,
  var,
  tt {
    font-family: Consolas, "Lucida Console", "Andale Mono",
      "Bitstream Vera Sans Mono", "Courier New", Courier;
  }

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erh�lt Standardschriftgr��e von 12 Pixeln */
  body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 75%;
    color: #1a171b;
  }
  body.home {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 70%;
    color: #444;
  }

  /*--- Headings | �berschriften ------------------------------------------------------------------------*/

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #265685;
    margin: 0 0 0.25em 0;
    line-height: 1em;
  }

  h1 {
    font-size: 160%;
    text-transform: uppercase;
  }
  h2 {
    font-size: 133.33%;
    text-transform: uppercase;
  }
  h3 {
    font-size: 116.67%;
  }
  h4 {
    font-size: 116.67%;
  }
  h5 {
    font-size: 116.67%;
  }
  h6 {
    font-size: 116.67%;
  }

  .Credit {
    font-size: 11px;
    color: gray;
  }

  /* --- Lists | Listen  -------------------------------------------------------------------------------- */

  ul,
  ol,
  dl {
    line-height: 1.5em;
    margin: 0 0 1em 1em;
  }
  ul {
    list-style-type: disc;
  }
  ul ul {
    list-style-type: circle;
    margin-bottom: 0;
  }

  ol {
    list-style-type: decimal;
  }
  ol ol {
    list-style-type: lower-latin;
    margin-bottom: 0;
  }

  li {
    margin-left: 0.8em;
    line-height: 1.5em;
  }

  dt {
    font-weight: bold;
  }
  dd {
    margin: 0 0 1em 0.8em;
  }

  /* --- Menus  -------------------------------------------------------------------------------- */

  .topLeftMenu,
  .topLeftMenuAbout,
  .bottomLeftMenu {
    font-family: Arial, Helvetica, sans-serif;
  }
  .topLeftMenu a:hover,
  .topLeftMenuAbout a:hover,
  .bottomLeftMenu a:hover {
    text-decoration: none;
  }

  /* LEVEL 1 */
  .topLeftMenu ul,
  .bottomLeftMenu ul {
    list-style-type: none;
  }
  .topLeftMenu ul.CMS_lvl2,
  .bottomLeftMenu ul.CMS_lvl2 {
    margin: 0;
  }
  .topLeftMenu ul.CMS_lvl2 li.CMS_lvl2,
  .bottomLeftMenu ul.CMS_lvl2 li.CMS_lvl2 {
    display: block;
    background: #265685;
    color: #fff;
    margin: 7px 0 0 0;
    padding: 0;
    line-height: 20px;
  }
  #topLeftMenuInner .topLeftMenu ul.CMS_lvl2 li.CMS_lvl2,
  #bottomLeftMenuInner .topLeftMenu ul.CMS_lvl2 li.CMS_lvl2 {
    margin: 7px 0 0 0;
  }
  #home_top .topLeftMenu ul.CMS_lvl2 li.CMS_lvl2 {
    background: #4186bd;
  }
  .topLeftMenu ul.CMS_lvl2 li.CMS_lvl2 a,
  .bottomLeftMenu ul.CMS_lvl2 li.CMS_lvl2 a {
    display: block;
    padding-left: 4px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
  }
  .topLeftMenu ul.CMS_lvl2 li.CMS_current,
  .topLeftMenu ul.CMS_lvl3 li.CMS_current,
  .bottomLeftMenu ul.CMS_lvl2 li.CMS_current,
  .bottomLeftMenu ul.CMS_lvl3 li.CMS_current {
    background: #fff;
  }
  .topLeftMenu ul.CMS_lvl2 li.CMS_current a,
  .topLeftMenu ul.CMS_lvl2 li.CMS_current,
  .bottomLeftMenu ul.CMS_lvl2 li.CMS_current a,
  .bottomLeftMenu ul.CMS_lvl2 li.CMS_current {
    color: #265686;
  }

  .topLeftMenuAbout ul {
    list-style-type: none;
  }
  .topLeftMenuAbout ul.CMS_lvl2 {
    margin: 0;
  }
  .topLeftMenuAbout ul.CMS_lvl2 li.CMS_lvl2 {
    display: block;
    background: transparent none;
    color: #006ab0;
    margin: 7px 0 0 0;
    padding: 0;
    line-height: 20px;
  }
  #topLeftMenuAboutInner .topLeftMenuAbout ul.CMS_lvl2 li.CMS_lvl2,
  #bottomLeftMenuInner .topLeftMenuAbout ul.CMS_lvl2 li.CMS_lvl2 {
    margin: 7px 0 0 0;
  }
  .topLeftMenuAbout ul.CMS_lvl2 li.CMS_lvl2 a {
    display: block;
    padding-left: 4px;
    color: #006ab0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
  }
  .topLeftMenuAbout ul.CMS_lvl2 li.CMS_current,
  .topLeftMenuAbout ul.CMS_lvl2 li.CMS_current {
    /*background: #fff;*/
  }
  .topLeftMenuAbout ul.CMS_lvl2 li.CMS_current a,
  .topLeftMenuAbout ul.CMS_lvl2 li.CMS_current {
    /*color: #265686;*/
  }

  /* LEVEL 2 */
  .topLeftMenu ul.CMS_lvl3,
  .bottomLeftMenu ul.CMS_lvl3 {
    background: #96bce0;
    margin: 0;
    padding-top: 3px;
  }
  .bottomLeftMenu ul.CMS_lvl3 {
    background: #011233;
  }
  .topLeftMenu ul.CMS_lvl3,
  .topLeftMenu ul.CMS_lvl3 li,
  .bottomLeftMenu ul.CMS_lvl3,
  .bottomLeftMenu ul.CMS_lvl3 li {
    line-height: normal;
  }
  .bottomLeftMenu ul.CMS_lvl3,
  .bottomLeftMenu ul.CMS_lvl3 li {
    color: #fff;
  }
  .topLeftMenu ul.CMS_lvl3 li.CMS_lvl3,
  .bottomLeftMenu ul.CMS_lvl3 li.CMS_lvl3 {
    display: block;
    margin: 0;
  }
  .topLeftMenu ul.CMS_lvl3 li.CMS_lvl3 a {
    display: block;
    padding-left: 4px;
    color: #1a171b;
    text-transform: none;
    font-size: 11px;
    font-weight: bold;
  }
  .bottomLeftMenu ul.CMS_lvl3 li.CMS_lvl3 a {
    display: block;
    padding-left: 0;
    color: #fff;
    text-transform: none;
    font-size: 11px;
    font-weight: bold;
  }
  .bottomLeftMenu ul.CMS_lvl3 li.CMS_lvl3 a:hover {
    text-decoration: underline;
  }
  .bottomLeftMenu ul.CMS_lvl3 li.CMS_lvl3,
  .topLeftMenu ul.CMS_lvl3 li.CMS_lvl3 a,
  .topLeftMenu ul.CMS_lvl3 li div.intro,
  .topLeftMenu ul.CMS_lvl3 li div.image {
    padding-left: 6px;
    padding-right: 5px;
  }
  .topLeftMenu ul.CMS_lvl3 li.CMS_lvl3 div a {
    padding: 0;
  }
  .topLeftMenu ul.CMS_lvl3 li.CMS_current a {
    color: #1a171b;
  }
  .topLeftMenu ul.CMS_lvl3 li div.intro {
    color: #1a171b;
  }

  .topLeftMenu div.image img {
    max-width: 175px;
    max-height: 150px;
    border: 2px solid #fff;
    margin: 8px 0;
  }
  #focusOn div.image,
  #imgOfTheMonth div.image {
    float: left;
    height: 115px;
  }

  .topLeftMenuAbout ul.CMS_lvl3 {
    background: transparent none;
    margin: 0;
    padding-top: 3px;
  }
  .topLeftMenuAbout ul.CMS_lvl3,
  .topLeftMenuAbout ul.CMS_lvl3 li {
    line-height: normal;
  }
  .topLeftMenuAbout ul.CMS_lvl3 li.CMS_lvl3 {
    display: block;
    margin: 0 0 0 10px;
    background: transparent url("./images/puce_3.gif") no-repeat center left;
  }
  .topLeftMenuAbout ul.CMS_lvl3 li.CMS_lvl3 a {
    display: block;
    padding-left: 4px;
    color: #1a171b;
    text-transform: none;
    font-size: 11px;
    font-weight: bold;
  }
  .topLeftMenuAbout ul.CMS_lvl3 li.CMS_lvl3 a,
  .topLeftMenuAbout ul.CMS_lvl3 li div.intro,
  .topLeftMenuAbout ul.CMS_lvl3 li div.image {
    padding-left: 9px;
    padding-right: 5px;
  }
  .topLeftMenuAbout ul.CMS_lvl3 li.CMS_lvl3 div a {
    padding: 0;
  }
  .topLeftMenuAbout ul.CMS_lvl3 li.CMS_current a {
    color: #1a171b;
  }
  .topLeftMenuAbout ul.CMS_lvl3 li div.intro {
    color: #1a171b;
  }

  /* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */

  p {
    line-height: normal;
    margin: 0 0 1em 0;
  }

  blockquote,
  cite,
  q {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
  }
  blockquote {
    margin: 0 0 1em 1.6em;
    color: #666;
  }

  strong,
  b {
    font-weight: bold;
  }
  em,
  i {
    font-style: italic;
  }

  big {
    font-size: 116.667%;
  }
  small {
    font-size: 91.667%;
  }

  pre {
    line-height: 1.5em;
    margin: 0 0 1em 0;
  }
  pre,
  code,
  kbd,
  tt,
  samp,
  var {
    font-size: 100%;
  }
  pre,
  code {
    color: #800;
  }
  kbd,
  samp,
  var,
  tt {
    color: #666;
    font-weight: bold;
  }
  var,
  dfn {
    font-style: italic;
  }

  acronym,
  abbr {
    border-bottom: 1px #aaa dotted;
    font-variant: small-caps;
    letter-spacing: 0.07em;
    cursor: help;
  }

  sub {
    vertical-align: sub;
    font-size: smaller;
  }
  sup {
    vertical-align: super;
    font-size: smaller;
  }

  hr {
    color: #fff;
    background: transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border: 0;
    border-bottom: 1px #eee solid;
  }

  .lastupdate,
  .newsdate {
    color: #265685;
    padding-bottom: 10px;
  }
  .page_12 div.lastupdate {
    display: none;
  }
  /* !!!!!!!!!!! DESACTIVATION DE L'AFFICHAGE DE LA DATE DE MISE A JOUR !!!!!!!!!!!!!! */
  div.lastupdate {
    display: none;
  }

  /*--- Links ----------------------------------------------------------------------------------------- */

  a {
    color: #8db9df;
    background: transparent;
    text-decoration: none;
  }
  a:visited {
    color: #8db9df;
  }

  /* (en) maximum constrast for tab focus - change with great care */
  /* (en) Maximaler Kontrast f�r Tab Focus - �ndern Sie diese Regel mit Bedacht */
  /*  a:focus { text-decoration:underline; color:#000; background: #fff; outline: 3px #f93 solid; }*/
  a:hover,
  a:active {
    color: #8db9df;
    text-decoration: underline;
    outline: 0 none;
  }

  /* --- images (with optional captions) | Bilder (mit optionaler Bildunterschrift) ------------------ */

  p.icaption_left {
    float: left;
    display: inline;
    margin: 0 1em 0.15em 0;
  }
  p.icaption_right {
    float: right;
    display: inline;
    margin: 0 0 0.15em 1em;
  }

  p.icaption_left img,
  p.icaption_right img {
    padding: 0;
    border: 1px #888 solid;
  }

  p.icaption_left strong,
  p.icaption_right strong {
    display: block;
    overflow: hidden;
    margin-top: 2px;
    padding: 0.3em 0.5em;
    background: #eee;
    font-weight: normal;
    font-size: 91.667%;
  }

  #breadcrumb {
    color: #8db9df;
    font-size: 11px;
    padding-bottom: 10px;
  }

  /*--- News ----------------------------------------------------------------------------------------- */

  #searchresult .newsTitle {
    margin-top: 20px;
  }
  div#pages {
    text-align: center;
    margin-top: 20px;
  }

  .newsItem {
  }
  .newsTitle {
    background-color: #265685;
    height: auto;
  }
  .newsTitle h2 {
    color: #ffffff;
    font-size: 110%;
    font-weight: bold;
    left: 0px;
    line-height: normal;
    position: static;
    margin: 0px;
    width: auto;
    padding: 0px 0 0 10px;
    line-height: 20px;
  }
  .newsTitle h2 a {
    color: #ffffff;
    font-size: 110%;
    font-weight: bold;
  }
  #content .newsTitle h2 a:hover {
    color: #7f746f;
  }
  .newsTitle span {
    border-left: 1px dotted #96bcdf;
    color: #fff;
    font-size: 85%;
    /*	float:					right;*/
    padding: 0 10px 0 5px;
    margin: 5px 0 0 0;
    line-height: 20px;
  }
  .shadow {
    -moz-box-shadow: 3px 3px 6px #888;
    -webkit-box-shadow: 3px 3px 6px #888;
    box-shadow: 3px 3px 6px #888;
    margin-bottom: 10px;
    background-color: #ffffff;
    padding: 2px;
  }
  .imgRight {
    float: right;
    margin: 0 0 5px 10px;
  }
  .newsContent {
    padding: 15px 17px 20px 22px;
    height: 1%;
  }
  #searchresult .newsContent {
    margin: 0 0 20px 0;
    background-color: #d7ecff;
  }
  .spacer {
    clear: both;
  }
  .newsContent a {
    color: #4186bd;
  }
  div.readmore {
    text-align: right;
    padding-right: 30px;
  }
  div.chapeau {
    font-weight: bold;
  }

  /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Generic Content Classes
  *
  * (en) standard classes for positioning and highlighting
  * (de) Standardklassen zur Positionierung und Hervorhebung
  *
  * @section content-generic-classes
  */

  .highlight {
    color: #c30;
  }
  .dimmed {
    color: #888;
  }

  .info {
    background: #f8f8f8;
    color: #666;
    padding: 10px;
    margin-bottom: 0.5em;
    font-size: 91.7%;
  }

  .note {
    background: #efe;
    color: #040;
    border: 2px #484 solid;
    padding: 10px;
    margin-bottom: 1em;
  }
  .important {
    background: #ffe;
    color: #440;
    border: 2px #884 solid;
    padding: 10px;
    margin-bottom: 1em;
  }
  .warning {
    background: #fee;
    color: #400;
    border: 2px #844 solid;
    padding: 10px;
    margin-bottom: 1em;
  }

  .float_left {
    float: left;
    display: inline;
    margin-right: 1em;
    margin-bottom: 0.15em;
  }
  .float_right {
    float: right;
    display: inline;
    margin-left: 1em;
    margin-bottom: 0.15em;
  }
  .center {
    display: block;
    text-align: center;
    margin: 0.5em auto;
  }

  /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Tables | Tabellen
  *
  * (en) Generic classes for table-width and design definition
  * (de) Generische Klassen f�r die Tabellenbreite und Gestaltungsvorschriften f�r Tabellen
  *
  * @section content-tables
  */

  table {
    width: auto;
    border-collapse: collapse;
    margin-bottom: 0.5em;
    border-top: 2px #888 solid;
    border-bottom: 2px #888 solid;
  }
  table caption {
    font-variant: small-caps;
  }
  table.full {
    width: 100%;
  }
  table.fixed {
    table-layout: fixed;
  }

  table.template {
    table-layout: fixed;
    margin: 0;
    padding: 0;
    border: none;
  }

  th,
  td {
    padding: 0.5em;
  }
  table.template td {
    padding: 0;
  }

  thead th {
    color: #000;
    border-bottom: 2px #800 solid;
  }
  tbody th {
    background: #e0e0e0;
    color: #333;
  }
  tbody th[scope="row"],
  tbody th.sub {
    background: #f0f0f0;
  }

  tbody th {
    border-bottom: 1px solid #fff;
    text-align: left;
  }
  tbody td {
    /*border-bottom:1px solid #eee;*/
  }
  table.template tbody td {
    border: none;
  }

  /* Conflict with YUI TreeView "
  /*tbody tr:hover th[scope="row"],
  tbody tr:hover tbody th.sub { background:#f0e8e8; }
  tbody tr:hover td { background:#fff8f8; }*/

  table.template tbody tr:hover td {
    background: transparent;
  }

  /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Miscellaneous | Sonstiges
  *
  * @section content-misc
  */

  /**
  * (en) Emphasizing external Hyperlinks via CSS
  * (de) Hervorhebung externer Hyperlinks mit CSS
  *
  * @section             content-external-links
  * @app-yaml-default    disabled
  */

  /*
  #main a[href^="http://www.my-domain.com"],
  #main a[href^="https://www.my-domain.com"]
  {
    padding-left:12px;
    background-image:url('your_image.gif');
    background-repeat:no-repeat;
    background-position:0 0.45em;
  }
  */
}

/**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Sitemap
  *
  */

div#sitemap {
  margin: 20px;
}
#sitemap ul {
  list-style-type: none;
  list-style-image: url("./images/puce_3.gif");
}
#sitemap li.CMS_lvl2 {
  margin-top: 1em;
}
#sitemap li.CMS_lvl3 {
  margin-top: 0.5em;
}

#sitemap .CMS_lvl1 a {
  font-size: 133.33%;
  text-transform: uppercase;
  font-weight: bold;
  color: #265685;
}
#sitemap .CMS_lvl2 a {
  font-size: 116.67%;
  text-transform: uppercase;
  font-weight: bold;
}
#sitemap .CMS_lvl3 a {
  font-size: 116.67%;
  text-transform: none;
  font-weight: normal;
}
#sitemap .CMS_lvl4 a {
  font-size: 100%;
  font-weight: normal;
  color: #1a171b;
}
#sitemap .CMS_lvl5 a {
  font-size: 100%;
  font-weight: normal;
}

/**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Products and Services
  *
  */

#safety h1,
#safety div.lastupdate {
  color: #e85c0f;
}
#resources h1,
#resources div.lastupdate {
  color: #006bc4;
}
#environment h1,
#environment div.lastupdate {
  color: #50bac1;
}
#forecast h1,
#forecast div.lastupdate {
  color: #96bd0d;
}

#top_prod_services td,
#top_prod_services div.ps_type {
  width: 131px;
  height: 126px;
}
#top_prod_services div.ps_type h2 {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  margin: 4px;
  line-height: 1em;
}
#top_prod_services div.ps_type div {
  font-size: 9px;
  font-weight: normal;
  color: #fff;
  margin: 0 0 0 4px;
  line-height: 1em;
}
#top_prod_services div.ps_type div a {
  color: #fff;
}
#top_prod_services td.spacer {
  width: 8px;
}
#top_prod_services td.safety {
  background: transparent url("./images/top_safety_bgtop.gif") no-repeat top
    left;
}
#top_prod_services td.resources {
  background: transparent url("./images/top_resources_bgtop.gif") no-repeat top
    left;
}
#top_prod_services td.environment {
  background: transparent url("./images/top_environment_bgtop.gif") no-repeat
    top left;
}
#top_prod_services td.forecast {
  background: transparent url("./images/top_forecast_bgtop.gif") no-repeat top
    left;
}

#top_prod_services td.safety div.ps_type {
  background: transparent url("./images/top_safety_btm.jpg") no-repeat bottom
    left;
}
#top_prod_services td.resources div.ps_type {
  background: transparent url("./images/top_resources_btm.jpg") no-repeat bottom
    left;
}
#top_prod_services td.environment div.ps_type {
  background: transparent url("./images/top_environment_btm.jpg") no-repeat
    bottom left;
}
#top_prod_services td.forecast div.ps_type {
  background: transparent url("./images/top_forecast_btm.jpg") no-repeat bottom
    left;
}

.safety h2,
.safety a,
.safety a:visited {
  color: #e85c0f;
}
.resources h2,
.resources a,
.resources a:visited {
  color: #006bc4;
}
.environment h2,
.environment a,
.environment a:visited {
  color: #50b5c1;
}
.forecast h2,
.forecast a,
.forecast a:visited {
  color: #96bd0d;
}
#flashHome p {
  margin-bottom: 0;
}
#flashHome a {
  font-weight: bold;
}

/* CSS Document */

.divtitle {
  background-color: #a3dbf2;
  font-size: 14px;
}

#catalogue_pdf {
  padding: 5px;
  margin: 18px 0px 0px 45px;
  float: left;
  width: 150px;
  text-align: center;
  height: 15px;
  background-color: white;
  color: #5d5d5d;
  border: 1px solid #d2d2d2 !important;
  cursor: pointer;
}

#myCartHeader {
  position: relative;
  font-size: 12px;
  margin: 18px 0px 0px 0px;
  padding: 5px;
  float: left;
  text-align: center;
  padding-right: 0px;
  height: 15px;
  cursor: pointer;
  color: #5d5d5d;
  z-index: 3;
}
