#menu
{
	list-style-type:none; 
	display:block;
	margin-top: -4px;
	height: 25px;
}

#menu li
{
	display: inline;
	text-align: center;
	position: relative;
	left: -10px;
	top: 2px;
}

#div_menu
{
	background-color: gray;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#nom_personne
{
 
 color: #000000;
 font-size:12;
 float:right;
 margin-right:15px;
 margin-top:-13px;
 font-weight: bold;
 font-size:13;
 
}


#div_menu_image
{
	margin: 0;
}

.lien_menu:hover
{
 color: #000000;
}

.lien_menu
{
 color: #000000;
 text-decoration:none;
 font-size:13;
 padding-right: 4px;
 border-right:1px solid #000000;
 text-align:center;
 font-weight: bold;
}

