#contenu .gauche{
	float : left;
	margin : 0px;
	margin-right : 30px;
}

#contenu .droite{
	float : right;
	margin : 10px;
	margin-left : 20px;
}

#contenu .droite_sb{
	float : right;
	margin-left : 20px;
	border : none;
}

#contenu .centre{
	text-align : center;
}
table.horaire {
	border-collapse : collapse;
	width:60%;
	margin:10px 20%;
}

table.horaire tr.hidden td {
	width:20%;
	padding:0px;
	border:none;
}

table.horaire td, table.horaire th  {
	text-align : center;
	border : 2px solid grey;
	font-size : x-small;
}

table.horaire td.cell2   {
	background-color : black;
	color : white;
	font-weight : 900;
}

table.col td {
	padding-right : 22px;
	text-align : left;
}

#legende1 {
	margin-left : 25%;
	width : 11px;
	height : 11px;
	background-color : black;
	border : 1px solid grey;
	float : left;
	margin-right : 3px;
}

#legende2 {
	margin-left : 25%;
	width : 11px;
	height : 11px;
	background-color : white;
	border : 1px solid grey;
	float : left;
	margin-right : 3px;
}

#texte_legende_1 {
	background-color : black;
	color : white;
	font-weight : 900;
}

#texte_legende_2 {
	color : black;
}

#menu, #entete, #frise, .exlibris {
	display: none;
}

