/**********************************************************************/
/************************* AFFICHAGE GENERAL **************************/
/**********************************************************************/

/*-----------------------------------------------*/
/*---------Mise en forme du formulaire-----------*/
/*-----------------------------------------------*/

#form_formulaire {
	border: none;
	margin: 0;
	padding: 0;
	width: 450;	/* Largeur du formulaire */
}
#corpForm {	/* Mise en fome du corp du formulaire (bordure, couleur du fond...) */
	border: 0px ;
	color: black;
	background: #efefef;
	margin: 0;
	padding: 1em;
}
#corpForm .focus {	/* Mise en avant des champs en cours d'utilisation */
	background: beige;
	color: black;
}
#corpForm .normal {	/* Retour  l'tat normal aprs l'utilisation */
	background: white;
	color: black;
}
form {
	font-family:"Times";
	font-size: 20px;
}

/*-----------------------------------------------*/
/*----------------- Lien du Site ----------------*/
/*-----------------------------------------------*/

A:link {
	color : #062550 ;
	text-decoration : underline ;
}
A:visited {
	color : #062550 ;
	text-decoration : underline ;
}
A:hover {
	color : #0B499D ;
	text-decoration : none ;
}

/*-----------------------------------------------*/
/*------------ Mise en page du site -------------*/
/*-----------------------------------------------*/

body{
background-color : #FFFFFF ;
	background-attachment : fixed ;
	font-family : arial ;
	margin : 0cm ;
	text-align : justify ;
	font-size : 9pt ;
}
