body{
background:#fafafa;

}
img{
cursor:pointer;
}






input[type=button]
{
cursor:pointer;
padding-top:4px;
padding-bottom:2px;
list-style:none;
text-align:center;
height:30;
width:80%;
border-radius:10px;
background-color:#ff5604;
border:solid 1px #c0c0c0;
background: linear-gradient( to top, #FF8000, #FFD08A); 
color:#000;
font-size:0.9em;
font-family:arial;
font-weight:400;
}


input[type=button]:hover
{
background-color:#0066CC;
background-color:#f2f2f2;

color:#000000;
background: linear-gradient( to top, #D2F3FB, #0284C3); 

border:solid 1px #0284C3;

}









.divFichesaisie{
margin-top:0%;
}



.tableSaisie{
font-size:1.2em;
font-weight:bold;
}

.tablesaisie tr:first-child td:first-child{
border-radius:10px 0 0 0;
}

.tablesaisie tr:first-child td:last-child{
border-radius:0px 10px 0px 0px;
}
.tablesaisie tr:last-child td:first-child{
border-radius:0px 0px 0px 10px;
}

.tablesaisie tr:last-child td:last-child{
border-radius:0px 0px 10px 0px;
}




.lignedonne{
height:2em;
}
.tableSaisie td{
border:1px solid #000;
}


.colNumDonne{
font-size:1.6em;

}
.colNumDonneC{
font-size:0.8em;

}


.colDonne{
width:5%;
}

.colResultat{
width:14%;
}
.colPos{
width:19%;
}

.colPreneur{
width:7%;
}





.colPosN{
background:#ffffc0;
}

.colPosS{
background:#c0ffff;

}
.colPosE{
background:#ff9966;

}
.colPosO{
background:#c0ffc0;

}




.radiopreneur{
position:relative;
left:0;
top:0;
width:20;
height:20;
}


.divResultatDonne{
font-size:1.2em;
text-align:right;
padding-right:1em;
}

.divTotal{
font-size:1.2em;
text-align:right;
padding-right:1em;

}




.divNumTable{
border: 2px solid#aaa;
border-radius:7px;
width:50%;
background:#fafafa;
font-weight:bold;
font-size:3em;
}

.divsaisie{
width:80%;
font-size:1.3em;
font-weight:bold;
text-align:right;
padding-right:30;
}

.divClavier{
z-index:3;
position:absolute;
width:35%;
height:auto;
top;10;
left:10;
}

.clavier{
width:100%;
background:#fafafa;;
border:1px solid#aaa;
border-radius:10px;
box-shadow:1px 3px 3px #C0C0C0 ;
padding:12;
}

.clavier div{
width:80%;
text-align:center;
font-size:2.1em;
font-weight:bold;
cursor:pointer;
border:1px solid#aaa;
border-radius:10px;
box-shadow:1px 3px 3px #C0C0C0 ;

padding-top:3;
padding-bottom:3;
}

.clavier div:hover{
background:#13a5d6;
color:#fafafa;
}
.clavier p{
font-size:1.6em;
font-weight:bold;
width:85%;
border:1px solid#aaa;
border-radius:5px;
}

.plusMoins{
width:80%;
height:auto;
}
.valider{
width:80%;
height:auto;
}

.quiter{
width:80%;
height:auto;
}

.retour{
width:90%;
height:auto;
margin-left:-3;
}


.ligneListe0{
background:#fafafa;
}

.ligneliste1{
background:#ddd;
}