/* CSS Document */

#rubriques {
	position:relative;
	z-index:0;
	width: 151px;
	height:25px;
	border: 0px;
}

#entre {
	position:relative;
	z-index:0;
	width: 151px;
	height:8px;
	border: 0px;
}

#sous-menu {
	position:relative;
	z-index:100;
	width: 151px;
	height:15px;
	border: 0px;
}

#affichage {
	display:none;
	position:absolute;
	z-index:20;
	width: 112px;
	top:208px;
	left:882px;
	height:75px;
	border: 0px;
	background-color: #FFFFFF;
}

#affichage2 {
	display:none;
	position:absolute;
	z-index:20;
	width: 112px;
	top:208px;
	left:882px;
	height:75px;
	border: 0px;
	background-color: #FFFFFF;
}


