/*MENU*/
a.menu {
	display: block;
	margin-top: 5px;
	text-align: left;
	width: 142px; /*border-style: ridge;*/
	border-width: 0px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #0F3192;
	font-weight: bolder;
	line-height: 10px;
}

a.menu:link {
	color: white;
	text-decoration: underline;
}
a.menu:visited {
	color: #FFD700;
	text-decoration: none;
}
a.menu:hover {  color:#FFD700; background-color:#0F3192; text-decoration:none; }
a.menu:active { color:#FFFF00; background-color:#0F3192; text-decoration:none; }

a.menu2 {
	display: block;
	margin-top: 5px;
	text-align: left;
	width: 162px; /*border-style: ridge;*/
	border-width: 0px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	background-color: #0F3192;
	font-weight: bolder;
}
a.menu2:link {
	color: white;
	text-decoration: underline;
}
a.menu2:visited {
	color: #FFD700;
	text-decoration: none;
}
a.menu2:hover {  color:#FFD700; background-color:#0F3192; text-decoration:none; }
a.menu2:active { color:#FFFF00; background-color:#0F3192; text-decoration:none; }

.titre_menu {
	color: white;
	font-size: 12.5px;
	font-weight: bolder;
	font-family: Arial;
	line-height: 13px;
}

/*TEXTES*/

.titre {
	color: #0F3192;
	font-size: 14px;
	font-weight: bolder;
	font-family: Arial;
	font-variant: small-caps;
}

.titrepresent {
	color: #0F3192;
	font-size: 15px;
	font-weight: bolder;
	font-family: Arial;
	font-variant: small-caps;
}

.titreserre {
	color: #0F3192;
	font-size: 14px;
	font-weight: bolder;
	font-family: Arial;
	font-variant: small-caps;
}

.titre_big_blanc {
	color: white;
	font-size: 16px;
	font-weight: bolder;
	font-family: Arial;
}



.titre_small {
	color: #0F3192;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

.txt_courant {
	color: black;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
}

.txt_italique {
	color: black;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
}

.txt_italique_gras {
	color: black;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}

.txt_gras {
	color: black;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}


.lien_blanc {
	color: white;
	font-family: Arial;
	font-size: 9.5px;
	font-weight: normal;
	letter-spacing: -0.2px;
	text-decoration: underline;
	text-align: center;
	line-height: 10px;
}

.lien_blanc2 {
	color: white;
	font-family: Arial;
	font-size: 9.5px;
	font-weight: normal;
	letter-spacing: -0.2px;
	text-align: center;
	line-height: 10px;
}
.lien_blanc3 {
	color: white;
	font-family: Arial;
	font-size: 9.5px;
	font-weight: normal;
	letter-spacing: -0.2px;
	text-align: left;

}

.titre_orga {
	color: white;
	font-size: 9px;
	font-weight: bolder;
	font-family: Arial;
	line-height: 11px;
}

.ligne_orga {
	color: white;
	font-size: 6px;
	font-weight: bolder;
	font-family: Arial;
	line-height: 6px;
}

.titre_actu {
	color: white;
	font-size: 16px;
	font-weight: bolder;
	font-family: Arial;
	font-variant: small-caps;
}

.txt_actu {
	color: white;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}
