/****************************************************************************************************/
/* Ce document appartient à Evildev Corporation - Copyright 2007                                    */
/*                                                                                                  */
/* Nom du fichier: footer.css                                                                       */
/* Date de création: 2007/03/26                                                                     */
/* Auteur: [SMN]                                                                                    */
/*                                                                                                  */
/* Objectif:                                                                                        */
/*      - Style du pied de page                                                                     */
/*                                                                                                  */
/****************************************************************************************************/

	table.footer {
		background:#000000;
	}
	td.footer_copyright {
		font-size: 9px;
		color: #999999;
		text-align:left;
		vertical-align:bottom;
	}
	a.footer:link {
		text-decoration: underline;
		color: #999999;
		font-size: 9px;
	}
	a.footer:visited {
		text-decoration: underline;
		color: #999999;
		font-size: 9px;
	}
	a.footer:hover {
		text-decoration: none;
		color: #999999;
		font-size: 9px;
	}
	a.footer:active {
		text-decoration: underline;
		color: #999999;
		font-size: 9px;
	}
	a.footer_bold:link {
		text-decoration: none;
		font-weight:bold;
		color: #FFFFFF;
		font-size: 9px;
	}
	a.footer_bold:visited {
		text-decoration: none;
		font-weight:bold;
		color: #FFFFFF;
		font-size: 9px;
	}
	a.footer_bold:hover {
		text-decoration: underline;
		font-weight:bold;
		color: #FFFFFF;
		font-size: 9px;
	}
	a.footer_bold:active {
		text-decoration: none;
		font-weight:bold;
		color: #FFFFFF;
		font-size: 9px;
	}
	
/****************************************************************************************************/
/* Fin de footer.css                                                                                */
/****************************************************************************************************/
