#inscription input {
	color: #187893; 
	font-size: 11px; 
	border-width: 1px 1px 1px 1px; 
	font-weight: bold;
	heigth:15px;
	padding-right: 15px;
}


#inscription input:focus {
	color: #187893; 
	background-color: beige;
	font-size: 11px ; 
	border-width: 1px 1px 1px 1px;
	border-color: #A5ACB2;
	font-weight: bold;
}

#inscription input.form-error, select.form-error, textarea.form-error
{
  border: 1px solid #f33;
  color: #187893; 
  font-size: 11px; 
  border-width: 1px 1px 1px 1px; 
  font-weight: bold;
  padding-right: 15px;
}


#inscription input.form-success, select.form-success, textarea.form-success
{
  border: 1px solid #6dc462;
  color: #187893; 
  font-size: 11px; 
  border-width: 1px 1px 1px 1px; 
  font-weight: bold;
  padding-right: 15px;
}

#piedForm {
	text-align: right; /*** Les boutons sont alignés à droite ***/
	padding: 0 1em 1em;
}
#piedForm input {
	font-weight: bold; /*** Pour améliorer la lisibilité des boutons ***/
	margin-left: 1em;
}
#corpForm {	/*** Mise en fome du corp du formulaire (bordure, couleur du fond...) ***/
	/*border: 1px solid black;
	color: black;
	background: #efefef;*/
	margin: 0;
	padding: 1em;
}
#corpForm fieldset {	/*** Mise en forme des cadres ***/
	margin: 0;
	font-style: normal;
	padding: 0 1em 1em;
}
#corpForm legend {	/*** Mise en forme des titres des cadres ***/
	font-weight: bold;
	color: black;
	background: transparent;
}
#corpForm p {	/*** Mise en forme des lignes du formulaire ***/
	padding: .2em 0;
	margin: 0 0 .2em 0;
}
#corpForm fieldset#coordonnees label {	/*** Mise en forme des intitulés de champs ***/
	float: left;	/*** Trés important, ne pas suprimer ! ***/
	width: 30%;	/*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignés à droite... ***/
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;	/*** ... et centré verticalement. ***/
}
#corpForm label:hover, #piedForm input {
	cursor: pointer;
}
#corpForm label.oblig {
	font-weight: bold;	/*** Mise en evidence des champs obligatoires ***/
}
#corpForm .legende {	/*** Mise en forme des aides contextuelles ***/
	font-style: italic;
	color: #666;
	background: transparent;
	margin: 0;
	padding: 0;
}
#corpForm a.aide {	/*** Mise en forme des bulles d'aide ***/
	text-decoration: none;
}
#corpForm a.aide img {	/*** Mise en forme de l'image des bulles d'aide ***/
	margin: 0;
	padding: 0;
	border: 0;
}
#corpForm a.aide:hover {	/*** Le curseur de la souris change d'aspect quand il passe au-dessus d'une bulle d'aide ***/
	cursor: help;
}

#corpForm .form-error-msg
{
  color: #f33;
}

#corpForm .form-errors
{
  margin-bottom: 10px;
  border: 1px solid #f33;
}

#corpForm .form-errors input:focus, .form-error select:focus, .form-error textarea:focus
{	
  color: #fff; 
  background-color: #ffc;
}


.form-errors h2
{
  padding: 5px 20px 5px 25px;
  font-size: 11px;
  color: #fff;
  background: #f33 url(../images/error.png) no-repeat 5px 2px;
}

.form-errors dl
{
  padding: 5px;
}

.form-errors dt
{
  font-weight: bold;
  float: left;
  padding-right: 5px;
}

.form-errors dd
{
  margin: 0;
}

div.contentboxwrap .form-error { background: url("/img/ico/ico_cross_org.gif") no-repeat 0px 0px; }
div.contentboxwrap .form-sucess { background: url("/img/ico/ico_check_blu.gif") no-repeat 0px 0px; }