
h1 {
	font-size: 5vh;
	font-family: Arial;
	text-align: center;
	width: 640px;
	margin: auto;
}
.front, .back{
	width:100%;
	height:100%;
}
.face{
	border: 10px solid blue;
	padding:8px;
	background:#E0EBEF;
	border-radius: 30px 80px;
}
.dos{
	border-radius: 80px 30px;
	border: 10px solid green;
	padding:8px;
	background:#DBFFCF;
 }
.face > div {
	border: 5px solid blue;
	padding:8px;		
}
.dos > div {
	border: 5px solid green;
	padding:8px;
}
.face > div {
	border-radius: 20px 66px;
}
.dos > div {
	border-radius: 66px 20px;
}
/* Tailles police */
.petit{
	font-size:100%;
}
.moyen {
	font-size: 160%;
	}
.grand{
	font-size: 240%;
}
.regle {
	font-size: 20px;
}
#flipper, #copieflipper, #sousflipper {
	position:absolute;
	width: 640px;
	height: 400px;
	margin:auto;
	top: 10px;
	font-size:80px;
}
#sousflipper{
	top:6px;
	left:50%;
	margin-left:-322px; 
}
#sousflipper div {
	border: 10px solid #1719BF;
	border-radius: 30px 80px;
	height:380px;
	background:#E0EBEF;
}
#copieflipper{
	clear:none;
	left:50%;
	margin-left:-320px;
}
#flipper > div, #copieflipper > div {
	text-align:center;
	display:table;
	vertical-align: middle;
}
#flipper > div > div, #copieflipper > div > div {
	display: table-cell;
	height: 100%;
	vertical-align:middle;
}
#validation {
	text-align: center;
	margin-top: 50px;
}
#validation img{
	margin: 10px 30px;
}
#defausse {
	display:inline-block;
	width:100px;
	height:62px;
	line-height: 62px;
	border: 4px solid blue;
	padding:8px;
	border-radius: 10px 28px;
	vertical-align:top;
	margin: 10px 30px;
	background:#E0EBEF;
}
#conteneur{
	position:relative;
	width: 700px;
	margin:auto;
}
#mode{float:left;display:none;clear:left;margin-top:20px;}
ul.vert-one{margin:0;padding:0;list-style-type:none;display:block;
font:bold 16px Helvetica, Verdana, Arial, sans-serif;line-height:165%;
width:200px;}

ul.vert-one li{margin:0;padding:0;border-top:1px solid #4D0000;
border-bottom:1px solid #761A1A;}

ul.vert-one li a{display:block;text-decoration:none;color:#fff;
background:#600;padding:0 0 0 20px;width:180px;}

ul.vert-one li a:hover{
background:#900 url("images/vert-one_arrow.gif") no-repeat 0 9px;}

ul.vert-one li a.current,ul.vert-one li a.current:hover{
background:#933 url("images/vert-one_arrow.gif") no-repeat 0 9px;}