div#agenda {
	margin-top: 30px;
}

#agendagauche {
	float: left;
}#cadre_agenda {
	padding-bottom: 5px;
	font-size: 13px;
	background-color: white;
	text-align: center;
	width: 200px;
	border-color: #355281;
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.header_calendrier {
	font-weight: bold;
	color: #283a58;
}

div#agenda h2 {
	font-style: normal;
	font-weight: normal;
	margin-bottom: 4px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-top: 5px;
	text-align: center;
	font-size: 20px;
	margin-top: 0px;
	color: white;
	background-color: #3686cc;
}

#cadre_agenda tr {
}

.navigation_calendrier {
	padding-bottom: 5px;
	font-size: 14px;
}

#aujourdhui {
	padding-top: 5px;
	font-size: medium;
}

.today {
	text-decoration: underline overline;
	font-weight: bold;
	color: #a54c46;
}

.today:hover {
	text-decoration: underline overline;
}

#semaine {
	border-color: #283a58;
	border-style: solid;
	border-width: 1px;
	background-color: white;
	width: 770px;
	margin-left: 220px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#titres_jours td {
	font-size: 14px;
	color: #355281;
	text-align: center;
}

#semaine table {
	border-collapse: collapse;
}

#semaine table tr td:first-child {
	width: 50px;
	text-align: center;
	font-size: 11px;
}

#semaine table tr td {
	max-width: 95px;
	font-size: 11px;
	border-right-color: #cdced1;
	border-right-style: solid;
	border-right-width: 1px;
	height: 10px;
	width: 95px;
}#semaine table tr:hover {
	background-color: #edebde;
}

#scroll{
	margin-bottom: 5px;
	border-top-color: #cdced1;
	border-top-width: 1px;
	border-top-style: inset;
	overflow: auto;
	max-height: 420px;
}

.heure {
	border-top-color: #cdced1;
	border-top-style: solid;
	border-top-width: 1px;
}

.sub {
	border-top-color: #cdced1;
	border-top-style: dashed;
	border-top-width: 1px;
}

td.examen {
	border-color: #94b27b;
	border-style: dashed;
	border-width: 1px;
	background-color: #b3d694;
	cursor: pointer;
}

td.remise {
	border-color: #b0635f;
	border-style: dashed;
	border-width: 1px;
	background-color: #d87873;
	cursor: pointer;
}

td.controle {
	border-color: #cca716;
	border-style: dashed;
	border-width: 1px;
	background-color: #ebc119;
	cursor: pointer;
}

td.exercice {
	border-color: #4c8ccc;
	border-style: dashed;
	border-width: 1px;
	background-color: #5aa2eb;
	cursor: pointer;
}

td.autre {
	background-color: rgba(0,0,0,0.35);
	cursor: pointer;
}

td.highlight {
	border-color: #889bb4;
	background-color: #889bb4;
}

#addagenda {
	height: 209px;
	margin-top: 20px;
	padding-bottom: 5px;
	font-size: 13px;
	background-color: white;
	text-align: center;
	width: 200px;
	border-color: #355281;
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

