body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#titre {
	/*position et dimensions absolues du conteneur*/
	position: absolute;
	height: 100px;
	width: 750px;
	top: 0;
	left: 0;
	/*réduction des marges à 0 au cas où elles seraient définies par défaut*/
	margin:0 0;
	/*le texte centré horizontalement*/
	text-align: center;
	/*texte centré verticalement*/
	line-height: 100px; /*égal à height*/
	vertical-align: middle;
	/*Pour voir le bloc*/
	background-color: #99cccc;
}
#colonne {
	background-color:#CCCCCC;
	position: absolute;
	width: 150px;
	height: 600px;
	left: 0px;
	top: 100px;
	font-size:16px;
	font-weight: bold;
}
.citation {
	margin: 0.75em 0;
}
ul.menu {
	background-image:url(images/mancala600x600.jpg);
	position: absolute;
	width: 600px;
	height: 600px;
	left: 150px;
	top: 100px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-weight: bold;
	font-size:15px;
}
ul.menu :link,:visited {
	text-decoration: none;
	color:#7761FF;
	/*color: black;*/
}
ul.menu li.Telecharger {
	position: absolute;
	left: 450px;
	top: 300px;
}
ul.menu li.Paris {
	position: absolute;
	left: 180px;
	top: 40px;
}
ul.menu li.Grenoble {
	position: absolute;
	left: 100px;
	top: 60px;
}
ul.menu li.Resultats {
	position: absolute;
	left: 310px;
	top: 370px;
}

.auteur {
	font-style: italic;
	font-weight: normal;
	font-size: 13px;
}

#avertissement {
	display: inline-block;
	width: 150px;
	background-color: white;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
}
