
/* Haut de page */

#top {
  height: 330px;
  background: none;
  }
  
/* Légende */

#leg {
  background: #efefef;
  padding: 3px 10px;
  }
#leg p {
  font-size: 1em;
  margin-bottom: 0;
  }
#leg #nav {
  width: 250px;
  float: right;
  }
#leg #nav p {
  font-weight: bold;
  color: #999;
  }
#leg #nav p a {
  text-decoration: none;
  color: #00A0BE;
  }
 #leg #nav p a:hover {
  text-decoration: underline;
  }
/* Contenu */

 h1 {
   margin-bottom: 20px;
   }
  
 h1, h2, .coul, #rightnav li.tete {
   color: #00A0BE;
   }
 h2 {
 	padding-top: 10px;
 	font-size: 1.17em;
 	}
 .coul {
   font-weight: bold;
   }
  
/* Navigation droite */

#rightnav {
  float: right;
  border-left: 0;
  padding-left: 0;
  margin-bottom: 30px;
  }
#rightnav ul.topos {
  border-left: 2px dotted #ccc;
  padding-left: 5px;
  }
 #rightnav ul.nav2 {
  border-left: 1px solid #666;
  padding-left: 5px;
  }
#rightnav ul li {
  margin-bottom: 9px;
  }
 #rightnav ul li.tete {
  font-size: 1.33em;
  font-weight: bold;
  position: relative;
  top: -3px;
  }
#rightnav a {
  text-decoration: none; 
  color: #666;
  font-weight: bold;
  background:  url(../images2/triangle.gif) no-repeat 0 1px;
  padding-left: 13px;
  }

  


