body {
	background: white;
	font-family: "Hit the Road", Helvetica, Serif;
	margin: 0;
	padding: 0;
}

h1 {
	background: url("../../images/corps/fond_mobile.png") repeat-x;
	color: #ffffff;
	margin: 0;
	padding: 8px 0 8px 10px;
	text-align: center;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	border-bottom: 1px solid #E0E0E0;
	font-size: 20px;
	font-weight: bold;
	list-style: none outside none;
	margin: 0;
	padding: 8px 0 8px 10px;
	position: relative;
}

li a {
	text-decoration: none;
}

li a:hover {
	text-decoration: underline;
}