
body
{
	background: #646464 url("../images/fond.png") repeat-y center top;
	width: 900px;
	/* permet de centrer le body, quelquesoit la resolution d'ecran */
	margin: auto;
	/* Laisse une marge tout en haut */
	margin-top: 20px;
	margin-bottom: 20px;
}

/* L'en-tête */

#en_tete
{
   width: 900px;
   height: 200px;
   background-image: url("../images/banniere.jpg");
   background-repeat: no-repeat;
   margin-bottom: 00px;
}

#menu2
{
	background-image: url("../images/menu.jpg");
	background-repeat: no-repeat;
	
	width:885px;
	height:20px;
	/* border: 1px solid black; */
	margin-top: 00px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	/* Couleur des traits de separation */
	color: #b05454;
	
	background-color: #e1e2e4;
	list-style-type: none;
	padding-top:10px;
	padding-left:15px;
	/* margin-right:-14px; */
	padding-bottom:5px;
	border-top: 1px solid #0f5af1;
	border-bottom: 1px solid #0f5af1;

}

#menu2 li {
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
	color: #cd702c;
	/* color: #0f5af1; */
}

 #menu2 a {
	text-decoration: none;
	font-weight: bold;
	color: white;
}

  /* Sur passage de la souris, texte en orange */
 #menu2 a:hover {
	color: #cd702c;
}

/* Le corps de la page */

#corps
{
	background-image: url("../images/accueil.jpg");
	background-repeat: no-repeat;
	margin-bottom: 20px;
	padding: 5px;
	color: #120e43;
	background-color: #e1e2e4;
	border: 2px outset black;
	float:left;
	width: 885px;
	height:auto;
}

#corps h2
{
   height: 30px;
   background-image: url("../images/marmotte.png");
   background-repeat: no-repeat;
   padding-left: 50px;
   padding-bottom:5px;
   color: #120e43;
   text-align: left;
}


#corps p
{
	font-family: "Comic Sans MS",Arial, "Arial Black", "Times New Roman", Times, serif;
	font-size: 1em;
	padding-left: 10px;
	padding-bottom:5px;
	padding-top:5px;
	margin: 0px 0px 0px 0px;
}


#texteaccueil
{
	width: 380px;
	background-image: url("../images/haut.png");
	background-repeat: no-repeat;
	background-color: #e1e2e4;
	float:right;
	margin-top: 320px;
}

#texteaccueil p
{
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#texteaccueil h4
{
	font-family: "Comic Sans MS",Arial, "Arial Black", "Times New Roman", Times, serif;
	font-size: 1.2em;
	padding-top: 0px;
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	/* color: #0f5af1; */
	color: #cd702c;
}
#texteaccueil h2
{
	font-family: "Comic Sans MS",Arial, "Arial Black", "Times New Roman", Times, serif;
	/* color: #0f5af1; */
	color: #cd702c;
}
#News
{
	width: 350px;
	background-color: #e1e2e4;
	margin-left: 30px;
	margin-top:360px;
	border: 1px solid black;
}

#News h3
{
	text-align: center;
	color: red;
	font-size: 1.5em;
}
/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
	text-align: center;
	font-size: 0.8em;
}
