@charset "UTF-8";
#entete {
	color:#CF9;
	height: 50px;
	width: 950px;
	font-family: "Arial Black", Gadget, sans-serif;
	padding-left: 12px;
	text-align: center;
}
#menu {
	height: 190px;
	width: 950px;
	background-image: url(images/PANORAMIQUE-GRENOBLE.jpg);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: bottom;
	font-size: 16px;
	display: none;
}
#contenu {
	height: 340px;
	width: 950px;
	color: #CF9;
	text-align: center;
}
#pied {
	height: 500px;
	width: 950px;
	color: #CF9;
	padding-left: 12px;
	font-size: 9px;
	text-transform: capitalize;
	padding-top: 10px;
	margin-top: 10px;
}
body {
	background-image: url(images/backgroundimage.jpg);
	margin: 0px;
}
#conteneur {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	text-align: center;
	padding: 0px;
	display: none;
}
#menu ul li {
	display: inline;
	color: #CF9;
	margin-right: 15px;
	margin-left: 15px;
}
#menu ul li a:link {
	color: #F90;
	text-decoration: none;
}
#menu ul li a:visited {
	color: #FC6;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #F30;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
#menu ul li a:Active {
	color: #F60;
	text-decoration: none;
}
