html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  }

body, tr,td, table {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#page {
	position:absolute; 
	height: 100%;
	width: 100%;
	z-index: 1;
}

#centpourcent {
  position:absolute;
  background-color:#000000;
  height: 100%;
  width: 100%;
  }

#corpForm {	/*** Mise en fome du corp du formulaire (bordure, couleur du fond...) ***/
	border: 2px solid #D73729;
	margin: 0px;
	width:280px;

}

#corpForminsc{	/*** Mise en fome du corp du formulaire (bordure, couleur du fond...) ***/
	border: 2px solid #BC9B6A;
	margin: 0px;
	width:350px;
	

}


#lab {	/*** Mise en fome du corp du formulaire (bordure, couleur du fond...) ***/
	color: #FFFFFF;

}

input {	
	border:1px solid #C0C0C0;font-size:11px;
}
  
 .focus {	/*** Mise en avant des champs en cours d'utilisation ***/
	background: #F0F0F0;
	color: black;
}
 .normal {	/*** Retour à l'état normal après l'utilisation ***/
	background: white;
	color: black;
}

.G11b{
	letter-spacing:0.5px;
	font-weight:bold;
	font-size:11px;
	color : #BC9B6A;
}

.G13b{
	text-transform:uppercase;
	font-weight:bold;
	font-size:13px;
	color : #BC9B6A;
}
