@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
body {
	background-color: #eeeeee;
}

.border {border:#999999 1px solid;}

.Titre {
    font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	font-weight:bold;
}

.txtObligatoire {
    font-size:12px;
	color:#FF0000;
	font-weight:bold;
}

.txtObligatoire10px {
    font-size:10px;
	color:#FF0000;
	font-weight:normal;
}

.txt10px {
    font-size:10px;
}

.txt10pxGris {
    font-size:10px;
	color:#999999;
}