body {
	min-width: 896px;
	margin: 0;
	font-family: Arial, sans-serif;
}
h2 {
	margin: 4px 16px;
	font-size: 115%;
	text-transform: uppercase;
	color: #347;
	clear: both;
}
h3 {
	margin: 8px 0;	padding: 0 0 0 8px;
	border-left: solid 24px #347;
	font-size: 100%;
}
h3, h3 a {
	text-shadow: #fff 0 1px 1px, #a0a3ae 0 0 8px;
	font-size: 100%;
}
h4 {
	margin: 8px 0;	padding: 0 0 0 8px;
}
a {
	color: #347;
	text-decoration: none;
	text-shadow: #fff 0 1px 0;
}
a:hover {
	color: #e70;
}
hr {
	padding: 4px 0;
	border: none;
	border-bottom: dotted 1px #888;
	clear: both;
}
ul {
	padding: 0;
	list-style: none;
}

/*	En-tête	*/
header {
	display: none;
}

/*	Nav	*/
nav {
	display: none;
}

#controle {
	display: none;
}

/*	Agenda	*/
#agenda {
	text-align: center;
	overflow: hidden;
}
#agenda table {
	border: solid 1px #888;
	display: inline-block;
}
#agenda thead th {
	padding: 0 8px;
	background: #f5f3f0;
}
#agenda thead a {
	position: relative;
}
#agenda thead div, #agenda thead ul {
	margin: 0 0 0 -9px;
	border: solid 1px #888;
	border-top: none;
	border-radius: 0 0 4px;
	display: none;
	position: absolute;
	background: #f5f3f0;
	font-size: 75%;
}
#agenda thead div {
	padding: 16px 0 0;
	color: #d9d8d7;
}
#agenda th:hover div, #agenda thead th:hover ul {
	display: block;
}
#agenda thead li:nth-child(even) {
	 background: #fff;
}
#agenda thead li a {
	padding: 2px;
	display: block;
}
#agenda thead li a:hover {
	background: #e70;
	color: #fff;
	text-shadow: #c60 0 -1px 0;
}

#agenda tbody th {
	padding: 0 2px;
	font-size: 75%;
}
#agenda td {
	min-width: 40px;
	border-left: dotted 1px #888;
}
#agenda .lundi td:nth-child(4), #agenda .matin td:nth-child(4), #agenda .apres-midi td:nth-child(1), #agenda .soir td:nth-child(1) {
	border-left: none;
}
#agenda .vacances, #agenda .zoneA, #agenda .zoneB, #agenda .zoneC {
	min-width: inherit;
	padding: 0;
	min-width: 4px;
	font-size: 0;
	text-indent: -9999px;
}
#agenda tbody .vacances {
	border: solid 1px #888;
}
#agenda .zoneA {
	background: #6d2;
}
#agenda .zoneB {
	background: #48f;
}
#agenda .zoneC {
	background: #f42;
}
#agenda tbody .vacation {
	background: #fff;
	border: none;
}
.lundi {
	border-top: double 4px #888;
}
.matin {
	border-top: solid 1px #888;
}
.matin a, .lundi a {
	border-color: #1d6ebf;
	color: #1d6ebf;
}
.apres-midi a {
	border-color: #bf6e1d;
	color: #bf6e1d;
	background: #fff6ff;
}
.soir a {
	border-color: #bf1dbf;
	color: #bf1dbf;
}
#agenda .futur {
	visibility: hidden;
}
#agenda td {
	vertical-align: top;
}
#agenda td a {
	margin: 1px;	padding: 0 2px;
	display: block;
	border-radius: 2px;
	font-size: 75%;
}
#agenda .demarche_option {
	border: dashed 1px;
	background: #fff;
}
#agenda .demarche_ok {
	border: dashed 1px;
}
#agenda .demarche_devis {
	border: solid 1px;
}
@keyframes clignottement {
	from {
	} to {
		border-color: #fff;
	}
}
#agenda .demarche_devis_r {
	border: solid 1px #f04;
}
#agenda .demarche_accord {
	margin: 0;
	border: solid 2px;
}
#agenda .demarche_contrat {
	margin: 0;
	border: outset 2px;
}
#agenda .demarche_contrat_r {
	margin: 0;
	border: outset 2px #f04;
}
#agenda .e_trajet, #agenda .e_reunion, #agenda .e_indisponible, #agenda .e_pasdespectracle {
	padding: 2px 4px;
	background: #fff;
	border-style: inset;
	border-width: 1px;
	font-size: 60%;
}
a .details {
	margin: 6px -4px;	padding: 2px 4px;
	display: block;
	visibility: hidden;
	opacity: 0;
	border: solid 1px #347;
	border-radius: 0 2px 2px;
	position: absolute;
	background: #fff;
	color: #347;
	transition: 400ms;
}
a:hover .details {
	visibility: visible;
	opacity: 1;
}
/*	Tableaux	*/
 table {
	border-radius: 4px;
	border-collapse: collapse;
	background: #fff;
}
td {
	padding: 0;
	border-radius: 4px;
}
.tableaux {
	padding: 0;
	text-align: center;
}
.tableaux table {
	display: inline-block;
	margin: 0 0 8px;
	border: solid 1px #888;
	box-shadow: 0 0 8px 0 #ccc;
	font-size: 12px;
	text-align: left;
}
.tableaux tbody tr:nth-child(odd) {
	background: #f5f3f0;
}
.tableaux tbody tr:hover, .tableaux tbody tr:hover a {
	background: #e70;
	color: #fff;
}
.tableaux tbody tr:hover a {
	text-shadow: #c60 0 -1px 0;
}
.tableaux th {
	padding: 4px 8px;
	color: #888;
	text-align: center;
}
.tableaux th:nth-child(n+2) {
	border-left: solid 1px #f5f3f0;
}
.tableaux .corbeille td {
	padding: 0 8px;
}
.tableaux td a, .tableaux td a:hover {
	padding: 0 8px;
	display: block;
}
.tableaux td a em {
	color: #888;
}


/*	Fiche	*/
dl {
	margin: 0;
}

dt {
	width: 128px;
	margin: 0 0 0 -136px;	padding: 0 8px;
	float: left;
	clear: both;
	position: relative;
	left: 136px;
}
dd {
	max-width: calc(100% - 160px);
	margin: 2px 0;	padding: 0 8px 0 144px;
	display: inline;
	float: left;
}
#fiche {
	border: solid 1px #aaa;
	border-radius: 4px;
	overflow: auto;
}
#fiche dl a, #fiche h3 a {
	border-bottom: dashed 1px #347;
}
#fiche dl a:hover, #fiche h3 a:hover {
	border-bottom: dashed 1px #e70;
}
.fiche_gauche, .fiche_droite {
	padding: 0 8px 8px;
	border-top: solid 1px #aaa;
	overflow: auto;
	position: relative;
	bottom: 1px;
}
.fiche_gauche {
	min-width: 320px;	max-width: 50%;
	float: left;
	border-right: solid 1px #aaa;
}
.fiche_droite {
	right: 1px;
	margin: 0 0 -1px 0;
	border-left: solid 1px #aaa;
}
.fiche_cache {
	visibility: hidden;
	max-height: 0px;
	display: block;
	overflow: hidden;
	display: block;
	clear: both;
	transition: 600ms;
}
.fiche_gauche:hover .fiche_cache {
	visibility: visible;
	max-height: 200px;
}
