/**************************************/
/* Styles exercice 5 */
/**************************************/

/* styles généraux */
body {
	width:900px;
	margin:auto;
	font-family:Verdana;
	font-weight:bold;
    background-color:#567FAD;
}

/* style tables */
table.premier {
    position:relative;
	margin:auto;
	border-spacing:0;
}

td.premier {
    border:1px solid white;
	background-color:#00BC00;
	text-align:center;
	font-size:10px;
	width:50px;
	margin:0;
}

td.nonpremier {
   border:1px solid white;
   background-color:#727473;
   text-align:center;
   font-size:10px;
   width:50px;
   margin:0;
}