/* CSS Document */

.home {
	/* Textes de bases */
	text-decoration : none;
	text-align:justify;
	font-family : Arial; 
   	font-size : 11pt; 
	font-weight : bold;  
	color : #C8AA59; 
}
.home:hover { 
  color : #373B65; 
} 

.entete {
	/* Textes de bases */
	text-decoration : none;
	text-align:justify;
	font-family : Arial; 
   	font-size : 11pt; 
	font-weight : bold;  
	color : #C8AA59; 
}

.menu {
	/* Textes de bases */
	text-decoration : none;
	text-align:justify;
	font-family : Arial; 
   	font-size : 9pt; 
	font-weight : bold;  
	color : #FFFFFF; 
}
.menu:hover { 
  color : #9B7F2B; 
} 

.ssmenu {
	/* Textes de bases */
	text-decoration : none;
	text-align:justify;
	font-family : Arial; 
   	font-size : 9pt; 
	font-weight : bold;  
	color : #000000; 
}
.ssmenu:hover { 
  color : #9B7F2B; 
} 

.sep_menu {
	/* Textes de bases */
	text-decoration : none;
	text-align:justify;
	font-family : Arial; 
   	font-size : 10pt; 
	font-weight : bold;  
	color : #FFFFFF; 
}

.plan {
	/* Textes de bases */
	text-decoration : none;
	text-align:justify;
	font-family : Arial; 
   	font-size : 9pt; 
	font-weight : bold;  
	color : #000000; 
}
.plan:hover { 
  color : #9B7F2B; 
} 


.titre {
	/* Textes de bases */
	text-decoration : none;
	text-align:justify;
	font-family : Arial; 
   	font-size : 10pt; 
	font-weight : bold;  
	color : #00000; 
}

.texte {
	/* Textes de bases */
	text-decoration : none;
	text-align:justify;
	font-family : Arial; 
   	font-size : 9pt;  
	color : #00000; 
}

.babillard {
	/* Textes de bases */
	text-align:justify;
	font-family : Arial; 
   	font-size : 8pt;    
	color : #000000; 
}

.babillard_link {
	/* Textes de bases */
	text-align:justify;
	font-family : Arial; 
   	font-size : 7.5pt;    
	color : #003399; 
}
.babillard_link:hover { 
  color : #FF3333; 
} 

.link {
	/* Textes de bases */
	text-decoration : none;
	text-align:justify;
	font-family : Arial; 
   	font-size : 9pt; 
	color : #000000; 
}
.link:hover { 
  color : #C8AA59; 
  font-weight : bold;  
} 

.adresse {
	/* Textes de bases */
	text-align:justify;
	font-family : Arial; 
   	font-size : 7.5pt;    
	color : #000000; 
}


.pub {
	/* Textes de bases */
	text-align:justify;
	font-family : Arial; 
   	font-size : 20pt;    
	color : #18427D; 
}
