/* <Script> */
/* Couleurs utilisées :  */
/* Marron : #6E6150 */
/* Orange : #E7A619 */
/* Blanc :  #ffffff */
/* Classes de balises */
BODY{
  background : #E3D2B3;
  color : #6E6150;
  border-width : 0px 0px 0px 0px;
  border-style : none none none none;
  vertical-align : middle;
  text-align : Left;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  font-family : Verdana,sans-serif;
  font-weight : normal;
  padding : 0px;
}
H1{
  vertical-align : middle;
  text-align : center;
  font-family : Cursive;
  font-weight : bold;
/*  color : #f3eea5;*/
/*  color : #4A744F; */
  color : #6E6150;
}
H2{
/*  background-image : url(../Images/Noir_DivH.gif);
  background-position : top;
  background-repeat : no-repeat;
  margin-top : 5px;
  padding : 15px;
/*  display : list-item;
  white-space : pre;
  list-style-position : inside;
  list-style : url(../Images/GoldBullet.gif);
*/  vertical-align : middle;
  text-align : left;
  font-family : Cursive;
  font-weight : bold;
  color : #6E6150;
}
H3{
  margin-top : 5px;
  display : list-item;
  white-space : pre;
  list-style-position : inside;
  list-style : url(../Images/SilverBullet.gif);
  padding-left : 30px; 
  vertical-align : top;
  text-align : left;
  text-decoration : underline;
  font-family : Cursive;
  font-weight : bold;
  color : #6E6150;
}
H4{
  margin-bottom : 0px;
  padding-bottom : 5px;
  padding-left : 55px; 
  vertical-align : middle;
  text-align : left;
  font-family : Cursive;
  font-weight : bold;
  color : #6E6150;
}
H5{
  padding-top : 0px;
  margin-top : 0px;
  padding-left : 70px; 
  font-family : tahoma;
  font-weight : lighter;
  font-size : 16px;
}
TD{
  padding-top : 10px;
  margin : 5px;
  vertical-align : middle;
  text-align : center;
  font-family : Cursive;
}
A:VISITED{
  color : #000000;
}
A{
  color : #000000;
}
A:hover{
  color : #E7A619;
}
/* Classes génériques */
.HautBasChapitre{
  display : block;
  width : 100%;
  align : center;
  background-image : url(../Images/Marron_DivH.gif);
  background-position : center;
  background-repeat : no-repeat;
}
.Chapitre{
  display : block;
  width : 100%;
  align : center;
  font-size : 24px;
  text-align : center;
  font-family : Cursive;
  font-weight : bold;
  color : #6E6150;
}
.LiensEntetePage {
  text-align : center;
  padding : 15px;
}
.RetourHautDePage {
  display : block;
  width : 100%;
  align : center;
  vertical-align : middle;
  background-position : center;
  background-repeat : no-repeat;
  text-align : center;
  padding-top : 50px;
  background-image : url(../Images/Marron_Top.gif);
  height : 50px;
  width : 100%;
}
