/************************************************************************************
*	Fichier		:	rdb1.css
*	Format		:	css 
*	Auteur		:	Pascale Le Goff(genere par Dreamweaver et Wordpad)
*	Version		:	Juin/Juillet 2006
*	Révision de	:	Yannick Bétemps / Alternetic
*	Révision le	:	Juin/Juillet 2006
*	Description       :	feuille de styles utilisee dans les pages du nouveau site 2005 du RDB
************************************************************************************/

/********* Principales Couleurs utilisees : ************************
- vert fonce 			:		#217C71 (fond d'écran)
- verts intermédiaires	:		#00444c #00D2C2 (textes gras, de titres, ...)
- vert clair 			:		#217C71 (fonds de menus,fonds de certains tableaux, arrières plans de titres H)
- vert pastel			:		#9CFFE9 (fond de certaines cases et menus)
- blanc (fond de texte) :		#FFFFFF 
- noir					:		#000000 (texte par défaut)
********************************************************************/


/****************** Redefinition des tags HTML *************************************/

/*corps de texte par défaut*/
body {
	background-color: #FFFFFF;  /*fond blanc */
	margin: 0; /*marge à 0*/
	padding: 0; /*marge à 0*/
	font-family: Arial, Helvetica, sans-serif;
	text-align: center; /* pour corriger le bug de centrage IE */
	font-size: 10px;
	height:100%;
}


