/* CSS Document */
.PageCritique { margin-left: auto; margin-right: auto; width: 800px; }
label, input { margin-top: 3px; margin-bottom: 3px;}
label { display: inline-block; width: 300px; text-align: right; margin-right: 3px;}
input { display: inline-block; text-align: left; }
input[type=text] { width: 200px; }
legend { font-weight: bold; font-size: medium;}
.error { border: 2px solid red; }
.petit{font-weight:bold;font-size:8px}
/*
fieldset {
	width:450px;
	border-radius:7px;
	border:2px solid black;
	padding:20px;
	margin:20px;
}

#FormulaireXML {
	border-radius:7px;
	border:2px solid green;
	padding:20px;
	margin:20px;
}

#MonXML {
	border-radius:7px;
	border:2px solid blue;
	padding:auto;
	margin:auto;
	width:80%;
	background-color:black;
}

#PageCritique {
	clear:both;
}

.NomBalise {
	font-weight:bold;
	color:#7F80E0;
}
.ContenuBalise {
	font-weight:bold;
	color:white;
}

#CodeXML{
	margin:10px;
}
*/