/* Partie "commande"
-------------------------------------------------------- */


#ficheCommande {
	float: left;
	width: 550px;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #626469;
}

#ficheCommande .facturation {
	float: left;
	width: 270px;
	margin: 0 5px 0 0;
	padding: 0;
}

#ficheCommande .livraison {
	float: left;
	width: 270px;
	margin: 0 0 0 5px;
	padding: 0;
}

#ficheCommande .autreLivraison {
	float: left;
	width: 550px;
	margin: 0;
	padding: 0;
}

#ficheCommande .infotitre {
	float: left;
	width: 550px;
	font-weight: bold;
        padding: 0;
}

#ficheCommande .infotext {
	float: left;
	width: 550px;
	padding: 0;
}


#ficheCommande h3 {
	color: #FFFFFF;
	font-weight: normal;
	background-image: url(_images/fondVert275.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: 1.1em;
	background-color: #6fae31;
}


#ficheCommande .enteteTableau {
	background-color: #DBDBDB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cfcfd1;
	font-size: 0.9em;
}

#ficheCommande .ligneTableau {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cfcfd1;
	font-size: 0.9em;
}

#ficheCommande .footerTableau {
	background-color: #A3ADB1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cfcfd1;
	font-size: 0.9em;
	color: #FFFFFF;
}

#ficheCommande .boutonForm {
	width: 530px;
	text-align: right;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(_images/fondVertH2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#ficheCommande .boutonFormDemiGauche {
	float:left;
	width: 275px;
	text-align: left;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	background-image: url(_images/fondVertH2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#ficheCommande .boutonFormDemiDroit {
	float:left;
	width: 275px;
	text-align: right;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	background-image: url(_images/fondVertH2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#ficheCommande .zoneDeSaisie {
	color: #666666;
	font-weight: bold;
	font-size: 0.9em;
}

.message {
	color: #666666;
	font-weight: bold;
	font-size: 1em;
}

#ficheCommande .obligatoire {
	color: #FF0000;
}

#ficheCommande .commentaires {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}

a.LIEN_savoirPlusvert:link {
	color: #6fae31;
	text-decoration: none;
	font-weight: bold;
	background-image: url(_images/croixVerte.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	font-size: 1.1em;
	text-align: right;
	font-style: normal;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

a.LIEN_savoirPlusvert:visited {
	color: #6fae31;
	text-decoration: none;
	font-weight: bold;
	background-image: url(_images/croixVerte.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	font-size: 1.1em;
	text-align: right;
	font-style: normal;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

a.LIEN_savoirPlusvert:hover {
	color: #6fae31;
	text-decoration: underline;
}

