@charset "utf-8";
/* CSS Document */

/* Footer */

#footer {
clear:both;
	margin: 0px;
	height:100px;
		background:#e5e5e6;
	
}

#footer .text {
	width:994px;
	margin:0 auto;
	height:48px;
	background:url(medias/footer.jpg) repeat-x top;
}
#footer .link {
float:left;
width:680px;
padding-left:11px;
padding-top:10px;
}
#footer .link a{
color:#999999;
font-size:11px;
font-family:Tahoma;
text-decoration:none;
}
#footer .link a:hover{
color:#0099cc;
text-decoration:none;
} 
#footer .link .activee{
color:#0099cc;
text-decoration:none;
}
#footer .copy{
float:right;
color:#999999;
width:276px;
padding-top:10px;
padding-right:11px;
text-align:right;
font-size:11px;
font-family:Tahoma;
text-decoration:none;
}
#footer .copy a{
text-decoration:underline;
text-transform:uppercase;
color:#999999;
}

