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

body {
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}

#footer {
	max-width:100%;
	background-color:#0d0d0d;
	margin-top:-20px;
	margin-bottom:-70px;
	max-height:300px;
	text-align:center;
	overflow:hidden;
}



#footerBg {
	margin:auto;
	margin-top:-20px;
	background-image:url(../../img/display/footerBg3.jpg);	
	width:975px;
	height:300px;;
	text-align:center;
	overflow:hidden;
	background-color:#000;
}


#footerSpace {
	height:30px;	
}

#footerContent {
	font-size:12px;
	width:975px;
	max-width:1024px;
	margin:auto;
	text-align:left;
}

#footerContent #footerAbout {
	color:#FFF;
	font-size:14px;
	float:left;	
	width:45%;;	
	margin-left:5%;
}

#footerList {
	margin-top:0px;
	float:left;	
	text-align:left;
	width:45%;
}

#footerList h3 {
	margin-top:0px;
	margin-bottom:5px;
	
}

#footerList a:visited {
	text-decoration:none;
	color:#666;
}

#footerList a:link {
	text-decoration:none;
	color:#666;
}

#footerList a:hover {
	text-decoration:none;
}

#footerContent li {
	list-style-type:none;	
	margin-bottom:6px;
/*	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#171717;*/
	cursor:pointer;
}

#footerContent li img {
	margin-left:15px;	
	
}
#footerContent li:hover {
}

#footerContent #titreListe {
	font-weight:bold;
	font-size:16px;
	border-bottom:solid;
	margin-bottom:0px;
	border-bottom-color:#171717;
	cursor:default;
}

#footer img {
	margin-top:5px;	
}

#footerContent #titreListe:hover {
	background:none;
	color:#484848;

}

#footerContent #titreListe {
	margin-bottom:10px;
}

#copyrights {
	margin-left:25px;
	float:left;	
}

#footer hr {
	margin-left:25px;
	margin-right:25px;
	color: #171717;
	background-color:#171717;
	height: 1px;
	border: 0;
}

#footer p {
	margin-bottom:0px;
	margin-top:1em;
}

#bottomFeeds {
	text-align:right;	
	margin-right:25px;
}