@import "layout.css";
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: #EEE;
	color: #000;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}

/* L'entête
-------------------------------------------------------- */
#top{
	height: 120px;
	/*padding-top: 20px;*/
	background: #FFF url(img/top.png) no-repeat left top;
}

#top h1{
	height: 80px;
	line-height: 80px;
	margin: 0 0 0 40px;
	padding-top: 20px;
	color:  #663;
}

#top h1 a{
	text-decoration: none;
	color:  #663;
}


/* La page
-------------------------------------------------------- */
#page{
	background: #fff url(img/page.png) repeat-y center top;
	color: inherit;
}

/* Footer
-------------------------------------------------------- */

#footer{
	height: 120px;
	background: #CCCCCC url(img/bot.png) no-repeat left top;
	margin: 0;
	
}

#footer a{
	display: none ;
}

