@charset "UTF-8";
/* CSS Document */
body {
	background-color:#000;
	
}
.content {
	width:960px;
	margin-top:144px;
	padding:0;
	
}
#footer {
	
	/*float:right;*/
	position:relative;
	text-align:left;
	width:1080px;
	/*background:yellow;*/
	
}
#footer a {
	text-decoration:none;
	color:#FFF;
	
}
#footer a:hover {
	text-decoration:underline;
}

ul{
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

.noBgImg{
background-image:none !important;
}

#footer ul li.first {
padding:0 13px 0 0;
}

#footer ul li {
background:transparent url(../img/barre.gif) no-repeat scroll 0 2px;
display:inline;
font-size:16px;
padding:0 13px;
font-family:Arial, Helvetica, sans-serif;
color:#FFF;

}
