
/* TABLE CONTROLS */

#background {
	background-color: #818181; /*Gris fonce*/
}

.header_frame {
	border-left: solid 1px #818181;
	border-right: solid 1px #818181; 
	border-top: solid 1px #818181;
	background-color: #C0C0C0; /* Gris moyen*/	
	text-align: center;
	width: 100%; 		
	font-family: Lucida Calligraphy;
	font-size: 25px	 
}

.body_frame {
	border: solid 1px #818181;
	background-color: #FFFFFF; /*Blanc*/
	padding: 10px;
	width: 100%; 
	height: 100%;
}

.footer_frame {	   
	border-left: solid 1px #818181;
	border-right: solid 1px #818181; 
	border-bottom: solid 1px #818181;
	background-color: #C0C0C0; /* Gris moyen*/		
	text-align: center;
	width:100%;
	font-family: Arial;	 
}	
	
.general_text {
	font-family: Arial
}



