@charset "UTF-8";
/*.menu_right {
	font-family: Arial;
	font-size: 13px;
	line-height: 40px;
	color: rgba(102,102,102,1);
	text-decoration: none;
	height: 40px;
	width: 230px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(209,211,211,1);
	padding-left: 10px;
	float: right;
	display: block;
}*/
.menu_right  a{
		font-family: Arial;
	font-size: 13px;
	line-height: 40px;
	color: #333333;
	text-decoration: none;
	height: 40px;
	width: 230px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(209,211,211,1);
	padding-left: 10px;
	float: right;
	display: block;
	text-decoration: none;
	display: block;
}
.menu_right a:hover {
	color: #006489;
	text-decoration: none;
	background-color: rgba(204,204,204,0.1);
	line-height: 40px;
	height: 40px;
	width: 230px;
	padding-left: 10px;
	display: block;
}
.menu_rightactive     {
	color: #006489;
	text-decoration: none;
	background-color: rgba(204,204,204,0.1);
	line-height: 40px;
	height: 40px;
	width: 225px;
	padding-left: 15px;
	display: block;
}
.titre_menu_right {
	font-family: Arial;
	font-size: 16px;
	line-height: 40px;
	color: #006489;
	text-decoration: none;
	height: auto;
	width: 240px;
	text-align: right;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006489;
	margin-top: 30px;
	float: right;
}