@charset "utf-8";
/* CSS Document */







/* class css pour barre de navigation */


 .menu {
	list-style:none;
	margin-top: 11px;
	line-height: 0px;
 }
.menu  li  a {
	line-height:59px;
	color:#309ec4;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	width: 134px;
	cursor: pointer;
	text-align: center;
	display: block;
	letter-spacing: 1px;
	background-image: url(images/onglet_passif.png);
	font-weight: bold;
	margin-right: 8px;
	background-repeat: no-repeat;
	float: left;
	height: 61px;
}
.menu  li  a:hover {
	color:#309ec4;
	text-decoration:none;
	line-height: 62px;
	background-image: url(images/onglet_survol.png);
	background-repeat: no-repeat;
	height: 61px;
}
.menu  li.current  a {
	color:#FFFFFF;
	text-decoration:none;
	width: 134px;
	height: 60px;
	line-height: 62px;
	background-image: url(images/onglet_actif.png);
	background-repeat: no-repeat;
	cursor: default;
}
