#imgWrapper {
	width: 100%;
}
#profAikido {
	text-align: center;
}
#alain {
	display : inline-block;
}

#patrick {
	margin-left : 2em;
	display : inline-block;
}

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

#coursAdultes {
	float: left;
	width: 49%;
	height: 12em;
	text-align: center;
        margin-bottom: 4em;
}
#coursAdultes p {
	text-align: center;
}

#lien{
	color: black;
	text-align: center;
}
#lien a{
	color: black;
	text-align: center;
}
#lien a:hover {
	color: red;
}

table {
    width : 100%;
}
