#accueil
{
      font-family: Comic Sans MS;
      font-size: 14px;
      color: #004080;   
}

#arriere 
{
	width : 100%;
	height: 100%;
}

a 
{ 
      font-family: Comic Sans MS;
      font-size: 14px;
      color: #004080;
}

body
{
    background-color: #CCFFCC;
    font-family: Comic Sans MS;
    font-size: 16px; 
}

div#haut 
{
  position: absolute;
  top: 0%;
  left: 15%;
  width: 85%;
  height: 20%;
}
 
 
div#gauche 
{
  position: absolute;
  top: 0%;
  left: 1%;
  width: 15%;
  height: 100%;
}
 
div#principale 
{
  position: absolute;
  top: 23%;
  left: 15%;
  width: 84%;
  height: 80%;  
  text-align: justify;
} 