body {
    font-size: 20px;
	color: #000000;
	background-color: #ECFFFF;
	position: relative;
}

html {
	font-size: 100%;
}

#site {
    text-align: left;
    width: 885px;
    margin : auto;
}

img{
border: 0;
}

br {
line-height:20px;
}

h1 {    /* Pour l'écriture Au sommaire */
margin:12%;
font-size: 25px;
color:blue;
text-decoration: underline;
font-style:normal;
}

h2 {    /* Pour la description des liens */
font-size: 20px;
color:#3DC1DB;
font-style:normal;
display:inline
}

h3 {
margin:12%;
font-size: 35px;
color:blue;
text-decoration: underline;
font-style:normal;
line-height:0px;
}


a.bleu{    /* Pour l'écriture menu bleu */
font-size: 20px;
color:#2F3E9D;
font-style: italic;
font-weight:bold;
line-height:20px;
}

a.rouge {    /* Pour l'écriture menu rouge*/
font-size: 20px;
color:#982D12;
font-style: italic;
font-weight:bold;
line-height:20px;
}



#entete { /*Pour le titre de la page*/
right: 50%;
font-size:300%;
color:#5BD735;
text-align: center;
text-decoration: underline;
font-weight:bold;
}

#menu { /* menu de gauche */

	width:17%;
	font-style: italic;
	font-weight:bold;
	position : absolute;
	left:2%;
}

#corp { /* corp de page */
	width:58%;
	position : absolute;
	
	left:32%;

}

#piedpage { /* pied de page */
   	clear:both;
	position : relative;
	text-align: center;
	width:100%;
}






