/*  ----------------------------------------------------------- */
/*  Feuilles de styles des squelettes par defaut pour SPIP 1.9  */
/*  ----------------------------------------------------------- */

/* taille typo
 * Base				100%
 * -------------------------------------
 * 20px				1.27em
 * 19px				1.21em
 * 18px				1.15em
 * 17px				1.09em
 * 16px				1.03em
 * 15px				0.96em
 * 14px				0.88em
 * 13px				0.82em
 * 12px				0.77em
 * 11px				0.71em
 * 10px				0.65em
 *  9px				0.59em
 * Attention : en dessous de 0.71em le texte devient illisible en text smallest sur MSIE
 */

/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */
body {
	background: #FFF;
	margin: 5 auto;
	margin-top: 10px;
	text-align: center;
	font-size: 1em;
	color: #333;
}

img, table { margin: 0; padding: 0; border: none; }
ul, ol, li { margin: 0; padding: 0; }
ul { list-style: none; }

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */

#page {
	width: 974px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#conteneur { 
	width: 100%; 
	margin: 0 auto;
	text-align:left; }

#conteneur #contenu {
	float: left;

}

#conteneur #navigation {
	float: right;
	width: 12em;
	text-align: center;
}

/* Blocs du contenu (c-a-d. la colonne principale) */
#contenu .contre-encart {
	float: left;
}

#contenu .encart {
	float: right;
	width: 11em;
	margin: 0;
	margin-bottom: 1em;
}

/* Entete */
#entete {
	width: 100%;
	border-bottom: 2px solid #333; }
#entete #nom_site_spip, #entete a .spip_logos {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 1.5em; }
#entete a { text-decoration: none; }
#entete .formulaire_recherche { float: right; }

/* Fil d'Ariane */
#hierarchie {
	clear: both;
	margin-bottom: 8px;
	font-size: 12px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #666666; }

#hierarchie a:link {
	font-size: 12px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #666666;
	text-decoration: underline; }

#hierarchie a:visited {
	font-size: 12px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #666666;
	text-decoration: underline; }

#hierarchie a:hover {
	font-size: 12px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #666666;
	text-decoration: none; }

#hierarchie a:active {
	font-size: 12px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #666666;
	text-decoration: none; }

/* Pied de page */
#pied {
	clear: both;
	width: 100%;
	margin-top: 4em;
	border-top: 1px dotted #CCC;
	padding: 2px;
	text-align: center; }
#pied small { font-size: 12px; }
#pied img { vertical-align: bottom; }

/* Espaceur de blocs */
.nettoyeur { clear: both; margin: 0; padding: 0; border: none; height: 0; font-size: 1px; }

/* Non visible a l'ecran */
.invisible { position: absolute; top: -3000em; height: 1%; }


/*  ------------------------------------------
/*  Typographie generale du site
/*  ------------------------------------------ */

/* Typo pour les menus et la navigation */
body, #navigation, .encart, .formulaire_spip {
	font-family: Georgia, "Times New Roman", serif; 
	color: #000066; }

#navigation a:link {
	color: #000066;
 }

#navigation a:visited {
	color: #000066;
}

#navigation a:hover {
	color: #000066;
	text-decoration: underline; }	

#navigation a:active {
	color: #000066;
	text-decoration: underline; }

/* Typo pour le contenu */
#contenu {
	font-family: "Trebuchet MS", Helvetica, sans-serif; }

/* Typo pour les citations et extraits introductifs */
q, blockquote, .liste-articles li .texte, h3.spip, .voirskel {
	font-family: "Bitstream Vera Serif", Georgia, Times, serif; }


/*  ------------------------------------------
/*  Habillage des menus et de la navigation
/*  ------------------------------------------ */

/*  Habillage general des menus de navigation
---------------------------------------------- */
.rubriques, .breves, .syndic, .divers {

	border: 0px solid #CCC;
	margin-bottom: 0px;
	font-size: 12px;
	padding-bottom: 0px;
	color: #444444; }

.forums {

	border: 1px solid #CCC;
	margin-bottom: 0px;
	font-size: 12px;
	padding-bottom: 0px;
	color: #444444; }

.rubriques, .breves, .syndic, .forums, .divers a:link {
	color: #444444; }

.rubriques, .breves, .syndic, .forums, .divers a:hover {
	color: #444444; }

.rubriques, .breves, .syndic, .forums, .divers a:visited {
	color: #444444; }

.menu-titre {
	font-size: 18px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
	color: #3399CC;
	padding: 0.2em 0.4em;
	border-bottom: 1px dotted #CCC;
	text-align: center;
	font-weight: bold;
	margin-bottom: 6px;
}

#navigation p, .encart p { text-align: left;  }
#navigation ul, .encart ul { text-align: left; }
#navigation li, .encart li { padding: 0 0 0 0; }

/*  Des couleurs specifiques selon les types de menus
---------------------------------------------- */
.rubriques { background: #EAFFEA;}
.rubriques .menu-titre { background: #F2FFF2; }

.breves { background: #FFFFFF; }
.breves .menu-titre { background: #FFFFFF; }

.syndic { background: #E8F8F8; }
.syndic .menu-titre { background: #F0FCFC; }

.forums { background: #EAEAFF; }
.forums .menu-titre { background: #F2F2FF; }

.divers { background: #F8F8E8; }
.divers .menu-titre { background: #FCFCF0; }

/*  ------------------------------------------
/*  Habillage du contenu
/*  ------------------------------------------ */

/*  Cartouche et titraille
---------------------------------------------- */
.cartouche { margin-bottom: 0px; }

.cartouche .titre {
	font-size: 26px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
	color: #333333;
	padding-bottom: 10px; }

.cartouche .soustitre {
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #AA0000;
	padding-bottom: 10px; }

.titrecollaboren {
	font-size: 18px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #336633;
	padding-bottom: 4px; }

.titrecollaboren a:link {
	color: #336633; }

.titrecollaboren a:hover {
	color: #336633; 
	text-decoration: underline; }

.titrecollaboren a:visited {
	color: #336633; }

.titrerubrique {
	font-size: 24px;
	font-weight: normal;
	font-family: Verdana, Tahoma, sans-serif;
	text-align: center;
	color: #6699CC;
	border-bottom: 2px solid #CC0000;
	padding-bottom: 3px; }

.nacio_titrerubrique {
	font-size: 30px;
	font-weight: normal;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-variant: small-caps;
	text-align: left;
	color: #003366;
	border-bottom: 0px solid #FF0000;
	padding-bottom: 3px; }

#contenu .surtitre { 
	font-size: 14px;
	font-family: Verdana, Tahoma, sans-serif; 
	color: #666666;
	font-variant: small-caps;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px; }

#contenu .surtitre_bits { 
	font-size: 16px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #CC0000;
	padding-bottom: 5px; }

#contenu .soustitre { 
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	padding-bottom: 5px; }

.cartouche .spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px; }

.cartouche p { 
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	margin: 0 0 6px 0; 
	padding: 0 0 0 0; 
	clear: left; }

.cartouche small { font-size: 12px; }

.cartouche .traductions { font-size: 0.71em; }
.cartouche .traductions * { display: inline; }
.cartouche .traductions li { padding-left: 1em; }

/*  Estils propis mondivers2.0
---------------------------------------------- */




/* Estils del peu */

#peu {
  clear: both;
  text-align: center;
  padding-top: 20px;
}


img {
  border: none;
}



#peu h1 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #999999; 
	text-decoration: none;
}

#peu h1 a:link {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #999999;
	text-decoration: underline; 
}

#peu h1 a:visited {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #999999;
	text-decoration: underline; 
}

#peu h1 a:hover {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #999999; 
	text-decoration: none;
}

#peu h1 a:active {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #999999;
	text-decoration: none; 
}


/* Estils del cap */

#caixasuperior {
  width: 974px;
  margin: 0;
}


#cap {
  width: 974px;
  padding-top: 10px;
  margin: 0;
  float: left;
}

#menu {
  width: 974px;
  clear: both;
  padding-top: 20px;
}

#menuesq {
  float: left;
  width: 580px;
  padding-right: 20px;
}

#menudr {
  float: left;
  width: 374px;
}

#capcalera {
  float: left;
  width: 588px;
}

#capcalera-petita {
  float: right;
}

#iconespetites {
  float: right;
  padding: 30px 0 0 0;
  width: 186px;
}



img {
  border: none;
}

#data {
	float: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6699CC;
	padding: 40px 0 0 0;
	width: 200px;
}

.inicimarge {
	margin-left: 20px;
}





#menu1, #menu2, #menu3, #menu4, #menu5 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #00CCFF;
}

#cercador {
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
font-size: 12px;
background: #EEEEEE;
float: right;
border: 1px silver solid;
}

.menux {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	padding-top: 1px;
}

.menux a:link {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
	padding-top: 1px;
}

.menux a:visited {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
	padding-top: 1px;
}

.menux a:hover {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
	padding-top: 1px;
}


