/*-----------------------------
            Achat-
------------------------------*/
form{
	text-align: center;
}

.image_achat {
/*	position : absolute;*/
	float: right;
	height: 370px;
	top: 0px;
	right: 0px;
	width: 250px;
	margin: 3px;
	text-align: center;
/*	border: dotted 3px RED; */
}
.image_achat img {
	margin-top : 0px;
	margin-bottom : 10px;
	height: 160px;
}

.texte_achat {
	margin: 0px;
	margin-left: 30px;
	height: 420px;		
	width: 430px;
	text-align: justify;
	padding-right : 10px;
	overflow: auto;
/*	border: dotted 3px RED; */
}
texte_achat p {
	text-indent: 30px;

}
p, tr, td {
	margin:0px;
	padding:0px;
}
label {
	margin-right:10px;
}
table {
	text-align: right;
}
input, select {
	font-size: x-small;
}
input {
/*	position: absolute;
	margin-left: 50px;*/
}
fieldset {
	border: 0px;
}
legend {
	color: Blue;
	margin-top:10px;
	}
	
.focus {	/*** Mise en avant des champs en cours d'utilisation ***/
	background: #FFED82;
	color: black;
}
.normal {
	background:#E0FFFF;
	color: black;	
}
.recapitulatif {
	border: 1px black solid;
	background-color: #FFE3C8;
	padding-left : 15px;
}
