/* CSS by stefhan.com */

body {
	margin: auto;
	text-align: center;
	background-color: silver;
	font: 12px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
}

a {
	text-decoration: underline;
	color: black;
}

a:hover {
	text-decoration: none;
	color: blue;
}

#logo {
	padding-top: 20px;
	padding-bottom: 20px;
}

#stats, #stats a {
	padding-top: 50px;
	text-decoration: none;
}

#bas, #bas a {
	color: gray;
	text-decoration: none;
}

#villes {
	margin: auto;
	width: 400px;
	border: 1px solid white;
	text-align: left;
}

.obligatoire {
	color: red;
}

img, img a {
	border-style: none;
	text-decoration: none;
}

#page {
	background-color: white;
	padding: 20px;
	width: 750px;
	margin: auto;
}

#tab1 {
	float: left;
}

#tab2 {
	float: right;
}

.clear {
	clear: both;
}
