/*ONGLETS*/

#ongletcontenu {
width:645px;
position:relative;
}

#onglet {
  float:left;
  width:645px;
  background:#DAE0D2 url("http://www.experts.lesclesdumidi.com/images/menu-onglets/bg.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
  }
#onglet ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#onglet li {
  float:left;
  background:url("http://www.experts.lesclesdumidi.com/images/menu-onglets/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#onglet a {
  float:left;
  display:block;
  background:url("http://www.experts.lesclesdumidi.com/images/menu-onglets/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#onglet a {float:none;color:#333333;}
/* End IE5-Mac hack */
#onglet a:hover {
  color:#333333;
  }
#onglet #current {
  background-image:url("http://www.experts.lesclesdumidi.com/images/menu-onglets/left_on.gif");
  }
#onglet #current a {
  background-image:url("http://www.experts.lesclesdumidi.com/images/menu-onglets/right_on.gif");
  color:#333333;
  /*padding-bottom:5px;*/
  }
  
#onglet .current {
  background-image:url("http://www.experts.lesclesdumidi.com/images/menu-onglets/left_on.gif");
  }
#onglet .current a {
  background-image:url("http://www.experts.lesclesdumidi.com/images/menu-onglets/right_on.gif");
  color:#333333;
  /*padding-bottom:5px;*/
  }
  
/**/

.divactu {
position: relative;
top:0px;
background-color:#ffffff;
border:1px solid #776655;
border-top:0px;
text-align:left;
padding:8px;
left:0px;
color:#333;
float: left;
width:624px;
}
html>body .divactu{position: relative;width:627px;}

.divactu a,.divactu a:hover {
color:#333;
}

.tabhide{
display:none;
}