
/* CSS Document */




ul#list-region {list-style:none;}
ul#list-region li {padding:0px 0px 0px 14px;background:url(../img/background/list-region.jpg) bottom left no-repeat;}
ul#list-region li a {text-decoration:none;color:#004990;}
ul#list-region li a:hover {color:#FFF;background:#e2383f;}



/* DROP DOWN */

ul.dropdown {
	list-style: none;
	background:url(images/bg_dropdown.gif) no-repeat top left;
}

ul.dropdown li {
	display:block;
	width:286px;
	height:39px;
	position: relative; /*--Declare X and Y axis base--*/
}

ul.dropdown li a {
	margin: 12px 19px 0 11px;
	display: block;
	float: left;
	color:#e2383f;
	text-decoration:none;
}

ul.dropdown li a:hover{
	text-decoration:underline;
}

ul.dropdown li span { /*--Drop down trigger styles--*/
	width: 22px;
	height: 12px;
	float: left;
	margin-top:16px;
	background: url(images/btn_fleche.gif) no-repeat center top;
}

ul.dropdown li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/

ul.dropdown li ul.dd_choix {
	list-style: none;
	position: absolute; /*--Important - Keeps dd_choix from affecting main navigation flow--*/
	left: 0; top: 39px;
	margin: 0 0 0 -4px; padding: 0 4px;
	display: none;
	float: left;
	width: 294px;
	background:url(images/bg_dropdown_repeat.gif) repeat-y top left;
}

ul.dropdown li ul.dd_choix li {
	margin: 0; padding: 2px 0 0 0 ;
	background:none;
	clear: both;
	width: 286px;
	height:20px;
}

ul.dropdown li ul.dd_choix li.dd_first {background:url(images/bg_dropdown_top.gif) no-repeat top left; padding-top:5px;}
ul.dropdown li ul.dd_choix li.dd_last {margin-left:-4px; padding:0 4px 9px; background:url(images/bg_dropdown_bottom.gif) no-repeat bottom left;}

html ul.dropdown li ul.dd_choix li a {
	float: left;
	width: 262px;
	height:20px;
	margin:0 12px;
	border-bottom:1px dotted #7fa4c7;
}
ul.dropdown li ul.dd_choix li.dd_last a {border:none;}

html ul.dropdown li ul.dd_choix li a:hover { /*--Hover effect for dd_choix links--*/
	color:#e2383f;
}

.dd_bg_repeat {background:url(images/bg_dropdown_repeat.gif) repeat-x top left;}
