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

#footer
{
	background: url(/design/fre/images/bibliotheque/fond_page_centre.jpg);
	width:990px;

	margin:0px auto;
}

#footerBlocText
{
	width:900px;
	padding:20px;
	
	margin-left:25px;
	border-top:1px solid #494cdd;
}

#menuFooter ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menuFooter ul li
{
	float: left;
	text-align: center;
}


#menuFooter ul li a
{
	font-size: 0.9em;

	color: #9d95a1;
	display: block;
	text-decoration: none;
	border-right: 1px solid #9d95a1;
	padding:0px 5px;
	
}

#menuFooter ul li a:hover
{
	color:#494cdd;
	text-decoration:underline;
}

#footer .footerText
{
	color:#9d95a1;
	font-size: 0.9em;
	margin-top:5px;
	margin-left:5px;
}

#footerBas
{
	background: url(/design/fre/images/bibliotheque/footer_bas.jpg) no-repeat top;
	width:990px;
	height:20px;
	margin:0px auto;
}

#blocCcip
{
	width:235px;
	margin:0px auto;
	padding:10px 10px 30px 10px;;
}

#blocCcip img
{
	border:none;
}

