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

/*footer*/
#footer {
	width:100%;
	margin: 0 auto;
	padding: 0;
	background: url(../medias/images/footer.jpg) repeat-x ;
	height: 48px;
}

#footer .footer{
	margin: 0 auto;
	width:968px;
	padding: 0;
	height:48px;
	text-align: center;
	line-height: normal;
	color: #FFFFFF;
}

#footer .right {
	background: url(../medias/images/right-footer.jpg) no-repeat;
	float:right;
	height:48px;
	width:369px;
	}

#footer .right .copy{
color:#FFFFFF;
font-family:Tahoma;
font-size:10px;
text-align:center;
width:230px;

margin-left:0px;
float:left;
padding-top:20px;
}
.copy a{
color:#FFFFFF;
text-decoration:none;
}
.copy a:hover{
color:#FFFFFF;
text-decoration:none;
}
#footer .left{
	float:left;
	background: url(../medias/images/left-footer.jpg) no-repeat right top;
	text-align:left;
	
	color:#262525;
	font-family:Tahoma;
	font-size:10px;

	width:599px ;
	height:48px;

}
#footer .left .link{	
	color:#262525;
	float:left;
	padding-left:10px;
	
	padding-top:5px;

	}
	#footer .left .link a{	
	font-family:Tahoma;
	font-size:11px;
	text-decoration:none;
	color:#262525;
	}

#footer .left .link2{	
color:#262525;
font-family:Tahoma;
font-size:9px;
float:left;
padding-left:10px;	
padding-top:15px;
}
#footer .left .link2 a {		
font-family:Tahoma;
font-size:9px;
text-decoration:none;
color:#262525;
}
#footer .left .link2 a: hover {		
font-family:Tahoma;
font-size:9px;
text-decoration:underline;
color:#262525;
}
#footer .left .link2 a:visited {		
font-family:Tahoma;
font-size:9px;
text-decoration:none;
color:#262525;
}