

/* ______________________________le formulaire _____________________*/
#titreForm{
font: bold 1.3em arial, hevetica, sans-serif;
color: #999999;
text-align:center;
padding-top:15px;
}
hr{
color:#999999;
width:452px;
}
#formulaire p{
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
letter-spacing:0;
margin-left:25px;
text-align:right;
margin-right:140px;
margin-top:10px;
margin-bottom:10px;
}
#formulaire p#select{
position:relative;
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
letter-spacing:0;
margin-left:120px;
text-align:center;
margin-right:60px;
margin-top:37px;
}
#formulaire p#textarea{						/*marges à gauche differentes pour que ça s'alligne */
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;								
letter-spacing:0;
text-align:right;
margin-right:74px;
margin-top:20px;
margin-bottom:10px;
}
#formulaire p#textarea label{  /* pour faire remonter le label divers qui sinon se place en bas */
position:relative;
top:-110px;
}
#formulaire{
padding-left:80px;
margin-top:0;
}
form{
position:relative;
background-image: url(../images/contenu/cadre2px_demoooo2.png);
background-repeat:no-repeat;
width:504px;
height:910px;
margin-top:0px;
}
textarea{
width:212px;
height:120px;
}
p#petit2{
font-size:0.85em;
font-style:italic;
color: #999999;
text-align:left;
margin-left:20px;
}

#piedForm{
text-align:right;
margin-right:25px;
}
input[type="submit"]{
position:relative;
top::-30px;
}
#corpForm label{	/*** Mise en forme des intitulés de champs ***/
	padding-right: 15px;
	line-height: 1.8;
}

#corpForm label.oblig {
	font-weight: bold;	/*** Mise en évidence des champs obligatoires ***/
}

#corpForm label#labelnormal{
display:block;
width:250px;
height:20px;
margin-right:150px;
margin-bottom:10px;
}
#corpForm label:hover, input {
	cursor: pointer;	/*** Petite astuce pour apprendre aux utilisateurs à cliquer sur les intitulés ***/
}
#input#login{
margin-left:11px;
}
#corpForm .focus {	/*** Mise en avant des champs en cours d'utilisation ***/
background: #6a9acb;
color: #FFFFFF;
}
#corpForm .normal {	/*** Retour à l'état normal après l'utilisation ***/
	background: white;
	color: black;
}
label#solution{
color:#000000;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
letter-spacing:0;
font-weight:100;
margin-left:-26px;
}

#corpForm fieldset {
	margin:0;	/*** Mise en forme des cadres ***/
	margin-top: 10px;
	margin-left:15px;
	margin-right:15px;
	font-style: normal;
}

#corpForm legend {	/*** Mise en forme des titres des cadres ***/
	font-weight: bold;
	color: #CCCCCC;
	background: transparent;
	margin-left:20px;
}


/* ------------------*/

p#petit2{
font-size:1em;
font-style:italic;
color: #999999;
text-align:left;
margin-left:30px;
}
p#petit3{
font-size:1em;
font-style:italic;
color: #999999;
text-align:left;
margin-left:30px;
}
.etoile{
color:#6a9acb;
font-weight:bold;
font-size:24px;
line-height:3px;
}

/*input invisible pour que le traitement php ne declanche pas à l'ouverture de la page */
input#invisible{
border:1px solid red;
visibility:hidden;
}

