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

/* Footer */

#footer {
background: #1c3345 url(medias/footer.jpg) repeat-x;
	width:100%;
	height: 100px;
}

#footer .content{
width:938px;
margin: auto;
padding-top:12px;
height:51px;
}
#footer .left-f{
	float:left;
	text-align:left;
	color:#fff;
	width:500px;
	font-size:10px;
	font-family:Tahoma;
	}
.left-f p{
	text-align:left;
	padding-top:8px;
	margin:0px;
	color:#fff;
	}
	
#footer .copy{
	color:#FFFFFF;
	float:right;
	font-family:Tahoma;
	font-size:10px;
	text-align:center;
	text-transform:uppercase;
	width:190px;
	}
#footer a{
	font-size:10px;
	font-family:Tahoma;
	color:#fff;
	text-decoration:none;
	}

