/* Slidorion Stylesheet */
#slidorion {
	width: 280px;			/* Set to slidorion width. Is equal to #slider + #accordion width */
	height: 400px;			/* Set to slidorion height. Is equal to #slider and #accordion height */
}

#slider {
	display:none;
	width: 488px;			/* Set to slider width */
	height: 400px;			/* Set to slider height */
	position: relative;
	float: left;
	overflow: hidden;		/* Hides the animations */
}

#slider > div {
	position:absolute;
	width:100%;
	height:100%;
}

#accordion {
width:195px;
height:438px;
display:block;
overflow:hidden!important;
}
#accordion > .link-header{
background:url(../img/title_fav.jpg) no-repeat top left;
}
#accordion > .link-header a{
width:195px;
height:29px;
display:block;
background:url(../img/fleche-fav1.png) no-repeat top left;
margin:2px 0 0 3px;
}
#accordion > .link-header a h2{
width:150px;
height:25px;
float:left;
margin:7px 0 0 15px;
font-size:11px;
font-weight:normal;
color:#787878;

}
#accordion > .link-header a img{
width:23px;
height:29px;
display:block;
float:right;
margin: 0 4px 0 0;
}

/*#accordion > .link-header:first-child {
	border-top:none;
}*/

#accordion > .link-header a:hover{
cursor:pointer;
background:url(../img/fleche-fav2.png) no-repeat top left;
}

#accordion > .link-header.active {
background:url(../img/title_fav.jpg) no-repeat top left;
width:195px;
height:29px;
display:block;
margin:2px 0 0 0;
}
#accordion > .link-content {
	height: 120px;		/*This height needs to be changed as it depends on the accordion height and number of tabs */
	padding-top:60px;
	padding-bottom:10px;
}
#accordion > .link-content .whitespace-top{
width:182px;max-height:40%;display:block;
/*height:auto;max-height:100px;display:block;
background-color:#09F;*/
margin-left:auto;margin-right:auto;
}
#accordion > .link-content ul{
width:174px;/*height:auto;max-height:95px;*/overflow:hidden;max-height:80%;
background-color:#FFF;
border:solid 1px #bcbcbc;
margin-left:auto;margin-right:auto;
padding:3px;
}
#accordion > .link-content ul li a{
font-size:11px;
line-height:normal;
color:#535353;
text-decoration:none;
background:none!important;	
width:170px;height:auto;display:block;
}
#accordion > .link-content li a:hover{
color:#72cac1;text-decoration:none;
}
#fav11{background:url(../img/img-sejour_fav.jpg) no-repeat top left;padding-top:30px;}
#fav21{background:url(../img/img-pathos_fav.jpg) no-repeat top left;padding-top:60px;}
#fav31{background:url(../img/img-med_fav.jpg) no-repeat top left;padding-top:90px;}
#fav41{background:url(../img/img-actu_fav.jpg) no-repeat top left;padding-top:120px;}