/* CSS Document */


/* Footer */

#footer {
	
	width: 961px;
	height: 75px;
	padding:10px 15px 0 15px;
	background:url(medias/footer.jpg) repeat-x;
	margin: 0 auto;

}

#footer .top-footer {
		width: 989px;
		background: #FCA738 ;
		border:1px solid #CD7708;

}
#footer .left {
color:#CCCCCC;
font-family:Tahoma;
font-size:11px;
line-height:normal;
text-align:center;
width:650px;
padding: 0px 227px 0;
}
#footer .left a{
	color: #cccccc;
	text-decoration:none;
	}
	
#footer .copy{
	width:250px;
	float:right;
	margin:0px;
	padding:0px;
	text-align:center;
	color: #cccccc;
	font-size:11px;
	font-family:Tahoma;
	}
	
#footer .copy a {
	color: #DD7710;
	text-decoration:underline;
}

