@charset "utf-8";
/* CSS Document */

	html
	{
	height:100%;
	overflow:hidden;
	}
	


	body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background : #555;
	font-family:Georgia, Helvetica, sans-serif;
	font-size:12px;
	color: #d3cdbe;
	background-image:url(images/fond.png);
	background-position:center center;
	overflow:hidden;
	}
	
	img {
	border:0;
	}
	
	.ico {
	vertical-align:middle;
	}

/* Gestion des blocs */

	#home {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-200px;
	margin-left:-205px;
	height:264px;
	width:410px;
	overflow:hidden;
	}

	#menu {
	position:absolute;
	top:50%;
	width:100%;
	margin-top:100px;
	text-align:center;
	
	}
	
	#liens {
	padding:10px;
	text-align:center;
	background:#171410;
	display:inline;
	}
	
/* Liens hypertextes */

	a.menu:link, a.menu:visited {
	color: #d3cdbe;
	text-decoration:none;
	}
	
	a.menu:hover {
	color: #c0ce00;
	border-bottom: 1px dotted #c0ce00;
	}
