.center{
	text-align:center;
}

#menu{
	margin-left : 1%;
	padding : 10px 0px 20px 0px;
	/*background-color : #3b5587;*/
	background: none repeat scroll 0 0 #9E9E9E;
	z-index : 10;
	top : 71px;
	position : fixed;
	float : left;
	width : 200px;
	
	border: 1px solid #EAEBEC;
  border-radius : 8px;
  border-top-left-radius : 0;
  border-top-right-radius : 0;
  /*box-shadow : 0 1px 2px #D1D1D1;*/
  border-top : none;
}

.menu_rubrique {
	width : 90%;
	height : 30px;
	overflow:hidden;
	margin-left : 2%;
	margin-bottom : 3px;
	padding-left : 2%;
	padding-right : 2%;
	line-height : 30px;
	font-weight : bold;
	cursor : pointer;
	/*background-color : #4862a3;*/
	background-color : #fafafa;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border: 2px solid #D1D1D1;
}

.menu_selected {
	/*background-color : #142539;*/
	background-color : #dcdcdc;
}

.menu_rubrique:hover{
	background-color : #dcdcdc;
}

.menu_rubrique a{
	display : block;
	width : 100%;
	/*color : white;*/
		color : #666666;
}

#menu_bottom{
	width : 100%;
	height : 5px;
	position : absolute;
	bottom : 0px;
	left : 0px;
	z-index : 11;
}

#user_name {
	text-align : center;
	font-weight :bold;
	background : none repeat scroll 0 0 #9E9E9E;
	color : #fafafa;
	margin : 5px 0px 5px 0px;
}