#conteneur
{
	back;
	background-color:#FBC680;
	width: 1000px;
	float: none;
}
#en_tete
{
   width: 900px;
   height: 300px;
	background-image:url(design/banniere3.gif);
   background-repeat: no-repeat;
   margin-bottom: 10px;
	background-position: center;
	padding-left:100px;
}

body
{
   width: 1000px;
   margin: auto    ; /* centrer la page */
	margin-top: 20px;
   margin-bottom: 20px;   
	background-attachment: fixed;
	background-image:url(design/fond.gif);
	background-repeat:repeat;
}
#corps
{
	border: outset;
	text-align: left;
	margin-left: 150px;/* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
	margin-right: 150px;/* Une marge à droite*/
   margin-bottom: 20px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
	color: purple;
	background-color: InfoBackground;
	float: none;
}

#pied_de_page
{  
	background-color: InfoBackground;
	border: outset;
	text-align: center;
	color: purple;
	width: 800px;
}
.souligné
{
   text-decoration: underline;
}
h1
{
text-align: center;
font-family:"Comic Sans MS";
border-style: groove;
background-color: ButtonFace;
margin-top: 20px;
}
h2
{
	color: purple;
	text-decoration: underline;
}
p
{
	color: purple;
	text-indent: 20px;
	font-family: "Comic Sans MS";
}
a
{
	color: purple;
	text-decoration:underline;
	font-family: "comic sans MS";
}
a:hover
{
   text-decoration: underline;
	background-color: purple;
	color: white;
}
a:active
{
  background-color: green;	
}
.code
{
border-bottom-style: inset;
}

