html{
  font-family: Arial, Times New Roman,Times, serif;
  font-size: 0.8em;
  font-weight: normal;
  color: midnightblue;
  text-decoration: none;
  text-align: left;
  background-color: white;
  border-style: none;
}

body{
   margin: 0 0 3em 0; 
   text-align: center;
}

h1{
  font-size: 1.3em;
  margin-bottom : 2em;
}

h2{
  font-size: 1.2em;
}

a{
  color: darkorange;
  text-decoration : none;
}

a:hover{
  color: orangered;
  text-decoration : underline;
}

p, ul{
  text-align:justify;
}

#logo {
  text-align: left;
}


#logo_droite {
  margin-top:1em;
  margin-right:1em;
  float:right;
}

#conteneur{
  width: 80%;	
  border: 1px dotted darkorange;
  padding : 1em 2em;
  margin: 1em auto 1em auto;
}

#avert{
	width:60%; 
	margin: -3em auto 3em auto;
}

#aavert{
  font-size:1.3em; 
  font-weight:bold; 
  color:red;
}

#bas{
  font-size:0.8em; 
  margin-top:0em;
  text-align:center;
}