/* variable selon rubrique */ 

#nav2 {
  background: #fff;
  }

h1 {
  color: #900;
  }
  
#bandeau {
 margin: 0 0  15px 0;
 padding: 0;
 }
 
#cal {
  margin-right: 220px;
  padding-right: 0;
  }
  
table.menu {
  width: 280px;
  font-size: 11px;
  line-height: 17px;
  }
  
table.menu h2 {
  font-size: 11px;
  line-height: 17px;
  margin: 0 0 4px 0;
  padding: 0;
  font-weight: bold;
  }
  
table.menu h2.suiv {
  margin-top: 12px;
  }
  
table.menu h3 {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0;
  }
  
/* hack pour IE : réduit le padding sup et inf des boites grises */
/* début de hack pour exclure IE5 Mac  \*/
* html  table.menu h3 {
  font-size: 11px;
  line-height: 17px;
  margin: 0 0 5px 0;
  padding: 0;
  }
/* fin de hack IE  et IE5 Mac*/
    
table.menu a {
  color: #4C5166;
  text-decoration: none;
  }
  
table.menu a:hover {
  color: #000;
  border-bottom: 1px solid red;
  }
  
table.menu a.current {
  color: #000;
  border-bottom: 1px solid red;
  }

#recherche {
  float: right;
  width: 200px;
  height: 100px;
  font-size: .9em;
  text-indent: -15px;
  }
  
/* hack pour IE : réduit le padding sup et inf des boites grises */
/* début de hack pour exclure IE5 Mac  \*/
* html  #recherche {
  float: right;
  width: 200px;
  height: 100px;
  font-size: .9em;
  text-indent: 0px;
  }
/* fin de hack IE  et IE5 Mac*/
  
#recherche  img{
  margin-right: 5px;
  }
  
#recherche a {
  color: #900;
  font-weight: bold;
  line-height: 1.7em;
  text-decoration: none;
  }
  
#recherche a:hover {
  color: #4C5166;
  }