.aligntitrepdf {
	 position: relative;
        left: 10px;
}

.texteerreur {
	color: red;
	font-weight: bold;
}

.texteok {
	color: green;
	font-weight: bold;
}
.fielderror { 
	font-weight: bold; 
	color: red; 
	position: relative; 
	line-height: 20px; 
	font-size: 11px; 
}

.fieldreq { 
	font-weight: bold; 
	color: gray; 
	position: relative; 
	line-height: 20px; 
	font-size: 11px;
}
.champtexte {
	width: 100%;
}

legend {
	color: blue;
	font-weight: bold;
}

fieldset {
	width: 500px;

}