/* css */

/*body {
	background: #fffdeb;
	margin: 1.5em;
	color: #333;
	font-family: sans-serif;
	font-size: 10pt;
}
div#espace{

	position: absolute;
	left:200px;
	top: 200px;

}
*/
div#listefactures{
	border : solid 1px black;
	color:#000;
	background-color : #d7dde6;
	width : 270px;
	float:right;
}

div#infoclient{
	border : solid 1px black;
	background-color:#d7dde6;
	background-image: url('images/FondDegrade.png') ;
	color:#000;
	width : 270px;
	float:left;
}

div#listemachines{
	border : solid 1px black;
	background-color:#d7dde6;
	background-image: url('images/FondDegrade.png') ;
	color:#000;
	width : 550px;
	float:left;
	margin-top: 5px;
	margin-bottom: 5px;

}

div#login{
border : solid 1px black;
width : 400px;
height : 200px;
text-align: left;
padding : 5px;
margin-left:100px;

background-image: url('images/FondDegrade.png') ;
background-color:#fffdeb;
color:#000;

}

div#titrelogin{
	width:100%;
	text-align: center;
	font-size: 11pt;
	font-weight : bold;
	background-color:#F0F0F0;
	background-image: url('images/FondCrystal.png') ;
	color:white;
}


div#erreur{
background-color:#FFCCFF;
color:#000;
width : 400px;
height : 200px;
border : solid 1px red;
padding:5px;
margin-left:100px;
}

div#MsgErreur{
	width : 100%;
	background-color:#FFCCFF;
	color:#000;
}

div#ZoneBouton{
	width : 550px;
	float:right;

}

.titreEC{
	color:white;
	font-size: 10pt;
	text-align:center;
	font-weight : bold;
	background-color:#ff8a01;
	background-image: url('images/FondCrystal.png') ;
	height : 25px;
}

.petit
{
	font-size : 6pt;
}

td.titreEC{
	color:white;
	font-size: 10pt;
	text-align:center;
	font-weight : bold;
	background-color:#ff8a01;
}

td.etiquetteEC{
	font-weight : bold;
	width: 100px;
	vertical-align:top;
}

table.full{
	width:100%;
}


tr.paye{

}

tr.nonpaye{
background-color:#FFCCFF;
color:#000;
}

tr.machine{
background-color:#F0F0F0;
color:#000;

}

.tablemachine{
border-spacing: 1px;
background-color:#F0F0F0;
color:#000;
width:100%;
}

.titremachine{
	cursor:pointer;
	background-image: url('images/DegTitreCell.png') ;
}
.hand{
cursor:pointer;
}

.FormEC {
border: 1px #000000 solid;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 1px;
padding-right: 0px;
padding-bottom: 1px;
padding-left: 2px;
height: 18px
}

.FormErr
{
background-color:red;
color:#000;
}

.FormOK{
/*background-color:white;*/
color:#000;
}

.BoutonActive{
font-family: arial, helvetica, sans-serif ; 
	border-width: 1px ; 
	font-size: 10pt ; 
	color: black ; 
	background-color: #F5DEB3 ; 
	height : 25px;

}

.BoutonInactive{
height : 25px;

}

label { 
	display: inline ; 
	float: left ; 
	width: 170px ; 
	font-weight: bold ; 
	margin-left: 75px ; }

.button{ 
	font-family: arial, helvetica, sans-serif ; 
	border-width: 1px ; 
	font-size: 10pt ; 
	color: black ; 
	background-color: #F5DEB3 ; 
	height : 25px;
}

