/* fichier CSS pour index.php */

.commun {	/* body */
	background-color: #212130;
	font-family: Verdana, sans-serif;
	color: white;
	font-weight: 500; /* bold = 700*/
	font-size: 80%;  /* nominal : 80%*/
	-moz-user-select: none; /* Firefox */
	-webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
	-ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
	user-select: none; /* Propriété standard */
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 360px;
}

div {	/* div */
	background-color: #212130;
	font-family: Verdana, sans-serif;
	color: white;
	font-weight: 500; /* bold = 700*/
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

table {	/* table */
	
}

tr {	/* lignes */
	height: 80px;
	text-align: center;
}

td {	/* colonnes */
	vertical-align: top;
	text-align: center;
	color: #0;
	width: 110px;
}

.td2 {	/* colonnes */
	vertical-align: top;
	text-align: center;
	color: #0;
	width: 280px;
}

.table2 {	/* table */
	text-align: center;
	border:0;
	margin-left: 0;
	margin-right: 0;
}
tr2 {	/* lignes */
	height: 24px;
	text-align: center;
/*	border:0;
	margin-left: 0;
	margin-right: 0;
*/
}

.img2 {
	display: block;
}

input.inputcheckbox { 
    transform : scale(1.4); 
}