/****************************************************************************************************/
/* Ce document appartient à Evildev Corporation - Copyright 2007                                    */
/*                                                                                                  */
/* Nom du fichier: header.css                                                                       */
/* Date de création: 2007/03/26                                                                     */
/* Auteur: [SMN]                                                                                    */
/*                                                                                                  */
/* Objectif:                                                                                        */
/*      - Style de l'entête                                                                         */
/*                                                                                                  */
/****************************************************************************************************/

	table.header {
		background:#FFFFFF;
	}
	td.header {
		font-size: 9px;
		color: #999999;
		padding:0 5px 0 5px;
		background:#000000;
	}
	td.header_nav {
		font-size: 9px;
		color: #FFFFFF;
		padding:0 5px 0 5px;
	}
	a.header:link {
		text-decoration: none;
		font-weight:bold;
		color: #FFFFFF;
	}
	a.header:visited {
		text-decoration: none;
		font-weight:bold;
		color: #FFFFFF;
	}
	a.header:hover {
		text-decoration: underline;
		font-weight:bold;
		color: #FFFFFF;
	}
	a.header:active {
		text-decoration: none;
		font-weight:bold;
		color: #FFFFFF;
	}

/****************************************************************************************************/
/* Fin de header.css                                                                                */
/****************************************************************************************************/
