@charset "utf-8";
body {
	background: url(fd.gif) left bottom no-repeat fixed;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 10px;
}
img {
	border: none;
	margin: 0;
}
#contenu {
	width: 600px;
	margin-left:auto;
	margin-right:auto;
	background: white;
	border:1px solid black;
	margin-top:100px;
}
#couvgrenoble {
	width: 600px;
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
}
#couvgrenoble img {
	border: 1px solid black;
}
#moderne {
	background:url(modernegrenoble.gif) no-repeat;
	height:100px;
}
#txt {
margin:30px;
}
#pied {
	text-align: center;
	background-color:black;
	color:white;
	padding:8px;
}
a:link {
	color: white;
	text-decoration:none;
}

a:visited {
	color: white;
	text-decoration:none;
}

a:hover {
	color: black;
	background:white;
	text-decoration:none;
}