/* CSS Document - WEBSITE ALAIN DELON 2005
	Application("BLUE") = "#0847D3"
	Application("GRAY") = "#DDDDDD"
*/

/*REMPLACE PAR .texte_off*/
.texte_gris_off {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #DDDDDD;		/* gris ADD */
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	text-decoration:line-through; /*texte barré*/
}

.texte_gris {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #E9E9E9;		/* gris ADD */
	font-size: 11px;
	font-style: normal;
	line-height: normal;
}

/*CSS POUR BACK OFFICE*/
.texte_bleu_off {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #0847D3;		/* bleu ADD */
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	text-decoration:line-through; /*texte barré*/
}

/*CSS POUR BACK OFFICE*/
.texte_off {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-decoration:line-through; /*texte barré*/
}

.texte_bleu {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #0847D3;		/* bleu ADD */
	font-size: 11px;
	font-style: normal;
	line-height: normal;
}

.texte {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #000000;
}
/*21.09.05 message d'avertissement des anciennes pages web*/
.attention {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #000000;
}

a {	
	color: #0847D3; /*bleu AD*/
	text-decoration: underline;
}

a:hover {	
	color:  #000000;	/*noir*/
	text-decoration: none;
	}

a:active {
	color: #000000;/*noir*/
	text-decoration: underline;
} 

a:visited {
	color: #0847D3; /*bleu AD*/
	text-decoration: underline;
}

body {	
	margin-top: 0px;
	}

.titre_biographie {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #0847D3;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}

/*CSS POUR PAGES default.asp*/
.texte_blanc {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	font-weight: bold;
	font-variant: normal;
}
a.blanc {
	color: #FFFFFF;
	font-weight: bold;
}