
body
{
margin: 0px;
padding: 0px;
}
#en_tete
{
font-family: "calibri", "Trebuchet MS", Georgia, serif;
font-size: xx-large;
text-align: center;

}
#menu
{

text-align: center;
}

#contenu
{

overflow: auto;
}

h1
{
   color: red;
   font-family: "Georgia", "Trebuchet MS", Georgia, serif;
   text-align: center;
    font-size: xx-large;
}

h2
{
   color: white;
   font-family: "Trebuchet MS", Georgia, serif;
   text-align: center;
   font-size: small;
}

h3
{
   color: blue;
   font-size: 16px;
   font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
   text-align: justify;
}


p
{
font-family: "Calibri", "Trebuchet MS", Georgia, serif;
text-align: center;

}

h5
{
font-family: "Calibri", "Trebuchet MS", Georgia, serif;
text-align: left;
}

a:link {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
}
a:visited {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
}


h4
{
font-family: "Calibri", "Trebuchet MS", Georgia, serif;
text-align: left;
font-size: x-small;
}

body
{   
   background-image: url("fond2.jpg");
   background-attachment: fixed;
   background-repeat: no-repeat;
   background-position: center;
}