
/*
 * Correction des styles HTML par defaut
 */

.structure {
	display: none;
}

/*
 * Stilos generales
 * Para links visitados #716190
 */

/* bien regler la marge (bugs IE) */
a { color: #143592; font-weight: bold; }
a:hover { color: white; background: #b40000; }
a.spip_out { color: #a02020; }
a.spip_in, a.spip_url { color: #2020a0;}
a.spip_glossaire { color: #20a020; font-weight: bold; }


.cabecera{
	font-family: serif, courier new,georgia,serif;
	font-size: 36pt;
	font-weight: bolder;
	color: black;
}

.nav-interior {
	font-size: 10pt;
}

.secciones {
	font-family: sans-serif;
	font-size: 0.7em;
}

.subsec {
	font-family: sans-serif;
	font-size: 0.9em;
}

.subsec:hover {
	font-size: 1em;
}

.menu-titulo {
	font-family: serif;
	font-size: 1.3em;
	font-weight: bold;
}


.fecha {
	font-style: italic;
	line-height: 20 px;
}
.introduccion {
	margin-top: 0.5em;
	font-family: Georgia, Garamond, Times, sans-serif;
	font-weight: bold;
	text-align: left;
	line-height: 20 px;
	font-size: 95%;
}

.texto, .texte p.spip p.enlaces{
	margin-top: 0.5em;
	font-family: verdana, sans-serif;
	color: #303030;
}

.ps {
	font-family: Georgia, Garamond, Times, serif;
	text-align: justify;
	font-size: 85%;
}
.notas {
	font-family: Georgia, Garamond, Times, sans-serif;
	text-align: left;
	font-size: 80%;
}

/*
 * Aqui los estilos para el contenido
 */

.contenu .surtitre {
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
}
.contenu .detail {
	font-size: 80%;
	color: #303030;
}

.informacion{
	color: #24254B;
}
.popularidad {
	font-weight: bold;
}

/*
 * tablas horizontales
 */
 .titulo {
 text-align: center;
 font-weight: bold;
 }


/*
 *	Estilo para las leyendas de las galerias de imagenes
 */

.leyenda{
	font-size: 9px;
	font-family: verdana,arial,helvetica,sans-serif;
	text-align: center;
}

.nota{
	font-size: 12px;
	font-family: verdana,arial,helvetica,sans-serif;
	text-align: center;
}

/*
 * Disposition a l'ecran
 */

#principal {
	font-family: Trebuchet MS,Tahoma,Arial,Helvetica,sans-serif;
}

#plan {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

.encart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


