h2.cal{float:left;}

@media screen and (max-width: 550px) {
  	.calendriers .heure_calendrier{
		float: left;
	}
	
	.calendriers .tableau{
		overflow: auto;
		width:83%;
	}
	
	.calendriers .tableau table.calendrier_plugin{
		margin-left:-37px;
	}
	
	.calendriers .pagination{
		width:100%;
		float:none !important;
		clear:both;
		font-size:14px;
	}
	
	.semaine-precedente{
		float:left;
	}
}

@media screen and (min-width: 375px) and (max-width: 460px) {
	.calendriers .tableau{
		width:79%;
	}
}

@media screen and (max-width: 374px) {
	.calendriers .tableau{
		width:74%;
	}
}

@media screen and (min-width: 551px) {
	.calendriers .heure_calendrier{
		display:none;
	}
	
	.calendriers .pagination{
		width:100%;
		font-size:16px !important;
	}
	
	.calendriers .semaine-precedente{
		float:left;
		margin-left:0 !important;
	}
}


.heure_calendrier{
	width:68px !important;
}

.calendriers.semaine .pagination{
    text-align: right;
    float: right;
    color: #000;
    font-family: 'HelveticaLTStd-Roman', 'Open Sans', 'Arial', 'Futura';
}

.calendriers.semaine .pagination a:hover{color: #06e !important;}

.calendriers.semaine .pagination a{
	margin-left:5px;
}

table.calendrier_plugin{
	width: 100%; margin-bottom:20px;
}

table.calendrier_plugin td.vide{
	width: 9%; height: 15px;
}

table.calendrier_plugin td.jour-semaine{
	width: 13%; text-align: center; color: rgb(255, 255, 255);
}

table.calendrier_plugin td.heure{
	height: 15px; text-align: center; color: rgb(255, 255, 255); vertical-align: middle;
}

table.calendrier_plugin td.activite{
	text-align: center; vertical-align: middle;
}

table.calendrier_plugin span{
	font-size:11px;
}

/* Citoyen */
table.calendrier_plugin td.vide{
	background-color: #003a57;
}

table.calendrier_plugin td.jour-semaine{
	background-color: #003a57;
}

table.calendrier_plugin td.heure{
	background-color: #003a57;
}

table.calendrier_plugin td.activite{
	background-color: #ddd;
}


/* Loisirs */
.loisirs table.calendrier_plugin td.vide{
	background-color: rgb(90, 125, 49);
}

.loisirs table.calendrier_plugin td.jour-semaine{
	background-color: rgb(90, 125, 49);
}

.loisirs table.calendrier_plugin td.heure{
	background-color: rgb(90, 125, 49);
}

.loisirs table.calendrier_plugin td.activite{
	background-color: rgb(222, 229, 213);
}



/* Culture */
.culture table.calendrier_plugin td.vide{
	background-color: #ac1f1f;
}

.culture table.calendrier_plugin td.jour-semaine{
	background-color: #ac1f1f;
}

.culture table.calendrier_plugin td.heure{
	background-color: #ac1f1f;
}

.culture table.calendrier_plugin td.activite{
	background-color: #ddd;
}


/* Ville */
.ville table.calendrier_plugin td.vide{
	background-color: #c86300;
}

.ville table.calendrier_plugin td.jour-semaine{
	background-color: #c86300;
}

.ville table.calendrier_plugin td.heure{
	background-color: #c86300;
}

.ville table.calendrier_plugin td.activite{
	background-color: #ddd;
}


/* Tourisme */
.tourisme table.calendrier_plugin td.vide{
	background-color: #c8b300;
}

.tourisme table.calendrier_plugin td.jour-semaine{
	background-color: #c8b300;
}

.tourisme table.calendrier_plugin td.heure{
	background-color: #c8b300;
}

.tourisme table.calendrier_plugin td.activite{
	background-color: #ddd;
}

