body, tr,td, table {
	color: #b7b7b7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

	
}





#centpourcent {
	position:absolute;
	height: 100%;
	width: 100%;
	text-align: center;

}



#corpForm {	/*** Mise en fome du corp du formulaire (bordure, couleur du fond...) ***/
	border: 1px solid #919191;
	margin: 0px;
	width:310px;
	background-color:#E8E8E8;
}

input {	
	border:1px solid #C0C0C0;
	
}
  
 .inputcompte {
 	width:200px;
 }
  
 
 

  

 .focus {	/*** Mise en avant des champs en cours d'utilisation ***/
	background: #F0F0F0;
	color: black;
	width:200px;
}
 .normal {	/*** Retour à l'état normal après l'utilisation ***/
	background: white;
	color: black;
	width:200px;
}

/* LES FORMULAIRES */
#corpForminsc{	/*** Mise en fome du corp du formulaire (bordure, couleur du fond...) ***/
font-size:12px;
	border: 2px solid #00768d;
	margin: 0px;
	width:350px;
	padding:5px;
}

#lab {	/*** Mise en fome du corp du formulaire (bordure, couleur du fond...) ***/
	color: #FFFFFF;
	font-size: 14px;
	background: #00768d;
	padding-left:5px;
	padding-right:5px;
}

.clab {
	color:#00768d;
	font-size: 12px;
	
}

.clablanc {
	color:#FFFFFF;
	font-size: 12px;
	
}


.formo{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	background: #F0F0F0;
	font-weight:bold;
	border:#E3B601 outset 1px;
}

.selecto{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.bgstepper{
	background: #00768d;
	color:#FFFFFF;
	padding-left:5px;
	padding-right:5px;

}

.ariane{
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#e265a6;
}

.ariane a{
	font-size:14px;
	color:#b7b7b7;
	text-decoration:none;
}

.ariane a:hover{
	font-size:14px;
	color:#A3A5A6;
	text-decoration:none;
	
}

