body, table, td, span, input, textarea{
	margin:			0;
	font-family:	verdana, arial, sans-serif;
	font-size:		xx-small;
	color:			#000000;
}

font{
	font-family:	verdana, arial, sans-serif;
	font-size:		xx-small;
}

a:link{
	color:			#4682b4;
}
a:visited{
	color:			#4682b4;
}
a:hover{
	font-weight:	bold;
	color:			#96cb44;
}

input.text, textarea{
	border:			1px solid #888888;
}

input.select, textarea{
	border:			1px solid #888888;
}

span.bold{
	font-weight:	bold;
}

span.hilight{
	color:			#96cb44;
}
span.alert{
	font-weight:	bold;
	color:			#ff0000;
}
.button {
  border: 1px solid #ddd; /* Bordure grise*/
}
#bt_toto {
    background: transparent url(/IMAGES/EVADI.JPG) no-repeat center center;
}
#bt_toto:hover { /* ne marche pas sous IE */
    background: transparent url(/IMAGES/EVADI.JPG) no-repeat center center;    
}

