body{
	background-color: white;
	padding-left:10px;
	padding-right:10px;	 
	font-family:arial;
}

ul{
	margin: 0px 0px 0px 20px;
	text-align:left;
}

li{
	margin: 5px 0px 0px 0px;
}

input{
	font-size:8px;
	height:14px;
}
 textarea{
 	font-family:arial;
	font-size:8px;
 }
	
/****** A L'INTERIEUR DE BODY ****/


.bandeauHaut{
	background-image: url(logoEco.png);
	background-repeat: no-repeat;
	height: 100px;
	display:none;
}


.zoneLienBandeau,.zoneLienSuivPrec{
	display:none;
}

.zoneGauche{
	display:none;
}

.zoneChapoForm{
	display:none;
}

.titreRubrique{
	padding: 10px 0px 8px 70px;
	margin: 0px 0px 0px 10px;
	font-family: "Trebuchet MS";
	font-size: 22px;
	color: #FFFFFF;
	text-align: LEFT;
	font-weight: bold;
	width: auto;
	/*float: left;*/	
}
.zoneCentrale, .zoneCentraleForm{
	margin-top: 4px;
	background-color: white;
	padding: 10px 6px 20px 0px;
	_padding: 10px 0px 20px 0px;
	float: left;
	width: 50%;
	border-color: #E1E1E1;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 10px;
	background-image: url(bg_degrade.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

.zoneChapoForm, .zoneCentraleForm
{
	width:100%;
}

.zoneTexte{
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #000066;
	padding: 0px 8px 8px 0px;
	margin: 0px 10px 0px 10px;
	text-align: justify;	

}

.sousTitreFormulaireVUL
{
	width:100%;
	background-color:#f1f1f1;
	font-size:20px;
	padding: 2px 2px 2px 8px;
	margin-top:10px;
	border-top:1px solid gray;
}
.tableVUL
{
	font-size:10px;
	margin-bottom:10px;
}

.cellVUL, .cellVUL1, .cellVUL2
{
	padding: 1px 20px 1px 1px;
}

.cellVUL1
{
width=400px;
text-align:right;
}

.cellVUL2
{
width=400px;
text-align:left;
}
.cellVUL3
{
text-align:right;
}
.zoneBoutonsAction
{
	margin:30px 0px 0px 0px;
	border-top:2px solid gray;
	text-align:right;
	padding:5px 0px 0px 0px;
	display:none;
}

