/* CSS Document */

/* Footer */


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

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

}

#footer .right {
	float:right;
	height:112px;
	width:23px;
	}

#footer .left {
  float:left;
	height:112px;
	width:23px;
}

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

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

}
#footer .center .link span{	


color:#FF99FF;
font-weight:bold;

}

	#footer .center .link a{	

	color:#fff;
font-size:11px;
font-family:tahoma;
	font-size:11px;
	text-decoration:none;
	
	}
#footer #footer-bottom{
margin:0 auto;
width:965px;
border-right:1px solid #9B689B;
border-left:1px solid #9B689B;
border-bottom:1px solid #9B689B;
background:#F5ECF5;
height:57px;
}
 #footer-bottom .copy{
 float:left;
 width:650px;
 text-align:right;
 padding-top:28px;
color:#999999;
font-size:11px;
font-family:tahoma;
 }
  #footer-bottom .copy a{
  font-weight:bold;
  color:#999999;
  text-decoration:underline;
  }

