.button{
	color:#1D467D;
	clear:both;
	display:block;
	float:left;
	font-size:11px;
	font-weight:bold;
	height:31px;
	width:auto;
	margin-right:30px;
	font-family: arial;
	background-repeat: no-repeat;
	background-position: right -32px;
}
	a.button {
	text-decoration:none;
	display: block;
	}
	.button span {
	display:block;
	padding-left:10px;
	padding-right:8px;
	margin-right:20px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
/* -------------------------------------------------------- */
/* MENU														*/
.v-menu{
	width:126px;
	/*clear:both;*/
	height: auto;
}
	ul.v-menu, .v-menu li{
		padding:0; 
		margin:0;
		list-style:none;
	}
	ul.v-menu{
	/*clear:both;*/
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 8px;
	padding-bottom: 10px;
	}
.spacer {
	line-height: 10px;
}
		.v-menu li a{
	color:#1d3153;
	font-weight:bold;
	display:block;
	text-decoration:none;
	font-family: arial;
	font-size: 11px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
		}
		.v-menu li a:hover{
	color:#FFFFFF;
		}
#boutonmenu {
	width: 157px;
}
