
			body
			{
				width:760px;
				margin:auto;
				background-color: rgb(0,0,0);	
			}

			a
			{
				color:black;
				text-decoration:none;
			}

			a:hover
			{
				text-decoration: underline;
			}

			

			#en_tete
			{
				float:center;
				width:758px;
				height:175px;
				background-image:url("img/banniere.png");
				background-repeat:no-repeat;
			}

			#menu_2
			{
				float:left;
				padding:0px;
				text-align:right;
				color:white;
				text-decoration: none;
				background-color:rgb(0,0,0);
				border:2px solid black;
				background-image:url("img/img_menu.png");
				background-repeat:no-repeat;
				width:745px;
				height:31px;
			}

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

			#menu_2 a:hover{
				text-decoration:underline;
				font-weight:bold;
			}
			
			


			#menu_info
			{
				float:left;
				padding:0px;
				text-align:right;
				color:white;
				text-decoration: none;
				background-color:rgb(0,0,0);
				border:2px solid black;
				background-image:url("img/img_menu.png");
				background-repeat:no-repeat;
				width:745px;
			}


			#block{
				float:left;
				padding:5px;
				width:250px;
				background-color:rgb(255,255,255);
				
			}

			#block a{
				color:black;
				text-decoration:none;
				font-weight:bold;
			}

			#block a:hover{
				text-decoration:underline;
				font-weight:bold;
			}



			/* Le corps de la page */

			#corps
			{
				float:right;
				padding:5px;
				color:#030303;
				background-color:rgb(255,255,255);
				background-repeat:repeat-y;
				width:747px;
				border:2px solid black;
			}

			#corps h1
			{
				color:#030303;
				text-align:center;
				font-family:Arial, "Arial Black", "Times New Roman", Times, serif;
			}

			#corps h2
			{
				height:30px;
				background-repeat:no-repeat;
				
				padding-left:30px;
				color:#030303;
				text-align:left;
			}

			
			#corps_2
			{
				float:right;
				padding:5px;
				color:#030303;
				background-color:rgb(255,255,255);
				background-repeat:repeat-y;
				width:470px;
				border:2px solid black;
			}

			#corps_2 h1
			{
				color:#030303;
				text-align:center;
				font-family:Arial, "Arial Black", "Times New Roman", Times, serif;
			}

			#corps_2 h2
			{
				height:30px;
				background-repeat:no-repeat;
				
				padding-left:30px;
				color:#030303;
				text-align:left;
			}
			



			#pied_de_page
			{
				float:left;
				padding:5px;

				text-align:center;

				color:rgb(255,255,255);
				background-color:rgb(0,0,0);
				background-repeat:no-repeat;
				width:740px;
				height:95px;
				border:2px solid black;
			}