/* ------------------------------------------------------- */
/* CSS - Club Automobile Laval Auto Sport									 */                        
/* FOOTER                        									         */
/* ------------------------------------------------------- */


#txtFooter { /* CHANGE FOR CLASS - TO DELETE */
	font-family:Arial;
	font-size:11px;
	color:#222222;
}
.txtFooter {
	font-family:Arial;
	font-size:11px;
	color:#222222;
}
#bgFooter {
	background-image:url(../images/footer_plain.jpg);
	background-repeat:no-repeat;
	height:90px;
}
.bgFooter { /* CHANGE FOR CLASS - TO DELETE */
	background-image:url(../images/footer_plain.jpg);
	background-repeat:no-repeat;
	height:90px;
}
a.aspix, link.aspix {
	color: #222222;
	font-size:11px;
	font-weight: normal;
	text-decoration: none;
}

a:hover.aspix {
	color: #666666;
}
