body {
	background-color: #336 ;
}

div:empty {
	display: none ;
}

div#shows > ul {
	padding: 0px;
}

li {
	position: relative ;
	display: block ;
	list-style-type: none ;
	vertical-align: top ;
	clear: both ;
}

.date {
	position: relative ;
	display: inline-block ;
	float: left ;
	width: 52px ;
	margin: 4px 10px 4px 0px ;
	background: #fcfcfc ;
	background: linear-gradient(top, #fcfcfc 0%,#dad8d8 100%) ;
	background: -moz-linear-gradient(top, #fcfcfc 0%, #dad8d8 100%) ;
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#dad8d8 100%) ;
	border: 1px solid #d2d2d2 ;
	border-radius: 5px ;
	-moz-border-radius: 5px ;
	-webkit-border-radius: 5px ;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
}

.date p {
	position: relative ;
	text-align: center;
	font-family: Helvetica, sans-serif;
	margin: 0px ;
}

.date p span.jsem {
	position: relative ;
	display: block ;
	font-size: 9pt; color: #9e9e9e;
	text-transform: uppercase;
	margin: 0px ;
}

.date p span.jour {
	position: relative ;
	display: block ;
	line-height: 32px ;
	font-size: 24pt; color: #9e9e9e;
	margin: 0px ;
}

.date p span.debmois {
	background: #d10000;
	background: linear-gradient(top, #d10000 0%, #7a0909 100%);
	background: -moz-linear-gradient(top, #d10000 0%, #7a0909 100%);
	background: -webkit-linear-gradient(top, #d10000 0%, #7a0909 100%);
	font-size: 10pt; font-weight: bold; color: #fff; text-transform: uppercase;
	display: block;
	border-top: 2px solid #a13838;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	padding: 3px 0 3px 0;
}

.debheure {
	position: relative ;
	margin-right: 5px ;
	font-size: 10pt; color: #ccc;
}

.debheure span {
	margin-left: 3px;
	font-family: Abel, sans-serif;
	font-size: 10pt; font-weight: bold; color: #ccc;
}

.ville {
	position: relative ;
	margin-right: 5px ;
	font-family: 'Russo One', sans-serif;
	font-size: 10pt; color: #ccc;
}

div.lieu {
	position: relative ;
	display: block ;
	height: 100% ;
	padding: 10px 0px 0px 0px ;
}

div.lieu .nom {
	font-family: Abel, sans-serif;
	font-size: 16pt; color: #9e9e9e ;
	margin: 0px ;
}

div.lieu .formation {
    position: relative;
    top: -1px;
	font-family: Abel, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #336 ;
	background-color: #ccc;
	border-radius: 3px;
	padding: 0px 5px;
	margin-left: 7px ;
}

div.lieu hr {
	height: 1px ;
	margin: 0px ;
	border: none ;
	border-top: 1px #9e9e9e dotted ;
}

div.details {
	display: none ;
}
