#calendar {
	font-size:16px;
	margin-top:10px;
	margin-right:20px;
	float:left;
}
#month {
	font-size:17px;
	font-family:Calibri, Arial, sans-serif;
	font-style:italic;
}
#month .subtitle {
	color:#85bef4;
}
.no_float {
	clear:both;
}
.jour {
	float:left;
	text-align:center;
	border:2px solid #f0eeee;
	margin:2px 3px;
	width:36px;
	background-color:#383839;
	color:#EEEEEE;
	-moz-border-radius:0 0 8px 8px;
	padding-bottom:2px;
}
.nom_month {
	font-size:17px;
	margin-bottom:2px;
	padding:1px 2px;
	background-color:#85bef4;
	font-family:Calibri;
	border-bottom:2px solid #f0eeee;
	color:#383839;
}
.today {
	color:#85bef4;
	cursor:default;
}
.events {
	color:#cc3333;
	cursor:pointer;
}
.pasdecemois {
	color:#929292;
	cursor:not-allowed;
}
.otherjour {
	cursor:default;
}
.todaybutevents {
	color: #bb4e4e;
	cursor:pointer;
}
#events_calendar {
	background-color:#85bef4;
	border:2px solid #f0eeee;
	margin:3px 0;
	width:310px;
	text-align:center;
	padding:1px 3px;
	-moz-border-radius:8px;
    -webkit-border-radius: 10px;
	font-size:12px;
}
.invisible {
	display:none;
}
#events_calendar a {
	color:#383839;
	font-weight:normal;
	font-style:normal;
	font-family:Arial,sans-serif;
	font-size:12px;
}
#events_calendar a:hover {
    color:#CC3333;
}
#cal_lien_add {
	margin-left:3px;
	vertical-align:center;
}
#five_last_news {
	float:left;
	margin-top:10px;
}
.title_r {
	font-family:Calibri,Arial,sans-serif;
	font-size:17px;
	font-style:italic;
}
#texte_pres {
	float:left;
	margin-right:20px;
	width:45%;
}
.mot_pefalart {
	position:absolute;
	width:40%;
	right:190px;
	float:right;
	top:20px;
}
.av_pefalart {
	float:left;
}
#access_all {
	font-size:12px;
	background-color:rgb(238,237,238);
	border:1px solid rgb(206,206,206);
	margin:10px 0 0 0;
	width:310px;
	text-align:center;
	padding:1px 3px;
	-moz-border-radius:8px;
    -webkit-border-radius: 10px;
	}
#access_all a {
	color:black;
	font-weight:normal;
	font-style:normal;
	font-family:Arial,sans-serif;
	font-size:12px;
}
#access_all a:hover {
	color:rgb(201,94,50);
	font-weight:normal;
	font-style:normal;
	font-family:Arial,sans-serif;
	font-size:12px;
}
#barre_footer {
    background-color:#F6F4F4;
    border:2px solid #EEEEEE;
    width:90%;
    margin: 75px auto 0 auto;
    text-align:center;
    bottom:0;
}
#barre_footer ul li {
    display:inline;
    list-style-type:none;
    margin-left:5px;
    margin-right:5px;
}
.resultat {
    color:#CC3333;
    font-weight:bold;
}
.petite_taille {
    font-size:11px;
}


