/* Conteneur du pied de page */
div#footer{
	font-size: 12px;
	color: #000;
	padding: 0px;
	margin: 0px;
	text-align: center;
	margin-top:10px;
}

/* Conteneur de la liste */
div#footer ul{
	width: 700px;
	border-top: 1px solid #bbbbbb;
	padding: 0px;
	margin: 0px;
	padding-top: 1px;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
	text-align: left;
}

div#footer ul li{
	padding: 0px;
	margin: 0px;
	float: right;
	margin-left: 6px;
	padding-left: 6px;
	border-left: 1px solid #bbbbbb;
	font-size: 8px;
}

/* Style des liens */
div#footer ul li a:link,
div#footer ul li a:visited,
div#footer ul li a:hover{
	background-repeat: no-repeat;
	background-position: 0px 3px;
	display: block;
	text-decoration: none;
	height: 15px;
	/*overflow: hidden;*/
}

/* Gestion des images de fond */
div#footer ul li.envoyer a{
	background-image: url(/images/static/footer/foot-envoyer.gif);
	width: 139px;
}

div#footer ul li.envoyer a:hover{
	background-image: url(/images/static/footer/foot-envoyer-over.gif);
}

div#footer ul li.abonner a{
	background-image: url(/images/static/footer/foot-abonner.gif);
	width: 125px;
}

div#footer ul li.abonner a:hover{
	background-image: url(/images/static/footer/foot-abonner-over.gif);
}

div#footer ul li.garanties a{
	background-image: url(/images/static/footer/foot-garanties.gif);
	width: 103px;
}

div#footer ul li.garanties a:hover{
	background-image: url(/images/static/footer/foot-garanties-over.gif);
}

div#footer ul li.copyright a{
	background-image: url(/images/static/footer/foot-copyright.gif);
	width: 110px;
}

div#footer ul li.copyright a:hover{
	background-image: url(/images/static/footer/foot-copyright-over.gif);
}

/* Style special pour le numero de telephone */
div#footer ul li.telephone{
	padding: 0px;
	margin: 0px;
	float: left;
	border-left: 0;
	background-repeat: no-repeat;
	background-image: url(/images/static/footer/foot-telephone.gif);
	display: block;
	width: 169px;
	height: 24px;
	margin-top: -6px;
	position: relative;	
}

/* On masque le texte */
div#footer ul li span{
	visibility: hidden;
}