#central {
	width: 374px;
	left: 176px;
	position: absolute;
	background-image:  url(../images/barre.gif);
	height: 439px;
	top: 0px;
	background-repeat: no-repeat;
	margin: 0;
	font-size: 10px;
}
.poscctre {
	position: absolute;
	right: 0px;
	top: 415px;
}
/*** Mise en forme du formulaire ***/
#inscription {
	border: none;
	width: 350px;
	height: 390px;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 0px;
	color: #666666;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#titreForm, #piedForm {
	font: bold 1.1em arial, hevetica, sans-serif;
	color: white;
	padding: 0.5em;
	background-color: #EC8D00;
	margin: 0;
}
#piedForm {
	text-align: right;
}
#piedForm input {
	font-weight: bold;
	margin-left: 1em;
}
#corpForm {
	margin: 0;
}
#corpForm fieldset {
	font-style: normal;
	padding: 0 1em 1em;
	font-size: 10px;
	width: 324px;
}
#corpForm legend {	/*** Mise en forme des titres des cadres ***/
	font-weight: bold;
	color: #979C0D;
	background: transparent;
}
#corpForm p {
	padding: .2em 0;
	margin: 0 0 .2em 0;
	font-size: 10px;
}
#corpForm fieldset#coordonnees label {	/*** Mise en forme des intituls de champs ***/
	float: left;	/*** Trs important, ne pas suprimer ! ***/
	width: 45%;	/*** Les intituls prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont aligns  droite... ***/
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 2;	/*** ... et centrs verticalement. ***/
}
#corpForm label:hover, #piedForm input {
	cursor: pointer;	/*** Petite astuce pour apprendre aux utilisateurs  cliquer sur les intituls ***/
}
#corpForm label.oblig {
	font-weight: bold;
	font-size: 10px;
	color: #333333;
}
.boldy {
    font-weight: bold;
	font-size: 10px;
	color: #333333;
}
.champi {
	font-size: 10px;
	color: #666666;
	float: left;
}
/*
	First comment. Explorer 5 Mac misses the end-of-comment
	because of the backslash
\*/
.champi {
	font-size: 10px;
	color: #666666;
	float: none;
}
/*
	Second comment. Explorer 5 Mac sees the end of this
	comment as the end of the previous one
*/
.chpmess {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 318px;
	height: 90px;
}
