body
{
   width: 800px;
   height: 600px;
   margin: auto; /* Pour centrer notre page */
   
   background-image: url("images/fond1.png"); /* Une petite image de fond pour éviter d'avoir un vieux fond blanc :p */

}

h6,h3
{
 text-align: center;
color: #663300;

 font-family:  "Monotype Corsiva", "Times New Roman", Verdana, serif;
}

#logo
{
	width: 800px;
    height: 140px;
      margin-top: 0px;	
	text-align: center;
     font-family: "Monotype Corsiva", "Times New Roman",Arial, Verdana, serif;
font-size: 24 px;
background-image: url("images/logo.png");
}

p
{
   width: 667px;
   height: 75px;
   text-align: center;
   padding: 0px;
	 margin-top: 0px;
}

#corps,#histoire
{
    width: 800px;

	height: 460px;
    padding-left: 0px;
	margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 10px;	

    font-family: "Monotype Corsiva", "Times New Roman",Arial, Verdana, serif;
		}
#corps1
{
    width: 800px;

	height: 460px;
    padding-left: 0px;
	margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 10px;	
color: #663300;
    font-family: "Monotype Corsiva", "Times New Roman", Arial, Verdana, serif;
		}
#contact
{
    width: 800px;

	height: 460px;
    padding-left: 5px;
	margin-left: 5px;
    margin-bottom: 5px;
    margin-top: 5px;	
color: #663300;
    font-family: "Monotype Corsiva", "Times New Roman",Arial, Verdana, serif;
	
	background-image: url("images/contact.png");

	}
h5
{
margin-left: 20px;
margin-right: 20px;
text-align: justify;
 font-size: small;

}
#menu
{
 float: left;
width: 0px;
height: 0px;
 text-align: center;
 
 font-family: "Monotype Corsiva", "Times New Roman", Arial, Verdana, serif;
background-image: url("images/fond1.png");
 
}

#menu1,#h5
{
text-align: center;
 color: rgb(115,162,248);
 font-family: "Monotype Corsiva", "Times New Roman", Arial, Verdana, serif;
}


#formulaire
{
    width: 800px;
    color: #000000;
	height: 450px;
    padding-left: 0px;
	margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;	

    font-family: "Monotype Corsiva", "Times New Roman", Arial, Verdana, serif;
	text-align: justify;
background-image: url("images/fond1.png");
	}
#sponsor
{
width: 133px;
height: 100px;
text-align: center;
}

#copyright
{
 color: #B3AD88;
 font-family: "Times New Roman", Arial, Verdana, serif;
 
}

a:link {
	color: #B3AD88;
	text-decoration: none;
}
a:visited {
	color: #B3AD88;
	text-decoration: none;
}
a:hover 
{
	text-align: center;
 color: #000000;
 font-family: "Times New Roman", Arial, Verdana, serif;
}
a:active {
	text-decoration: none;
}