<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#Pied {
	height:0px;
	font-size:13px;
	color:#000;
}
#Pied .Interieur {
	width:960px;
	margin:0 auto;
}

#Pied a {
	color:#000;
	text-decoration:none;
}
#Pied a:hover, #Pied a:active, #Pied a:focus {
	color: #4C545F;
}

#Pied_Gauche {
	padding-left:10px;
	float:left;
	height:30px;
	vertical-align:middle;
	padding-top:5px;
}

#Pied_Droite {
	float:right;
	padding-right:10px;
	text-align:right;
	line-height:normal;
	height:30px;
	padding-top:5px;
}
#Pied_Centre {
	display:block;
	width:1000px;
	margin:0 auto;
	margin-top:5px;
	text-align:center;
	height:30px;
	padding-top:5px;
}
</pre></body></html>