body {
	text-align: center;
}

/**
* Section: Page Width Rules (container)
*/

#container{
	margin: auto;
	text-align: left;
	width: 920px;
}

#zone1{
	margin: 10px 10px 0 10px;
}

#contact_informations{
	margin: 15px;
	float: right;
}

#zone2{
	margin: 0 10px 10px 10px;
	height: 45px;
}

#content {
	height: 500px;
	margin: 0 10px 10px 10px;
}

html>body #content { /* Hack IE */
	height: auto;
	min-height: 500px;
	margin: 0 10px 10px 10px;
} 

/* Structure 2 colonne identiques */
#zone3{
	position: relative;
	float: left;
	width: 445px;
	margin-bottom: 5px;
}

#zone4{
	position: relative;
	float: left;
	width: 455px;
	margin-bottom: 5px;
}

/* Structure 2 colonne : gauche plus large que droite */
#zone5{
	float: left;
	width: 650px;
	margin-bottom: 5px;
}

#zone6{
	float: left;
	width: 250px;
}

/* Structure mono-colonne  */
#zone8{
	float: left;
	width: 900px;
}

#content_end{
	height: 1px;
	width: 100%;
}

#footer{
	margin: 10px;
	height:50px;
}

