form {
	margin-bottom: 20px;
}
fieldset {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	font-style: normal;
	padding: 0 5px 0 5px;
	border: solid 1px #D5E8F4;
	border-color:  #b3b4b7 #c6c7ca #c6c7ca #b3b4b7;
	background: #f7f7f7;
}
fieldset p {
  vertical-align: middle;
}
legend {
	font-size: 1.2em;
	color: #000;
	vertical-align: middle;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}
#form_fiche_poste legend {
	color: #6D2E8D;
}
/*Formulaire à remettre dans le bon fichier*/
fieldset p.label {
    font-size: 0.85em;
	color: #666;
	font-weight: bold;
	text-align: right;	/*** ... et ils sont alignés à droite... ***/
	padding: 0 .5em 0 0;
	line-height: 18px;	/*** ... et centrés verticalement. ***/
	font-family: verdana, arial, sans-serif;
}
label.spe, label.spe_gris {
	font-size: 0.85em;
	color: #000;
	font-weight: bold;
	text-align: left;	/*** ... et ils sont alignés à droite... ***/
	padding: 0 .5em 0 0;
	line-height: 18px;	/*** ... et centrés verticalement. ***/
	font-family: verdana, arial, sans-serif;
}
label.spe_gris {
	color: #666;
}
label.normal, strong.normal {
	font-size: 0.85em;
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 29%;
	color: #666;
	font-weight: bold;
	text-align: right;	/*** ... et ils sont alignés à droite... ***/
	padding: 0 .5em 0 0;
	line-height: 18px;	/*** ... et centrés verticalement. ***/
	font-family: verdana, arial, sans-serif;
}
p.spe1 strong {
  color: #666;
}
p.spe1 input {
	vertical-align: middle;
}

label:hover, #valid input {
	cursor: pointer;	
}
#infos {
	font-size: 0.8em;
	font-weight: normal;
	color: #CD0D1E;
	margin-bottom: 5px;
	font-family: verdana, arial, sans-serif;
}
p.text_center input {
	border: 0;
	background: none;
}
#champs {
	text-align: right;
	color: #CD0D1E;
	font-weight: bold;
}
.focus { 
	background: #fff;
	border: 1px solid #fc3;
	color: #000;
}  
input.normal, input, textarea, select {
	background: #FFF;
	border: 1px solid #CFCFCF;
	color: #039;
}
span.top, span#champs {
	color: #CD0D1E;
	vertical-align: top;
	margin: 0;
	display: inline;
	font-size: 0.9em;
	font-weight: bold;
}
#bouton_valid {
	margin: 10px 0 20px 0;
	text-align: center;
	background: #5D5D5D;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	border: solid 2px #ccc;
	border-color:#999 #ccc #ccc #999;
}
#bouton_valid:hover {
	text-align: center;
	background: #f4f4f4;
	cursor: pointer;
	color: #c00;
	font-weight: bold;
	border: solid 2px #ccc;
	border-color:#999 #ccc #ccc #999;
}
.error {
	color: #000;
	height: 30px;
	padding-top: 5px;
	font-weight: bold;
	padding-left: 35px;
	background: url('../images/error.jpg') no-repeat left top;
}
.red {
	color: #CD0D1E;
}
/*Fiche poste*/
fieldset table {
  text-align: center;
}
