body {
	margin: 0 auto;
	padding: 0;
	background: #4548A7;
	font: 100% Tahoma,Arial,sans-serif;
	font-weight: bold;
}

a {
	color: #2982D8;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: white;
}

#menu {
	font-size: 1em;
	text-align: center;
	padding-top: 10px;
	padding-left: 2px;
	padding-right; 2px;
}

#coord {
	font-weight: bold;
	font-size: 0.9em;
	text-align: center;
	color: black;
}

#trailer {
	font-size: 0.6em;
	color: white;
}

.par {
	color: white;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	width: 600;
}

.par h1 {
	color: #E9B31F;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
}

.par h2 {
	color: #E9B31F;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

.par h3 {
	color: #99CCFF;
}

.horaire {
}

.when {
	width: 100px;
	text-align: center;
	color: white;
}

.what {
	color: white;
	text-align: left;
}

.sponsors {
	border: 1;
	background-color: white;
	border-color: #11285E;
	padding: 1;
	text-align: center;
}

.sponsors tr {
	background-color: white;
	border-color: #11285E;
}

img {
	border: 0;
}

.gallery img {
	border: 0;
	width: 600;
}

.notice {
	color: red;
	background-color: black;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	padding: 10;
}

