@charset "UTF-8";

.cell { 
	/*color: navy; 
	background : #366076 ; */
	width : 30px ;
/*	height : 30px ;*/
	text-align: center ;
	 border-width:1px; 
 border-style:solid; 
 border-color:black;
	}  
	
.celltext
	{ 
	color: #366076; 
	text-align: center ;
	font-weight:bold ;
	}  
.cellmail
	{ 
	border: 2px solid #366076;
	font-size: 1.2em;
	padding-left: 5px;
	}  
	
.cellimg
    {
   display: block;
        margin: 0 auto;
        height: 40px ;
        width:auto ;
}
td{}
td.txt_rouge {color: red;}
td.txt_vert {color: green;}
td.txt_bleu {color: blue;}