body {
  font-family:Verdana;
  font-size:12px;
  margin:0;
  text-align: center;
    background: #1c6294 url(http://www.fort-boyard.fr/images/design/bg.jpg) repeat-y center top;
}

#entete {
  width:90%;
  margin-left:auto;
  margin-right:auto;
  height:162px;
  text-shadow: 2px 2px 8px #444; 
}

#corps {
  width:90%;
  margin-left:auto;
  margin-right:auto;
  height:700px;
  padding-bottom:20px;
}

html>body #corps {
  height:auto;
  min-height:700px;
}

#contenu_page {
  margin-top:40px;
  margin-left:15px; 
  margin-right:15px;
  border:1px dotted black;
  background: rgba(255, 255, 255, 0.5);
}

#pied {
  width:90%;
  height:30px;
  margin-left:auto;
  margin-right:auto;
  text-shadow: 2px 2px 8px #333; 
}

table {
  border:1;
  font-size:12px;
    background-color:e9f0fa;
}

.ligne_titre {
  background-color:#e6a539;
}

a:link, a:visited,a:hover {
  color:blue;
  text-decoration:none;
}

#entete a:link, #entete a:visited, #entete a:hover {
  color:white;
  text-decoration:none;
  font-weight:bold;
}

.typo1 {
  font-size:20px;
  font-weight:bold;
  font-style:italic;
  border:1px solid black;
  background-color:#FDD473;
  padding-left:50px;
  padding-right:50px;
  padding-top:10px;
  padding-bottom:15px;
}

