@charset "utf-8";
#footer #footerwrapper{
	width:1022px;
	margin:auto;
	position:relative;
}
#footer ul{
	list-style-type:none;
}
#footer li{
        background:transparent url(../images/footer-link-background.png) no-repeat right 0px;
        float:left;
}
	#footer li a{
		height:19px;
		overflow:hidden;
		display:block;
		background:none;
		background-position:center top;
		background-color:transparent;
		background-repeat:no-repeat;
		text-decoration:none;
		background:transparent url(../images/footer-sprite.png) no-repeat left top;
		text-indent:-500px;
	}

#footer li.goodies a{
	background-position:center 0px;
	width:100px;
}
	#footer li.goodies a:hover{
		background-position:center -20px;
	}
#footer li.entreprise a{
    background-position:center -40px;
    width:110px;
}
	#footer li.entreprise a:hover{
		background-position:center -60px;
	}
#footer li.affiliation a{
	background-position:center -80px;
	width:110px;
}
	#footer li.affiliation a:hover{
		background-position:center -100px;
	}
#footer li.recrutement a{
	background-position:center -120px;
	width:120px;
}
	#footer li.recrutement a:hover{
		background-position:center -140px;
	}
#footer li.contacts a{
	background-position:center -160px;
	width:100px;
}
	#footer li.contacts a:hover{
		background-position:center -180px;
	}
#footer li.plansite a{
	background-position:center -200px;
	width:130px;
}
	#footer li.plansite a:hover{
		background-position:center -220px;
	}
#footer li.mentionslegales a{
	background-position:center -240px;
	width:154px;
}
	#footer li.mentionslegales a:hover{
		background-position:center -260px;
	}
    #footer li.newsletter{
            position:relative;
			background:none;
    }
	#footer li.newsletter a{
		background-position:center -300px;
		cursor:default;
		width:198px;
	}
		#footer li.newsletter a:hover{
		}
	#footer form{
		z-index:10;
		position:absolute;
		width:199px;
		height:42px;
		top:-42px;
		right:0px;
		background:transparent url(../images/footer-form-newsletter.png) top left;
	}
	#footer form #email{
		position:absolute;
		top:10px;
		left:11px;
		width:152px;
		height:18px;
		background-color:transparent;
		border:none;
		font-size:15px;
		color:#c8c8c8;
		line-height:18px;
	}
	
	#footer form #submitEmail{
		position:absolute;
		top:12px;
		right:7px;
		width:20px;
		height:17px;
		background-color:transparent;
		text-indent:-200px;
		overflow:hidden;
		border:none;
		background:none;
		border:none;
		cursor:pointer;
	}