.menux a:active {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
	padding-top: 1px;
}


/* Estils de portada esquerra i dreta */



#esquerra {
  float: left;
  width: 652px;
  margin-top: 20px;
}

#esquerra #principal {
  float: left;
  width: 468px;
}

#esquerra #secundari {
  float: right;
  width: 169px;
}

#esquerra #principal-naciopedia-fitxes {
  float: left;
  width: 382px;
}

#esquerra #secundari-naciopedia-fitxes {
  float: right;
  width: 250px;
}

#esquerra #principal-analisi {
  float: left;
  width: 652px;
}

#dreta {
  float: right;
  width: 302px;
  margin-top: 20px;
  padding-top: 5px;
} 

img {
  border: none;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 28px;
	font-weight: normal;
	text-decoration: none; 
	color: #333333;
	margin: 0 0 0 0;
}


h1 a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 28px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin: 0 0 0 0;
}

h1 a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 28px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin: 0 0 0 0; 
}

h1 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 28px;
	font-weight: normal;
	color: #333333; 
	text-decoration: underline; 
	margin: 0 0 0 0;
}

h1 a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 28px;
	font-weight: normal;
	color: #333333;
	text-decoration: none; 
	margin: 0 0 0 0;
}


h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 22px;
	font-weight: normal;
	text-decoration: none; 
	color: #333333;
	margin: 0 0 0 0;
}


h2 a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 22px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin: 0 0 0 0;
}

h2 a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 22px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin: 0 0 0 0; 
}

h2 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 22px;
	font-weight: normal;
	color: #333333; 
	text-decoration: underline; 
	margin: 0 0 0 0;
}

h2 a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 22px;
	font-weight: normal;
	color: #333333;
	text-decoration: none; 
	margin: 0 0 0 0;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none; 
	color: #333333;
	margin: 15px 0 5px 0;
}


h3 a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin: 15px 0 5px 0;
}

h3 a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin: 15px 0 5px 0; 
}

h3 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 18px;
	font-weight: normal;
	color: #333333; 
	text-decoration: underline; 
	margin: 15px 0 5px 0;
}

h3 a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	text-decoration: none; 
	margin: 15px 0 5px 0;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none; 
	color: #003399;
	margin: 5px 0 5px 0;
}


h4 a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 15px;
	font-weight: normal;
	color: #003399;
	text-decoration: none;
	margin: 5px 0 5px 0;
}

h4 a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 15px;
	font-weight: normal;
	color: #003399;
	text-decoration: none;
	margin: 5px 0 5px 0; 
}

h4 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 15px;
	font-weight: normal;
	color: #003399; 
	text-decoration: underline; 
	margin: 5px 0 5px 0;
}

h4 a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 15px;
	font-weight: normal;
	color: #003399;
	text-decoration: none; 
	margin: 5px 0 5px 0;
}

h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none; 
	color: #003399;
	margin: 0 0 5px 0;
}


h6 a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 20px;
	font-weight: normal;
	color: #003399;
	text-decoration: none;
	margin: 0 0 5px 0;
}

h6 a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 20px;
	font-weight: normal;
	color: #003399;
	text-decoration: none;
	margin: 0 0 5px 0; 
}

h6 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 20px;
	font-weight: normal;
	color: #003399; 
	text-decoration: underline; 
	margin: 0 0 5px 0;
}

h6 a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 20px;
	font-weight: normal;
	color: #003399;
	text-decoration: none; 
	margin: 0 0 5px 0;
}



h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none; 
	color: #003399;
	margin: 5px 0 5px 0;
}


h5 a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 18px;
	font-weight: normal;
	color: #003399;
	text-decoration: none;
	margin: 5px 0 5px 0;
}

h5 a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 18px;
	font-weight: normal;
	color: #003399;
	text-decoration: none;
	margin: 5px 0 5px 0; 
}

h5 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 18px;
	font-weight: normal;
	color: #003399; 
	text-decoration: underline; 
	margin: 5px 0 5px 0;
}

h5 a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 18px;
	font-weight: normal;
	color: #003399;
	text-decoration: none; 
	margin: 15px 0 5px 0;
}



/* Estils de noticies de portada */



.h1subtit {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background: none;
	color: #993300;
	margin: 10px auto 0 auto;
	padding-bottom: 3px; 
}

.h1mesinfo {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF3300;
	margin: 10px auto 0 auto;
	padding-bottom: 3px; 
}

.h1mesinfo a:link {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0099FF; 
	margin: 10px auto 0 auto;
	padding-bottom: 3px;
	text-decoration: none; 
}

.h1mesinfo a:visited {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0099FF; 
	margin: 10px auto 0 auto;
	padding-bottom: 3px; 
	text-decoration: none; 
}


.h1mesinfo a:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0099FF;
	margin: 10px auto 0 auto;
	padding-bottom: 3px; 
	text-decoration: underline; 
}

.h1mesinfo a:active {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0099FF;
	margin: 10px auto 0 auto;
	padding-bottom: 3px; 
	text-decoration: underline; 
}

.h2subtit {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background: none;
	color: #993300;
	margin: 10px auto 0 auto;
	padding-bottom: 3px; 
}

#caixa1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	background: #DDDDDD;
  	border: 0px solid #FF0000;
	padding: 10px;
}

#caixa1 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	color: #3366CC;
	padding-top: 20px;
}

#caixa1 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	color: #3366CC;
	padding-top: 20px;
}

#caixa1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-decoration: underline;
	color: #3366CC;
	padding-top: 20px;
}
	
#caixa1 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-decoration: underline;
	color: #3366CC;
	padding-top: 20px;
}

#caixa1 img {
  border: 1px silver solid;
  padding: 0px;
  margin: 0 10px 10px 0;
}

#caixa2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
	background: #DDDDDD;
  	border: 0px solid #FF0000;
	padding: 8px;
}

#caixa2 a:link {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	color: #333333;
	margin-bottom: 6px;
}

#caixa2 a:visited {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	color: #333333;
	padding-bottom: 12px;
}

#caixa2 a:hover {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	text-decoration: underline;
	color: #333333;
	padding-bottom: 12px;
}
	
#caixa2 a:active {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	text-decoration: underline;
	color: #333333;
	padding-bottom: 12px;
}

#caixa2 img {
  width: 160px;
  border: 1px silver solid;
  padding: 0px;
  margin: 0 10px 10px 0;
}

#ad2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #CC0000;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border: 0px solid #6699CC;
}

#ad2 img {
  width: 455px;
  border: 1px silver solid;
  padding: 5px;
  margin: 0 0 0 0;
  clear:left;
}

#noti1bis img {
  width: 160px;
  border: 1px silver solid;
  padding: 5px;
  margin: 0 10px 10px 0;
}

#noti2 img {
  width: 160px;
  border: 1px silver solid;
  padding: 5px;
  margin: 0 10px 10px 0;
}

#noti3 img {
  width: 160px;
  border: 1px silver solid;
  padding: 5px;
  margin: 0 0 10px 10px;
}


#noti4 img {
  border: 1px silver solid;
  padding: 5px;
  margin: 0 0 10px 10px;
}


#noti5 img {
  border: 1px silver solid;
  padding: 5px;
  margin: 0 0 10px 10px;
}


.h3subtit {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background: none;
	color: #993300;
	margin: 10px auto 0 auto;
	padding-bottom: 3px; 
}

.text {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	padding-bottom: 8px;
}

.text a:link, a:visited {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #0099FF;
	padding-bottom: 8px;
}

.text a:hover, a:active {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #0099FF;
	padding-bottom: 8px;
}




.textdata {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #6699CC;
}

#notisanteriors {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	margin: 15px 0 0 0;
}

#sumaridossierportada {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	margin: 15px 0 0 0;
}

.seccionotisanteriors {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background: none;
	color: #993300;
	margin: 10px auto 0 auto;
	padding-bottom: 3px; 
}


#endetall {
	border: 1px solid #D5EAEA;
	padding: 10px;
	margin-top: 20px;
}

#endetall img {
  border: 1px silver solid;
  padding: 5px;
  margin: 0 0 10px 10px;
}



#endetall h1 {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: #D5EAEA;
	color: #6699CC;
	border-bottom: 2px solid #6699CC;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

#endetall h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-variant: small-caps;
	color: #FF0000;
	padding-bottom: 10px;
}

#endetall h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	color: #333399;
	padding-bottom: 0px;
	margin: 0;
}

#endetall h3 a:link {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	color: #333399;
	padding-bottom: 0px;
	margin: 0;
}

#endetall h3 a:visited {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	color: #333399;
	padding-bottom: 0px;
	margin: 0;
}

#endetall h3 a:hover {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	color: #333399;
	padding-bottom: 0px;
	margin: 0;
}
	
#endetall h3 a:active {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	color: #333399;
	padding-bottom: 0px;
	margin: 0;
}

#endetall h4 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	color: #333399;
	padding-bottom: 0px;
	margin: 0;
}

