#pied {
   list-style:none;
	margin-top:20px;
	float:left;
	width:85%;
}
#pied li {
	float:left;
}
#sendForm {
    position:absolute;
	left:-999em;
	list-style:none;
	margin-top:-100px;
	border:1px solid #000000;
	width:240px;
	height:100px;
	background-color:#CCCCCC;
	padding:7px;
	z-index:100;
}
#sendForm input.txt {
	width:200px;
	
}
#sendForm p {
    padding:3px 0px 3px 0px;
}
a#print,a#send {
    position:relative;
    color:#000000;
	font-weight:bold;
    display:block;
    height:24px;
    width:150px;
	background-repeat:no-repeat;
	background-position:left;
	padding:5px 0px 0px 37px;
	cursor:pointer;
}
a#print {
	background-image:url(images/print.png);
	text-decoration:underline;
}
a#print:hover {
	color:#FFF;
	
}
a#send {
    margin-bottom:10px;
	background-image:url(images/send.png);
	text-decoration:underline;
}
a#send:hover {
	color:#FFF;
	
}

a#fermer {
	color:#000000;
	float:right;
	text-decoration:underline;
}
