/**
******** diposition formulaire *********
**/
fieldset{
	width: 600px;
}


p.ligneF {
	clear: both;
	padding-top: 10px;
	margin: 0;
	width: 100%;
	line-height: normal;
}

p.ligneF label {
	float: left;
	width: 150px;
	margin-right: 5px;
	text-align: right;
	padding-top: 3px;
	font-size: 11px;
	color: #000000;
	}

p.ligneF span.saisie {
	width: auto;
	float: right;
	text-align: left;
}

p.ligneF input, select, textarea{
	background-color: #E4ECF4;
	border: thin solid #B0E0E6;
	font-size: 10px;
	font: 1.1em "Trebuchet MS",sans-serif;
}	

legend {margin-left: 20px;
font: 1.1em "Trebuchet MS",sans-serif ;
color: green;
font-weight: bold;
}

fieldset{padding-top: 10px; background-color: #B0CC99; color: #000000;}
fieldset .message{color: #FF3300}
fieldset li{margin-left: 30px;}

optgroup.groupe{color: red}

select option{padding-left: 20px;}

.petit{font-size: 0.9em; text-decoration: justify; color: #339933}

#info{		
		display: none;
        border: 1px solid;
        margin: 10px 0px;
        padding:15px 10px 15px 50px;
        background-repeat: no-repeat;
        background-position: 10px center;
        position:relative;
        color: #00529B;
        background-color: #FF9966;
    }
