html,body
{
	height: 100%;
}

input {
text-align: center;
}
.action
{
	color:#111111;
	font-size: 10vw;
}
.jouer
{
	color:#111111;
	font-size: 10vw;
}
.texttheme
{
	color:#111111;
	font-size: 7vw;
}
.textvote
{
	color:#111111;
	font-size: 8.5vw;
}

.ipttext
{
   border: 0vw solid #000000;
   color:#000000;
   background-color:#ffffff;
   width:100%;
   font-size: 7vw;
}

.ipttext:focus {
   outline: none;
}

.uppercase{
	text-transform: uppercase;
}

.iptnum
{
   border: 0;
   color:#000000;
   background-color:#eeeeee;
   font-size: 7vw;
   width:100%;
   text-align:center;
}

.iptnum:focus {
   outline: none;
}

.iptbtnAR
{
	border: 1vw solid #eeeeee;
	color:#000000;
	background-color:#ffffff;
	font-size: 7vw;
	width:80%;
	text-align:center;
}

.previewmotsimple
{
	 text-transform: uppercase;
	 font-size: 3.5vw;
	 color: blue;
}
.previewmotdur
{
	 text-transform: uppercase;
	 font-size: 3.5vw;
	 color: red;
}
.motsimple
{
	 text-transform: uppercase;
	 font-size: 6vw;
	 color: blue;
}
.motdur
{
	 text-transform: uppercase;
	 font-size: 6vw;
	 color: red;
}
.joueurnom
{
	 text-transform: uppercase;
	 font-size: 12vw;
}
.juste
{
	margin:auto;
	margin-top:2px;
	margin-bottom:3px;
	padding:-2px;
	display:block;
	width:80%;
	border: 4px solid green;
	border-radius:10px;
	text-transform: uppercase;
	font-weight: bold;
	 font-size: 9vw;
	 color: green;
}
.faux
{
	margin:auto;
	margin-top:2px;
	margin-bottom:3px;
	padding:-2px;
	display:block;
	width:80%;
	border: 4px solid red;
	border-radius:10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9vw;
	color: red;
}

.affiche
{
	width:90%;
	max-height: 1400px;
	box-shadow: 10px 10px 5px #aaa;
}

.logo
{
	width:90%;
	max-height: 1400px;
}

.cardre-theme
{
	padding:10px;
	//border:2px solid black;
	margin:auto;
}

.case-radius
{
	margin:auto;
	margin-top:2px;
	margin-bottom:3px;
	padding:-2px;
	display:block;
	width:70%;
	border: 3px solid black;
	border-radius:10px;
	color:#333333;
	font-size: 8vw;
}

.charge1
{
	display:inline-block;
	height:15px;
	background-color:#ffffff;
	box-shadow: 4px 5px 2px #aaa;
}

.charge2
{
	height:15px;
	background-color:green;
	display:inline-block;
	box-shadow: 2px 5px 2px #888;
}
