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

#menu .elements a {
	margin:0 1px 0 0;
	text-align: center;
	padding: 8px 0 0 0;
	font-size: 12px;
	float: left;
	height: 22px;
	width: 126px;
	background: url(images/menu/fond_menu_top_OFF.gif) repeat-x left bottom;
	color: black;
	text-decoration:none;
}
#menu .elements a:hover{
	color: white;
	background: url(images/menu/fond_menu_top_ON.gif) repeat-x left bottom;
}
#menu .elements_active a {
	margin:0 1px 0 0;
	text-align: center;
	padding: 8px 0 0 0;
	font-size: 12px;
	float: left;
	height: 22px;
	width: 126px;
	background: url(images/menu/fond_menu_top_ON.gif) repeat-x left bottom;
	color: white;
	text-decoration:none;
}

#menu .espaces a{
	margin:0 1px 0 0;
	text-align: center;
	padding: 8px 0 0 0;
	font-size: 12px;
	float: left;
	height: 22px;
	width: 127px;
	background-color:#c1c1c1;
	color: white;
	text-decoration:none;
}
#menu .espaces a:hover{
	background: url(images/menu/fond_menu_top_ON.gif) repeat-x left bottom;
}

#ssMenu {
	margin:1px 0 0 0;
	background-color:#DEDEDE;
	height: 26px;
}
#ssMenu .elements a{
	background-color:#D3D3D3;
	margin: 0 0 0 0;
	text-align:center;
	font-size: 10px;
	float: left;
	display: block;
	padding: 7px 20px 5px 20px;
	height: 14px;
	color: #333333;
	text-decoration: none;
	border-right: 1px solid #FFFFFF;
}
#ssMenu .elements a:hover, #ssMenu .elements a:active {
	background-color:#009ee0;
	color:white;
}
#ssMenu .elements_active a{
	background-color:#009ee0;
	margin: 0 0 0 0;
	text-align:center;
	font-size: 10px;
	float: left;
	display: block;
	padding: 7px 20px 5px 20px;
	height: 14px;
	color:white;
	text-decoration: none;
	border-right: 1px solid #FFFFFF;
	
}
