/*
+---------------------------------------+
|	=> 	Bottom de page					|
+---------------------------------------+
*/

.Bottom
{
	clear:left;
	text-align:center;
	padding:15px 0 10px 0;
}

* html .Bottom
{
	height:1%;
}

*:first-child+html .Bottom
{
	height:1%;
}

.Bottom .hr
{
	height:1px;
	overflow:hidden;
	width:1008px;
	margin:0 auto 0 auto;
	text-align:center;
}

.Bottom ul
{
	text-align:center;
}

.Bottom ul li
{
	display:inline;
}

.Bottom ul li a
{
	color:#000040;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0 7px;
	border-right:1px solid #333;
}

.Bottom ul li a.last
{
	border-right:0;
}

