body{
	font-family: Arial,Verdana,sans-serif;
	font-size: 12pt;
	width: 950px;
	margin: auto;
	height:480px; 
	background-image: url('img_design/vue_nature.jpg');
}  
	
/*=============DIV ENTETE===================*/
#entete{
	padding: 5px 140px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 2.5em;
	height: 90px; 
	line-height: 90px;
	color: #C60017;
}
.home:hover{
	color: orange;
	text-decoration: none;
}

object:focus { outline:none;}
#flashContent { display:none;}

/*============= DIV FOOTER ===================*/
#pied_page{
	padding: 5px;
	text-align: center;
	margin: auto;
	font-size: 0.8em;
	margin-top: 50px;
	border-top: 1px solid #cccccc;
}
#pied_page a{
	color: orange;
}
#pied_page a:hover{
	color: yellow;
}