#accesrapidearea{
    float: right; 
    width: 145px; 
    margin:0px 0px 0px 5px;
    position: relative; 
    right: 0px; 
    font-family: Verdana, Arial, sans-serif;
}
#headerarea{
	height: 135px;
	position: relative;
	margin: 0px 0px 10px 0px;
}

#contentimg{
	width: 150px;
	height: 125px;
	/*background-color:#CCCCCC;*/
	margin: 0px 0px 0px 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#contenttitre{
	text-align: right;
	margin: 0px 0px 0px 155px;
}

#contenttext{
	font-size: 9px;
	line-height: 10px;
	margin: 0px 0px 0px 155px;
	width: 295px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#contenttitre h1{
    font-size: 24px;
    font-weight: bold;
    /*text-transform: uppercase;*/ 
    color: #D5192C;
	padding: 5px;
	line-height: 26px;
}

#contenttext2{
	font-size: 9px;
	line-height: 10px;
	height: 30px;
	margin: 0px 0px 10px 0px;
}

#selectmontharea{
	height: 35px;
}

#selectmonth{
	width: 150px;
}

#scrollbar{
    float: right; 
    width: 15px; 
    height: 216px; 
    background-color: #FFFFFF;
    border: 1px solid #D5192C;
    position: relative; 
    top: 0px;
}

#scrollbarup{
    height: 50%;
    cursor: pointer;
}

#scrollbardown{
    height: 50%;
    cursor: pointer;
}

#scrollbar .arrowDown{
    position: absolute;
    top: 3px; 
    left: 3px;
    text-align: center;
}
#scrollbar .arrowUp{
    position: absolute; 
    bottom: 3px; 
    left: 3px;
    text-align: center;
}

#container{
	position: relative;
    height: 216px;
	width: 418px;
    overflow: hidden;
	bottom: 0px;
}

#scrolldiv{
    position: relative;
    top: 0px;
}

.calcontainer{
	display: none;
}

.calsep{
	color: #FFFFFF;
}

.caltable{
	width: 100%;
}

.caltable td{
	height: 30px;
	padding: 5px 0px 5px 3px;
	font-size: 9px;
}

.caltable tr.impair{
	background-color: #AFADB2;
}

.caltable tr.pair{
	background-color: #FFFFFF;
}

.caldate{
	width: 60px;
}

.caldate .date{
	font-size: 8px;
	font-weight: bold;
}

.caldate .mois{
	font-size: 9px;
	font-weight: bold;
	color: #D5192C;
}

.caltitre{

}

.caltitre .autourde{
	color: #FFFFFF;
	text-transform: none;
}

.caltitre .titrespectacle{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 9px;
}

.caltitre .soustitre{
	font-weight: normal;
	font-size: 9px;
}

.caltitre .titre{
	font-weight: bold;
	font-style: italic;
}

.caltitre .mention{

}

.calresume{
	font-size: 9px;
	line-height: 10px;
}

