/* 
** INTRATOOLS V3.1 
** Tous les styles personalisés
** (titre, sous-titre, agenda, ...)
*/

/* couleurs de textes */

.couleurcharte00 { /*BLANC*/
	color:#FFFFFF;
}

.couleurcharte01 { /*GRIS*/
	color:#AAAAAA;
}

.couleurcharte02 { /*NOIR*/
	color:#000000;
}


.couleurcharte03 {
	color:#AEC2E1;
}

.couleurcharte04 {
	color:#2B62A9;
}


.couleurcharte05 {
	color:#666666;
}


/* si besoin, styles cartouche */

.cartouche01 {
	color:#2B62A9;
	background-color: #AEC2E1;
	padding-left:4px;
	padding-right:4px;
}

.cartouche02 {
	color:#FFFFFF;
	background-color: #2B62A9;
	padding-left:4px;
	padding-right:4px;
}

/*  styles de mise en page */

.messagedefilant { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.titre01 {  
	font-size: 16px; 
	font-weight: bold;
}	

.titre02 {   
	font-size: 18px; 
	font-weight: bold;
}

.inter01 {
	font-size: 12px;
	font-weight: bold;
}

.inter02 {
	font-size: 13px;
	font-weight: bold;
}

.chapo {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
}

.legende {  
	font-size: 10px; 
	font-style: normal; 
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-weight: bold;
	/* valable que si la police est en verdana */
	/* on peut remplacer par un font-style : italic; a la place */
}

.corps9 {  
	font-size: 9px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	/* valable que si la police est en verdana */
}

.corps10 {  
	font-size: 10px;
}

.corps11 {  
	font-size: 10px;
}

.corps12 {  
	font-size: 12px;
}

.corps13 {  
	font-size: 13px;
}

.corps14 {  
	font-size: 14px;
}



/* Pour l'actu première page */

.actualiteaccueiltitre {  
	font-family: Verdana,Arial, Helvetica, sans-serif; 
	color:#000000; 
	font-size: 11px; 
	font-weight: bold;
}

.actualiteaccueilchapeau {  
	font-family: Verdana,Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 10px;
	font-weight: bold;
}

.actualiteaccueiltexte {  
	font-family: Verdana,Arial, Helvetica, sans-serif; 
	color:#000000; 
	font-size: 10px;
}


/* Pour l'agenda */

.agendadatetexte {  
	font-family: Verdana,Arial, Helvetica, sans-serif;
	color:#AEC2E1; 
	font-size: 12px;
}

.agendadate {  
	font-family: Verdana,Arial, Helvetica, sans-serif; 
	color:#000000; 
	font-size: 100px; 
	font-weight: bold;
}

/* Pour le listing des lettres pour la recherche */

.listinglettre { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
}





/* DEBUT POUR LE CALENDRIER */
.calendrier {
	background:gray;
}

a.calendrier:link {
	background:gray;
	color:#ffffff;
}
a.calendrier:visited {
	background:gray;
	color:#ffffff;
}
a.calendrier:hover {
	background:gray;
	color:#ffffff;
}
/* FIN POUR LE CALENDRIER */
