
/* ancien bleu pâle --> #5493C9;*/

.texte_od    { font-family: Arial; font-size: 10pt; color: #004489; text-align: justify }
.texte_od_b    { font-family: Arial; font-size: 10pt; color: #004489; text-align: justify; font-weight:bold }

.texte_od_dark {font-family: Arial; font-size: 10pt; color: #004489; text-align: justify;}
.texte_od_dark_b {font-family: Arial; font-size: 10pt; color: #004489; text-align: justify; font-weight:bold}
.texte_od_dark_l_b {font-family: Arial; font-size: 11pt; color: #004489; text-align: justify; font-weight:bold}
.texte_legende {font-family: Arial; font-size: 9pt; color: #004489; font-weight:bold}



a            { font-family: Arial; font-size: 10pt; color: #004489; line-height: 150% }
hr           { color: #004489; width: 80% }

/************************** SPAN PDF LINK ***************************/

span.span_pdflink,
span.span_pdflink a  {display:inline-block;}

span.span_pdflink  {
	font-family: Arial; font-size: 12px;
	border-color: #A6A8AA;
    border-width: 1px;
    border-style: solid;
	padding-right: 5px;
	padding-top : 5px;
	padding-bottom:5px;
	color:#000000;
	font-size:12px;
	margin-bottom:3px;
	}

span.span_pdflink a  {
	background: url(/images/pdf.gif) 5px 0px no-repeat;
	min-height: 17px;
	padding-left: 27px; /* 5px(marge gauche icône) + 17px(largeur icône) + 5px(marge droite icône) */
	/*padding-bottom: 5px;*/
    color : #20558A;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}

span.span_pdflink a:hover  { text-decoration:underline;}




span.span_xlslink,
span.span_xlslink a  {display:inline-block;}

span.span_xlslink  {
	font-family: Arial; font-size: 12px;
	border-color: #A6A8AA;
    border-width: 1px;
    border-style: solid;
	padding-right: 5px;
	padding-top : 5px;
	padding-bottom:5px;
	color:#000000;
	font-size:12px;
	margin-bottom:3px;
	}

span.span_xlslink a  {
	background: url(/images/xls.gif) 5px 0px no-repeat;
	min-height: 17px;
	padding-left: 27px; /* 5px(marge gauche icône) + 17px(largeur icône) + 5px(marge droite icône) */
	/*padding-bottom: 5px;*/
    color : #20558A;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}

span.span_xlslink a:hover  { text-decoration:underline;}
/************************** FIN : SPAN PDF LINK ***************************/


