iframe{
	border: 1px black solid;
}
ul.menuEpreuve, ul.menuManches  {
	padding: 5px;
	background: #264082;
	overflow: auto;
}

ul.menuEpreuve li { 
	float:left;
	padding: 0 5px 0 5px;
	border-left: 1px #fff solid;
	color: #fff;
}
ul.menuManches li{
	float:left;
	padding: 0 5px 0 5px;
	border-left: 1px #264082 solid;
	color: #fff;
}
ul.menuEpreuve li a{
	color: #fff;
}
ul.menuManches li a{
	color: #264082;
}
ul.menuEpreuve li a:hover, ul.menuManches li a:hover{
	text-decoration: underline;
}
#corpsEpreuve{
	text-align: justify;
	padding-right: 20px;
}
#corpsEpreuve ul{
	list-style: disc;
	padding-left: 20px;
}
#titre_epreuve{
	text-align: center;
	color: #264082;
	margin: 0 0 10px 0;
	font-style: italic;
}
img#etapes{
	width: 567px;
	display: block;
	margin: 0 auto;
}
#tarifs{
	padding-left: 30px;
}
#tarifs ul li{
	margin: 0 0 5px 0;
}
#tarifs ul li small{
	margin-left: 20px;
}
#valides li{
	float: left;
	clear: both;
}
#valides .prenom, #valides .nom{
	width: 150px;
	float: right;
	display: block;
}
table.centered td{
	text-align: center;
}