#endetall h4 a:link {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	color: #333399;
	padding-bottom: 0px;
	margin: 0;
}

#endetall h4 a:visited {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	color: #333399;
	padding-bottom: 0px;
	margin: 0;
}

#endetall h4 a:hover {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	color: #333399;
	padding-bottom: 0px;
	margin: 0;
}
	
#endetall h4 a:active {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	color: #333399;
	padding-bottom: 0px;
	margin: 0;
}

#endetall h5 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 17px;
	font-style: italic;
	color: #333399;
	padding-bottom: 0px;
	margin: 0;
}

#endetall h5 a:link {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 17px;
	font-style: italic;
	color: #333399;
	padding-bottom: 0px;
	margin: 0;
}

#endetall h5 a:visited {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 17px;
	font-style: italic;
	color: #333399;
	padding-bottom: 0px;
	margin: 0;
}

#endetall h5 a:hover {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 17px;
	font-style: italic;
	color: #333399;
	padding-bottom: 0px;
	margin: 0;
}
	
#endetall h5 a:active {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 17px;
	font-style: italic;
	color: #333399;
	padding-bottom: 0px;
	margin: 0;
}

#endetall h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	padding: 3px 0 5px 0;
	margin: 0 0 0 0;
}

.notiambfoto img {
  border: 1px silver solid;
  padding: 4px;
  margin: 5px 0 10px 0;
}

#enbreu {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #CC0000;
  padding: 10px;
  margin: 5px 0 15px 0;
  border: 1px solid #6699CC;
}

#enbreu h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background: none;
	color: #666666;
	padding: 10px 0 2px 0;
}

#enbreu h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none; 
	color: #0066CC;
	margin: 5px 0 5px 0;
}

#enbreu h2 a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 15px;
	font-weight: normal;
	color: #0066CC;
	text-decoration: none;
	margin: 5px 0 5px 0;
}

#enbreu h2 a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 15px;
	font-weight: normal;
	color: #0066CC;
	text-decoration: none;
	margin: 5px 0 5px 0; 
}

#enbreu h2 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 15px;
	font-weight: normal;
	color: #0066CC; 
	text-decoration: underline; 
	margin: 5px 0 5px 0;
}

#enbreu h2 a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 15px;
	font-weight: normal;
	color: #0066CC;
	text-decoration: none; 
	margin: 5px 0 5px 0;
}


#quiosc {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  background: #FFF1DD;
  padding: 10px;
  margin: 0 0 15px 0;
}

#quiosc2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  background: #FFF1DD;
  padding: 10px;
  margin: 0 0 15px 0;
}

.quiosc-nompais {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #707070; 
	margin-bottom: 3px;
}

.quiosc-nomdiari {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	color: #CC3300; 
	margin-bottom: 3px;
}

.quiosc-titular {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none; 
	color: #6699CC;
	margin: 15px 0 5px 0;
}


.quiosc-titular a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 12px;
	font-weight: normal;
	color: #6699CC;
	text-decoration: none;
	margin: 15px 0 5px 0;
}

.quiosc-titular a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 12px;
	font-weight: normal;
	color: #6699CC;
	text-decoration: none;
	margin: 15px 0 5px 0; 
}

.quiosc-titular a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 12px;
	font-weight: normal;
	color: #6699CC; 
	text-decoration: underline; 
	margin: 15px 0 5px 0;
}

.quiosc-titular a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 12px;
	font-weight: normal;
	color: #6699CC;
	text-decoration: none; 
	margin: 15px 0 5px 0;
}

#ad5 {
  margin: 15px 0 15px 0;
}

#naciopedia {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #CC0000;
  background: #E9E9FF;
  padding: 10px;
  margin: 5px 0 15px 0;
  border: 1px solid #6699CC;
}

#naciopedia h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: none;
	color: #666666;
	padding: 10px 0 2px 0;
}

#naciopedia h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none; 
	color: #0066CC;
	margin: 5px 0 5px 0;
}

#naciopedia h2 a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 15px;
	font-weight: normal;
	color: #0066CC;
	text-decoration: none;
	margin: 5px 0 5px 0;
}

#naciopedia h2 a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 15px;
	font-weight: normal;
	color: #0066CC;
	text-decoration: none;
	margin: 5px 0 5px 0; 
}

#naciopedia h2 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 15px;
	font-weight: normal;
	color: #0066CC; 
	text-decoration: underline; 
	margin: 5px 0 5px 0;
}

#naciopedia h2 a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 15px;
	font-weight: normal;
	color: #0066CC;
	text-decoration: none; 
	margin: 5px 0 5px 0;
}

#naciopedia-novetats {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #CC0000;
  background: #F1F1FF;
  padding: 10px;
  margin: 5px 0 15px 0;
  border: 0px solid #6699CC;
}


#naciopedia-novetats h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding: 10px 0 2px 0;
}

#naciopedia-novetats h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none; 
	color: #0066CC;
	margin: 5px 0 5px 0;
}

#naciopedia-novetats h2 a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #0066CC;
	text-decoration: none;
	margin: 5px 0 5px 0;
}

#naciopedia-novetats h2 a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #0066CC;
	text-decoration: none;
	margin: 5px 0 5px 0; 
}

#naciopedia-novetats h2 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #0066CC; 
	text-decoration: underline; 
	margin: 5px 0 5px 0;
}

#naciopedia-novetats h2 a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	color: #0066CC;
	text-decoration: none; 
	margin: 5px 0 5px 0;
}

#naciopedia-taula {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #CC0000;
  padding: 10px;
  margin: 5px 0 15px 0;
  border: 1px solid #6699CC;
}

#naciopedia-taula h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background: none;
	color: #666666;
	padding: 10px 0 2px 0;
}

#naciopedia-taula h1 a:link {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background: none;
	color: #666666;
	padding: 10px 0 2px 0;
}

#naciopedia-taula h1 a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background: none;
	color: #666666;
	padding: 10px 0 2px 0;
}

#naciopedia-taula h1 a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background: none;
	color: #666666;
	text-decoration: underline; 
	padding: 10px 0 2px 0;
}

#naciopedia-taula h1 a:active {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background: none;
	color: #666666;
	padding: 10px 0 2px 0;
}

#naciopedia-taula h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none; 
	color: #0066CC;
	margin: 5px 0 5px 0;
}

#naciopedia-taula h2 a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 13px;
	font-weight: normal;
	color: #0066CC;
	text-decoration: none;
	margin: 5px 0 5px 0;
}

#naciopedia-taula h2 a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 13px;
	font-weight: normal;
	color: #0066CC;
	text-decoration: none;
	margin: 5px 0 5px 0; 
}

#naciopedia-taula h2 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 13px;
	font-weight: normal;
	color: #0066CC; 
	text-decoration: underline; 
	margin: 5px 0 5px 0;
}

#naciopedia-taula h2 a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	font-size: 13px;
	font-weight: normal;
	color: #0066CC;
	text-decoration: none; 
	margin: 5px 0 5px 0;
}

#bits {
  background: #E9FFF8;
  padding: 10px 10px 3px 10px;
  margin: 0 0 15px 0;
}

#bits img {
  padding: 3px 8px 0 0;
}

.bits-seccio {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #FF6633;
  border-bottom: 1px solid #FF6633;
  margin: 5px 0 10px 0;
  padding-bottom: 2px;
}


.bits-avantit {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #707070; 
	margin: 0 0 5px 0;
}

.bits-tit {
	font-family: Arial, Helvetica, sans-serif;
	background: none;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none; 
	color: #FF0000;
	margin: 0 0 5px 0;
}


.bits-tit a:link {
	font-family: Arial, Helvetica, sans-serif;
	background: none;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	margin: 0 0 5px 0;
}

.bits-tit a:visited {
	font-family: Arial, Helvetica, sans-serif;
	background: none;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	margin: 0 0 5px 0; 
}

.bits-tit a:hover {
	font-family: Arial, Helvetica, sans-serif;
	background: none;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000; 
	text-decoration: underline; 
	margin: 0 0 5px 0;
}

.bits-tit a:active {
	font-family: Arial, Helvetica, sans-serif;
	background: none;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none; 
	margin: 0 0 5px 0;
}

/* Estils dreta */


#editorial {
	margin: 0 0 0 0;
}

#editorial h1 {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #6699CC;
	background: #D1DEEB;
	border-bottom: 2px solid #6699CC;
	padding: 3px 0 3px 0;
	margin: 0 0 0 0;
}

#editorial h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	color: #0099FF;
	margin: 0 0 10px 0;
}

#editorial h2 a:link {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	color: #0099FF;
}

#editorial h2 a:visited {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	color: #0099FF;
}

#editorial h2 a:hover {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	text-decoration: underline;
	color: #0099FF;
}

#editorial h2 a:active {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	text-decoration: underline;
	color: #0099FF;
}

#editorial p {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
}

#editorial p a:link {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
}

#editorial p a:visited {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
}

