/* CSS Document */
label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	
}
.label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:black;
}
div#labelField{
	display:inline;
	width:155px;
	float: left;
	margin-left:10Px;
	clear:left;
	
}

.error {
	border:2px solid red;
	background-color:#33FF66;
	color:black;
}
.labelError{
	color:red;
}
div#inputFieldMontant div#labelField{
	display:inline;
	width:170px;
	float: left;
	margin-left:10Px;
	
}

div#inputField{
	display:block;
	clear:left;
	padding-bottom:10px;
}

body {
	background-color: #35404d;
}
table#CadreVert {
    border: none;
    width: 800px;
	height: 100%;
}

.Coin_hg {
    background-image: url(../img/coin_hg.jpg);
	width: 26px;
	height: 26px;
}
.Coin_hd {
    background-image: url(../img/coin_hd.jpg);
	width: 26px;
	height: 26px;
}
.Coin_bg {
    background-image: url(../img/coin_bg.jpg);
	width: 26px;
	height: 26px;
}
.Coin_bd {
    background-image: url(../img/coin_bd.jpg);
	width: 26px;
	height: 26px;
}
.Trait_h {
    background-image: url(../img/trait_h.jpg);

}
.Trait_g {
    background-image: url(../img/trait_g.jpg);

}
.Trait_d {
    background-image: url(../img/trait_d.jpg);

}
.Trait_b {
    background-image: url(../img/trait_b.jpg);

}
.ContenuCadre {
    background-color: #ffffff;

}
body,td,th {
	font-family: Trebuchet MS;
	font-size: 14px;
}
.Style1 {
	font-size: 18px;
	color: #6FC50C;
	font-weight: bold;
}
.Style2 {
	color: #71C50D;
	font-weight: bold;
}
