/* CSS Document GARTEUR */

/* unvisited link */
A:link 		{ color: blue }
/* visited links */      
A:visited 	{ color: red } 
/* active links */  
A:active 	{ color: darkblue }    

p, ul, ol, td 	{ font-family: Arial, Helvetica, sans-serif;
			  	  font-size: 12px; 
				}
				
ul, ol	{	text-align: left; 
		}
		
td	{	text-align: left;
		text-valign: middle;
	}		
	
table	{	border-color: #CCCCCC;
		}	

/* group of responsibles */
.header0 	{ font-size: 24 px;
			  font-weight: 900;
			  text-align: center;
		 	} 

.header1 	{ color: #000000;
		      font-size: 14 px; 
			  font-weight: bold; 
		 	}

/*sous-titre "eg25: etc." */
.header2 	{ color: #000000; 
		      font-size: 18 px; 
			  font-weight: bold;
			  text-align: center;
		 	} 	

/* Management, etc. */
.header3 	{ color: #666666; 
			  font-size: 18 px; 
			  font-weight: bold; 
		 	}	

/* Progress/Main achievements */
.header4 	{ color: #888888; 
			  font-size: 14 px; 
			  font-weight: bold; 
			 }	