/* CSS Document */

.menu {
	/* Textes de bases */
	text-decoration : none;
	text-align:justify;
	font-family : arial; 
   	font-size : 9pt; 
	font-weight : bold;  
	color : #000000; 
}
.menu:hover { 
  color : #1B5984; 
} 

.ssmenu {
	/* Textes de bases */
	text-decoration : none;
	text-align:justify;
	font-family : arial; 
   	font-size : 8pt; 
	font-weight : bold;  
	color : #1B5984; 
}
.ssmenu:hover { 
  color : #000000; 
} 

.texte {
	/* Textes de bases */
	text-decoration : none;
	text-align:justify;
	font-family : arial; 
   	font-size : 8pt; 
	font-weight : bold;  
	color : #000000; 
} 

.sstitre {
	/* Textes de bases */
	text-decoration : none;
	text-align:justify;
	font-family : arial; 
   	font-size : 8pt; 
	font-weight : bold;  
	color : #275A9C; 
} 

.sstitre2 {
	/* Textes de bases */
	text-decoration : none;
	text-align:justify;
	font-family : arial; 
   	font-size : 10pt; 
	font-weight : bold;  
	color : #275A9C; 
} 

.liste {
	/* Textes de bases */
	text-decoration : none;
	text-align:justify;
	font-family : arial; 
   	font-size : 8pt; 
	line-height : 15px;
	font-weight : bold;  
	color : #000000; 
} 

.div {
      	width:800px;
      	height: 380px;
		overflow: auto;
		
		scrollbar-face-color: #275A9C; 
		scrollbar-shadow-color: #000000;
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-3dlight-color: #000000; 
		scrollbar-darkshadow-color: #FFFFFF; 
		scrollbar-track-color: #A2BADA; 
		scrollbar-arrow-color: #FFFFFF;
      }
	  
.texte_muni {
	/* Textes de bases */
	text-decoration : none;
	text-align:justify;
	font-family : arial; 
   	font-size : 9pt;  
	color : #275A9C; 
} 