/* -----------------------------------------------------------------------
	properties description:
	
	- padding: top,bottom,left,right
	- html, body,a,h2 etc. are HTML Tags (<a>)
	- .title, .titleimage etc. are CLASS (applicable for multiple elements)
	- #padding etc. are id selector (applicable to only one element
	-----------------------------------------------------------------------*/

/* ------------------------------------------------
	HTML Tags properties
	-----------------------------------------------*/
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	background-color: #fdfdef;
}

/* ------------------------------------------------
	footer
	-----------------------------------------------*/
.footer {
	/*position: static;
	top:20px;
	bottom:10px;*/
	width: 100%;
	height: 35px;
	background-image:url(pieds.jpg);
}






