/* --------------- TEXTES POPUP --------------- */
.texte_titre {
font-family: Arial, sans-serif;
	align= left;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #FF6400;
}

.texte_ss_titre {
font-family: Arial, sans-serif;
	align= left;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FF6400;
}

.texte_noir_mini_titre {
font-family: Arial, sans-serif;
	align= left;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.texte_noir {
font-family: Arial, sans-serif;
	align= left;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.texte_lien {
font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background: #FF6400;
	color: #FFFFFF;
}
.texte_lien:hover {
font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	background: #FF6400;
	color: #000000;
}

.texte_blanc {
font-family: Arial, sans-serif;
	align= left;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

.texte_gris {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	text-decoration: none;
	color: #EFEFEF;
}

/* --------------- SCROLL TEXTES --------------- */

.scroll_pop_part
{
   width: 650px; /* -10 px */
   height: 400px;
   overflow: auto;
   padding: 0px
}