@media screen {
b {
	font-size: 11px;
	font-weight: bold;

}
strong {
	font-size: 11px;
	font-weight: bold;

}
body, table, td, p, div, span
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 0px;

}
BODY {
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #66CC66;
	scrollbar-highlight-color: #66CC66;
	scrollbar-3dlight-color: #0099FF;
	scrollbar-darkshadow-color: #0099FF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FF9966;
	margin: 0px;
	background-color: #FFFFFF;
}
h1 {
	font-size: 14px;
	line-height: normal;
	margin: 0px;
	font-weight: bold;
	display: inline;
	color: #FFFFFF;
}
h2 {
	color: #FFFFFF;
	line-height: normal;
	margin: 0px;
	font-weight: normal;
	display: inline;
	font-size: 11px;
}
a {
	color: #666666;
	text-decoration: none;

}
a:hover {
	text-decoration: none;
}
.bdr {
	border: 1px solid #0099FF;
}
.libelleform {
	font-size: 10px;
	color: #666666;
}
.rubform {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
.txtField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.boutonform {
	font-size: 10px;
	color: #666666;
}

}
@media print {
p, table, body , div, span
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
}
h1 {
	font-size: 14px;
	line-height: normal;
	margin: 0px;
	font-weight: bold;
	color: #000000;
	display: inline;
}
h2 {
	color: #000000;
	line-height: normal;
	margin: 0px;
	font-weight: normal;
	display: inline;
	font-size: 11px;
}
a{
	color: #000000;
}
a:hover {
	color: #000000;
}
}