body
{
    background-color: #ABBEDF;
   width: 1024px;
   margin: auto;
   margin-top: 15px;
   margin-bottom: 20px;
   
}
a img /* Toutes les images contenues dans un lien */
			{
				border: none; /* Pas de bordure */
			}

/* L'en-tête */

#en_tete
{
   width: 1024px;
   height: 50px;
   margin-bottom: 5px;
}


			/* Le corps de la page */

			#corps
			{
				width: 1024px;
				height: 1200px;
				background-image: url("images/presentation.png");
				margin-left:10px;
				margin-bottom:5px;
				padding:1px;
				font-family:Verdana;
				font-size:13px;
				color:#000000;
				background-color:#ABBEDF;
				background-repeat:no-repeat;
				background-position:center;
				
				
				border:none;
		    }
			.entrez
			{
			padding-top:144px;
			margin-left:264px;
			}

			
			
/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

			#pied_de_page
			{
				padding:5px;

				text-align:center;

				color:#000000;
				font-family:Verdana;
				font-size:10px;
				background-color:#ABBEDF;
				background-repeat:repeat-x;
				
			}


