*
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#PlaceFacturation
{
	width: 100%;
	background-color: #FEEDD4;
	float: left;
}

#PlaceLivraison
{
	width: 100%;
	background-color: #FEEDD4;
	float: left;
}

.TitreFacturation
{
	color: #152D7A;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}


.ChampsFacturationPO
{
	color: Black;
	font-size: 11px;
	text-align: left;
	font-weight: normal;
}

.ChampsFacturation
{
	color: Black;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
}

.ValeurFacturation
{
	color: Black;
	font-size: 11px;
	text-align: left;
}

.SeparateurPointille
{
	float: left;
	background-image: url(../design/SeparateurListe.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height: 2px;
	width: 100%;
}

.TitreLivraison
{
	color: #152D7A;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}

.TxtLivraison
{
	font-size: 11px;
	text-align: left;
}

.FermerLien
{
	font-size: 11px;
	color: #152D7A;
	font-weight: bold;
	text-decoration: none;
}

.FermerLien:hover
{
	text-decoration: underline;
	color: #FFB137;
}

.OuvrirLien
{
	font-size: 11px;
	color: #152D7A;
	font-weight: bold;
	text-decoration: none;
}

.OuvrirLien:hover
{
	text-decoration: underline;
	color: #FFB137;
}

.InputNouvelleAdr
{
	border: 1px #152D7A solid;
	color: #152D7A;
	font-size: 10px;
	font-weight: bold;
}

.SupprimerLien
{
	font-size: 11px;
	color: #E03517;
	font-weight: bold;
	text-decoration: none;
}

.SupprimerLien:hover
{
	text-decoration: underline;
	color: #E03517;
}

.ChampsTxt
{
	width: 200px;
	border: 1px #2F499A solid;
}

.ErreurTxt
{
	color: Red;
	font-size: 11px;
}