@charset "utf-8";
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:auto;
	}
	
#conteneur {
	width:985px;
	margin:auto;
}	
	
	#haut {
	width:965px;
	height: 100px;
	padding-top: 10px;
	
	}

	#liens {
	height:25px;
	padding-top:5px;
	}
	
	#liens a {
	display:block;
	margin-right:5px;
	padding:5px;
	float:left;
	width:100px;
	text-align:center;
	color:#333333;
	background-color: #DDDDDD;
	text-decoration: none;
}

	#liens a :hover {
	border-top:3px solid #999999
	}

#milieu {
	width:985px;
	height: 600px;
	background-color:#DDDDDD;
}

#accueil
#biographie
#galeriesphotos
#tirages
#lien-utiles
#contact
{
	display:none;
}



#footer {
	width:985px;
	background-color:#999999;
	height:20px;
}
	
