#logo {
	height: 70px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: no-repeat;
}
.titre {
	font-size: 14px;
	font-weight: bold;
	color: #9900CC;
	text-decoration: underline;
}

#menu {
	height: 30px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#menu a {
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
#menu a:hover {
	font-weight: bold;
	color: #999999;
}


#contenu {
	height: 480px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#contenu a {
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
#contenu a:hover {
	font-weight: bold;
	color: #999999;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
	background-image: url(Images/Logo_fond_petit.jpg);
	background-repeat: no-repeat;
}
.entete {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #0000FF;
	text-align: center;
}
