/* CSS POUR LES MENUS  1 : qui sommes nous */
.boites_menu_1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	width: 165px;
	height: 22px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.liens_menu_1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #616161;
	text-decoration: none;
	height: 24px;
	width: 165px;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 12px;
}
a:link.liens_menu_1 { color: #616161; text-decoration: none;  background-color: none; }
a:hover.liens_menu_1 { 
color: #1E1E1E; text-decoration: none;  background-color: #DAD9D9;}

/* CSS POUR LES MENUS  2 : activite */
.boites_menu_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	width: 214px;
	height: 22px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.liens_menu_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #616161;
	text-decoration: none;
	height: 24px;
	width: 214px;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 15px;
}
a:link.liens_menu_2 { color: #616161; text-decoration: none;  background-color: none; }
a:hover.liens_menu_2 { 
color: #1E1E1E; text-decoration: none;  background-color: #DAD9D9;}
