/*menu vertical*/


.boutonOff4, .bouton4{
	display:inline;	
}

.boutonOff4, .bouton4 a{
	color:#073C70;
	text-decoration:none;
	font-weight:700;
	text-align:center;
	padding:10px 20px 5px;
	background-image:  url(off.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 12px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
	width: 45px;
	margin-right: 0px;
}


.bouton4 a:hover{
	background-image: url(off2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #000033;
	text-decoration: none;
	height: 30px;
	width: 45px;
}
.bouton4 a:visited {color: #073C70;}

.boutonOff4 {
	background-image: url(on.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #000033;
	text-decoration: none;
	height: 30px;
	width: 45px;
}