/*feuille de style*/

html {font-size: 100%;}
body {
  margin: 0;
  font-size: 1em;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	}
#container {
  width: 970px;
  margin: 10px auto;
  position: relative;
  }
#cathedrale {
  width: 200px;
  height: 200px;
  float: left;
  margin: 0;
  background: url(images/CathedraleBourges.png);
  padding: 0px;
  }
#centre_haut {
  width: 540px;
  height: 200px;
  float: left;
  margin: 0 0 0 10px;
  background: url(images/haut_centre.png) no-repeat;
  }
#centre_haut ul {
  padding:0;
  text-align: left;
  margin:1em 5em;
  list-style-type:none;
  }
#centre_haut li a {
  text-decoration:none;
  line-height:2em;
  color:#000000;
  }
#centre_haut li a:hover {
  background: #6B6B21;
  color:#F9F998;
  }
#grognard {
  width: 200px;
  height: 200px;
  float: left;
  margin: 0 0 0 10px;
  background: url(images/grognard.png);
  padding: 0px;
  }
#milieu_gauche {
  clear: both;
  width: 200px;
  height: 300px;
  margin: 10px 0 0 0;
  float: left;
  background: url(images/milieu_gauche.png) no-repeat;
  }
#milieu_gauche a {
  text-decoration: none;
  margin: 2em 0.5em;
  color:#000000;
  }
#milieu_gauche a:hover {
  background:#6B6B21;
  color:#F9F998;
  }
#milieu_gauche p {
  text-align: center;
  margin: 2em 0.5em;
  }
#milieu {
  width: 540px;
  height: 300px;
  margin: 10px 0 0 10px;
  float: left;
  background: url(images/centre.png) no-repeat;
  }
#milieu img {
  margin: 10px 0 0 0;
  }
#milieu p {
  text-align: left;
  margin: 0.3em 0 0 1em;
  }
#milieu a {
  text-decoration: none;
  color:#000000;
  }
#milieu a:hover {
  background:#6F6537;
  color:#EDDB8A;
  }
#milieu_droit {
  width: 200px;
  height: 300px;
  margin: 10px 0 0 10px;
  float: left;
  background: url(images/milieu_droite.png) no-repeat;
  }
#milieu_droit a {
  text-decoration: none;
  margin: 2em 0.5em;
  color:#000000;
  }
#milieu_droit a:hover {
  background:#5C6D3D;
  color:#C8EB87;
  }
#milieu_droit p {
  margin: 1em 0.5em 0 0.5em;
  }
#berry {
  clear: none;
  width: 200px;
  height: 200px;
  float: left;
  margin: 10px 0 0;
  background: url(images/berry.png) no-repeat;
  padding: 0px;
  }
#centre_bas {
  width: 540px;
  height: 200px;
  float: left;
  margin: 10px 0 0 10px;
  background: url(images/bas_centre.png) no-repeat;
  }
#centre_bas span {
  word-spacing: -2px;
  }
#centre_bas p {
  text-align: left;
  margin: 1em;
  }
#centre_bas a {
  text-decoration: none;
  color:#000000;
  }
#centre_bas a:hover {
  background:#5C6D3D;
  color:#C8EB87;
  }
#napoleon {
  width: 200px;
  height: 200px;
  float: left;
  margin: 10px 0 0 10px;
  padding:0;
  background: url(images/Napoleon_a_Cherbourg.png);
  }
.livredor {
	font-size:0.8em;
	font-style:italic;
}
.gauche {
  float: left;
  }
.droite {
  float: right;
  }
.bleu {
  font-size: 1em;
  color: #56739A;
  }
.auteur {
  font-size: 0.8em;
  color: #ffffff;
  }
#new {
  margin:0 0 0 1em;
  font-size:1em;
  color:#000066;
  font-weight:bold;
  visibility:visible;
}
