/* CSS Document */

body { 
 	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif; 
 	font-size: 12px; 
 	color: black;
	background-color:white;
	margin:0;
	padding:0;
}

img {
	border:0;
}

#villette {
	position:absolute;
	left:50%;
	top:50%;
	width: 500px;		
	height: 480px;
	margin-left:-250px;
	margin-top:-240px;
	text-align:center;
}

#villette-10sec {
	position:absolute;
	left:50%;
	top:50%;
	width: 400px;		
	height: 260px;
	margin-left:-200px;
	margin-top:-126px;
	text-align:center;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid #FF6600;
}

p {
	margin:8px;
}