@charset "utf-8";
body {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 3px;
	font-family: verdana;
	background-color: #F5F5F5;
}

.texte {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.liste {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	margin-left: 100px;
}

.texte_gras {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.page {
	font-family: verdana;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

.titre {
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.texte_petit {
	font-family: verdana;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}

.texte_petit_gras {
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}

.saut {
	page-break-after: always;
}

.lien {
	font-family: verdana;
	color: #000000;
	text-decoration: none;
}

.lien:hover {
	color: #FF0000;
}

.lien_souligne {
	font-family: verdana;
	color: #000000;
}

.lien_souligne:hover {
	color: #FF0000;
	text-decoration: none;
}

.fluo_rouge {
	background-color: #F66;
}

.fluo_vert {
	background-color: #0F0;
}

.fluo_bleu {
	background-color: #0CF;
}

.fluo_jaune {
	background-color: #FF0;
}

.fluo_orange {
	background-color: #F93;
}

.orange {
	color: #FF6600;
}

.rouge {
	color: #FF0000;
}

.blanc {
	color: #FFFFFF;
}

.vert {
	color: #009900;
}

.gris99 {
	color: #999999;
}

.droite {
	text-align: right;
}

.texte_gras_blanc {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.texte_gras_vert {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #009900;
}

.texte_gras_rouge {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}

.texte_rouge {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
}

.texte_droite {
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: right;
}

.erreur_retour {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}

.message_retour {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #009900;
}

/*pour les thèmes*/

.opt1 {
	/*niveau 1*/
	color: #000000;
	background-color: #EEEEEE;
}

.opt2 {
	/*niveau 2*/
	color: #0000FF;
	text-indent: 10px;
}

.opt3 {
	/*niveau 3*/
	color: #666666;
	text-indent: 20px;
}

/*pour les institutions*/

.opt10 {
	/*rouge = non-adhérente*/
	color: #FF0000;
}

.opt11 {
	/*vert = adhérente*/
	color: #009900;
}

.opt12 {
	/*noir = pas d'adhésion (atd59...)*/
	color: #000000;
}

.opt110 {
	/*gris = archivée, anciennement non adhérente*/
	color: #999;
}

.opt111 {
	/*bleu = archivée, anciennement adhérente*/
	color: #00F;
}

.opt112 {
	/*gris = archivée, anciennement sans adhésion*/
	color: #999;
}

/*pour les utilisateurs (rédacteurs...)*/

.opt20 {
	/*noir = non-archivé*/
	color: #000;
}

.opt21 {
	/*gris = archivé*/
	color: #999;
}

@media print {
	body td {
		font-family: "spranq eco sans", verdana;
		/*Economie de toner*/
	}
	.noprint {
		display: none
	}
}