#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;
}

#listelieu{
	position: absolute;
	top: 130px;
	left: 0px;
	width: 180px;
}

#listelieu .puce{
	float: right; 
	margin: 0px 0px 0px 3px;
}

#listelieu ul{
	font-size: 9px;
    font-family: Arial, sans-serif;
    /*text-transform: lowercase;*/
    list-style: none;
	text-align: right;
    margin: 0px 0px 0px 10px;
}

#listelieu li{
	background-color: #AFADB2;
	margin: 0px 0px 3px 0px;
	line-height: 12px;
	padding: 0px 3px;
}

#listelieu li.actif{
	color: #FFFFFF;
}

#listelieu .popup{
	position: absolute;
	top: 0px;
	left: 210px;
	width: 230px;
	border-right: 1px solid #AFADB2;
	border-bottom: 1px solid #AFADB2;
	background-color: #FFFFFF;
	color: #000000;
	text-align: left;
	z-index: 10;
}

#listelieu .popup .fermer{
	
	font-weight: bold;
	float: left;
	cursor: pointer;
}

#listelieu .popup a{
	color: #D5192C;
}

#listelieu .popup .nom{
	text-align: right;
	background-color: #D5192C;
	color: #FFFFFF;
	font-size: 11px;
	padding: 0px 3px;
}

#listelieu .popup .popupcontent{
	height: 270px;
}

#listelieu .popup .col1{
	float: left;
	background-color: #AFADB2;
	color: #FFFFFF;
	width: 50px;
	height: 100%;
}

#listelieu .popup .img{
	background-color: #AFADB2;
	text-align: right;
}

#listelieu .popup .titrearea{
	position: relative;
	left: -50px;
}

#listelieu .popup .titre{
	background-color: #AFADB2;
	color: #000000;
	font-size: 9px;
	/*text-transform: uppercase;*/
	font-weight: bold;
	padding: 0px 3px;
}

#listelieu .popup .texte{
	margin: 0px 0px 10px 0px;
	font-size: 9px;
	line-height: 11px;
}


#contenttitre{
	text-align: right;
	margin: 0px 0px 0px 230px;
}

#contenttext{
	font-size: 9px;
	line-height: 10px;
	margin: 0px 0px 0px 230px;
	text-align: right;	
}

#contenttext .bodytext{
	text-align: right;
}

#contenttitre h1{
    font-size: 24px;
    font-weight: bold;
    /*text-transform: uppercase;*/ 
    color: #D5192C;
	padding: 5px;
	line-height: 26px;
}

#selectmontharea{
	height: 40px;
}

#selectmonth{
	width: 150px;
}

#scrollbar{
    float: right; 
    width: 15px; 
    height: 291px; 
    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: 291px;
	width: 418px;
    overflow: hidden;
	bottom: 0px;
	z-index: 1;
}

#scrolldiv{
    position: relative;
    top: 0px;
}

.calcontainer{
	/*display: none;*/
}

.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: #FFFFFF;
}

.caljp{
	width: 55px;
}

.caltitre{

}

.caltitre .titre{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 9px;
}

.caltitre .soustitre{
	font-weight: normal;
	font-size: 9px;
}

.calsalle{
	width: 115px;	
}