/*
* MISE EN PAGE ECRAN
*/

* {
  margin: 0;
  padding: 0;
}

body {
  background: #ffffff;
  color: #666666;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: small;
  text-align: left;
  line-height: 180%;
  margin-top: 0px; 
  margin-bottom : 0px; 
  /*margin-left: 90px;*/  
  /*margin-right: 90px;*/
}

/* EN-TETE */
#en-tete {
  background-color: #6080c0;
  position: relative;
  visibility: visible;
  text-align: left;
  height: 24px;
  padding: 3px;
}

#en-tete a {
  color: #ffffff;
  font-weight: bold;
}

/* BANDEAU */
#bandeau {
  background-color: #008040; 
  padding: 1em; 
  font-size: x-large; 
  color: #ffffff;
  letter-spacing: 3px;   
  text-align: left;
}

/* NAVIGATION */
#navigation {
  background-color: #5bffad;
  font-size: small;
  color: #ffffff;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-align: left;
  height: 16px;
  padding: 3px;
}
a {
  color: #6080c0;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0000ff;
  text-decoration: underline;
  background-color: transparent;
}
a img {
  border: none;
}

/* CONTENU */
#contenu {
  background-color: #f5f5f5;
  border: 2px solid #008040;
  padding: 9px;
}

/* TITRES */
h2 {
  font-size: large;
  color: #008040; 
  border-left: 2px solid #008040;
  border-bottom: 2px solid #5bffad;
  padding: 3px;
}
h3 {
  font-size: medium;
  color: #666666; 
  border-bottom: 2px dotted #5bffad;
  padding-top: 3px;
}
h4 {
   background: transparent url(./wimages/titre4.png) no-repeat; 
   font-size: small;
   color: #666666;
   margin: 0.5em 0 0.5em 0;
}

/* PARAGRAPHE */
p {
  text-indent: 2em;
}

/* TABLEAU */
table {
  font-size: small;
  line-height: 180%;
}

/* LISTE NUMEROTEE */

ol {
  list-style-type: decimal;
  margin: 1em 0 1em 40px;
}
ol li {
  margin: 0.5em 0 0.5em;
}

/* LISTE A PUCES */
ul {
  list-style-image: url(./wimages/puce.png);
  margin: 1em 0 1em 40px;
}
ul.tiret {
  list-style-image: url(./wimages/tiret.png);
}
ul li {
  margin: 1em 0 1em 0;
}

/* LISTE DE DEFINITION */
dl {
}
dt {
  margin: 0;
}
dd {
  margin: 0.5em 0 0.5em 40px;
}

/* PIED-DE-PAGE */
#pied-de-page {
  clear: both;
  background-color: #cecece;
  font-size: x-small;
  color: #696969;
  letter-spacing: 3px;
  text-align: center;
}
#pied-de-page p {
  text-align: right;
}
#pied-de-page a.hautdepage:link {
  /* taille de l'image : 9x6 */ 
  background: transparent url(./wimages/haut.png) no-repeat right;
  padding: 4px 18px 4px 0; 
}

