/*Corps de texte */
body {
  background-color: #453823;
  color: black;
  font-family: Trebuchet MS;
}
/* Hiérachisation des titres */
H1 {
  color: #8D0F27;
  text-align: center;
  font: small-caps bold 20pt Trebuchet MS;
  text-decoration: none;
  text-transform: uppercase;
}
H2 {
color: #8D0F27;
text-align: left;
font: small-caps bold 13pt Trebuchet MS;
text-decoration: none;
}
h3 {
  text-decoration: none;
  color: #8D0F27;
  text-align: justify;
  font: normal 2pt Trebuchet;
}
/* Liens hypertextes*/
a:link {
  border:  none;
  color: #eaebe9;
  font-family: Trebuchet MS;
  text-decoration: none;
}
a:visited {
  border-style: none;
  text-decoration: none;
  color: #eaebe9;
  font-family: Trebuchet MS;
}
a:hover {
  border-style: none;
  font-family: Trebuchet MS;
  text-decoration: underline;
  color: #eaebe9;
  font-weight: inherit;
}
/* Liste à puces*/
.ul, il {
  color: #61412c;
  font-family: Trebuchet MS;
  line-height: 20pt;
}

.ListeIMP {	
	color: #8D0F27;
	text-align: left;
    font: small-caps bold 14pt/20pt Trebuchet MS;
	padding-left: 40px;
}
.Liste {	
	color: #8D0F27;
	text-align: left;
    font: bold 10pt/15pt Trebuchet MS;
	padding-left: 40px;
}

/* Suppression des cadres des images */
a img 
{ 
border: none; 
} 

 
/* éléments de la page d'accueil*/
.Centrale {
  border: 1px solid black;
  position: absolute;
  width: 1000px;
  top: 50%;
  height: 1300px;
  background-color: #bfb7ac;
  left: 50%;
  margin-left: -500px;
  margin-top: -330px;
  font-family: Trebuchet MS;
}
#Barre {
  float: left;
  background-color: #000000;
  font-family: Trebuchet MS;
  width: 1000px;
}
#PartieGauche {
  padding: 45px 20px 0px;
  float: left;
  text-align: center;
  font-family: Trebuchet MS;
  color: black;
  position: relative;
}
.DegradeGauche {
  text-align: center;
  background-color: #453823;
  width: 160px;
  font-family: Trebuchet MS;
}
#PartieCentrale {
  padding-right: 6px;
  text-align: justify;
  margin-top: 5px;
  padding-left: 6px;
  float: left;
  position: relative;
  width: 560px;
  padding-top: 0px;
}

.DegradeCentre {
  color: black;
  font-size: 10pt;
  width: 560px;
  font-family: Trebuchet MS;
  text-align: justify;
}


#PartieDroite {
  padding: 45px 20px 0px;
  font-family: Trebuchet MS;
  float: right;
  text-align: center;
  color: black;
  position: relative;
}
.DegradeDroite {
  text-align: center;
  font-family: Trebuchet MS;
  background-color: #453823;
  width: 180px;
}
#PiedPage {
  float: left;
  background-color: #000000;
  font-family: Trebuchet MS;
  color: #EAEBE9;
  width: 1000px;
  text-align: center;
}
#PartieBasse {
  top: 50%;
  width: 1000px;
  left: 50%;
  margin-top: 1300px;
  float: right;
  position: absolute;
  margin-left: -900px;
  font-family: Trebuchet MS;
}
.DegradeBas {
  font-family: Trebuchet MS;
  text-align: right;
}

