/*////---------------------------------------------------------------------------//	Nom du fichier	: style.css//	Auteur		: MORA Emmanuel // 3Visions Studios//	Date		: 15.12.2004//	Projet		: BM2I technologies//	Description	: Feuille de style//---------------------------------------------------------------------------//*/BODY	{	background-color : #2B2B2B;	background-image : url();	background-repeat : repeat-x;	font-family : Trebuchet-MS, Arial;	color: #BDBDBD;	font-size : 10pt;	padding : 0px;	margin : 1px;	}IMG	{	border-color:#485877;	border : 1px;	margin : 0px;	}A	{	text-decoration : none;	color : #BDBDBD;	font-weight : bold;	}A:hover	{	color : #BDBDBD;	background-color : #485877;	}