/* Définition du style Header 1 */
h1 {  font-size: 18pt; font-weight: bold; color: #00444c; background-color: #00D2C2; margin:0px;padding:0px; text-align:center;}

/* Définition du style Header 2 */
h2
{ 
	 
	font-size: 18px; 
	color: #000000; 
	list-style-type: none; 
	background: #00D2C2 url(images/carre-R_1.gif) no-repeat 0% 0%; 
	list-style-image: none;
	margin:0; padding:0;
	padding-left: 30px;/*position du texte*/ 
	vertical-align: baseline;
	font-weight: bold;
}

h2 a {  color:#000000; background-color:  #00D2C2;}

/* Définition du style Header 3 */

/* Définition générique pour toutes les pages */
h3 { 
	 
	font-size: 14px; 
	color: #000000; 
	list-style-type: none; 
	background:  #00D2C2 url(images/carre-A_1.gif) no-repeat 0% 0%; 
	list-style-image: none; 
	padding:0px;
	margin-bottom:2px;
	margin-top:0px;
	display:table;
	width:100%;
	padding-left:30px;
	text-indent: 0px; /*position du texte*/ 
	height: 16px;
	vertical-align: baseline; 
	font-weight: bold;
}
h3 a { background-color:#00D2C2 !important;  }
h3 a, h3 a:visited { color:#000000; }

/* Définition du style Header 4 */
h4
{
	font-size: 12px;
	font-weight: bold;
	color: #264F4A;
	background-color: #89DEEE;
	margin:0; padding:2px;
	text-indent:20px;
}

/* Styles pour les liens inclus dans les Header 4 dans les pages de contenu */
h4 a
{
	background-color:#89DEEE !important;
}
h4 a:visited
{
	color: #264F4A !important;
}
/* Définition du style Header 5 et du style de légende d'image */
h5
{
	font-size: 12px; color: #00444c !important;
	display:block;
	text-align:left;
	background-color:#BFFFDF;
	text-indent:20px;
}

/****************** Styles personnalises (classes) *********************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/
/*  Début de la définition des styles pour toutes les pages *******/
/******************************************************************/
/******************************************************************/
/******************************************************************/

/****************** Mise en page*************************************/
/*toutes pages*/

/* style pour l'image de rubrique */
#logorubriq { background: #FFFFFF; margin-left: auto; margin-right: auto; width: 900px}

/* style pour les images de navigation situées sous le bandeau */
#menunavig { background: #FFFFFF; margin-left: auto; margin-right: auto; width: 900px}
.menunavig-img {
	width: 136px ;
	height: 16px;
	border: 0px;
	}

/* style pour le cadre englobant le contenu de la page : image de titre et tableau principal */
.global { 

	margin-left: auto; 
	margin-right: auto; 
	width: 900px; /* largeur obligatoire pour être centré */ 
	text-align: left /* on rétablit l'alignement normal du texte du à la transformation dans body à cause de IE*/;
	}

/* style pour l'image de titre de la rubrique en cours */
#imgtitrerubriq { background-color: #FFFFFF; margin-left: 11px; margin-top:20px; margin-bottom:0px;/* border-top: #217C71 solid 20px; */}

/* cadre entourant le tableau principal, ligne blanche fine */
.bordurefil {
	border:0px solid #FFFFFF;
	width:900px;
	margin-bottom:5px;
	margin-top:0px;
}

/* second cadre imbriqué dans bordurefil, utilisé pour le décalage/la bordure gauche */
.bordure {
	background-color: #FFFFFF;
	margin:0px;
	padding:0px;
	width: 900px;
	border:0px solid #FFFFFF;
}

/* chemin-situation site */
#chemin
{
	background-color: #D8F4FA;
	border:2px solid #217C71;
	width: 890px;
	font-size: 12px;
	padding:3px;
	font-style: italic;
	color: #000000;
	margin-bottom:2px;
}
#chemin a
{
	color: #000000;
	font-weight:bold;
	font-style:normal;
}

a.titrerss
{
	font-weight:bold;
	text-decoration:none;
}

/******************************************************************/
/******************************************************************/
/******************************************************************/
/*  Début de la définition des styles pour les modèles SPIP *******/
/******************************************************************/
/******************************************************************/
/******************************************************************/

/** Style pour le bandeau de recherche du BSH et de docs ***/
.bandeau_recherche
{
	width: 890px;
	padding:3px;
	font-size: 12px;
	background-color: #FFFFFF;
	margin-bottom:2px;
	border:2px solid #217C71;
}

/*
Style spécifique pour le bandeau de sélection d'une année hydro dans le bsh
*/
.bandeau_recherche#bandeau_bsh
{
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	
}
/** Fin Style pour le bandeau de recherche du BSH et de docs ***/

/** Styles spéciaux pour le menu déroulant de la gestion documentaire **/

.menuNavigation, .menuNavigation td, .menuNavigation table
{
	padding-top:3px;
	padding-bottom:6px;
}
.menuNavigation img { margin-right:2px; }

a.secteur, a.rubrique { font-weight: bold; text-decoration:none; font-size:10px; color:#000000; min-width:200px;}
#idoff { font-weight: bold;  font-style:normal; color:#000000 !important;}
#idon { font-weight: bold;  color:#000000;}
#idactu { font-weight: bold; font-style:italic; color:#FFFFFF !important ;}
a.secteur:hover, a.rubrique:hover { text-decoration:underline !important; }

/* Styles spéciaux pour la gestion documentaire */
#Layer1, #Layer2, #Layer3, #Layer4, #Layer5, #Layer6, #Layer7, #Layer8, #Layer9, #Layer10
{
	min-width:120px;
}

/** Fin Styles spéciaux pour le menu déroulant de la gestion documentaire **/

/* Définition des styles pour l'affichage des années dans le spip Actus */
.g-tdS td.S-rubrique-annee
{
	text-transform:capitalize;
	text-align:center;
	background-color:#00444c;
	color: #00d2c2;
	height:21px;
}

/* Définition des styles en survol pour l'actu */
.g-tdS td.S-rubrique-annee a
{
	color: #00d2c2;
	font-size:12px;
	font-weight:bold;
	background-color:#00444c;
}
.g-tdS td.S-rubrique-annee:hover, .g-tdS td.S-rubrique-annee:hover a
{
	color:#264F4A; background-color:#89DEEE;
}

/* Définition d'un ID pour l'année d'actualité sélectionnée */
#selection { color:#00444c; background-color: #00d2c2; }

/* Fin Définition des styles en survol pour l'actu */

a.donnees2-lien { font-size:12px; }
a.donnees2-lien .titre { font-size:12px; }

/* Définition de l'affichage des listes de définition pour la colonne de menu */
.g-tdS dl, .g-tdS dt, .g-tdS dd { margin:0px; padding:0px; text-indent:0px; border:0px; }
.g-tdS dd { background-color:#89DEEE; min-width:150px; margin-bottom:2px; padding:2px;}
/******************************************************************/
/******************************************************************/
/******************************************************************/
/*  Début de la définition des styles pour la colonne de liens ****/
/******************************************************************/
/******************************************************************/
/******************************************************************/

 /*class spécifique et héritage de cette classe pour le tableau de page d'acceuil*/

/** Début  Définition du style du menu de navigation de la page d'accueil et des autres pages **/
table.A-menuaccueil
{
	background-color:#00444C;
	width:898px;
	padding:0px;
	font-size:10px;
	border:2px solid #217B71;
}
table.A-menuaccueil td {width:12px; text-align:center; }

table.A-menuaccueil td.A-td-standard
{
	background-color:#00444C;
	width:136px;
	/* padding-left:2px; 	padding-right:2px; */
	padding-top:0px; padding-bottom:0px;
}

table.A-menuaccueil td a
{
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
	height:12px;
	font-weight:bold;
	width:100%;
}
/*
table.A-menuaccueil td.A-td-standard:hover, table.A-menuaccueil td.A-td-standard:hover a
{
	color:#000000; background-color:#00D2C2;
}
*/
table.A-menuaccueil td.A-td-standard { padding:0px; }
table.A-menuaccueil td.A-td-standard a {display:block; padding:4px; width:135px; }
table.A-menuaccueil td.A-td-standard a:hover { color:#FFFFFF; text-decoration:underline; background-color:#00D2C2; }

/** Fin Définition du style du menu de navigation de la page d'accueil et des autres pages **/

.A-table-accueil
{
	font-size:10px;
	color:#FFFFFF;
	background-color:#FFFFFF;
	width:898px;
}

.A-separateur-accueil {width:12px !important; }

/* classe spécifique pour les cases du tableau de page d'accueil */
.A-td-image
{
	background-color:#FFFFFF;
	padding:0px;
	width:136px;
}


.A-td-special-texte
{
	width:126px;
	color:#000000;
	background-color:#9CFFE9;
	padding:4px;
	font-size:12px;
}
.A-td-special-texte p { margin:0px; }

.A-td-special-texte a
{
	background-color:#9CFFE9;
	color: #00444c;
	font-size:12px !important;
}

.A-td-standard-texte
{
	width:126px;
	background-color:#217B71;
	padding:4px;
	font-size:12px;
}
.A-td-standard-texte p { margin:0px; }

.A-td-standard-texte a
{
	color: #FFFFFF;
	font-size:12px;
}

.A-td-standard
{
	width:130px;
	background-color:#217B71;
	padding:2px;
	font-size:12px;
}

.A-td-special
{
	width:130px;
	background-color:#9CFFE9;
	padding:2px;
	font-size:12px;
}

/* classe spécifique pour les cases du tableau de page d'accueil pointant vers les modules SPIP */
.A-td-special-texte, .A-td-special-texte li
{
	color:#000000;
	background-color:#9CFFE9;
	font-size:12px;	
}
.A-td-special-texte li a { text-decoration:none; background:none; } 
.A-td-special-texte li { margin-bottom:3px;  }
.A-td-special-texte li:hover, .A-td-special-texte li:hover a , .A-td-special-texte li a:hover  { background-color:#FFFFFF !important; } 
.A-td-special-texte ul { padding:0px; padding-left:15px; margin:0px; }

/******************************************************************/
/******************************************************************/
/******************************************************************/
/*  Début de la définition des styles pour la colonne de contenus */
/******************************************************************/
/******************************************************************/
/******************************************************************/

/* Définition des tables de type g-table utilisées pour les pages de niveau 1 */
.g-table {
	border: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 2px;
	width: 900px;
}
.g-table td
{
	vertical-align:top;
}

.g-table td p
{
	font-size: 12px; color: #000000; 
	margin-left:5px;
	background: #ffffff;
	padding: 2px;

}

/******************************************************************/
/******************************************************************/
/******************************************************************/
/*  Début de la définition des styles pour la colonne de liens ****/
/******************************************************************/
/******************************************************************/
/******************************************************************/

/* Définition des styles pour la colonne de liens */

/* définition du texte par défaut (dans un paragraphe ou non) */
.g-tdS { padding:4px; border:2px solid #217C71; }
.g-tdS, .g-tdS p {  
	font-size: 10px;
	color: #03444c;
	padding-left: 2px;
	width: 180px; /* 148px; */
	vertical-align: top;
	background-color: #00D2C2;
}
.g-tdS#menu_bsh
{
	width:250px;
}

/* définition des apparences par défaut des types de liens dans la colonne de menus */
.g-tdS a,.g-tdS a:link,.g-tdS a:hover,.g-tdS a:active,.g-tdS a:focus
{ 
	font-size: 12px; font-weight: bold; color: #03444C;			
}



/* Apparence par défaut des textes contenus dans une table dans la colonne des menus */
.g-tdS table td {
	
	font-size: 10pt;
	font-weight: bold;
	color: #03444c;
	background-color: #00d2c2;
	padding-right: 0px;
	border-right: 0;
	margin-right: 0px;
	margin-left: 2px;
	} 

/* redéfinition de la classe S-titre utilisée pour le liens dans la colonne de menus */
.g-tdS .S-titre
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #00444c;
	background-color: #00d2c2;
	padding-right: 0px;
	border-right: 0;
	margin-right: 0px;
	margin-left: 2px;
}

/* Redéfinition du style de titre dans la colonne de menu  */
/* 2px de padding pour compenser le décalage de l'image de fond (16px, x2 car centré) et le padding(30px) */
.g-tdS h3  { text-align:center;  background-color:#89DEEE ; padding-left:2px;  }
.g-tdS h3 a { background-color:#89DEEE !important; color:#000000;  }
.g-tdS h3 a:visited { background-color:#89DEEE; color:#000000; }
/******************************************************************/
/******************************************************************/
/******************************************************************/
/*  Début de la définition des styles pour la colonne de contenus**/
/******************************************************************/
/******************************************************************/
/******************************************************************/


/* Styles de texte par défaut pour la colonne de contenus : standard, en paragraphe, en liste à puces */
.g-td { padding:4px; border:2px solid #217C71;}
.g-td,.g-td p,.g-td ul,.g-td il
{
	font-size: 12px; color: #000000; 
	background-color: #FFFFFF;
}

/* Marge pour les textes hors listes à puces */
.g-td,.g-td p { margin-left:10px; }

/* Définition des styles par défaut par héritage pour les liens contenus dans la section de contenu : g-td */
.g-td a,.g-td a:link { background-color:#FFFFFF; color: #217c71; }
.g-td a:visited {  color: #67b3f2}  
.g-td a:hover {  color: #5cb223} 
.g-td a:active {  color: #5cb223} 
.g-td a:focus {  color: #5cb223}

/* Styles automatiques, par héritages, pour les textes en gras inclus dans la section de contenu (g-td), dans une balise b ou strong, paragraphe ou non */
.g-td b,.g-td strong,.g-td p strong,.g-td strong p
{
	font-size: 10pt; font-weight: bold; color: #217b71;
}

/* Styles automatiques, par héritages, pour les liens en gras inclus dans la section de contenu (g-td), dans une balise b ou strong, paragraphe ou non */
/* Ces styles remplacent les styles STYLBAS-gras-lien */
.g-td a strong,.g-td a:link strong,.g-td a:hover strong,.g-td a:visited strong,.g-td a:active strong,
.g-td strong a,.g-td strong a:link,.g-td strong a:hover,.g-td strong a:visited,.g-td strong a:active
{
	font-size: 10pt; font-weight: bold; color: #217b71;
	text-decoration:underline;
}

/* Styles automatiques pour toutes les tables contenues dans la section de contenu g-td */
/* Evite l'usage d'une classe spécifique pour les tables de g-td */
.g-td table 
{
	font-size: 10pt; color: #000000; 
	background-color: #ffffff;
}

/* style automatique pour les textes contenus dans une table dans la partie contenu */
.g-td table td
{
	vertical-align:middle;
}

/******************************************************************/
/***  Début de classes spécifiques pour la colonne de contenus*****/
/******************************************************************/

/*Style spécifique pour les pages du portfolio : pas de marge à gauche */
.photographie, .photographie p
{
	margin-left:0px;
	
}

/* Définition par héritage des liens de type "Titre", cf gestion/gestion-locale/index.php */
.g-td .G-titre a:link,.g-td .G-titre a:visited,.g-td .G-titre a:hover,.g-td .G-titre a:active,.g-td .G-titre a:focus
{  font-size: 10pt; font-weight: bold; color: #00444c; background-color: #00D2C2}

/* Classe unique pour caler les textes en haut dans les tables par défaut de la section contenu */
.g-td table .g-td-top
{
	vertical-align:text-top;
}

/* Définition des tables vertes - texte par défaut dans une table */
.g-td .g-table-vert,.g-td .g-table-vert td
{
	background-color:#336666;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	border-collapse:collapse;
}

/* Définition des tables vertes : texte en paragraphe ou en puces */
.g-td .g-table-vert p,.g-td .g-table-vert ul
{
	background-color:#336666;
	color:#FFFFFF;
}

/* Définition des tables vertes : texte en gras */
.g-td .g-table-vert strong,.g-td .g-table-vert strong
{
	background-color:#336666;
	color:#FFFFFF;
}

/* Définition d'un type particulier de table pour le calendrier : fond vert clair, texte petits */ 
/* L'ensemble des styles sont couverts : textes, liens, paragraphes, puces */
.g-td .g-table-grandtab
{
	border-bottom:1px solid #FFFFFF;
}

.g-td .g-table-grandtab td
{
	border-bottom:1px solid #FFFFFF;
}

/* Définition d'un type particulier de table pour le calendrier : fond vert clair, texte petits */ 
/* L'ensemble des styles sont couverts : textes, liens, paragraphes, puces */
.g-td .g-table-calendrier
{
	border:1px solid #FFFFFF;
	background-color:#9CFFE9;
	border-collapse:collapse;
}


/* Définition des tables pour le calendrier - texte par défaut dans une table */
.g-td .g-table-calendrier td
{
	border:1px solid #FFFFFF;
	background-color:#9CFFE9;
	font-size: 8pt; color: #00444c;
	vertical-align:top;
}

/* Définition des tables pour le calendrier - texte par défaut en paragraphe */
.g-table-calendrier p,.g-table-calendrier td p
{
	border:none;
	background-color:#9CFFE9;
	font-size: 8pt; color: #00444c;
}

/* Définition des tables pour le calendrier - texte par défaut en gras */
.g-table-calendrier strong
{
	font-size: 8pt; color: #00444c;
}


/* Définition des tables pour le calendrier - affichage des liens */
.g-table-calendrier a,.g-table-calendrier a:link,.g-table-calendrier a:visited,.g-table-calendrier a:hover,.g-table-calendrier a:active
{
	background-color:#9CFFE9;
	font-size: 8pt; color: #00444c;
}

/* Définition des tables pour le calendrier - texte dans un paragraphe */
td.g-table-calendrier p
{
	background-color:#9CFFE9;
}


/* Définition du style g-table contenu dans la section de contenu g-td */
.g-td .g-table td { vertical-align:top; }

/* styles par défaut d'affichage des textes en liens gras dans la colonne de contenu */
.g-td .g-table a strong,.g-td .g-table a:link strong,.g-td .g-table a:hover strong,.g-td .g-table a:visited strong,.g-td .g-table a:active strong,
.g-td .g-table strong a,.g-td .g-table strong a:link,.g-td .g-table strong a:hover,.g-td .g-table strong a:visited,.g-td .g-table strong a:active
{
	font-size: 10pt; font-weight: bold; color: #217b71;
	text-decoration:underline;
}

/******************************************************************/
/******************************************************************/
/******************************************************************/
/****Redéfinition des entêtes - précision selon le contexte********/
/******************************************************************/
/******************************************************************/
/******************************************************************/




/* Définition spécifique pour les h3 présents en pages de niveau 1 !! */
.g-td h3		{ text-indent:30px; padding-left:0px; }



/* Styles pour les liens inclus dans les Header 3 ainsi que dans la classe équivalente : G-sommaire dans les pages de contenu */
.g-td h3 a,.g-td h3 a:link,.g-td h3 a:visited,.g-td h3 a:hover,.g-td h3 a:active,.g-td h3 a:focus
{
	font-size: 14px;
	color: #000000;
	list-style-type: none;
	font-weight: bold;
	background-color:  #00D2C2;
}

.g-td h3 a:hover
{
	color:#217C71;
}

/* Définition spécifique pour les h3 présents dans les tableaux d'index */
.g-table-index td h3,.g-table-index td .G-sommaire
{
	text-indent:0px !important;
	padding-left:30px !important;
}
.g-table-index td h3 a , .g-table-index td h3 a:visited { color: #217C71; }
.g-table-index td h3 a:hover { color:#A1FCE1; }
/******************************************************************/
/******************************************************************/
/******************************************************************/
/***********************Styles généraux****************************/
/***********************pour les pages de contenu******************/
/******************************************************************/
/******************************************************************/

 /*général : styles d'édition pour le texte des pages statiques*/
 /* Styles destinés à l'utilisateur pour le formatage des pages de contenu */
 
 /* Styles de texte pur */
.STYLBAS-legende {  font-size: 8pt !important; color: #00444c; display:inline;	text-align:center;}
.STYLBAS-legende-blanc {  font-size: 8pt; color: #FFFFFF}
.STYLBAS-vert { color: #336666; }
.STYLBAS-blanc {  font-size: 10pt; color: #FFFFFF}
.STYLBAS-noir {  font-size: 10pt; color:#000000; }
.STYLBAS-italique { font-size: 10pt; color: #000000; font-style:italic;}
.STYLBAS-gras {  font-size: 10pt; font-weight: bold; color: #217b71}
.STYLBAS-gras-blanc {  font-size: 10pt; font-weight: bold; color: #FFFFFF}
.STYLBAS-gras-vert {  font-size: 10pt; font-weight: bold; color: #9CFFE9}
.STYLBAS-gras-noir { color:#000000; font-weight: bold; }
.STYLBAS-gras-lien:link,.STYLBAS-gras-lien:visited,.STYLBAS-gras-lien:hover,.STYLBAS-gras-lien:active,.STYLBAS-gras-lien:focus
 {  font-size: 10pt; font-weight: bold; color: #217b71}

/* Styles d'apparence des tableaux ou cases de tableaux */
.STYLBAS-table-vert-clair, .STYLBAS-table-vert-clair p, .STYLBAS-table-vert-clair a { background-color:#00D2C2 !important; }
.STYLBAS-table-vert-fonce, .STYLBAS-table-vert-fonce p, .STYLBAS-table-vert-fonce a { background-color:#217b71 !important; }
.STYLBAS-table-vert-chaud, .STYLBAS-table-vert-chaud p, .STYLBAS-table-vert-chaud a { background-color:#00D269 !important; }
.STYLBAS-table-bleu, .STYLBAS-table-bleu p, .STYLBAS-table-bleu a { background-color:#89DEEE !important; }
.STYLBAS-table-bleu-chaud, .STYLBAS-table-bleu-chaud p, .STYLBAS-table-bleu-chaud a { background-color:#0069D2 !important; }


/*** Fin des styles généraux pour les textes ****/.STYLBAS-table-vert-leger, .STYLBAS-table-vert-leger p, .STYLBAS-table-vert-leger a {
background-color:#C1FFFE!important;
}
.STYLBAS-table-bleu-leger, .STYLBAS-table-bleu-leger p, .STYLBAS-table-bleu-leger a {
background-color:#D8F4FA!important;
}
.STYLBAS-table-mauve, .STYLBAS-table-mauve p, .STYLBAS-table-mauve a, .STYLBAS-table-mauve ul, .STYLBAS-table-mauve li {

background-color:#E9D2FF!important;
}
.STYLBAS-table-mauve b,.STYLBAS-table-mauve a
{
	color:#440088 !important;
}
.STYLBAS-table-blanc, .STYLBAS-table-blanc p, .STYLBAS-table-blanc a {


background-color:#FFFFFF!important;
}

.STYLBAS-table-blanc-bord-gris,
{
	border:1px solid #EAEAEA;
	background-color:#FFFFFF!important;
}


/********** Définition de styles spécifiques pour des cas particuliers : SPIP ou autres ******************************************/
.G-date-titre
{
	background-color:#00444c !important;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	color:#FFFFFF;
	text-align:center;
	width:80px;
}

a.donnees2-lien { font-size:10px; font-style:italic; text-decoration:none; }
a.donnees2-lien .titre { font-size:12px;  font-style:normal; margin-right:10px;  text-decoration:underline !important;  }
