/***************** BODY *****************/
*{
/*---on passe toutes les marges à 0---*/
  margin: 0;
  padding: 0;
}

body, html{
  height: 100%;
/*---permet de changer la couleur de la barre de scroll dans IE (déconseillé)
scrollbar-base-color:#7d8a2e;
---*/
}

body.med{
  background: #fff url(../images/charte/bg-body-med.gif) left top repeat-x;
  color: #05526A;
}

body.pharma{
  background: #fff url(../images/charte/bg-body-pharma.gif) left top repeat-x;
  color: #05526A;
}

body.droit{
  background: #fff url(../images/charte/bg-body-droit.gif) left top repeat-x;
  color: #666;
}
/***************** CONTAINER *****************/

#container{
  position: relative;
  min-height: 100%;
  height:auto!important;
  height: 100%;
  width: 990px;
  margin: 0 auto;
  background: url(../images/charte/bg-container.gif) center top repeat-y;
}

.invisible{
  display: none;
}
/***************** HEADER *****************/

#header{
  width: 990px;
  height: 105px;
}

#header #med{
  width: 990px;
  height: 105px;
  background: url(../images/charte/header-med.jpg) left top no-repeat;
}

#header #pharma{
  width: 990px;
  height: 105px;
  background: url(../images/charte/header-pharma.jpg) left top no-repeat;
}

#header #droit{
  width: 990px;
  height: 105px;
  background: url(../images/charte/header-droit.jpg) left top no-repeat;
}
/***************** MENU TOP *****************/

#menuTop{
  position: relative;
  z-index: 10;
  width: 990px;
  height: 30px;
  overflow:hidden;
  list-style-type: none;
  margin:0px; padding:5px 0px 0px;
}

.med .menuTop-med{
  width: 990px;
  height: 37px;
  list-style: none;
  margin-top:0px;
  background: url(../images/charte/bg-menu-top-med.gif) left center no-repeat;
}

.pharma .menuTop-pharma{
  width: 990px;
  height: 37px;
  list-style: none;
  margin-top:0px;
  background: url(../images/charte/bg-menu-top-pharma.gif) left center no-repeat;
}

.droit .menuTop-droit{
  width: 990px;
  height: 37px;
  list-style: none;
  margin-top:0px;
  background: url(../images/charte/bg-menu-top-droit.gif) left center no-repeat;
}

#menuTop li{
  position: relative;
  float: right;
  width: 100px;
  list-style-type: none;
}

#menuTop a{
  text-decoration: none;
  font: bold 12px/27px Arial, Helvetica, sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  display: block;
  height: 27px;
  overflow: hidden;
  border: solid #fff;
  border-width: 0 1px 0 0;
}

#container #menuTop a:hover, #container #menuTop a.trigered{
  text-decoration: underline;
  color: #333;
}
/***************** SOUS MENU */

#sousMenu{
  position: relative;
  z-index: 10;
  width: 990px;
  height: 33px;
  background: url(../images/charte/entre-deux.gif) left top no-repeat;
  list-style: none;
}
/***************** MENU LEFT *****************/

#colLeft{
  width: 250px;
  position: relative;
  min-height: 300px;
  height: 100%;
  height:auto !important;
  float: left;
}

#colLeft #menuLeft{
  width: 190px;
  padding: 0 10px 0 50px;
  margin-bottom: 10px;
  min-height: 200px;
  float: left;
  clear: both;
}

#colLeft #bottom-med{
  width: 250px;
  float: left;
  height: 250px;
  background: url(../images/charte/bg-col-left-med.gif) left bottom no-repeat;
}

#colLeft #bottom-pharma{
  width: 250px;
  float: left;
  height: 250px;
  background: url(../images/charte/bg-col-left-pharma.gif) left bottom no-repeat;
}

#colLeft #bottom-droit{
  width: 250px;
  float: left;
  height: 250px;
  background: url(../images/charte/bg-col-left-droit.gif) left bottom no-repeat;
}

