/****************************************************************************************************/
/* 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 {
		height:20px;
		font-size: 9px;
		color: #999999;
		padding:0 0 0 5px;
		text-align:left;
		vertical-align:middle;
	}
	td.footer_payment {
		width:120px;
		height:20px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		color: #999999;
		padding:0 5px 0 0;
		text-align:right;
		vertical-align:middle;
	}
	a.footer:link {
		text-decoration: underline;
		color: #999999;
	}
	a.footer:visited {
		text-decoration: underline;
		color: #999999;
	}
	a.footer:hover {
		text-decoration: none;
		color: #999999;
	}
	a.footer:active {
		text-decoration: underline;
		color: #999999;
	}
	a.footer_bold:link {
		text-decoration: none;
		font-weight:bold;
		color: #FFFFFF;
	}
	a.footer_bold:visited {
		text-decoration: none;
		font-weight:bold;
		color: #FFFFFF;
	}
	a.footer_bold:hover {
		text-decoration: underline;
		font-weight:bold;
		color: #FFFFFF;
	}
	a.footer_bold:active {
		text-decoration: none;
		font-weight:bold;
		color: #FFFFFF;
	}
	
/****************************************************************************************************/
/* Fin de footer.css                                                                                */
/****************************************************************************************************/
