@charset "utf-8";
.arrowlistmenu{
	width: 204px; /*width of accordion menu*/
	margin: 0px;
	padding: 0px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: white;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: none;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-color: #437DB6;
}
.arrowlistmenu .menuheaderO{ /*CSS class for menu headers in general (expanding or not!)*/
	color: white;
	margin-bottom: 8px; /*bottom spacing between header and rest of content*/
	text-transform: none; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-color: #faae58;
	background-image: url(../graphisme/orange.png);
	background-repeat: repeat-x;
	background-position: left center;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 10px;
}

.arrowlistmenu .menuheaderG{ /*CSS class for menu headers in general (expanding or not!)*/
	color: white;
	margin-bottom: 8px; /*bottom spacing between header and rest of content*/
	text-transform: none; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-color: #7D7D7C;
	background-image: url(../graphisme/gris.png);
	background-repeat: repeat-x;
	background-position: left center;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 10px;
}
.arrowlistmenu .menuheaderM{ /*CSS class for menu headers in general (expanding or not!)*/
	color: white;
	margin-bottom: 8px; /*bottom spacing between header and rest of content*/
	text-transform: none; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-color: #bc9d7e;
	background-image: url(../graphisme/marron.png);
	background-repeat: repeat-x;
	background-position: left center;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 10px;
}
.arrowlistmenu .menuheaderF{ /*CSS class for menu headers in general (expanding or not!)*/
	color: white;
	margin-bottom: 8px; /*bottom spacing between header and rest of content*/
	text-transform: none; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-color: #333333;
	background-image: url(../graphisme/gris-filiales.png);
	background-repeat: repeat-x;
	background-position: left center;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 10px;
}
.arrowlistmenu .menuheaderB{ /*CSS class for menu headers in general (expanding or not!)*/
	color: white;
	margin-bottom: 8px; /*bottom spacing between header and rest of content*/
	text-transform: none; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-color: #09539F;
	background-image: url(../graphisme/fond-bleu.png);
	background-repeat: repeat-x;
	background-position: left center;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 10px;
}


.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/

}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #666666;
	display: block;
	padding-left: 0px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-left: 19px;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	font-family: Verdana, Geneva, sans-serif;
}

.arrowlistmenu ul li a:visited{
	color: #666666;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #00539F;
}
.arrowlistmenu .menuheader.expandable a {
	text-decoration: none;
	color: #FFF;
}
.arrowlistmenu .menuheaderO.expandable a {
	text-decoration: none;
	color: #FFF;
}
.arrowlistmenu .menuheaderB.expandable a {
	text-decoration: none;
	color: #FFF;
}
.arrowlistmenu .menuheaderF.expandable a {
	text-decoration: none;
	color: #FFF;
}
.arrowlistmenu .menuheaderG a {
	text-decoration: none;
	color: #FFF;
}
.arrowlistmenu .menuheaderM a {
	text-decoration: none;
	color: #FFF;
}
.arrowlistmenu .menuheaderV a:hover {
	text-decoration: none;
	color: #FFF;
}
.arrowlistmenu .menuheaderM a:hover {
	text-decoration: none;
	color: #FFF;
}

