
/* Provisoire, il n'y en aura plus besoin avec la futur organisation de fichiers css. */

footer
{
	position: absolute; 
	left: 0px; 
	right: 0px; 
	bottom: 0px; 
	height: 75px; 
	border-top: solid 1px rgb(100, 100, 100); 
	background-image: -webkit-linear-gradient(top, 	rgb(0, 0, 0) 0%,
													rgb(50, 50, 50) 5%,
													rgb(0, 0, 0) 100%);
	background-image: linear-gradient(to bottom, 	rgb(0, 0, 0) 0%,
													rgb(50, 50, 50) 5%,
													rgb(0, 0, 0) 100%);
	padding: 5px; 
	padding-top: 10px; 
	padding-bottom: 10px; 
	text-align: center; 
}

footer #links ul 
{	
	list-style-type: none; 
	font-size: 0.8em; 
	white-space: nowrap;
}

footer #links ul li 
{ 
	display: inline-block; 
	margin-left: 7px; 
	margin-right: 7px; 
}

footer #links li a { color: rgb(255, 255, 255); }

footer #links li a:hover 
{ 
	text-decoration: underline; 
	color: rgb(255, 255, 255);
}

footer #links li img
{
	width: 30px; 
	height: 30px; 
}

footer #credits
{
	margin: 0px; 
	margin-top: 10px; 
	color: rgb(75, 75, 75); 
	font-weight: bold; 
	font-size: 0.8em; 
}

footer #credits p { padding-bottom: 5px; }

footer #credits .terms-of-use
{
	color: rgb(100, 100, 100); 
	font-weight: normal; 
	font-size: 0.8em; 
}

footer #credits .terms-of-use a 
{ 
	color: rgb(100, 100, 100);
	font-weight: normal; 
}
