h1, h2, h3, h4, h5, h6
{
color: black; /* Les paragraphes seront bleus */
font-family:verdana;
text-align: center;
font-style: normal;
}

h1
{
font-size: 20px;
}
h2
{
font-size: 18px;
}
h3
{
font-size: 16px;
}
h4
{
font-size: 14px;
}
h5
{
font-size: 12px;
}
h6
{
font-size: 10px;
}

body
{
width: 96%;
margin-left: 2%; /* Pour centrer notre page */
margin-right: 2%; /* Pour centrer notre page */
margin-top: 20px; /* Pour éviter de coller avec le haut de la fenętre du navigateur. Essayez d'enlever pour voir ! */
margin-bottom: 20px;    /* Idem pour le bas du navigateur */
background-color: white; /* Le fond de la page sera blanc */
color: black; /* Les paragraphes seront bleus */
font-family:verdana;
text-align: right;
font-style: normal;
font-size: 0.8em;
}

#haut
{
width: 90%;
border-width: 1px;
border-color: black;
border-style: solid; 	
vertical-align: middle;
background-color: #DDDDDD; /* Le fond de la page sera blanc */
margin-left: 5%; /* Pour centrer notre page */
margin-right: 5%; /* Pour centrer notre page */
margin-top: 10px;
margin-bottom: 10px;
padding: 10px;
}

#menu
{
width: 90%;
border-width: 1px;
border-color: black;
border-style: solid; 	
background-color: #DDDDDD; /* Le fond de la page sera blanc */
margin-left: 5%; /* Pour centrer notre page */
margin-right: 5%; /* Pour centrer notre page */
margin-top: 10px;
margin-bottom: 10px;
padding: 10px;
}

#page
{
width: 90%;
border-width: 1px;
border-color: black;
border-style: solid; 	
background-color: white; /* Le fond de la page sera blanc */
margin-left: 5%; /* Pour centrer notre page */
margin-right: 5%; /* Pour centrer notre page */
margin-top: 10px;
margin-bottom: 10px;
padding: 10px;
}

#bas
{
width: 90%;
border-width: 1px;
border-color: black;
border-style: solid; 	
background-color: #DDDDDD; /* Le fond de la page sera blanc */
margin-left: 5%; /* Pour centrer notre page */
margin-right: 5%; /* Pour centrer notre page */
margin-top: 10px;
margin-bottom: 10px;
padding: 10px;
}

a
{
color: black; /* Les liens seront bleus */
font-family:verdana;
font-style: normal;
text-decoration: underline;
font-size: 12px;
}
a:hover
{
text-decoration: none;
}
a:active
{
text-decoration: overline;
}
