/* CSS Document */

/* Footer */


#footer {
	width:100%;
	margin: 0 auto;
	position:static;
	float:left;
	background: url(medias/footer.jpg) repeat-x ;
	height: 111px;
}

#footer .footer{
	margin: 0 auto;
	width:988px;
	padding: 0;
	height:112px;

}

#footer .right {
	float:right;
	height:111px;
	width:27px;
	}

#footer .left {
  float:left;
	height:111px;
	width:27px;
}

#footer .center{
	float:left;
	padding-left:8px;
	width:900px;
	padding-top:25px;
	height:87px;

}
.center .link{	
float:left;
text-align:center;
padding-bottom:6px;
width:920px;
	color:#fff;
font-size:11px;
font-family:tahoma;
	font-size:11px;
	text-decoration:none;

}
.center .link a{	

	color:#330033;
	border-right:1px solid #993399;
	padding:0 5px 0 5px;
	font-size:11px;
	font-family:tahoma;
	font-size:11px;
	text-decoration:none;
	
	}
 .link a:hover{	
	color:#999900;	
	}
.link a.active {	
	color:#999900;	
	}

.center .copy{
 float:left;
 width:920px;
 text-align:center;
 padding-top:5px;
color:#993399;
font-size:11px;
font-family:tahoma;
 }
.copy span{
  font-weight:normal;
  color:#330033;
  text-decoration:underline;
  }
.copy .img{
margin-top:10px;
margin-right:10px;
}