
					body
					{
						width: 760px;
						margin-left: 60px;
						margin-right: 60px;
						margin-top: 40px;
						margin-bottom: 20px;
						margin:auto;
						background-color: #111111;
						
		
						
					}
					
					hr
					{
					color:black
					}
					
					/* L'en-tête */
					
					#en_tete
					{
						width: 760px;
						height: 100px;
						border: none; 
						margin-bottom: 10px;
					}
					
				
				
					/* La banniere */
					
					#banniere
					{
						width: 120px;
						float: right;
						border: 2px solid white;
						margin-top: 1px;
					}
					
					/* Le menu */
					
					#menu
					{
					   float: left;
					   width: 120px;
					   border: 2px solid #d24b00;
					   margin-top: 1px;
					   background-color: #d24b00;
						padding-left: 10px;
						color: white;
						height: 430px;
						
						
					}	
					
					#menu li 
					{
					   list-style-image: url("image/mini.png"); /* On change l'apparence des puces */
					}	

					
					#corps
					{
					   margin-left: 140px;
					   margin-top: 10px;
					   margin-bottom: 20px;
					   margin-right: 0px;
					   padding: 5px;   
					   width:600px;
					   border: 2px solid black;
					   overflow: auto;
					   height: 425px;
					   background-color: #ffffcc;
					   text-align: center;
					    
						scrollbar-face-color:#111111;
						scrollbar-track-color:#d24b00;
						scrollbar-3dlight-color:#d24b00;
						scrollbar-darkshadow-color:#111111;
						scrollbar-arrow-color:#d24b00;
						


					}
					
					#corps h1
					{
					   color: black;
					   text-align: center;
					   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
					}
					
					#corps h2
					{
					   height: 30px;
					
					   background-image: url("images/titre.png");
					   background-repeat: no-repeat;
					   
					   padding-left: 30px;
					   color: black;
					   text-align: left;
					}
					
					
					/* 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: #black;
					   background-color: #d24b00;
					   border: 2px solid black;
					}
					
					#pied_de_page h4
					{
						font-size:10px;
					}
						
					a:hover /* Quand le visiteur pointe sur le lien */
						{
						   
							background-color: #111111;
							color: red;
							text-decoration: none;	
						}
					
					a img /* Toutes les images contenues dans un lien */
						{
						   border: none; /* Pas de bordure */
						}

					a:visited /* Quand le visiteur a déjà vu la page concernée */
						{
						   text-decoration: none;
						   color: #f8fdf8;
						   
						}
					
					#menu a
						{
						text-decoration:none;
						color: white;
						}
	
					/* le menu horizontal */
						
						dl, dt
						{
						margin: 0;
						padding: 0;
						list-style-type: none;
						}
					
						#menuHorizontal dl {
						float: left;
						
						margin: 0 1px;
						}
						#menuHorizontal dt {
						font-size:12px;
						font-weight: bold;
						text-align: center;
						background-color: black;
						border: 1px solid gray;
						}	
						#menuHorizontal a
						{
						color: white;
						}
						
						#menuGB dl {
						float: center;
						width:72px;
						margin: 0 1px;
						}
						#menuGB dt {
						font-size:12px;
						font-weight: bold;
						text-align: center;
						background-color: black;
						border: 1px solid gray;
						}	
