body {
	background-color:#b6d84e;	
	background-image:url(../img/ronds.jpg);
	background-repeat:no-repeat;
}


/************************************************************** HEADER **************************************************************/



#header_titre_calendrier_fr {
    height: 55px;
	background-image:url(../img/calendrier_titre.jpg);
	background-repeat:no-repeat;
}

#header_titre_calendrier_en {
    height: 55px;
	background-image:url(../img/calendar_titre.jpg);
	background-repeat:no-repeat;
}

#milieu_calendrier{

}






/************************************************************** CENTRE **************************************************************/


#centre_calendrier{
	padding-top:25px;
    margin-left: 10px;
    margin-right: 10px;
}




#centre_conteneur{
}



#footer {
    padding: 10px;
    text-align: center;
    clear: both;
} 

#legende{
	margin-top:20px;
	margin-left:50px;
}

#evenement, #conference, #animation, #stand, #inclassables{
	width:25px;
	height:25px;
	float:left;
	margin-right:5px;
}

#evenement{background-color:#24b7cd;}
#conference{background-color:#c42658;}
#animation{background-color:#8cc157;}
#stand{background-color:#f9bb14;}
#inclassables{background-color:#f97a14;}



/************************************************************** INTERIEUR **************************************************************/

#mois{
	margin-top:0;
	right:28px;
	float:right;
	margin-bottom:15px;
}

*+html #mois{
	margin-top:-83px;
}


#mois_espace{
	float:left;
	margin:Opx;
}

#mois_fleche_G{
	float:left;
	margin: 14px 10px 0px 10px;
}
#mois_nom{
	float:left;
}
#mois_fleche_D{
	float:left;
	margin: 14px 30px 0px 10px;
}

#case, #case_today{
	background-color:#f4fae1;
	color:#000000;
	vertical-align:top;
	height:50px;
	border: 5px solid #1e866e;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#case_today{
	border: 5px solid #e85684;
	background-color:#fcedf2;
}

#casevide{
	
}

.date, .date_today{
	color:white;
	font-size:18px;
	background-color:#1e866e;
	width:25px;
	text-align:center;
	margin-left:-1px;
	margin-top:-1px;
	padding:0;
}

.date_today{
	background-color:#e85684;
}

#texte_date{
	font-size:14px;
	text-align:center;
	font-weight:bold;
	margin:1px 0;
}
.weight_normal{
	font-weight:normal;
	display:inline;
	color:black;
}

#texte_date a:link, #texte_date a:visited{
	font-size:12px;
	color:white;
	font-weight:normal;
}
#texte_date a:hover{
	font-size:12px;
	font-weight:normal;
	color:#000000;
}


/************************************************************** AUTRES **************************************************************/





.PB10{
	padding-bottom:10px;
}






