.myAccordion-declencheur{
cursor:pointer;
width:249px;
height:23px;

}

.myAccordion-declencheur-actif{
background:#71c8cf;
}

.myAccordion-declencheur *{
margin:0;
}

.myAccordion-declencheur-actif *{
color: #fff;
}

.myAccordion-content{
	font-size:12px;
	width:249px;
}


.myAccordion-content li{
	white-space: nowrap;
}


.myAccordion-content-actif{
}

.myAccordion-content:after,
#area_ul:after{
	clear: both;
	height: 0.1px;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
	display: block;
	content: ".";
}


*:first-child+html .myAccordion-content,
*:first-child+html #area_ul{
	display: inline-block;
}



.myAccordion_li{
	padding:2px 0 2px;
	font-weight:bold;
}


#myAccordion{
	width:375px;
	height:225px;
	background:url(../img/map_bg.gif) no-repeat 100% 55px;
	position:relative;
}

#myAccordion_ul{
	position:absolute;
	left:5px;
	top:2px;
}

#myAccordion_ul{
	zoom:100%;
	font-size:1px;
	margin:2px 0 5px;
	height:38px;
}

#myAccordion_ul li{
	margin:3px 0 3px;
	font-size:10px;
	line-height:1.3em;
}

#area_ul{
	width:260px;
	margin:10px 0 15px 0;
}

#area_ul li{
	float:left;
	margin:0 2px 2px 0px;
}

#area_ul li a img{
	border:3px solid #ccc;
}

#area_ul li a:hover img{
	border:3px solid #e82e6c;
}
	
