@charset "utf-8";
/* CSS Document */
.centerBloc{
	text-align:center;
}
.grosTitre::before{
	content:" ";
	position: absolute;
	width:63px;
	height:80px;
	background:transparent url('/media/img/pictoCalendrier.png') left 10px no-repeat;
	background-size: 100%;
}
.grosTitre h1{
	margin-left:75px;
}
.moisCalendrier{
	width:auto;
	height:125px;
	display: inline-block;
	position:relative;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align:center;
}
.pastilleMois{
	width:60px;
	height:60px;
	line-height:55px;
	display:inline-block;
	position:relative;
	background:transparent url('/media/img/calendrierOff.png') left top no-repeat; background-size: 100%;
	text-align:center;
	font-size:18px;
	font-family: "tablet-gothic-compressed",sans-serif;
	font-style: normal;
	font-weight: 200;
	color:#ffffff;
	margin-right:10px;
}
.pastilleMois .intituleMois{
	display:none;
}
.pastilleMois:hover .intituleMois{
	display:inline;
}
.pastilleMois:hover{
	width:60px;
	height:73px;
	background:transparent url('/media/img/calendrierOn.png') left top no-repeat; background-size: 100%;
}

.pastilleMoisOn{
	width:60px;
	height:73px;
	line-height:55px;
	display:inline-block;
	position:relative;
	background:transparent url('/media/img/calendrierOn.png') left top no-repeat; background-size: 100%;
	text-align:center;
	font-size:18px;
	font-family: "tablet-gothic-compressed",sans-serif;
	font-style: normal;
	font-weight: 200;
	color:#ffffff;
	margin-right:10px;
}
.intituleMois{
	width:60px;
	height:60px;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align:center;
	top:-50px;
	font-size:20px;
	color:#000000;
}
ul#calendrier{
	text-align:left;
	padding:0;
	width:100%;
	list-style:none;
	display: block;
	position:relative;
	margin-top:0px;	
}

ul#calendrier > li {
	width:100%;
	display:inline-block;
	position:relative;
	min-height:40px;
	line-height:40px;
	padding:5px;
	margin:0;
	font-family: "tablet-gothic-compressed",sans-serif;
	font-style: normal;
	font-weight: 200;
	position: relative;
}
ul#calendrier > li:nth-child(odd) {
	background-color: rgba(102,102,102,.1);
}
.blocCapsuleMois{
	width:95px;
	height:40px;
	display: inline-block;
	position:relative;
	vertical-align:middle;
	line-height:13px;
}
.capsuleMois{
	width:40px;
	height:40px;
	display: inline-block;
	position:relative;
	background-color: rgba(102,102,102,.1);
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	border-radius: 20px 20px 20px 20px;
	text-align:center;
	font-family: "tablet-gothic-condensed",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform:uppercase;
	font-size:13px;
	line-height:13px;
	vertical-align:middle;
}
.capsuleMois strong{
	font-family: "tablet-gothic-compressed",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size:24px;
	line-height:24px;
}
.blocSpectacle{
	min-width:175px;
	height:40px;
	display: inline-block;
	position:relative;
	vertical-align:middle;
	line-height:14px;
	border-left:solid 1px black;
	color:#000000;
}
.floatRight{
	width:120px;
	height:auto;
	float: right;
	position:relative;
	line-height: normal;
}
.motscleSlide {
    margin:0px;
    width: auto;
	display: inline-block;
}
.motscleSlide .motCle::after {
    top: 16px;
}
.motscleSlide .motCle {
    font-size: 12px;
    height: 16px;
    line-height: 12px;
	padding: 1px 2px 2px 2px;
	top:-1px;
}
.heureLieu{
	min-width:100px;
	height:16px;
	line-height:14px;
	display: inline-block;
	position:relative;
	vertical-align:middle;
	font-size:14px;
	padding: 0 0 0 8px;
}
.heureLieu strong{
	font-family: "tablet-gothic-compressed",sans-serif;
	font-style: normal;
	font-weight: 700;
}
.titreCalendrier{
	width:auto;
	height:auto;
	display: block;
	vertical-align:middle;
	margin:5px 0 0 8px;
	padding-right:30px;
	overflow:visible;
}
.blocReservation {
    position:relative;
    top:-5px;
	display:inline-block;
	width: 27px;
	height:23px;
	background:transparent url('/media/img/pictoBillet.png') left top no-repeat; background-size: 100%;
	mar
}
