/* GLOBAL DOCUMENT */

/* =====================================================
		BALISES
   ===================================================== */

body { 
	background-color:#65635b;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:#FFFFFF;
	margin: 0;
	padding: 0;
}
h1 { margin:10px 0 30px 0; }
a:link, a:visited, a:hover, a:active { color:#FFFFFF; }
a:hover, a:active { background-color:#78786f;  }
li a:hover, li a:active { background-color:transparent; }
img { border:0; }
table { vertical-align:top;}
/* =====================================================
		STRUCTURE DE LA PAGE
   ===================================================== */
   
#global {
	position: relative;
	width: 980px;
	margin: 0 auto; 
}

#contenu {
background-color:#EEE;
margin-left: 150px;
}

/* =====================================================
		CLASSES
   ===================================================== */
.inv { display:none; }

/*===============
Le footer
=================*/
#footer { width : 850px; margin-left : auto; margin-right : auto;}
#sitemap a{ text-decoration:none; font-size:0.9em;}
#sitemap a:hover{text-decoration:underline;}