div#soirees{
background:url(images/fond_soirees.png) 0px 130px no-repeat;
height:440px;
position: relative;
margin-top: 20px;
width: 1000px;

}

div#soirees .scrollable {
margin: 0px auto;
text-align: left;
position:relative;
overflow:hidden;
width: 960px;
height:414px;
}

.scrollable .items {
width:20000em;
position:absolute;
clear:both;
}

.scrollable img {
background:url(images/item_soiree.png) 0px 20px no-repeat;
float:left;
margin: 0px 60px;
cursor:pointer;
width:234px;
padding: 50px 63px;
height:314px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}

.scrollable img:hover{
background:url(images/item_soiree.png) 0px -390px no-repeat;}

.scrollable .active{
background:url(images/item_soiree.png) 0px -838px no-repeat;
}

.scrollable .active:hover{
background:url(images/item_soiree.png) 0px -838px no-repeat;}



/* position and dimensions of the navigator */
.navi {
margin: 0px auto;
	width:28px;
	height:20px;
}


/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(images/arrow/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

.navi a:hover {
background-position:0 -8px;      
}

.navi a.active {
background-position:0 -16px;     
}


a.right{
cursor: pointer;
background:url(images/arrow/right_gris.png) 0px 0px no-repeat;
z-index: 30;
top:200px;
position: absolute;
right: 10px;
width: 18px;
height: 18px;
}

a:hover.right{
cursor: pointer;
background:url(images/arrow/right_gris.png) 0px -18px no-repeat;
z-index: 30;
top:200px;
position: absolute;
right: 10px;
width: 18px;
height: 18px;
}


a.left{
display: block;
cursor: pointer;
background:url(images/arrow/left_gris.png) 0px 0px no-repeat;
z-index: 30;
top:200px;
position: absolute;
left: 10px;
width: 18px;
height: 18px;
} 
a:hover.left{
display: block;
cursor: pointer;
background:url(images/arrow/left_gris.png) 0px -18px no-repeat;
z-index: 30;
top:200px;
position: absolute;
left: 10px;
width: 18px;
height: 18px;
} 







div#contenu_soiree{
margin: 0px auto;
padding: 20px 0px 20px 0px;
position: relative;
text-align: center;
}

div#contenu_soiree img{
padding: 10px;
margin: 0px auto;
background: #ffffff;
border: 2px solid #840E8C;
max-width: 940px;
min-width: 200px;
min-height: 400px;
max-height: 940px;
}

div.contenu_soiree_txt{
position: absolute;
top: 32px;
left: 12px;
background: #ffffff;}

div.contenu_soiree_txt a.visiter{
margin-bottom: 10px;
width: 121px;
float: right;
background:url(images/visiter.jpg) 0px 0px no-repeat;
display: block;
height: 20px;
}
div.contenu_soiree_txt a:hover.visiter{
background:url(images/visiter.jpg) 0px -20px no-repeat;
display: block;
height: 20px;
}

div.contenu_soiree_txt a:hover{
font-weight: bold;
}
div.contenu_soiree_txt span{
font-weight: bold;border-bottom: 1px solid #840E8C;
}

div.contenu_soiree_txt div.txt{
padding: 10px;
text-align: left;
color: #840E8C;
position: relative;
font-size: 12px;}
div.contenu_soiree_txt div.txt div{
padding-bottom: 5px;
}

div.contenu_soiree_txt div.txt a.modifier{
width: 48px;
height: 48px;
position: absolute;
right: 0px; top: 48px;
background:url(images/modifier.png) 0 0px no-repeat;
display: block;
}
div.contenu_soiree_txt div.txt a.moderer{
width: 48px;
height: 48px;
position: absolute;
right: 0px; top: 96px;
background:url(images/moderer.png) 0 0px no-repeat;
display: block;
}
div.contenu_soiree_txt div.txt a.close{
cursor: pointer;
width: 48px;
height: 48px;
float: right;
margin: -10px -10px 0px 0px;
background:url(images/close.png) 0 0px no-repeat;
display: block;
}
div#contenu_soiree a.open{
width: 48px;
height: 48px;
cursor: pointer;
padding: 0px 0px 0px 6px;
position: absolute;
right: 10px;
top: 30px;
background:url(images/open.png) 3px 0px no-repeat;
display: block;
}
