@charset "utf-8";
/* CSS Document */

* {
	margin-top: 0px;
}
.clearfloat {
	clear: both;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #111D2B;
}

h1 {
	font-size: 60px;
	font-weight: lighter;
	text-align: center;
}
h2 {
	font-size: 36px;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	font-weight: normal;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 14px;
	font-weight: normal;
}
td {
	vertical-align: top;
}
p {
	font-size: 16px;
}
.boutonnavigation {
	float: left;
	height: 40px;
	width: 227px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	font-size: 18px;
	text-align: center;
}



.texteblanc {
	color: #FFF;
	text-decoration: none;
}
.bouton-index {
	float: left;
	width: 900px;
	margin-bottom: 10px;
	padding-left: 20px;
	text-decoration: none;
	padding-top: 10px;
}
.navigation {
	color: #FFF;
	float: left;
}
.textecentre {
	text-align: center;
}
