
	#zone_formulaire {
		text-align:left;
		font-family: Arial, Verdana;
		font-style: normal;
		text-decoration:none;
		/*font-weight:bold;
		background: url(images/puce_bleu_h2.gif) no-repeat 0 0;
		list-style-image: url("images/puce_savoir.gif");
		margin:20px 0px 15px 0px;
		padding:0px 0px 0px 15px;
		/*margin-left:10px;*/
		width:100%;
		/*width:98%;*/
		/*background-color:#EBEBEB;*/
		display:block;
		/*display: inherit;*/
		align:center;
		font-size: 12px;
		}

	#layer_form {
		width:99%;
		text-align:center;
		}

	#ligne_layer {
		width:100%;
		display: block;
		float:left;
		}

	#zone_formulaire input{
	
		}

	#zone_formulaire h2 {
		text-align:left;
		font-size: 14px;
		font-family: Arial, Verdana;
		font-style: normal;
		text-decoration:none;
		font-weight:bold;
		/* background: url(images/puce_bleu_h2.gif) no-repeat 0 0; */
		list-style-image: url("images/puce_savoir.gif");
		margin:0px 0px 15px 0px;
		padding:0px 0px 0px 15px;
		/*margin-left:10px;*/
		width:95%;
		/*width:98%;*/
		background-color:#EBEBEB;
		display:block;
		/*display: inherit;*/
		}
		
	/* ------------------------------------------------ formulaire --------------------------------------- */
	
	#bloc_formulaire_droite {
		padding: 5px 0px 5px 0px;
		margin-top:3px;
		margin-left:5px;
		margin-bottom:5px;
		/*
		background: url(images/fond_liste_vide.gif) right bottom;
		background-repeat: no-repeat;
		background-color:#EFEEE8; 
		*/
		width:160px;
		float: left;
		/*border: 1px solid #DCDDDA;*/
		}	
		
	#bloc_formulaire_gauche {
		padding: 5px 0px 5px 10px;
		margin-top:5px;
		margin-right:5px;
		margin-bottom:5px;
		/*
		background: url(images/fond_liste_vide.gif) right bottom;
		background-repeat: no-repeat;
		*/
		background-color:#EBEBEB; 
		width:165px;
		float: left;
		border: 1px solid #B0BEC7;
		}	

	#bloc_formulaire_centre {
		padding: 5px 0px 5px 10px;
		margin-top:5px;
		margin-right:10px;
		margin-bottom:5px;
		/*
		background: url(images/fond_liste_vide.gif) right bottom; 
		background-repeat: no-repeat;
		*/
		background-color:#EBEBEB; 
		width:95%;
		float: left;
		border: 1px solid #B0BEC7;
		}	

	#bloc_formulaire_centre_vide {
			padding: 5px 5px 5px 10px;
			margin-top:5px;
			/*margin-left:50px;*/
			margin-right:10px;
			margin-bottom:5px;
			/*
			background: url(images/fond_liste_vide.gif) right bottom;
			background-repeat: no-repeat;
			background-color:#EBEBEB; 
			border: 1px solid #DCDDDA;
			*/
			width:95%;
			float: left;
			/*border: 1px solid #B0BEC7;*/
			text-align:right;
			}	

	#bloc_erreurs {
		padding: 5px 0px 5px 10px;
		margin-top:5px;
		/*margin-left:50px;*/
		margin-right:10px;
		margin-bottom:5px;
		/*
		background: url(images/fond_liste_vide.gif) right bottom;
		background-repeat: no-repeat;
		*/
		background-color:#EBEBEB; 
		width:95%;
		float: left;
		border: 2px solid #FF0000;
		}	

	#bloc_formulaire_info {
		font-size:10px;
		padding: 5px 0px 5px 10px;
		margin-top:5px;
		margin-right:10px;
		margin-bottom:5px;
		/*
		background: url(images/fond_liste_vide.gif) right bottom;
		background-repeat: no-repeat;
		*/
		background-color:#EBEBEB; 
		width:95%;
		float: left;
		border: 1px solid #B0BEC7;
		}
		
/************ LIEN ************/
a { color: black; text-decoration: underline }
a:visited { color: black; text-decoration: underline }
a:link { color: black; text-decoration: underline }
a:active { color: black; text-decoration: underline }
a:hover { color: black; text-decoration: none }