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

.bas_footer {
	width:1000px; 
	height:45px; 
	background-image:url(../images/footer_bas.jpg); 
	background-repeat:repeat-x;
}

.centrage {
	width:1000px; 
	margin-left:auto; 
	margin-right:auto;
}

.couleur_fond {
	background-color:#372F2C;;
}

.cont_footer_2 {
	width:1000px; 
	margin-left:auto; 
	margin-right:auto;
}

.cont_footer {
	width:1000px; 
	height:55px; 
	background-image:url(../images/footer_haut.jpg); 
	background-repeat:repeat-y; 
	text-align:center; 
	color:#333; 
	font-size:10px;
}

.fond_noir {
	background-color:#000;
}

.fond_footer {
	background-color:#372F2C;
}

.lien_footer {
	color:#000000; 
	text-decoration:none;
}

.par_lien_footer {
	padding:4px 0 0 0; 
	margin:0 0 0 0;
}


