@charset "UTF-8";
/* CSS Document */
@import url("global.css");
/*=================Controles erreur===========*/
input.erreur {
height:1.1em;
margin:3px 0;
/*background:#E5E4D4;*/
color:#630;
font-size:11px;
font-weight:bold;
border:solid 2px #cc0000;
}
p.erreur{
width:400px;
height:16px;
margin:0 auto;
padding-left:25px;
color:#C00;
font-weight:bold;
text-align:center;

}
/*===============Fieldset,label==================*/
fieldset{border:none;
		border-top:solid 4px #990;width:500px;}
legend{font-size:1.2em;color:#CC6600;font-weight:bold;}
label{width:400px;}
				
#contenu table{width:500px;margin:5px auto;}
#contenu p{width:auto;height:auto;margin-top:4px;}
#contenu th{text-align:right;font-weight:bold;width:250px;line-height:20px;padding-top:0;}