/*--------------------------------------------------------------------------*/	
/*------------------------------              ------------------------------*/	
/*------------------------------   Interface  ------------------------------*/	
/*------------------------------              ------------------------------*/	
/*--------------------------------------------------------------------------*/

body {

	background-image: url(images/bg.gif);
}
#Content {
	background-color: black;
	background-image: url(images/bg.gif);
	width: 760px;
	margin: auto;
}
#Name {
	background-color: Black;
	text-align: center;
	border-bottom: solid 5px white;
}
#Menu {
	background-color: #C3C8CC;
	height: 60px;
	color: Black;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
}
#Menu a, #Menu a:visited {
	color: Black;
	text-decoration: none;
}
#Menu a:hover {
	color: White;
	text-decoration: underline;
}
#Planche {
	width: 760px;
	height: 551px;
	background-image: url(images/planche.jpg);
	background-repeat: no-repeat;
}
#Parcours, #Expo {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
/*	background-color: Black;*/
	color: white;
	vertical-align: top;
	font-weight: bolder;
	margin-left: 25px;
	margin-right: 25px;	
	min-height: 150px;
	text-align: justify;
}
#Parcours img {
	float: left;
	border: solid 2px white;
	margin-right: 10px;
}
#Parcours span.title {
	font-size: 36px;
}
#Bottom {
	color: White;
	text-align: center;
}
a, a:visited {
	color: White;
}
#Admin {
	color: black;
}
#Admin a, #Admin a:hover, #Admin a:visited {
	text-decoration: none;
	color: Black;
}
.yellow {
	color: #F4A460;
}