#contenuReel {
	width : 79%;
}
#menuPage {
	display : inline-block	;
	list-style-type : none;
	width : 12em;
/*	margin : 1em;*/
/*	padding: 1em;*/
	background-color : #849baa;
/*	border-radius: 25px;*/
	border-top-left-radius: 10px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 10px;
/*	background-image : url('images/menu_gauche.png');*/
	background-image : url('images/menu_gche.png');
        background-repeat: repeat-y;
	/*background-attachment: fixed;*/
	background-position: 0em 0%;
/*	min-height : 400px;*/
}
#menuPage ul {
	list-style-type : none;
}
#menuPage li {
	margin-left : 45px;
	/*
	background : url('images/menu_fond.gif');
	*/
/*	background : url('images/menu_gche.png') no-repeat 3em 0 ;*/
/*	background : url('images/menu_centre_3.gif');*/
}

#menuPage li a {
	padding-left : 1.5em;
	text-decoration : none;
	color : #000000;
}
#menu_bas {
	height : 98px;
	background-image : url('images/menu_bas.png');
        background-repeat: no-repeat;
	border-bottom-right-radius: 20px;
}
#menu_deco_mouche {
	min-height : 62px;
	background-image : url('images/mouche_1.gif');
        background-repeat: no-repeat;
        background-position: right;
}

#menu_deco_bouchon {
	min-height : 62px;
	background-image : url('images/bouchon_1.gif');
        background-repeat: no-repeat;
        background-position: top left;
        background-position: 0% 1em;
}