#editorial p a:hover {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
}


#editorial p a:active {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
}

#columnistes {
	margin: 20px 0 25px 0;
}

#columnistes img {
  border: 0px;
  padding: 0px;
  margin: 0 10px 10px 0;
}

#columnistes h1 {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #FF6600;
	background: #FDE7CD;
	border-bottom: 2px solid #FF6600;
	padding: 3px;
	margin-bottom: 10px;
}

#columnistes h2 {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;
	margin-bottom: 5px;
}

#columnistes h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	color: #3366CC;
}

#columnistes h3 a:link {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	color: #3366CC;
}

#columnistes h3 a:visited {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	color: #3366CC;
}

#columnistes h3 a:hover {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	text-decoration: underline;
	color: #3366CC;
}

#columnistes h3 a:active {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	text-decoration: underline;
	color: #3366CC;
}	

#columnistes h4 {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF9900;
	margin-bottom: 5px;
}

#participa {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #666666;
	padding: 0;
	margin: 15px 0 25px 0;
}

#participa a:link {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #666666;
	text-decoration: underline;
}

#participa a:visited {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #666666;
	text-decoration: underline;
}

#participa a:hover {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #666666;
	text-decoration: none;
}

#participa a:active {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #666666;
	text-decoration: none;
}

#participa img {
  border: 1px silver solid;
  padding: 5px;
  margin: 0 0 6px 6px;
}

#vistidit {
	margin: 20px 0 25px 0;
}

#vistidit img {
	margin: 10px 0 10px 0;
}

#vistidit h1 {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #CC0000;
	background: #FFCCCC;
	border-bottom: 2px solid #CC0000;
	padding: 3px;
	margin-bottom: 10px;
}

#vistidit h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	padding: 6px 0 10px 0;
}

#vistidit h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	font-weight: normal;
	color: #003399;
	padding: 0;
	margin: 0;
}

#vistidit h4 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #333333;
	padding: 0 0 0 0;
	margin: 3px 0 0 0;
}

#vistidit h4 a:link {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	padding: 0 0 0 0;
	margin: 3px 0 0 0;
}

#vistidit h4 a:visited {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	padding: 0 0 0 0;
	margin: 3px 0 0 0;
}

#vistidit h4 a:hover {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
	padding: 0 0 0 0;
	margin: 3px 0 0 0;
}

#vistidit h4 a:active {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
	padding: 0 0 0 0;
	margin: 3px 0 0 0;
}

#vistidit h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	padding: 10px 0 0 0;
}

#col-laboren {
	margin: 20px 0 25px 0;
}


#col-laboren h1 {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #669966;
	background: #CCFFCC;
	border-bottom: 1px solid #669966;
	padding: 3px;
	margin-bottom: 10px;
}

#col-laboren h2 {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #6600FF;
	padding: 0 0 5px 0;
	margin: 0;
}

#col-laboren h2 a:link {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #6600FF;
	padding: 0 0 5px 0;
	margin: 0;
}

#col-laboren h2 a:visited {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #6600FF;
	padding: 0 0 5px 0;
	margin: 0;
}

#col-laboren h2 a:hover {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #6600FF;
	padding: 0 0 5px 0;
	margin: 0;
	text-decoration: underline;
}

#col-laboren h2 a:active {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #6600FF;
	padding: 0 0 5px 0;
	margin: 0;
	text-decoration: underline;
}

#col-laboren h3 {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 12px;
	font-weight: normal;
	color: #555555;
	padding: 0 0 10px 0;
	margin: 0;
}	


/* Estils de les pagines dels articles i de la naciopedia */

.pagart-breus {
	font-size: 14px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
	color: #993333;
	font-weight: normal;
	text-decoration: none;
}

.pagart-breus a:link {
	font-size: 14px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
	color: #336699;
	font-weight: normal;
	text-decoration: none;
}

.pagart-breus a:visited {
	font-size: 14px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
	color: #336699;
	font-weight: normal;
	text-decoration: none;
}

.pagart-breus a:hover {
	font-size: 14px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
	color: #336699;
	font-weight: normal;
	text-decoration: underline;
}

.pagart-breus a:active {
	font-size: 14px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
	color: #336699;
	font-weight: normal;
	text-decoration: underline;
}

.pagart-breus h1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #666666;
	text-align: center;
	font-weight: normal;
	margin: 0 0 10px 0;
}

.pagart-breus h1 a:link {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #666666;
	text-align: center;
	font-weight: normal;
}

.pagart-breus h1 a:visited {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #666666;
	text-align: center;
	font-weight: normal;
}

.pagart-breus h1 a:hover {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #666666;
	text-align: center;
	font-weight: normal;
	text-decoration: underline;
}

.pagart-breus h1 a:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #666666;
	text-align: center;
	font-weight: normal;
	text-decoration: underline;
}

.pagart-breus h3 {
	font-size: 16px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
	color: #993333;
	font-weight: normal;
	text-decoration: none;
}

.pagart-breus h3 a:link {
	font-size: 16px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
	color: #336699;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}

.pagart-breus h3 a:visited {
	font-size: 16px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
	color: #336699;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}

.pagart-breus h3 a:hover {
	font-size: 16px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
	color: #336699;
	font-weight: normal;
	font-style: italic;
	text-decoration: underline;
}

.pagart-breus h3 a:active {
	font-size: 14px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
	color: #336699;
	font-weight: normal;
	font-style: italic;
	text-decoration: underline;
}



.naciopedia-breus {
	font-size: 16px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
	color: #336699;
	text-decoration: none;
}

.naciopedia-breus a:link {
	font-size: 16px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
	color: #336699;
	text-decoration: none;
}

.naciopedia-breus a:visited {
	font-size: 16px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
	color: #336699;
	text-decoration: none;
}

.naciopedia-breus a:hover {
	font-size: 16px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
	color: #336699;
	text-decoration: underline;
}

.naciopedia-breus a:active {
	font-size: 16px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
	color: #336699;
	text-decoration: underline;
}

.naciopedia-breus h1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 20px;
	color: #666666;
	text-align: center;
	font-weight: normal;
	margin: 0 0 10px 0;
}

.naciopedia-breus h1 a:link {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 20px;
	color: #666666;
	text-align: center;
	font-weight: normal;
}

.naciopedia-breus h1 a:visited {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 20px;
	color: #666666;
	text-align: center;
	font-weight: normal;
}

.naciopedia-breus h1 a:hover {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 20px;
	color: #666666;
	text-align: center;
	font-weight: normal;
	text-decoration: underline;
}

.naciopedia-breus h1 a:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 20px;
	color: #666666;
	text-align: center;
	font-weight: normal;
	text-decoration: underline;
}

a { text-decoration: none; }
a:link { text-decoration: underline; }
a:visited {text-decoration: underline; }
a:hover { text-decoration: none; }
a:active {text-decoration: none; }


/*  Estils propis
---------------------------------------------- */

div.fotoarticle {
  float: left;
  width: 200px;
  border: 1px silver solid;
  padding: 5px;
  margin: 0 10px 10px 0;
}

