body{
  margin: 2% 5% 2% 5%;
  background-color: #004081;
  background-image: url("degrade.png");
  background-repeat: repeat-y;
  
  color: #f6f6f6;
  font: 1em Calibri, Arial, serif;
  
  text-align: center;
}

div#menu{
  width: 15%;
}

p.justifie{
  text-align: justify;
  text-indent: 20px;
}

a{
  color: #f6f6f6;
}
a:visited{
  color: #bbbbbb;
}
a:hover{
  color: #d46000;
}

h1, h2, h3, h4{
font-family: "Trebuchet MS", Arial, serif;
color: #9FDDFF;
}

h2{
  background-image: url("bordure_h2.png");
  background-repeat: no-repeat;
  text-align: left;
  color: #f6f6f6;
  padding-top: 10px;
}

h3{
  font-style: italic;
  text-decoration: underline;
}

h4{ 
   font-size: 1.1em;
   color: #d46000;
}


#lien{
  width: 80px;
  margin: auto;
}

#lien:hover{
  cursor: pointer;
 }

div#titre{
  border-bottom: 2px ridge;
  margin-bottom: 20px;
}

div#corps{
  width: 80%;
  margin: auto;
  margin-bottom: 10px;
  float: right;
}

div#footer{
  clear: both;
  margin-top: 20px;
  text-align: center;
  border-top: 2px ridge;
}

table{
  margin: auto;
  text-align: center;
}

table#liste{

}

form{
  margin: auto;
}

img{border: none;}

img#photo{
  border: 2px #000044 solid;
  width: 200px;
  height: 150px;
  
  margin-left: 3px;
}

acronym:hover{
  cursor: help;
}

.petit
{
  font-size: 0.8em;
  font-weight: normal;
}

input, textarea{
  font-family: "Times New Roman";
  font-size: 0.9em;
}

input#envoie{
  font-family: "Trebuchet sans MS", Arial, serif;
}

.gauche{
  float: left;
}

.droite{
  float: right;
}

.aligne_gauche{
  text-align: left;
}