body {
  background-color: #ffffff;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
  color:#1E1859;
}
#content { 	
  position:absolute;
  height:520px; 
  width:1000px;
  margin:-260px 0px 0px -500px;
  top: 50%; 
  left: 50%;
  text-align: left;
  padding: 0px;
  background: #ffffff url('images/fond_content_2.png') top left no-repeat;
  overflow: hidden;
}
#bandeau {
  position:absolute;
  height:470px;
  width:150px;
  top:25px;
  left:15px;
}
.bandeau_img {
  height:470px;
  width:150px;
}

#logo {
  position:absolute;
  height:210px;
  width:66px;
  top:0;
  left:173px;
  z-index:30;
}
#logoproduits {
  position:absolute;
  height:210px;
  width:66px;
  top:26px;
  left:173px;
  z-index:30;
}
.logo_img {
  width:210px;
  height:66px;
}

#menu_gch {
  position:absolute;
  height:470px;
  width:180px;
  top:25px;
  left:165px;
  background: #ffffff url('images/fond_menu_gauche.png') top center no-repeat;
}
#menu_gch #titre_general_jaune {
  position:absolute;
  height:20px;
  width:180px;
  top:100px;
  left:0;
  background: #EFC42A url('images/fond_titre_general_jaune.png') top center no-repeat;
  font-weight:bold;
  text-align:center;
  padding-top:5px;
  font-size:14px;
  color:#333399;
}
#menu_gch #titre_general_bleu {
  position:absolute;
  height:20px;
  width:180px;
  top:100px;
  left:0;
  background: #EFC42A url('images/fond_titre_general_bleu.png') top center no-repeat;
  font-weight:bold;
  text-align:center;
  padding-top:5px;
  font-size:14px;
  color: #FFFFFF;
}
#menu_gch ul#menu {
  position:absolute;
  width:180px;
  top:145px;
  left:0px;
}
ul#menu {list-style-type: none;} 
ul#menu li {margin-bottom: 1px;}
ul#menu a {
  width: 145px; 
  height: 20px;
  display: block;
  text-align: right;
  text-decoration: none;
  font-weight: bold;
  color: #D3D3D3;
}
ul#menu a:hover, ul#menu li.menu-current a {
  color: #A1A1A1;
  font-weight: bold;
  text-decoration:none;
}
ul#menu a.retour {
  width: 135px; 
  height: 20px;
  display: block;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
  color: #EFC52C;
  padding-left:10px;
}

#mini_nav{
  position:absolute;
  top:35px;
  right:65px;
  color: #D3D3D3;
}
#mini_nav a {
  text-decoration: none;
  font-weight: bold;
  color: #D3D3D3;
  font-size:0.9em;
}
#mini_nav a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #A1A1A1;
  font-size:0.9em;
}
#mini_nav a.focus {
  text-decoration: none;
  font-weight: bold;
  color: #333399;
  font-size:0.9em;
}
#mini_nav a.focus:hover {
  text-decoration: none;
  font-weight: bold;
  color: #FF006A;
  font-size:0.9em;
}

#titre_page {
  position:absolute;
  height:50px;
  width:590px;
  top:75px;
  left:345px;
  background: #ffffff url('images/fond_titre_page.png') bottom left no-repeat;
}
#titre_page h1 {
  font-size:1.8em;
  font-weight:bold;
  color:#333399;
  letter-spacing:1.5px;
  margin-top:6px;
  margin-left:50px;
}
#titre_page span {
  display:block;
  font-size:0.9em;
  color:#A1A1A1;
  margin-left:10px;
  padding-top:5px;
}
#contenu {
  position:absolute;
  height:360px;
  width:555px;
  top:125px;
  left:360px;
  padding-right:20px;
  overflow-y:auto;
  overflow-x:hidden;
  z-index:50;
}

#onglet-nouscontacter{
  position:absolute;
  height:120px;
  width:25px;
  top:60px;
  right:20px;
}
#onglet-actualites{
  position:absolute;
  height:90px;
  width:25px;
  top:190px;
  right:20px;
}
#onglet-newsletter{
  position:absolute;
  height:90px;
  width:25px;
  top:290px;
  right:20px;
}
#contenu {
   scrollbar-face-color:#ffffff;
   scrollbar-arrow-color:#333399;
   scrollbar-track-color:#ffffff;
   scrollbar-shadow-color:#CCCCCC;
   scrollbar-highlight-color:#CCCCCC;
   scrollbar-3dlight-color:#ffffff;
   scrollbar-darkshadow-Color:#ffffff;
}
