* {
 margin: 0px;
 padding: 0px;
}

body {
 margin: 10px 0px;
 background: white; 
 text-align: center; 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 color: black;
}

a         { text-decoration:none; color: #520008; } 	
a:visited { text-decoration:none; } 	
a:hover	  { color: #b94a55; }
a:active  { border-bottom: 0px dotted #451f66; color : #ffee99; }

/****** Définition des zones ******/

#global {
 position: relative; 
 width: 100%;
 height: auto;
 text-align: left;
 margin-left: auto; 
 margin-right: auto;
}

#hexagramme {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 180px;
 height: 180px;
 display: none;
}

#haut {
 width: 100%;
 height: 302px;
 border: 0px dotted red;
 background: #ffffff url(images/haut.jpg) no-repeat;
 display: none;
}

#milieu {
 width: 90%;
}

#bas {
 position: absolute;
 bottom: 0px;
 width: 100%;
 height: 15px;
 border: 0px dotted red;
 background: #ffffff url(images/footer.jpg) no-repeat;
 display: none;
}

#menu {
 float: left;
 width: 215px;
 border: 0px dotted green;
 display: none;
}

#main {
 width: auto;
 border: 0px dotted blue;
}

#credits {
  display: none;
}

/****** Styles du Haut ******/

#haut h1 {
 font-size: 40px;
 margin: 0px 0px 0px 20px;
 padding-top: 40px;
 font-weight: bold;
 color: #FFFFCC;
}

#haut h2 {
 font-size: 20px;
 font-style: italic;
 margin: 0px 0px 0px 20px;
 color: #FFFFFF;
}

/****** Styles du Menu ******/

ul, li {
  list-style-type: none;
}

#menu {
  line-height: 13px;
}

#menu li {
  line-height: 13px;
}

#menu li a {
  color: #211039;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  width: 195px;
  border-bottom: 1px solid #ae86d0;
  margin: 7px 0px 0px 10px;
}

#menu li a:hover {
 color: #6B4D84;
}

#menu li#section-courante {
  background: transparent url(images/fleche.gif) 0px 0px no-repeat;
}

#menu ul li {
  line-height: 1emx;

}

#menu ul li a {
  text-transform: none;
  border-bottom: 0px;
  font-size: 11px;
  font-weight: normal;
  border: 0px dotted red;
  margin: 0px 0px 0px 15px;
  padding-left: 5px;
}

#menu ul li a:hover {
 color: #6B4D84;
 border-left: 4px solid #ae86d0;
 padding-left: 1px;
}

#menu ul li#sous-section-courante {
  background: transparent url(images/fleche-sous-section.gif) 0px 4px no-repeat;
}

#menu ul li#sous-section-courante a {
  font-weight: bold;
}

/****** Styles de la zone main ******/

#main img#citation {
 border: 1px solid #310C31;
 margin: 30px 0px 30px 0px;
}

#main p#arborescence,#main p#imprimer {
 font-style: italic;
 text-align: right;
 text-transform: capitalize;
 display: none;
}

#main p#imprimer img {
 border: 0px;
}

#main p#arborescence a,#main p#imprimer a {
 color: #211039;
}

#main p#arborescence a:hover,#main p#imprimer a {
 color: #6B4D84;
}

#main h1 {
 font-size: 24px;
 margin: 20px auto;
 font-weight: bold;
 border-bottom: 0px solid #310C31;
 text-align: center;
}

#main h2 {
 font-size: 16px;
 margin: 10px 20px 5px 10px;
 font-weight: bold;
 border-bottom: 0px dashed #310C31;
}

#main h3 {
 font-size: 12px;
 margin: 10px 20px 5px 15px;
 font-weight: bold;
}

#main h3 {
 font-size: 12px;
 margin: 10px 20px 5px 20px;
 font-weight: normal;
 text-decoration: underline;
}

#main p {
 font-size: 12px;
 margin: 5px 20px 5px 20px;
 line-height: 1.3em;
}

#main ul,#main ol {
 font-size: 12px;
 margin: 5px 20px 5px 20px;
}

#main li {
 margin: 5px 20px 5px 20px;
 line-height: 1.3em;
 list-style-image: url(images/puce-violette.gif);
}

#main li a {
 color: #211039;
 border-bottom: 1px dotted #8C69AD;
}

#main li a:hover {
 border-bottom: 1px solid #8C69AD;
}

#main .photo {
 display: block;
 text-align: center;
 margin: 10px auto;
}

#main .photo img {
 border: 1px solid #8C69AD;
}

#main .photo:hover img {
 border: 1px solid #310C31;
}


/****** Classes utiles ******/

.centrage { text-align: center; }
.spacer { clear: both; }