div#entete{
	height : 100px ;
}

div#flash {
	position : relative ;
	width : 800px ;
	height : 600px ;
	margin-left : 80px ;
	margin-top : 0px ;
	border : 0px solid red ;
}
div#flash_menu {
	position : absolute ;
	right : 0px ;
	top : -15px ;
	width : 350px ;
	height : 400px ;

	border : 0px solid green ;

}
div#flash_titre {
	position : absolute ;
	right : 0px ;
	top : 100px ;
	width : 200px ;
	height : 30px ;
	margin-left : 80px ;
	border : 0px solid green ;
	overflow : hidden ;

}
div#wrap_content {
	float : left ;
	position : relative ;
	border : 0px solid green ;
	width : 100% ;
}
div#content {
	margin-top : 1000px ;
	width : 960px ;
	padding : 500px 20px 0px 20px ;
	border : 0px solid red ;
	position : absolute ;
	left : 50% ;
	margin-left : -500px ;
}
