


@media screen and (min-width: 1300px) and (max-width:2200px)  {
body{
}
.inputTable{
width:40%;

}
.divClavier{
width:15%;
}

.divEntrer{
margin-top:5%;
border:2px solid #ccc;
border-radius:10px;
height:70%;
width:70%;
background:#00aa90;
}
.divPosition{

margin-top:5%;

}

input[type=button]
{
cursor:pointer;
padding-top:5px;
padding-bottom:5px;
list-style:none;
text-align:center;
height:45;
width:80%;
border-radius:10px;
background-color:#ff5604;
border:solid 1px #c0c0c0;
background: linear-gradient( to top, #FF8000, #FFD08A); 

color:#000;
font-size:1.4em;
font-family:arial;
font-weight:400;
}

.divFicheSaisie{
margin-top:5%;
width:70%;
}
.divMdpArbitre{
width:20%;
height:130;
}

}

.colPos{
width:17%;
}
.colPreneurs{
width:3%;
}


@media screen and (min-width:500px)and (max-width:900px)  {
body{
}
input[type=button]{
height:40;
}
.tableMdpArbitre input{
width:80%;
}

.divEntrer{
margin-top:0%;
width:100%;
height:110%;
}
.inputTable{
width:50%;
font-size:2em;

}

.inputSaisie{
width:100%;
font-size:1.3em;
font-weight:bold;
height:1.3em;
}

.divLibTournois{
font-size:1.4em;
}

.divPosition{
margin-top:8%;
}

.divImg{
}
.logoFFT{
width:60%; 
height:auto;
}

.logoCarte{
margin-top:10;
width:20%;
height:auto;

}
.boutton{
height:
}
.divFicheSaisie{
width:100%;
}
.tablesaisieFiche{
width:100%;
border-radius:5px;
}
.tableNumTable{
font-size:1.3em;
}
.tablesaisie{
font-size:1.2em;
}
.divlogo{
//display:none;
}
.tablePreneur{
font-size:1.1em;
}
.colNom{
font-size:0.7em;
}
.divNumTable{
font-size:2em;
}

.colDonne{
width:5%;
}
colContrat{
width:5%;

}

.colResultat{
width:20%;
}
.colPos{
width:17%;
}

.colPreneur{
width:1%;
}
.colNumDonne{
font-size:1.2em;

}
.inputPenaliter{
height:1.1em;
}

.penaliterNord{
}

.clavier div{
font-size:1.5em;
}
.divClavier{
width:35%;
}

}

@media screen and (min-width:1024px)and (max-width:1300px)  {
body{
}
.logoCarte{
margin-top:80;
width:35%;
height:auto;
}
}


#avertissement{
display:none;
}
 @media only screen and (orientation:portrait) {
 
 body{
 background:#00aa90;
  
 }
 .tableNumTable{
 font-size:1.2em;
 }
 .colPos{
 font-size:0.6em;
 }
 
 .colNumDonne{
 font-size:0.8em;
 }
 
 .divResultatDonne{
font-size:1.4em;
text-align:right;
padding-right:0;
}


#page {
	display: none;
}
#avertissement {
margin-top:40%;
padding-top:10;
padding-bottom:10;
padding-left:5;
padding-right:5;
	display: block;
	border:1px solid#c0c0c0;
	border-radius:7px;
	background:#fafafa;
	font-weight:bold;
	font-size:1.2em;
	text-align:center;
	box-shadow:3px 3px 3px #C0C0C0 ;
}
#tel{
padding:10;
width:70%;
height:auto;
}
}

 @media only screen and (orientation:landscape) {
#avertissement {
	display: none;
}
}