html, body {
	background:#2b160e;
	margin:0;
	padding:0;
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	color:#f3e9d0;
	text-align:center;
	background:#2b170e url(../img/header.jpg) no-repeat top center;
	overflow:hidden;
	}
	
:focus, :active {
	outline: none;
	}
	
a, img {
	border:none;
	color:#f3e9d0;
	font-size:24pt;
	text-decoration:none;
	}
	
p {
	margin:0;
	}
	
#lien {
	position:absolute;
	top:14px;
	left:50%;
	margin-left:-160px;
	width:320px;
	height:108px;
	}
	
#logo {
	margin:14px auto 0px auto;
	width:320px;
	height:108px;
	background:url(../img/logo.png) no-repeat;
	}
	
#blog {
	width:960px;
	height:1014px;
	position:absolute;
	top:186px;
	left:50%;
	margin-left:-960px;
	background:url(../img/blog.jpg) no-repeat;
	}
	
#blog p {
	position:absolute;
	top:-10px;
	right:160px;
	text-align:right;
	background:url(../img/puce_off.png) no-repeat left center;
	width:125px;
	}
	
#blog p:hover, #carte p:hover {
	background:url(../img/puce_on.png) no-repeat left center;
	text-decoration:underline;
	}
	
#carte {
	width:960px;
	height:1014px;
	position:absolute;
	top:186px;
	left:50%;
	background:url(../img/carte.jpg) no-repeat;
	}
	
#carte p {
	position:absolute;
	top:-10px;
	left:160px;
	text-align:right;
	background:url(../img/puce_off.png) no-repeat left center;
	width:125px;
	padding-left:8px;
	}
	
	
	#footer_fixe {
background-image:url(../img/footer_fond.png);
bottom:0;
height:30px;
left:0;
position:fixed;
width:100%;
z-index:1000;
}