/* CSS Document */

/* PIED DE PAGE */
#piedepage {
	overflow: hidden;
	background-color: #FFFFFF;
	padding: 0px;
	width: 95%;
	min-width: 760px;
	max-width: 1280px;
	margin: 0px auto 0px auto;
	background-image: url(../img/bg_piedepage.gif);
	background-repeat: no-repeat;
}
#piedepage ul {
	margin: 76px 0px 0px 75px;
	padding: 0px;
}
#piedepage li {
	float: left;
	margin: 0px;
	padding: 2px 30px 1px 30px;
	background-color: #064284;
	list-style-image: url(../img/px.gif);
}
#piedepage li.contact {
	background-image: url(../img/bg_contact.gif);
	background-repeat: no-repeat;
}
#piedepage li.autres {
	background-image: url(../img/bg_autrespied.gif);
	background-repeat: no-repeat;
}
#piedepage a {
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#w3c {
	padding: 0px;
	width: 95%;
	min-width: 760px;
	max-width: 1280px;
	margin: 0px auto 0px auto;
	text-align: right;
}
#w3c img {
	border: 0px;
}
#adresse {
	display: none;
}