#colLeft #bottom-accueil{
  width: 250px;
  float: left;
  height: 275px;
  background: url(../images/charte/bg-col-left-accueil.jpg) left bottom no-repeat;
}

#menuLeft ul{
  list-style-type: none;
}

#menuLeft a{
  background: url(../images/charte/bg-bt-med.gif) left top no-repeat;
  text-decoration: none;
  font: bold 12px/30px Arial, Helvetica, sans-serif;
  color: #fff;
  display: block;
  padding-left: 10px;
  height: 31px;
  overflow: hidden;
}

#menuLeft a.med{
  background: url(../images/charte/bg-bt-med.gif) left top no-repeat;
}

#menuLeft a.pharma{
  background: url(../images/charte/bg-bt-pharma.gif) left top no-repeat;
/*color: #003300;*/
}

#menuLeft a.droit{
  background: url(../images/charte/bg-bt-droit.gif) left top no-repeat;
}

#menuLeft a:hover, #menuTop a.trigered{
 background-position: left bottom;
}

#menuLeft h1 a.over{
  background-position: left bottom;
  color:#FFF;
}
#container #menuLeft .accContent a.over{
  color:#888;
  text-decoration:underline;
}


/***************** SOUS MENU *****************/

#container #menuLeft li a{
  background: none;
  border: none;
  text-decoration: none;
  font: bold 11px/20px Arial, Helvetica, sans-serif;
  color: #000;
  display: block;
  height: 20px;
  overflow: hidden;
  padding: 0 0 0 10px;
}

#container #menuLeft li a:hover{
  text-decoration: underline;
  color: #666;
}
/***************** CONTENU *****************/

#contenu{
  float: left;
  width: 690px;
  min-height: 335px;
  padding: 5px 25px 0 20px;
  background: url(../images/charte/bg-contenu.gif) left top no-repeat;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/

.clearer{
  margin:0px;
  padding:0px;
  height:0px;
  width:0px;
  font-size:0px;
  line-height:0px;
  display:block;
  clear: both;
}

#clearFooter{
  height: 90px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/

#footer1{
  width: 100%;
  height: 90px;
  clear: both;
  position: relative;
  margin: -90px auto;
}

#footer1 .med{
  background: url(../images/charte/bg-footer-med.gif) left top repeat-x;
}

#footer1 .pharma{
  background: url(../images/charte/bg-footer-pharma.gif) left top repeat-x;
}

#footer1 .droit{
  background: url(../images/charte/bg-footer-droit.gif) left top repeat-x;
}

#footer{
  position: relative;/*---obligatoire pour le footer---*/
  margin: auto;
  width: 990px;
  height: 90px;
  color: #fff;
}

#footer .med{
  position: relative;/*---obligatoire pour le footer---*/
  margin: auto;
  width: 990px;
  height: 90px;
  color: #fff;
  background: url(../images/charte/footer-med.gif) left top no-repeat;
}

#footer .pharma{
  position: relative;/*---obligatoire pour le footer---*/
  margin: auto;
  width: 990px;
  height: 90px;
  color: #fff;
  background: url(../images/charte/footer-pharma.gif) left top no-repeat;
}

#footer .droit{
  position: relative;/*---obligatoire pour le footer---*/
  margin: auto;
  width: 990px;
  height: 90px;
  color: #fff;
  background: url(../images/charte/footer-droit.gif) left top no-repeat;
}

#idep{
  position: absolute;
  left: 0;
  top: 40px;
  width: 195px;
  height: 50px;
}

#idep img{
  float: left;
}

#footer #idep a.idep{
  text-decoration: none;
  display: block;
  font: 9px/8px Arial, Helvetica, sans-serif;
  color: #333;
  margin: 8px 0 0;
}

#footer #idep a.idep .optea{
  margin: 0;
}

#footer #idep a:hover.idep{
  text-decoration: none;
  color: #333;
}