/* ***********************************************
Pied de page
*********************************************** */

		#footer {
			width: 860px;
			height: 70px;
			
			margin-left: auto;
			margin-right: auto;
			
			background-image: url(../images/fond/footer+shadow.png);
			
			text-align: center;
			color: #000:
		}
		
			#footer .left {
				display: none;
			}
			#footer .central {
				width: 780px; /* 800 */
				height: 40px;
				
				margin-left: 30px;
				margin-right: 30px;
				padding-left: 10px;
				padding-right: 10px;
				
				overflow: hidden;
				
				text-align: center;
				color: #000;
			}
			#footer .right {
				display: none;
			}
			#footer .bottom {
				display: none;
			}		
		
				#footer a:link,
				#footer a:visited {
					color: #507aab;
					text-decoration: none;
				}
				#footer a:hover {
					color: #507aab;
					text-decoration: underline;
				}
