body {
	cursor: default;
}

td {
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 11px;
	color: black;
}

.bouton {
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: white;
}

.rub {
	font-family: trebuchet ms, arial, sans-serif;
	font-weight: bolder;
	font-size: 12px;
	color: white;
	text-decoration: none;
	padding: 0 6 0 6px;
}

a.rub {
	font-family: trebuchet ms, arial, sans-serif;
	font-weight: bolder;
	font-size: 12px;
	color: white;
	text-decoration: none;
}

a:visited.rub {
	color:white;
	text-decoration: none;
}

a:hover.rub {
	color: white;
	text-decoration: none;
}

a {
	font-family: trebuchet ms, arial, sans-serif;
	color:blue;
	text-decoration: none;
	font-weight: bolder;
}

a:visited {
	color:blue;
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration: underline;
}

.rub_on {
	font-family: trebuchet ms, arial, sans-serif;
	font-weight: bolder;
	font-size: 12px;
	color: white;
	text-decoration: none;
	background: #FF9F00;
	cursor: hand;
}

.rub_off {
	font-family: trebuchet ms, arial, sans-serif;
	font-weight: bolder;
	font-size: 12px;
	color: white;
	text-decoration: none;
	background: #B5080E;
	cursor: hand;
}



.copy {
	font-family: trebuchet ms, arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

a.copy {
	font-family: trebuchet ms, arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

a:visited.copy {
	color: #666666;
	text-decoration: none;
}

a:hover.copy {
	color: blue;
	text-decoration: underline;
}


input,select,textarea {
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 11px;
	color: black;
	border: 1px solid silver;
}

hr {
	border: 1px dashed silver;
	height: 1px;
}

fieldset {
	cursor: default;
	width: 380px;
}

legend {
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 12px;
	color: #B5080E;
}