div.fotoarticle img {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

div.fotoarticle p {
  width: 200px;
  text-align: left;
  font-style: normal;
  font-size: 11px;
  padding: 0 0 0 0;
  margin: 2px 0 0 0;
}

div.fotoarticlegran {
  float: left;
  width: 455px;
  border: 1px silver solid;
  padding: 5px;
  margin: 0 10px 10px 0;
}

div.fotoarticlegran img {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

div.fotoarticlegran p {
  width: 455px;
  text-align: left;
  font-style: normal;
  font-size: 11px;
  padding: 0 0 0 0;
  margin: 2px 0 0 0;
}

div.mapanaciopedia {
  float: right;
  width: 252px;
  border: 1px silver solid;
  padding: 5px;
  margin: 0 5px 10px 0;
}

div.mapanaciopedia img {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

div.mapanaciopedia p {
  width: 252px;
  text-align: left;
  font-style: normal;
  font-size: 11px;
  padding: 0 0 0 0;
  margin: 2px 0 0 0;
}

.cap_data {
	margin-bottom: 1.5em;
	color: #333333;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px; }

.cap_data a:link {
	color: #330099; }

.cap_data a:hover {
	color: #330099; 
	text-decoration: underline; }

.cap_data a:visited {
	color: #330099; }

.cap_favorits {
	padding-right: 3px;
	margin-right: 3px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #333333; }

.cap_favorits a:link {
	color: #333333; }

.cap_favorits a:hover {
	color: #333333; 
	text-decoration: underline; }

.cap_favorits a:visited {
	color: #333333; }

.esq_text {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
	padding-bottom: 8px; }

.esq_text a:link {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	color: #0099FF;
	padding-bottom: 8px; }

.esq_text a:hover {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	color: #0099FF;
	padding-bottom: 8px; }

.esq_text a:visited {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	color: #0099FF;
	padding-bottom: 8px; }




.esq_mesinfo {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #FF3300;
	padding-bottom: 5px; }

.esq_mesinfo a: link {
	color: #FF3300; }

.esq_mesinfo a: hover {
	color: #FF3300;
	text-decoration: underline; }

.esq_mesinfo a: visited {
	color: #FF3300; }

.esq_noti1_avantit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #666666;
	padding-top: 6px;
	padding-bottom: 3px; }

.esq_noti1_tit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	background: none;
	color: #333333;
	margin: 0px auto 0 auto;
	padding-bottom: 1px;
}

.esq_noti1_tit a:link {
	color: #333333; }

.esq_noti1_tit a:hover {
	color: #333333; 
	text-decoration: underline }

.esq_noti1_tit a:visited {
	color: #333333; }

.esq_noti1_subtit {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	background: none;
	color: #993300;
	border: 0px solid #aaa;
	margin: 10px auto 0 auto;
	padding-bottom: 15px; }

.esq_noti1_tit2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background: none;
	color: #333333;
	border: 0px solid #aaa;
	margin: 2px auto 0 auto;
	padding-top: 6px;
	padding-bottom: 1px;
 }

.esq_noti1_tit2 a:link {
	color: #333333; }

.esq_noti1_tit2 a:hover {
	color: #333333; 
	text-decoration: underline }

.esq_noti1_tit2 a:visited {
	color: #333333; }

.esq_noti2_avantit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	color: #666666;
	margin: 1px auto 0 auto; }


.esq_noti2_tit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	background: none;
	color: #333333;
	border: 0px solid #aaa;
	margin: 2px auto 0 auto;
	padding: 0px 0px;
	padding-bottom: 1px;
 }

.esq_noti2_tit a:link {
	color: #333333;  }

.esq_noti2_tit a:hover {
	color: #333333;
	text-decoration: underline; }

.esq_noti2_tit a:visited {
	color: #333333; }


.esq_noti2_subtit {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background: none;
	color: #993300;
	border: 0px solid #aaa;
	margin: 10px auto 0 auto;
	padding-bottom: 0px; }

.esq_noti3_tit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	background: none;
	color: #003399;
	border: 0px solid #aaa;
	margin: 2px auto 0 auto;
	padding: 0px 0px;
	padding-bottom: 10px;
 }

.esq_noti3_tit a:link {
	color: #003399; }

.esq_noti3_tit a:hover {
	color: #003399;
	text-decoration: underline }

.esq_noti3_tit a:visited {
	color: #003399; }

.esq_noti3_subtit {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: none;
	color: #666666;
	border: 0px solid #aaa;
	margin: 0px auto 0 auto;
	padding-bottom: 0px; }

.esq_noti4_tit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	background: none;
	color: #003399;
	border: 0px solid #aaa;
	margin: 2px auto 0 auto;
	padding: 0px 0px;
	padding-bottom: 10px;
 }

.esq_noti4_tit a:link {
	color: #003399; }

.esq_noti4_tit a:hover {
	color: #003399;
	text-decoration: underline; }

.esq_noti4_tit a:visited {
	color: #003399; }

.esq_noti5_tit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	background: none;
	color: #003399;
	border: 0px solid #aaa;
	margin: 2px auto 0 auto;
	padding: 0px 0px;
	padding-bottom: 10px;
 }

.esq_noti5_tit a:link {
	color: #003399; }

.esq_noti5_tit a:hover {
	color: #003399;
	text-decoration: underline; }

.esq_noti5_tit a:visited {
	color: #003399; }

.esq_noti5_subtit {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background: none;
	color: #993300;
	border: 0px solid #aaa;
	margin: 0px auto 0 auto;
	padding-bottom: 0px; }

.esq_naciopedia_quadre {
	background-color: #CC3333;
	margin-left: 8px;
	margin-right: 8px;
	width: 97%;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 2px; }

.esq_naciopedia_avantit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFCC00;
	padding-top: 6px;
	padding-bottom: 3px; }

.esq_naciopedia_tit {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 8px; }

.esq_naciopedia_tit a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF; }

.esq_naciopedia_tit a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF; 
	text-decoration: underline; }

.esq_naciopedia_tit a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF; }

.esq_naciopedia_text {
	font-family: "Trebuchet MS", Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px; 
	color: #CCCCCC;
	padding-top: 4px;
	padding-bottom: 6px; }

.esq_columnes_avantit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #990000; }

.esq_columnes_blur {
   background-color: #ccc; /*shadow color*/
   color: inherit;
   margin-left: 4px;
   margin-top: 4px; }

.esq_columnes_ombra,
.esq_columnesopinio {
   position: relative;
   bottom: 2px;
   right: 2px; }

.esq_columnes_ombra {
   background-color: #666; /*shadow color*/
   color: inherit; }

.esq_columnesopinio {
   	background-color: #FF9900;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 1px;
	padding-bottom: 8px; }

.esq_columnesopinio a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 19px;
	color: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 1px; }

.esq_columnesopinio a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 19px;
	color: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: underline; }

.esq_columnesopinio a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 19px;
	color: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 1px; }


.esq_petits_quadre {
	background-color: #FFFFFF;
	border: 1px solid #A8F0F0;
	margin-left: 8px;
	margin-right: 6px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-top: 0px;
	padding-bottom: 10px;
	color: #DD0000; }

.esq_petits_quadre a:link {
	color: #DD0000; }

.esq_petits_quadre a:hover {
	color: #DD0000; 
	text-decoration: underline; }

.esq_petits_quadre a:visited {
	color: #DD0000; }

.esq_petits_avantit {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-size: 12px;
	font-variant: small-caps;
	color: #666666; 
	margin-top: 0px; }



.esq_petits_tit {
	background-color: #A8F0F0;
	padding-left: 6px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	color: #CC6633; }

.esq_quadreendetall_tit {
	background-color: #FF6600;
	padding-left: 6px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	color: #B0E0E6; }

.esq_quadreendetall_quadre {
	background-color: #FFFFFF;
	border: 1px solid #FFCC33;
	margin-left: 8px;
	margin-right: 6px; 
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-top: 0px;
	padding-bottom: 10px;
	color: #003399; }

.esq_quadreendetall_quadre a:link {
	color: #003399; }

.esq_quadreendetall_quadre a:hover {
	color: #003399; 
	text-decoration: underline; }

.esq_quadreendetall_quadre a:visited {
	color: #003399; }

.esq_quadreendetall_seccio {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-top: 0px;
	padding-bottom: 0px;
	color: #990000; }

.esq_quadreendetall_nomautor {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	margin-top: 0px;
	padding-bottom: 4px;
	color: #CC3300; 
	margin-bottom: 3px; }

.esq_quadreendetall_titular {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 4px;
	color: #003399; }

.esq_quadreendetall_titular a:link {
	color: #003399; }

.esq_quadreendetall_titular a:hover {
	color: #003399; 
	text-decoration: underline; }

.esq_quadreendetall_titular a:visited {
	color: #003399; }

.esq_quadreendetall_subtit {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-top: 0px;
	padding-bottom: 4px;
	color: #CC0000; }

.esq_quadrequiosc_novetats {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	margin-top: 0px;
	padding-bottom: 4px;
	color: #707070; }

.esq_quadreendetall_naciopedia {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-top: 0px;
	padding-bottom: 0px;
	color: #003399; }

.esq_quadreendetall_naciopedia a:link {
	color: #003399; }

.esq_quadreendetall_naciopedia a:hover {
	color: #003399; 
	text-decoration: underline; }

.esq_quadreendetall_naciopedia a:visited {
	color: #003399; }


.esq_quadrequiosc_tit {
	background-color: #FF9900;
	padding-left: 6px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	color: #CCFFFF; }

.esq_quadrequiosc_quadre {
	background-color: #FFFFFF;
	border: 1px solid #FF9900;
	margin-left: 8px;
	margin-right: 6px;
	margin-bottom: 6px; 
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-top: 0px;
	padding-bottom: 10px;
	color: #003399; }

.esq_quadrequiosc_quadre a:link {
	color: #003399; }

.esq_quadrequiosc_quadre a:hover {
	color: #003399; 
	text-decoration: underline; }

.esq_quadrequiosc_quadre a:visited {
	color: #003399; }

.esq_quadrequiosc_nompais {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #707070; 
	margin-bottom: 3px; }

.esq_quadrequiosc_nomdiari {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	color: #CC3300; 
	margin-bottom: 3px; }

.esq_reportatge_tit {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-size: 24px;
	padding-top: 0px;
	padding-bottom: 10px;
	color: #333333; }

.esq_reportatge_tit a:link {
	color: #333333; }

.esq_reportatge_tit a:hover {
	color: #333333; 
	text-decoration: underline; }

.esq_reportatge_tit a:visited {
	color: #333333; }

.esq_reportatge_tit2 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 2px;
	color: #333333; }

.esq_reportatge_tit2 a:link {
	color: #006699; }

.esq_reportatge_tit2 a:hover {
	color: #006699; 
	text-decoration: underline; }

.esq_reportatge_tit2 a:visited {
	color: #006699; }

.esq_analisi_tit {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 26px;
	padding-top: 0px;
	padding-bottom: 2px;
	color: #333333; }

.esq_analisi_tit a:link {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 26px;
	padding-top: 0px;
	padding-bottom: 2px;
	color: #333333;
	text-decoration: none; }

.esq_analisi_tit a:visited {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 26px;
	padding-top: 0px;
	padding-bottom: 2px;
	color: #333333;
	text-decoration: none; }

.esq_analisi_tit a:hover {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 26px;
	padding-top: 0px;
	padding-bottom: 2px;
	color: #333333; 
	text-decoration: underline; }

.esq_analisi_tit a:active {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 26px;
	padding-top: 0px;
	padding-bottom: 2px;
	color: #333333; 
	text-decoration: underline; }

.esq_analisi_subtit {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 8px;
	color: #CC0000; }

.esq_analisi2_tit {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 18px;
	padding-top: 0px;
	padding-bottom: 2px;
	color: #333333; }

.esq_analisi2_tit a:link {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 18px;
	padding-top: 0px;
	padding-bottom: 2px;
	color: #333333;
	text-decoration: none; }

.esq_analisi2_tit a:visited {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 18px;
	padding-top: 0px;
	padding-bottom: 2px;
	color: #333333;
	text-decoration: none; }

.esq_analisi2_tit a:hover {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 18px;
	padding-top: 0px;
	padding-bottom: 2px;
	color: #333333; 
	text-decoration: underline; }


.esq_analisi2_tit a:active {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 18px;
	padding-top: 0px;
	padding-bottom: 2px;
	color: #333333; 
	text-decoration: underline; }



.esq_analisi2_subtit {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 8px;
	color: #CC0000; }

.dreta_editorial_tit {
	background-color: #0099CC;
	padding-left: 2px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 0px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-variant: caps;
	font-weight: bold;
	font-size: 15px;
	text-align: left;
	color: #FFFFFF; }

.dreta_editorial_tit img {
	vertical-align: middle; }

.dreta_puntdevista_tit {
	background-color: #FF6600;
	padding-left: 2px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 0px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-variant: caps;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	color: #FFFFFF; }

.dreta_puntdevista_tit img {
	vertical-align: middle; }


.dreta_editorial_quadre {
	background-color: #D7EDF5;
	border: 0px solid #0099CC;
	margin-left: 8px;
	margin-right: 8px; 
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 2px; }

.dreta_edito_tit {
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
	color: #006699;
	padding-top: 8px; }

.dreta_edito_tit a:link {
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: normal;
	color: #006699; }

.dreta_edito_tit a:hover {
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: normal;
	color: #006699; 
	text-decoration: underline; }

.dreta_edito_tit a:visited {
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-weight: normal;
	color: #006699; }

.dreta_edito_text {
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	color: #333333;
	padding-top: 4px; }

.dreta_puntsdevista_quadre1 {
	background-color: #FFFFFF;
	border: 0px solid #FF9900;
	margin-left: 0px;
	margin-right: 0px; 
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-top: 0px; }

.dreta_puntsdevista_quadre2 {
	background-color: #FFFFFF;
	border: 0px solid #FF9900;
	margin-left: 0px;
	margin-right: 0px; 
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-top: 0px; }

.dreta_puntsdevista_quadre3 {
	background-color: #FFFFFF;
	border: 0px solid #FF9900;
	margin-left: 0px;
	margin-right: 0px; 
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-top: 0px; }

.dreta_puntsdevista_quadre4 {
	background-color: #FFFFFF;
	border: 0px solid #FF9900;
	margin-left: 0px;
	margin-right: 0px; 
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-top: 0px; }


.dreta_opi_columnes {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #FF9900; 
	background-color: #FFFF99;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 12px;
	padding-bottom: 12px; }

.dreta_opi_columnes a:link {
	color: #FF9900; }

.dreta_opi_columnes a:hover {
	color: #FF9900;
	text-decoration: underline; }

.dreta_opi_columnes a:visited {
	color: #FF9900; }

.dreta_opi_columnista {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #CC0000;
	padding-top: 10px; 
	padding-bottom: 2px; }

.dreta_opi_columnista_teuarticle {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #0066CC;
	padding-top: 10px; 
	padding-bottom: 2px; }

.dreta_opi_columnista_tit {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	color: #0000CC;
	padding-top: 5px;
	padding-bottom: 5px; }

.dreta_opi_columnista_tit a:link {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	color: #0000CC;
	padding-top: 5px; }

.dreta_opi_columnista_tit a:hover {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	color: #0000CC; 
	text-decoration: underline;
	padding-top: 5px; }

.dreta_opi_columnista_tit a:visited {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	color: #0000CC;
	padding-top: 5px; }

.dreta_opi_text {
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	color: #333333;
	padding-top: 4px;
	padding-right: 6px; }

.dreta_analisi_quadre {
	background-color: #FFFFCC;
	border: 1px dotted #FF9900;
	margin-left: 0px;
	margin-right: 0px; 
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 13px; }

.dreta_analisi_quadre a:link {
	color: #FF9900; }

.dreta_analisi_quadre a:hover {
	color: #FF9900;
	text-decoration: underline; }

.dreta_analisi_quadre a:visited {
	color: #FF9900; }

.dreta_analisi_tit {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
	color: #666666;
	font-size: 12px; }

.dreta_analisi_tit a:link {
	color: #366666; 
	font-size: 14px; }

.dreta_analisi_tit a:hover {
	color: #336666;
	text-decoration: underline;
	font-size: 14px; }

.dreta_analisi_tit a:visited {
	color: #336666;
	font-size: 14px; }

.dreta_video_quadretit {
	background-color: #0066CC;
	padding-left: 2px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 0px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-variant: caps;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	color: #FFFFFF; }

.dreta_video_quadretit img {
	vertical-align: middle; }

.dreta_video_avantit {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #CC0000;
	padding-top: 10px;
	padding-left: 8px; 
	padding-bottom: 2px; }

.dreta_video_tit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #0000CC;
	padding-top: 5px;
	padding-left: 8px;
	padding-bottom: 10px; }


.dreta_quihadit_quadretit {
	background-color: #0066CC;
	padding-left: 2px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 0px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-variant: caps;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	color: #FFFFFF; }

.dreta_quihadit_quadretit img {
	vertical-align: middle; }

.dreta_quihadit_text {
	padding-top: 8px;
	padding-left: 8px;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 17px;
	text-align: left;
	color: #000033; }

.dreta_quihadit_qui {
	padding-top: 2px;
	padding-left: 8px;
	margin-bottom: 2px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #666666; }

.dreta_quihadit_qui a:link {
	padding-top: 2px;
	margin-bottom: 2px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #990000; }

.dreta_quihadit_qui a:hover {
	padding-top: 2px;
	margin-bottom: 2px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;	
	font-weight: bold;
	text-align: left;
	color: #990000; }

.dreta_quihadit_qui a:visited {
	padding-top: 2px;
	margin-bottom: 2px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #990000; }

.dreta_quihadit_carrec {
	padding-top: 2px;
	padding-left: 8px;
	padding-bottom: 8px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #666666; }

.dreta_enllac_quadre {
	background-color: #CCFFCC;
	border: 0px solid #3366CC;
	margin-left: 8px;
	margin-right: 6px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	padding-left: 10px;
	padding-top: 10px;
	color: #333333; }

.dreta_enllac_quadre a:link {
	font-weight: bold;
	color: #993399; }

.dreta_enllac_quadre a:hover {
	font-weight: bold;
	color: #993399; 
	text-decoration: underline; }

.dreta_enllac_quadre a:visited {
	font-weight: bold;
	color: #993399; }

.dreta_enllac_tit {
	background-color: #33CC33;
	padding-left: 2px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: caps;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	color: #FFFFFF; }

.dreta_enllac_tit img {
	vertical-align: middle; }

.dreta_contacte_quadre {
	background-color: #FFFFFF;
	margin-left: 8px;
	margin-right: 6px; 
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #000066; }


.dreta_contacte_quadre a:link {
	color: #000066; }

.dreta_contacte_quadre a:hover {
	color: #000066; 
	text-decoration: underline; }

.dreta_contacte_quadre a:visited {
	color: #000066; }

.dreta_contacte_tit {
	background-color: #B73B3B;
	padding-left: 2px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: caps;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	color: #FFFFFF; }

.dreta_contacte_tit img {
	vertical-align: middle; }

.peu_normal {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	color: 666666; }

.peu_normal img { 
	vertical-align: middle;
	}

.opi_rubrique_avantit {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 18px;
	color: #FF9900; }

.opi_rubrique_tit {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	font-style: italic;
	margin-bottom: 10px;
	color: #444444; }

.opi_rubrique_tit a:link {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	font-style: italic;
	margin-bottom: 10px;
	color: #444444;
	text-decoration: none; }

.opi_rubrique_tit a:visited {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	font-style: italic;
	margin-bottom: 10px;
	color: #444444;
	text-decoration: none; }

.opi_rubrique_tit a:hover {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	font-style: italic;
	margin-bottom: 10px;
	color: #444444;
	text-decoration: underline; }

.opi_rubrique_tit a:active {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	font-style: italic;
	margin-bottom: 10px;
	color: #444444;
	text-decoration: underline; }



.opi_rubrique_tit2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	font-style: italic;
	margin-bottom: 10px;
	color: #444444; }

.opi_rubrique_tit2 a:link {
	color: #444444; }

.opi_rubrique_tit2 a:hover {
	color: #444444;
	text-decoration: underline; }

.opi_rubrique_tit2 a:visited {
	color: #444444; }

.opi_article_col {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 10px;
	color: #333399; }

.opi_article_col a:link {
	color: #333399; }

.opi_article_col a:hover {
	color: #333399;
	text-decoration: underline; }

.opi_article_col a:visited {
	color: #333399; }

.opi_article_col2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 10px;
	color: #333399; }

.opi_article_col2 a:link {
	color: #333399; }

.opi_article_col2 a:hover {
	color: #333399;
	text-decoration: underline; }

.opi_article_col2 a:visited {
	color: #333399; }

.opi_edito_col {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #FF9900; }

.opi_edito_col a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #FF9900;
	text-decoration: none; }

.opi_edito_col a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #FF9900;
	text-decoration: none; }

.opi_edito_col a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #FF9900;
	text-decoration: underline; }

.opi_edito_col a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #FF9900;
	text-decoration: underline; }



.opi_article_tit {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	font-style: italic;
	margin-bottom: 2px;
	color: #333399; }

.opi_article_tit a:link {
	font-size: 24px;
	color: #333399; }

.opi_article_tit a:visited {
	font-size: 24px;
	color: #333399; }

.opi_article_tit a:hover {
	font-size: 24px;
	color: #333399;
	text-decoration: underline; }

.opi_article_tit a:hover {
	font-size: 24px;
	color: #333399;
	text-decoration: underline; }

.opi_article_subtit {
	font-family: Arial, Helvetica, serif;
	font-size: 14px;
	font-style: normal;
	margin-bottom: 10px;
	color: #666666; }

.opi_article_tit2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 12px;
	color: #336699; }

.opi_article_tit2 a:link {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 12px;
	color: #336699;
	text-decoration: none; }

.opi_article_tit2 a:visited {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 12px;
	color: #336699;
	text-decoration: none; }

.opi_article_tit2 a:hover {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 12px;
	color: #336699;
	text-decoration: underline; }

.opi_article_tit2 a:active {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 12px;
	color: #336699;
	text-decoration: underline; }



.nacio_index1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-style: bold;
	margin-top: 12px;
	margin-bottom: 6px;
	color: #333333; }

.nacio_index1 a:link {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-style: bold;
	margin-top: 12px;
	margin-bottom: 6px;
	color: #333333;
	text-decoration: none; }

.nacio_index1 a:visited {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-style: bold;
	margin-top: 12px;
	margin-bottom: 6px;
	color: #333333;
	text-decoration: none; }

.nacio_index1 a:hover {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-style: bold;
	margin-top: 12px;
	margin-bottom: 6px;
	color: #333333;
	text-decoration: underline; }

.nacio_index1 a:active {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-style: bold;
	margin-top: 12px;
	margin-bottom: 6px;
	color: #333333;
	text-decoration: underline; }



.nacio_index2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	margin-bottom: 2px;
	color: #000066; }

.nacio_index2 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	margin-bottom: 2px;
	color: #000066;
	text-decoration: none; }


.nacio_index2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	margin-bottom: 2px;
	color: #000066;
	text-decoration: none; }

.nacio_index2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	margin-bottom: 2px;
	color: #000066;
	text-decoration: underline; }

.nacio_index2 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	margin-bottom: 2px;
	color: #000066;
	text-decoration: underline; }




.collaboren_text {
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-bottom: 5px; }

.cerca_tit {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-size: 15px;
	padding-bottom: 5px;
	color: #3366CC; }


.cerca_tit a:link {
	color: #3366CC; }

.cerca_tit a:hover {
	color: #3366CC; 
	text-decoration: underline; }

.cerca_tit a:visited {
	color: #3366CC; }

.faristol_llistapartits {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
	color: #3366CC; }

.faristol_llistapartits a:link {
	color: #3366CC; }

.faristol_llistapartits a:hover {
	color: #3366CC; 
	text-decoration: underline; }

.faristol_llistapartits a:visited {
	color: #3366CC; }

.faristol_rubrique_tit {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	font-style: italic;
	margin-bottom: 4px;
	color: #333399; }

.faristol_rubrique_tit a:link {
	color: #333399; }

.faristol_rubrique_tit a:hover {
	color: #333399;
	text-decoration: underline; }

.faristol_rubrique_tit a:visited {
	color: #333399; }

.faristol_rubrique_subtit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 16px;
	color: #990033; }

.col_publi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999; }


/*  Mise en forme des textes du contenu
---------------------------------------------- */
.chapo {
	color: #333333;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif; 
	font-size: 13px;
	font-weight: normal; 
	margin-bottom: 15px; }

.chapo a:link {
	color: #6699CC;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif; 
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline; 
	margin-bottom: 15px; }

.chapo a:visited {
	color: #6699CC;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif; 
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline; 
	margin-bottom: 15px; }

.chapo a:hover {
	color: #6699CC;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif; 
	font-size: 13px;
	font-weight: normal;
	text-decoration: none; 
	margin-bottom: 15px; }

.chapo a:active {
	color: #6699CC;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif; 
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline; 
	margin-bottom: 15px; }

.chapoarticle {
	color: #333333;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif; 
	font-size: 14px;
	font-weight: bold; 
	margin-bottom: 15px; }

.chapoarticle a:link {
	color: #3399FF;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif; 
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline; 
	margin-bottom: 15px; }

.chapoarticle a:visited {
	color: #3399FF;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif; 
	font-size: 14px;
	font-weight: bold; 
	text-decoration: underline; 
	margin-bottom: 15px; }

.chapoarticle a:hover {
	color: #3399FF;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif; 
	font-size: 14px;
	font-weight: bold; 
	text-decoration: none; 
	margin-bottom: 15px; }

.chapoarticle a:active {
	color: #3399FF;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif; 
	font-size: 14px;
	font-weight: bold; 
	text-decoration: none; 
	margin-bottom: 15px; }

.lien {
	background: #EEE;
	margin: 1em;
	margin-bottom: 1.5em;
	padding: 0.82em;
	border: 1px solid #CCC;
	font-size: 0.82em;
	font-weight: bold; }

.texte { 
	color: #333333;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif; 
	font-size: 14px;
	font-weight: normal;
	text-decoration: none; }

.texte a:link { 
	color: #3399FF;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif; 
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline; }

.texte a:visited { 
	color: #3399FF;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif; 
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline; }

.texte a:hover { 
	color: #3399FF;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif; 
	font-size: 14px;
	font-weight: normal;
	text-decoration: none; }

.texte a:active { 
	color: #3399FF;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif; 
	font-size: 14px;
	font-weight: normal;
	text-decoration: none; }


.textepetit { 
	color: #3399FF;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	margin-bottom: 14px;
	font-size: 12px; }

.texteditorial { 
	color: #3399FF;
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-weight: bold;
	font-size: 13px; }

.notes {
	font-size: 12px;
	color: #FF3300;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
 }

.ps {
	font-size: 12px;
	color: #FF3300;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
 }

.ps a:link {
	font-size: 12px;
	color: #0099FF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline; }

.ps a:visited {
	font-size: 12px;
	color: #0099FF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline; }

.ps a:hover {
	font-size: 12px;
	color: #0099FF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none; }

.ps a:active {
	font-size: 12px;
	color: #0099FF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none; }


.notes { clear: both; font-size: 0.77em; }


.ps h2, .notes h2 { font-size: 12px; font-weight: bold; padding: 0 0 0 0; margin: 0 0 0 0;}

#icones-compartir {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; }

/*  Portfolio
---------------------------------------------- */
#documents_portfolio {
	clear: both;
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 1px solid #CCC; }
#documents_portfolio h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }

#document_actif { margin-top: 1em; }

/*  Listes de documents joints (a un article ou une rubrique)
---------------------------------------------- */
#documents_joints {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 1px solid #CCC; }
#documents_joints h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }
#documents_joints li { margin-bottom: 0.4em; }
#documents_joints li .spip_doc_titre {}
#documents_joints li .spip_doc_titre small { font-weight: normal; }
#documents_joints li .spip_doc_descriptif {}

/* Listes d'articles et extraits introductifs
----------------------------------------------- */
.liste-articles li { margin-bottom: 1em; clear: both; }

.liste-articles li .titre {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	font-weight: normal; 
	color: #333333; 
	padding-bottom: 5px;
	text-decoration: underline; }

.liste-articles li .titre a:link {
	font-size: 20px;
	color: #333333;
	text-decoration: underline; }

.liste-articles li .titre a:visited {
	font-size: 20px;
	color: #333333;
	text-decoration: underline; }

.liste-articles li .titre a:hover {
	font-size: 20px;
	color: #333333; 
	text-decoration: none; }

.liste-articles li .titre a:active {
	font-size: 20px;
	color: #333333;
	text-decoration: none; }


.liste-articles li .titre2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	font-weight: normal; 
	color: #333333; 
	padding-bottom: 5px; 
	padding-top: 10px; }

.liste-articles li .titre2 a:link {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	font-weight: normal;
	color: #333333; }


.liste-articles li .titre2 a:visited {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	font-weight: normal;
	color: #333333; }

.liste-articles li .titre2 a:hover {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	font-weight: normal;
	color: #333333; 
	text-decoration: underline; }

.liste-articles li .titre2 a:active {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	font-weight: normal;
	color: #333333; 
	text-decoration: underline; }

.liste-articles li .titre3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: normal; 
	color: #333333; 
	padding-bottom: 5px; 
	padding-top: 10px; }

.liste-articles li .titre3 a:link {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: normal;
	color: #333333; }


.liste-articles li .titre3 a:visited {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: normal;
	color: #333333; }

.liste-articles li .titre3 a:hover {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: normal;
	color: #333333; 
	text-decoration: underline; }

.liste-articles li .titre3 a:active {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	font-weight: normal;
	color: #333333; 
	text-decoration: underline; }

.liste-articles li .subtitre {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold; 
	color: #990000; 
	padding-bottom: 15px; }

.liste-articles li .subtitre2 {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold; 
	color: #990000; 
	padding-bottom: 15px; }

.liste-articles li .spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
	clear: right; }

.liste-articles li p { margin: 0; padding: 0; }

.liste-articles li .enclosures {
	float: right;
	text-align: right;
	max-width: 60%;
	margin: 0; }

.liste-articles li small {
	display: block;
	font-size: 12px; }

.liste-articles li .texte {
	margin-top: 5px;
	margin-bottom: 2em;
	border: 1px solid #CCC;
	padding: 0.9em;
	font-size: 12px;
 }

.pagination { font-size: 0.90em; }

/*  ------------------------------------------
/*  Habillage specifique du plan du site
/*  ------------------------------------------ */

.page_plan .cartouche { display: none; }

.page_plan #contenu h2 {
	clear: both;
	color: #330099;
	border-bottom: 1px solid #CCC;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left; }

.page_plan #contenu h2 a:link {
	color: #330099; }

.page_plan #contenu h2 a:hover {
	color: #330099; 
	text-decoration: underline; }

.page_plan #contenu h2 a:visited {
	color: #330099; }

.page_plan #contenu .contre-encart ul {
	display: block;
	color: #336699;
	font-family: Arial, Helvetica, serif;
	font-size: 10px;
	clear: left;
	margin-left: 1em;
	margin-bottom: 1em;
	list-style: square; }

.page_plan #contenu .contre-encart ul a:link {
	color: #336699; }

.page_plan #contenu .contre-encart ul a:hover {
	color: #336699;
	text-decoration: underline; }

.page_plan #contenu .contre-encart ul a:visited {
	color: #336699; }

.page_plan #contenu .contre-encart li { list-style: inherit; }

/*  ------------------------------------------
/*  Habillage des formulaires
/*  ------------------------------------------ */

/* Correction des styles HTML par defaut */
.formulaire_spip form, .formulaire_spip fieldset, .formulaire_spip legend, .formulaire_spip label, .formulaire_spip input, .formulaire_spip textarea, .formulaire_spip select, .formulaire_spip option { margin: 0; padding: 0; border: none; background: none; }

/* Styles des formulaires de Spip */
.formulaire_spip {
	text-align: left;
	font-size: 0.77em;
}

.formulaire_spip p {
	margin: 0.5em 0;
	padding: 0; }

.formulaire_spip fieldset {
    display: block;
	margin: 0.77em 0;
	padding: 0.77em;
	border: 1px dotted; }
.formulaire_spip legend { 
	font-weight: bold; 
	padding: 3px;
	background: #FFF; /* Sinon, superposition dans MSIE */
}

.formulaire_spip label {}
.formulaire_spip .forml {
	width: 99%;
	padding: 1px;
	border: 1px inset;
	font-family: inherit;
	font-size: inherit; }

.spip_bouton { text-align: right; }
.spip_bouton input {
	margin: 3px 0;
	padding: 1px 2px;
	border: 2px outset;
	font-weight: bold;
	float: right; }

/* Reponse du formulaire */
.reponse_formulaire { font-weight: bold; color: #F00; }
fieldset.reponse_formulaire { border: 1px dotted; font-weight: normal; }

/* Previsualisation du message */
fieldset.previsu {
	padding: 1em;
	border: 1px solid; }

/* Formulaire de login au forum */
.formulaire_login_forum .forml { width: 12em; }
.formulaire_login_forum .spip_logos { float: right; padding-left: 10px; }

/* Choix des mots-clefs */
.choix_mots { width: 47%; float: left; } 
.choix_mots label { display: inline; }

/* Formulaire de recherche */
.formulaire_recherche { text-align: left; width: 14em; }
.formulaire_recherche label { display: none; }

/*  ------------------------------------------
/*  Habillage des forums
/*  ------------------------------------------ */

.forum-repondre, .forum-decompte {
	clear: both;
	margin-top: 20px;
	padding-top: 2px;
	border-top: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC3300 }

.forum-repondre a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3399FF; }


.forum-repondre a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3399FF; }

.forum-repondre a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3399FF;
	text-decoration: underline; }

.forum-repondre a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3399FF;
	text-decoration: underline; }

/* * Habillage des forums */
ul.forum { display: block; clear: both; margin: 0; padding: 0; }
.forum-fil { margin-top: 1.5em; }
.forum-fil ul { display: block; margin: 0; padding: 0; margin-left: 1em; }
.forum-chapo .forum-titre, .forum-chapo .forum-titre a { display: block; margin: 0; padding: 0; font-weight: bold; text-decoration: none; color: #333; }
.forum-chapo small {font-size: 12px; }
.forum-texte { margin: 0; padding: 5px 0px 0px 0px; color: #333; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.forum-texte .forum-lien {}
.forum-texte .forum-repondre-message { margin: 0; padding: 1px 0; color: #CC3300; font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-align: right; }
.forum-texte .forum-repondre-message a:link { color: #CC3300; }
.forum-texte .forum-repondre-message a:hover { color: #CC3300; text-decoration: underline; }
.forum-texte .forum-repondre-message a:visited { color: #CC3300; }


/* Boite d'un forum : eclaircissement progressif des bords */
ul .forum-message { border-bottom: 1px solid #666; margin: 0; padding: 0; margin-bottom: 1em; }
ul ul .forum-message { border-bottom: 1px solid #A4A4A4; }
ul ul ul .forum-message { border-bottom: 1px solid #B8B8B8; }
ul ul ul ul .forum-message { border-bottom: 1px solid #CCC; }
ul ul ul ul ul .forum-message { border-bottom: 1px solid #E0E0E0; }
ul ul ul ul ul ul .forum-message { border-bottom: 1px dotted #E0E0E0; }

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */
ul .forum-chapo { border: none; border-bottom: 1px dotted #B8B8B8; margin: 0; padding: 0px 0px 0px 0px; font-family: Georgia, "Times New Roman", serif; font-size: 12px; color: #FF6600; background: #FFFFFF; }
ul ul .forum-chapo { background: #FFFFFF; }
ul ul ul .forum-chapo { background: #FFFFFF; }
ul ul ul ul .forum-chapo { background: #FFFFFF; border-bottom: 1px dotted #E0E0E0; }
ul ul ul ul ul .forum-chapo { background: #FFFFFF; }

/*  ------------------------------------------
/*  Habillage des petitions
/*  ------------------------------------------ */

#signatures { clear: both; font-size: 0.77em; }

#signatures h2 {
	padding: 0.5em;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold; }

#signatures table { width: 100%; margin: 1em 0; }
#signatures thead { display: none; } /* On n'affiche pas les titres du tableau */

#signatures td.signature-date {
	background: #E4F0F0;
	padding: 0.5em;
	white-space: nowrap; }

#signatures td.signature-nom {
	background: #ECF4F4;
	padding: 0.2em;
	text-align: center;
	font-weight: bold; }

#signatures td.signature-message {
	background: #F4F8F8;
	padding: 0.4em;
	font-size: 0.96em; }

/*  ------------------------------------------
/*  Couleurs des liens
/*  ------------------------------------------ */


a { text-decoration: none; }
a:link { text-decoration: underline; }
a:visited {text-decoration: underline; }
a:hover { text-decoration: none; }
a:active {text-decoration: none; }