/************* Styles pour les sous-menus Secteurs **************/

.msection {

	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.msection a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 4px;
	padding-top: 4px;
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E4E4E4;
	width: 100px;
	text-align: center;
}
.msection a:hover {
    border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 4px;
	padding-top: 4px;
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CC6868;
	width: 100px;
	text-align: center;
}


.msectionA {

	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.msectionA a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 4px;
	padding-top: 4px;
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #BA0026;
	width: 100px;
	text-align: center;
}
.msectionA a:hover {
    border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 4px;
	padding-top: 4px;
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #BA0026;
	width: 100px;
	text-align: center;
}
