/*@charset "iso-8859-1";*/
/*###############################################################################	*/
/*# Auteur : Ndia Technologies									 */
/*#          info@ndia.ca										 */
/*# Date : 24 juin 2004											 */
/*# Fichier : index.tpl.html.css									 */
/*###############################################################################	*/
/* CSS global */
	body{
		font-size: 10px;
		font-family: Arial;
	}
	table{
		font-size: 12px; 
		font-family: Arial;
		color: Black;
	}
	a:hover { 
		color: #FF0000;
	}
	a.active {
		color: white !important;
	}	
	td.btn {
		//background-color: lightgreen;
		border:1px solid white;
	}
	.active{
		background-color: #00007d   !important;		
	}
 
 /* CSS pour le design du site en général */
	.pass{
		color: #F4B508; 
		font-weight: bold;
		text-decoration: none;
	}
	a.pass:hover{
		color: #000000;
		text-decoration: underline;
	}
	
	select{
	font-size: 14px;
	}

	td.menu{
/*		height: 21px; */ 
/*		width: 103px; */
		text-align: center;
/*		background-color: "#ffffff"; */
	}
	a.menu, a.menu:active, a.menu:link, a.menu:visited{
		/*width: 97px; */
		/*padding-left: 2px;*/
		color: #ffffff; 
		font-family: Arial; 
		font-weight: bold; 
		font-size: 14px;
		text-decoration: none;
		text-align: center;
	}
	a.menu:hover{
		color: #000000;
		text-decoration: underline;
	}
