
/*
Feuille de style Guide BrailleNet pour word
Media: screen
Date: 26/06/2007
-------------------------------------------------- 
*/
html,body {
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
font-size: small;
}
.skip {
  height:0;
  width:0;
  left:-19000px;
  overflow:hidden;
  position:absolute;
}
.navig {
  font-family : arial, sans-serif;
  font-size: xx-small;
  }
.clear {
  clear: both;
  visibility: hidden;
}
/* #0c449e;  bleu */
/* #f79a10;  orange */
/* #E3EBE2;  bleu gris */
/* =page
-------------------------------------------------- 
*/
#page {
float: left;
width: 100%;
}
/* =entete
-------------------------------------------------- */
#entete {
float: left;
width: 100%;
color : #0c449e;
background: white;
text-align: center;
border-bottom: solid 1px #0c449e;
/* border-bottom: solid 1px #f79a10; changer la couleur pour voir ce que ça change */
}
#prelude {
float: left;
margin-left: 0;
font-size: x-small;
}
#logo-bnet img {
float: left;
border:0;
}
h1 {
font-size: 1.9em;  
}
/* =nav
-------------------------------------------------- */
#nav {
FLOAT: left;
WIDTH: 24.99%; 
border-right: solid 1px #0c449e;
/* border-right: solid 1px #f79a10; changer la couleur pour voir ce que ça donne */
color: black;
background: #E3EBE2;
/* background: #DFEBF7; changer l'arrière-plan pour voir ce que ça donne */
}
/* hide from IE mac \*/
html>body #nav {
	width : 12em; /* ACCESSIBILITE: permet de faire passer #contenu sous #nav quand la taille des police est agrandie */
	min-width: 25%; /* corrige le defaut d'apparence lie a width:6em sous Opera et Konqueror */
}
#nav a {
  text-decoration: none;
}
#nav a:hover {
  text-decoration: underline;
}
#nav1 {
  padding:0;
  margin:0;
}
#nav1 li {
  list-style-type: none;
  font-weight: bold;
  padding: 0.2em;
}
/* ul#nav2 li {
list-style-type: circle;
font-weight: normal;
padding: 0em;
} 
ul#nav2 li a:visited {
  list-style-image: url("images/nav-puce-active.png");
}
*/
/* =contenu
-------------------------------------------------- */
#contenu {
/*MARGIN-LEFT: 26%;*/
	float: right;
	width: 74%;
}
#nav_interne {
padding: 0;
margin: 0;
}
#sommaire_page {
border : 1px solid #f79a10;
  margin-top: 0;
  background: #DFEBF7;
  }
.titre_sommaire_page {
  font-weight: bold;
  padding: 0.2em;
} 
#sommaire_page li {
   display: inline;
   font-size : small;
   padding-left: 20px;
   list-style-type: circle;
}
h2 {
font-size: 1.4em;  
}
h3 {
font-size: 1.3em; 
border: solid 1px #f79a10;
background: #DFEBF7;
padding : 0.5em;
}
h4 {
   text-decoration : underline;
}
h5 {
  font-size: 1.1em
}

h6 {
  font-size: 1em
  }
#contenu hr {
color : #0c449e; 
height : 1px;
}
/* lien de retour en haut de page */
p.top {
text-align: right;
}
p.center {
text-align: center;
}
.underline {
text-decoration: underline;
}
/* flèches de navigation  */
.fleche {
   padding: 0.2em;
}
.fleche_nav {
    float: right;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 15px;
}
/* =pieddepage
-------------------------------------------------- */
.illustration {
   border:0;
}
#pieddepage { 
  clear: both;
 margin-top: 5px;
   text-align: center;
   border-top: solid 1px #0c449e;
 }
 