/* CSS Document */

.home {
	/* Textes de bases */
	text-decoration : none;
	text-align:justify;
	font-family : Arial; 
   	font-size : 12pt; 
	font-weight : bold;  
	color : #027038; 
}
.home:hover { 
  color : #A87301; 
} 

.menu {
	/* Textes de bases */
	text-decoration : none;
	text-align:justify;
	font-family : Arial; 
   	font-size : 9pt; 
	font-weight : bold;  
	color : #FFFFFF; 
}
.menu:hover { 
  color : #F3DD4A; 
} 

.link {
	/* Textes de bases */
	text-decoration : none;
	text-align:justify;
	font-family : Arial; 
   	font-size : 9pt; 
	font-weight : bold;  
	color : #000000; 
}
.link:hover { 
  color : #6C8A3E; 
} 

.link2 {
	/* Textes de bases */
	text-decoration : none;
	text-align:justify;
	font-family : Arial; 
   	font-size : 8.5pt; 
	font-weight : bold;  
	color : #6C8A3E; 
}
.link2:hover { 
  color : #000000; 
} 

.link3 {
	/* Textes de bases */
	text-decoration : none;
	text-align:justify;
	font-family : Arial; 
   	font-size : 8.5pt; 
	font-weight : bold;  
	color : #F3DD4A; 
}
.link3:hover { 
  color : #FFFFFF; 
}

.titre {
	/* Textes de bases */
	
	font-family : Arial; 
   	font-size : 14pt;
	font-weight : bold;    
	color : #6C8A3E; 
}

.sstitre2 {
	/* Textes de bases */
	
	font-family : Arial; 
   	font-size : 13pt;
	font-weight : bold;    
	color : #6C8A3E; 
}

.sstitre {
	/* Textes de bases */
	
	font-family : Arial; 
   	font-size : 14pt;
	font-weight : bold;    
	color : #52623A; 
}
.text {
	/* Textes de bases */
	text-align:justify;
	font-family : Arial; 
   	font-size : 8.5pt; 
	font-weight : bold;   
	color : #000000; 
}

.text2 {
	/* Textes de bases */
	text-align:justify;
	font-family : Arial; 
   	font-size : 8.5pt; 
	font-weight : bold;   
	color : #FFFFFF; 
}

.note {
	/* Textes de bases */
	text-align:justify;
	font-family : Arial; 
   	font-size : 9pt; 
	font-weight : bold;   
	color : #6C8A3E; 
}

.noteB {
	/* Textes de bases */
	text-align:justify;
	font-family : Arial; 
   	font-size : 7.5pt; 
	font-weight : bold;   
	color : #6C8A3E; 
}

.tab {
	/* Textes de bases */
	text-align:justify;
	font-family : Arial; 
   	font-size : 13pt; 
	font-weight : bold;   
	color : #000000; 
}

.img {
	/* Textes de bases */
	border-color: #F3DD4A  
}