		<style type="text/css">
			
	
			
			body
			{
				
				width:760px;
				margin:auto;
				margin-top:20px;
				margin-bottom:20px;	
				  
			}



			/* L'en-tête */

			#en_tete
			{
				
				height:100px;
				background-color:black;
				color:cyan;
				text-align:center;
				margin-bottom:10px;
				font-family:"Comic Sans MS", "Arial Black", "Times New Roman", Times, serif;
				border:2px solid black;
				padding:5px;

		
				
			}


			/* Le menu */

			#menu
			{
				float:left;
				width:120px;
			
			}

			.element_menu
			{
				background-color:black;
		
				background-repeat:repeat-x;
				
				border:2px solid black;
				
				margin-bottom:20px;
			}


			/* Quelques effets sur les menus */


			.element_menu h3
			{	
				color:white;
				font-family:Arial, "Arial Black", "Times New Roman", Times, serif;
				text-align:center;
			}

			.element_menu ul
			{
				
				padding:0px;
				padding-left:20px;
				margin:0px;
				margin-bottom:5px;
			}

			.element_menu a
			{
				color:cyan;
			}

			.element_menu a:hover
			{
				background-color:black;
				color:white;
			}


			/* Le corps de la page */

			#corps
			{
				margin-left:140px;
				margin-bottom:20px;
				padding:5px;				
				color:cyan;
				background-color:black;
				background-repeat:repeat-x;
				
				border:2px solid black;
			}
			.auto{
			overflow: auto;

			}

			#corps h1
			{
				color:cyan;
				text-align:center;
				font-family:Arial, "Arial Black", "Times New Roman", Times, serif;
			}

			#corps h2
			{
				height:30px;

				background-image:url("titre.png");
				background-repeat:no-repeat;
				
				padding-left:30px;
				color:cyan;
				text-align:left;
			}


			/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

			#pied_de_page
			{
				

				text-align:center;
				margin-left:140px;
				margin-top:10px;
				color:cyan;
				background-color:black;
				background-repeat:repeat-x;
				
				border:2px solid black;
				
				
				
			}
			body 
			{
		
             

 
			}

			
			a:hover
			{
				font-style: bold;
				text-decoration: underline;
				color: green;
   
			}
			a
			{
				text-decoration: none; /* Les liens ne seront plus soulignés */
				color: Coral; /* Les liens seront en rouge au lieu de bleu */
			}
			
			
			a:active /* Quand le visiteur clique sur le lien */
			{
				background-color: #FFCC66;
			}
			.pour
{
				text-align: left;
			}


			
			
			
			
			
			
			
			
			
			}
		</style>
