/*
** Pied de page - footer.css
*/

#pied {
	margin: 36px auto 0 auto;
	height: 64px;
	vertical-align: bottom;
}

#pied_gauche {
	background: url(../../../../img/public/footer/footer_angle.gif) right no-repeat;
	height: 64px;
	float: left;
	vertical-align: bottom;
	border: none;
}

#pied_centre {
	height: 49px;
	padding-top: 15px;
	float: left;
	border: none;
	background-color: #c2cbd7;
	text-align: center;
}
#pied_centre a,
#pied_centre a:visited,
#pied_centre a:link {
	color: #5c6066;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}
/*#pied_centre a:hover{ text-decoration: underline; }*/
#pied_centre a:hover{ color: #efefef; }
	
#pied_droite {
	height: 49px;
	padding-top: 15px;
	float: left;
	vertical-align: bottom;
	border: none;
	background-color: #c2cbd7;
}

#pied_droite a {
	display: block;
	float: left;
	color: #5c6066;
	font-size: 0.80em;
	font-weight: bold;
}

#pied_case_1, #pied_case_4 { width: 150px; }
#pied_case_2, #pied_case_5 { width: 170px; }
#pied_case_3, #pied_case_6 { width: 200px; }


