/* fichier CSS pour nouvelle page index.php */

.commun {	/* body */
	background-color: #212130;
	font-family: Verdana, sans-serif;
	color: white;
	font-weight: bold;
	font-size: 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: bold;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

table {	/* table */
	
}

tr {		/* lignes */
	height: 100px;
	text-align: center;
}

td {		/* colonnes */
	vertical-align: top;
	text-align: center;
	color: #0;
	width: 110px;
}

.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;
}