body
{
	margin: auto;
	width: 100%;
}


#wrapper
{
	
	/*margin:auto;*/
}

	#wrap_header
	{
		width: 900px;
		margin: auto;
		background-color: white;
	}
		nav
		{
			width: 660px;
			margin-left: 250px;
			text-align: right;
			border-top: 1px solid rgb(119,181,254);
		}
			ul
			{
				list-style-image: none;
			}
				li
				{
					list-style-type: none;
					display: inline-block;
				}
					li a
					{
						color:rgb(119,181,254);
						text-decoration: none;
						font-weight: bold;
					}
						li a:hover
						{
							background-color: rgb(119,181,254);
							color:white;
							padding: 10px;
						}

							.activ
							{
								background-color: rgb(119,181,254);
								color:white;
								padding: 10px;
							}

	#wrap_body
	{
		width: 915px;
		margin: auto;
	}
		#bannier_band
		{

		}

		#zone_contain
		{
			background-color: rgb(119,181,254);
			width: 915px;
			height: 320px;
			margin-top:-5px;	
		}
			#descrip
			{
				color: white;
				padding: 10px;
				width: 690px;
			}
				#descrip p
				{
					font-size: 1.1em;
				}

			#profil
			{
				width: 200px;
			}

			#descrip, #profil
			{
				display: inline-block;
				vertical-align: top;	
			}
		#present_zone
		{
			background-color: orange;
			padding-top: 5px;
			width: 915px;
			height: 190px;
		}

	#wrap_foot
	{
		background-color: black;
		height: 10px;
		width: 915px;
		margin: auto;
	}

	#copyright
	{
		background-color: white;
		height: 30px;
		width: 915px;
		margin: auto;
	}