/*
Feuille de style Barre AccessiWeb
Media: screen
Date: 05/12/2005
-------------------------------------------------- */

html,body {
  font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
  font-size: small;
}

.skip {
  height:0;
  width:0;
  left:-19000px;
  overflow:hidden;
  position:absolute;
}

.clear {
  clear: both;
  visibility: hidden;
}

/* #0c449e;  bleu */
/* #f79a10;  orange */

/* =page
-------------------------------------------------- */
#page {
float: left;
width: 100%;
}

/* =entete
-------------------------------------------------- */
#entete {
  float: left;
	width: 100%;
  color : #8B3878;
  background: white;
  text-align: center;
  border-bottom: solid 1px #8B3878;
}

#prelude {
  float: right;
  font-size: x-small;
}

#logo-accessiweb img {
  float: left;
  border:0;
}


/* =nav
-------------------------------------------------- */
#nav {
  FLOAT: left;
	/* WIDTH: 25%;*/ /* taille desiree */
  WIDTH: 24.99%; /* bug IE: taille demandee =  taille desiree - 0.01% */
  border-right: solid 1px #8B3878;
  color: black;
  background: #E2E69A;
}

/* 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%;
}

#ariane {
	padding: 0;
	margin : 0;
}


h3 {
  border: solid 1px #919831;  ;
  background: #E7D0E5;
   padding : 0.5em;
}

h4 {
   text-decoration : underline;
}

h5 {
  background: none;
}

#contenu hr {
   color : #919831;  
	height : 1px;
}

#sommaire {
   border : 1px solid #8B3878;
   background: #E2E69A;
  padding: 0.2em;
}

#sommaire span {
   text-align : center;
  font-weight: bold;
}

#sommaire li {
   font-size : small;
}

.dynamiclink {
  font-weight: normal; font-size: x-small; color: #637386; text-decoration: underline
}

.staticlink {
  font-weight: normal; font-size: x-small; color: #637386
}

/* lien de retour en haut de page */

p.top {
   text-align: right;
}

/* =pieddepage
-------------------------------------------------- */
#pieddepage { 
  clear: both;
  margin-top: 5px;
  text-align: center;
  border-top: solid 1px #8B3878;
}

/* -----------------------
 liste des fiches d'une thımatique 
----------------------- */
#liste_thema{
   margin-top : 2px;
}

code.elt {
   font-weight: bold; 
  text-transform: uppercase; 
  color: #993399;
   font-size : small;
}

code.attr {
  font-weight: bold; 
  color: #616161;
/* couleur d'origine #999999; */
   font-size : small;
}

p.pre {
   padding-right: 3px; 
   padding-left: 3px; 
   padding-bottom: 3px; 
  padding-top: 3px; 
   width: auto; 
   color: #006600;
   background-color: #ffffcc
}

.illustration {
   border:0;
}


/* boutons prıcıdent et suivant */
.fleche {
   padding: 0.2em;
}

#fleche_nav {
    float: right;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 15px;
}

#suivi {
	padding-top: 8px;
}
