#horairesGauche1 {
	float: left;
	width: 49%;
	border-right: 1px solid black;
	text-align: center;
	height: 23em;
	
}

#horairesDroite1 {
	float: right;
	width: 49%;
	text-align: center;
	height: 23em;
	
}
#horairesGauche2 {
	float: left;
	width: 49%;
	border-right: 1px solid black;
	text-align: center;
}

	
#horairesDroite2 {
	float: right;
	width: 49%;
	text-align: center;
}

.titreHoraire {
	float: left;
	width: 100%;
	margin-bottom: 3%;
}
.titreHoraire2 {
	float: left;
	width: 100%;
	margin-bottom: 3%;
	border-top: 1px solid black;
	margin-top: 5%;
}

/*
body {
    background-image: url('http://jcaulnay.com/images/Judokas-ombre.png');
    background-attachment : fixed;
    background-repeat : no-repeat;
    background-size : 13%;
    background-position: top right;

}
*/


table {
    width : 100%;
}

td {
    width : 18%;
}
