@charset "utf-8";



#sub_menu {
	height: 30px;
	width: 988px;
	float: left;
	display: block;
	padding: 0px;
	margin-bottom: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(images/fond_sub_menu.png);
	background-repeat: repeat-x;
	background-position: 0px center;
}



/* CSS Document */







/* class css pour barre de navigation */


 .sub_menu {
	width: 408px;
	height: 30px;
	list-style-type: none;
	cursor: pointer;
	display: block;
	font-family: sansationregular, Verdana, Geneva, sans-serif;
	font-size: 70%;
	text-align: center;
	line-height: 30px;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
 }
.sub_menu  li  a {
	text-decoration: none;
	text-decoration: none;
	width: 96px;
	cursor: pointer;
	height: 30px;
	float: left;
	color: #1b84ac;
	margin-right: 6px;
}
.sub_menu  li  a:hover {
	text-decoration: none;
	height: 30px;
	width: 96px;
	color: #1b84ac;
	background-color: #F5F5F5;
}

.sub_menu  li.current  a {
	text-decoration: none;
	width: 96px;
	height: 30px;
	cursor: default;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #1b84ac;
}
