/* ---------- Elements Principaux ------------- */
body    { 	background-color: #000000;
	background-image :url(img/bg.jpg);
	font-family: Verdana, Helvetica, Arial, sans-serif; font-size:12px; 
	margin: 0;
	padding: 0;
	height: 100%;
   }

/* ---------- Structure ------- */

/* entete */
#top    { padding:0px; background-image:url(img/bg.jpg); border-bottom:0px solid gray; height:100px; }
.topLien{text-decoration:none;}
.topLien:hover {text-decoration:none;}

div#contenu { 
              position: relative;
	margin: 0 auto;
              width:100%;
	min-height: 100%;
}

 
/* Bas de page */
#footer   {              position: relative;
		bottom: 0; left: 0;
		width: 100%;
clear:both; color: #cccccc; border-top: 1px solid gray; height:30px;  font-size: 9px; background-image :none;  
}


<!--[if lte IE]>
<style type="text/css">
div#contenu {
	height: 100%;
}	
</style>
<![endif]-->