﻿
/*    CSS du pied de page du site Chacun Sa Tribu   */
/*              By ALTO Info-Systems                */


#footer{
	
	width:1000px;
	
	float:left;
	text-align: center;
	padding-top:7px;
	font-weight:bold;
        color:#000000;
	font-size:12px;
}
.lnk_footer, .lnk_footer:visited{
	color: #ffffff;
        background-color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.lnk_footer:hover{
	color:#ffffff;
}

#top_footer{
    background-color:#ffffff;
    color:rgb(90,92,89);

}

.lnk_footer a{
    color: #ffffff;
}

.lnk_footer a:hover{
    color: #ffffff;
}

.lnk_footer a:visited{
    color: #ffffff;
}


