/**
 * Feuille de style des pages HTML d'aide.
 * @author David LIMA
 * @date 19/09/2008
 * @lastupdate 19/09/2008
 *
 * @copyright LBA Thivel
 */

input.icon_help {
	width:24px;
	height:24px;
	border:0;
	background-color:transparent;
	background-image:url(../images/content/icon_help.png);
	background-position: 0 0;
	background-repeat:no-repeat;
	cursor:pointer;
}

body.help {
	background-color:#ffffff;
	font-family:Verdana, DejaVu, Arial, sans-serif;
	font-size:10px;
	font-weight:normal;
	font-style:normal;
	color:#3d3d3d;
}
