/* HEADER */

.type01_menu {
	text-align: left;

}
.type01_menu ul {
	display: inline;
	list-style-type: none;
	padding:0px;
	text-align: left;
}
.type01_menu li {
	list-style-type: none;
	display: inline;
	vertical-align: text-top;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
	float: left;
	padding-top: 6px;
	padding-bottom: 6px;
}
.type01_menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	margin-right: 8px;
	margin-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.type01_menu a:hover {
font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFCC00;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	font-weight: bold;	
	margin-right: 8px;
	margin-left: 8px;
	
}
.type01_menuSelected {
font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFCC00;
	text-decoration: none;
	/*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;*/
	font-weight: bold;	
	margin-right: 8px;
	margin-left: 8px;
}
.type01_menuAccueil {
font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/pictHGC_02.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left -4px;
}
.type01_menuAccueilSelected {
font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/pictHGC_02.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left -4px;
}
.etoile{
	background-image: url(../images/etoile_orange.gif);
	background-repeat: no-repeat;
	padding-right: 8px;
	background-position: right;
	text-decoration: none;
}

