/* CSS POUR LE PIED DE PAGE */
#pied_de_page
{
	clear : both;
	padding-top: 4px;	
	width: 960px;
}	

.lien
{
	background-image:url("../images/background_inferieur.jpg");
	background-repeat: repeat-x;
	width: 960px;
	color:#0066cc;		
	height:50px;
	text-align:center;
	vertical-align: middle; 
}

.lien a 
{
	text-decoration : none;
	color:#0066cc;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;	
}

.lien a:hover
{
	text-decoration : underline;
}

.ensemble
{
	height:90px;
	width:960px;
	background-color:#237dca;
	padding-top:7px;
}


.ensemble .adresse  p
{
	margin: 0 auto 0 auto;
	width:770px;
	height:24px;
	color:#ffffff;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
}

 .partenaire
{
	text-align: center;
	width : 325px;
	height : 30px;
	margin-right:auto;
	margin-left:auto;
	background-image: url(../images/credit_baspage/logos_pie_de_page.gif);
	background-repeat: no-repeat;
}

.copyright
{
	clear:both;
	background: url(../images/menu_droit/fond_menu_gris.jpg);
	font-family:Arial;
	font-size:10px;
	height:15px;
	text-align:center;
	width: 960px;
	vertical-align:middle;
	color:#0066cc;
}

.copyright p
{
	display: inline;
}