/* Feuille de style pour la charte graphique du site
 * Cette feuille de style est appelée depuis style.css.
 */

/***************** STRUCTURE *****************/
body,html{
	height:100%;
	scrollbar-base-color:#f9f4b5;
}
body{
	margin:0;
	padding:0;
	background:#f9f4b5;
}

#container{
	margin:0 auto;
	padding:0;
	width:950px;
	background:#f9f4b5;
	display:table;
}



/***************** FOOTER *****************/

#footer{
	width:950px;
	height:500px;
	font:bold 10px Arial, Helvetica, sans-serif;
	color:#000;
	text-align:center;
	margin:0 auto;
	padding:0;
}
#footer a,a:visited{color:#000;text-decoration:none;}
#footer a:hover{color:#000;text-decoration:underline;}

.logo{
	vertical-align: middle;	
}