* {
	font-family: "Monotype Corsiva", "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 16px;
}

body {
	background-color: #000;
	color: #fff;
 	margin: 0; /* pour éviter les marges */
 	text-align: center;
}

#article a {
	color: #fcf90e;
	text-decoration: none;
	padding: 0 4px;
}

#article a:hover {
	text-decoration: none;
	padding: 0 4px;
	color: #fff;
}

#article a:visited {
	text-decoration: none;
	padding: 0 4px;
}

#article a:link{
	text-decoration: none;
	padding: 0 4px;
}

#wrapper {
	 margin-left: auto;
     margin-right: auto;
     width: 770px;
     text-align: left; /* on rétablit l'alignement normal du texte */
}

#header {
	height: 280px;
	background: url(../images/header.jpg) no-repeat 0 top;
}

#menu {
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}

#menu a {
	color: #fff;
	text-decoration: none;
	padding: 0 4px;
}

#menu a:hover {
	text-decoration: none;
	padding: 0 4px;
	color: #fcf90e;
}

#menu a:visited {
	text-decoration: none;
	padding: 0 4px;
}

#menu a:link{
	text-decoration: none;
	padding: 0 4px;
}

#parcours {
	margin-top: 5px;
	font-size: 1.2em;
	color: #fcf90e;
}

.titre {
	margin-top: 5px;
	font-size: 1.2em;
	color: #fcf90e;
}

#parcours img {
	border: 0;
}

#footer {
	color: #fff;
	text-align: right;
	font-size: 13px;
	margin-bottom: 10px;}
	
.touslesparcours {
width: 150px;
margin-left: 400px; font: normal 12px "Lucida Grande", Lucida, Verdana, sans-serif;}

#annonce {
	width: 600px; border: 2px solid #fdf84c; background-color: #313131;margin:  0 auto;padding: 5px;font-size: 1.8em;text-align: center;}
