/* CSS Document */

/*gestion de fond de ma div center*/
#center {
	background-image: url(../imgs/fond.gif);
}

/*gestion du menu*/

#menuDroite {
	position:absolute;
	height: 284px;
	right: 13%;
	top: 46.5%;
	line-height:0;
}

#menuGauche {
	position:absolute;
	height: 288px;
	left: 11.6%;
	top: 46.5%;
	line-height:0;
}

#actus {
	position:absolute;
	height: auto;
	right: 410px;
	top: 640px;
	z-index:1;
	line-height:0;
}


#langue {
	position:absolute;
	height: auto;
	right: 0px;
	top: 632px;
	z-index:1;
	line-height:0;
}
