/*******************************************************/
/* Pour le template */
/*******************************************************/

/* formattage de pascal pour taille police interface */
.tpl-toutpetit {  
	font-size: 10px
}
.tpl-petit {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

/* menu en haut à droite */
td.tpl-chemin {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	line-height: 10px; 
	background-position: center
}

/* pour le path de la page */
td.tpl-chemin2, td.tpl-chemin2 A:link, td.tpl-chemin2 A:visited, td.tpl-chemin2 A:active {
	color: #FFFFFF;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	line-height: 10px; 
	background-position: center
}
td.tpl-chemin2 A:hover {
	text-decoration : underline;	
}

/* Titre de la section */
.tpl-titre-section, .tpl-titre-section A:link, .tpl-titre-section A:visited, .tpl-titre-section  A:active{  
	font-family: verdana; 
	font-size: 16px; 
	color: #FFCC33; 
	font-weight: bold
}
.tpl-titre-section A:hover{
	text-decoration : underline;
}
/* titre de la page */
td.tpl-titre-page {
	font-family: verdana;
	font-size: 20px;
	color: #3366CC;
	text-indent: 18pt;
	font-weight: normal;
}

/* boite INPUT pour le search */
.tpl-input {
	background-color: #E8EEF9;
	width: 100px;
}

/* pour tbl_menu  le menu de chaque section*/
.tpl-box-sommaire, .tpl-box-sommaire A:link, .tpl-box-sommaire A:visited, .tpl-box-sommaire  A:active {
	font-size: 12px;
	font-weight : normal;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
}
.tpl-box-sommaire A:hover  {
	color: #006400; 
	text-decoration : underline;
}
td.td-pourfilet {
	background-color: #000000;
}

