
/*
 * Correction des styles HTML par defaut
 */

.structure {
	 display: none;
}
h1,h2,h3,h4 {
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: 100%;
	font-weight: normal;
}

/* cross-head style */
h3.spip {
	font-family:Verdana, Geneva, sans-serif;
	font-variant:small-caps;
	text-align: left; 
	margin-top: 2em; 
	margin-bottom: 1.4em; 
	font-size: 18px; 
	font-weight: bold; }

/*
 * Styles generaux
 */

/* bien regler la marge (bugs IE) */

.menutext { 
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
}

/*
body {
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}*/


/***** Body *****/
body {
	font: 13px/20px "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; /* default to width=13; height=20 */
    background: #FFF; 
	margin: 0;
	padding: 0;
	color: #000000;
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
/*body { background: white; margin: 10px; }*/

a.spip_in, 
a.spip_out,
a.spip_url,
a { text-decoration: none;
	color: #900;
/* color: #505050;*/ }
a:hover { 
	color: #FF0000;  
	/* border-bottom:thin dotted;
    text-decoration: none;  */
}



/* a.spip_out { text-decoration: none; color: #a02020; }
a.spip_in, a.spip_url { text-decoration: none; color: #2020a0; }
a.spip_glossaire { text-decoration: none; color: #20a020; }
*/



.chapo {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify;
	/* font-size: 115%; */
}
.texte, .texte p.spip, .texte li.spip, .texte table.spip {
	font-family: font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	/* font-size: 12px; */
	line-height: 1.3em;
}

.texte, .spip_doc_descriptif{
	font-family: Verdana,Arial,Helvetica,sans-serif;
/*	font-size : 120%; */
}

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

/*
 * Ici les styles pour le contenu
 */

.contenu h1,h2 {
	font-size: 120%;
	font-weight: bold;
}
.contenu h1,h2.titre-extrait {
	font-size: 160%;
	font-weight: bold;
}


.contenu h1,h2.titre-texte {
	font-size: 28px;

	font-family:Verdana, Geneva, sans-serif;
	padding-bottom:10px;
}
.contenu .surtitre {
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
}
.contenu .author_name{ /* new */
	font-size: 125%;
	font-weight: bold;
	font-variant: small-caps;
}

.contenu .detail {
	font-size: 80%;
	color: #303030;
}

.contenu .section_name { /* new */
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
}
.extrait {
/*extract of article (description) - e.g. on front page*/
/*	border: groove 2px #a0a0a0; */
/*	padding: 0.5em; */
	border-bottom:thin dotted;
/*	font-size: 100%;*/
}


/*
 * Disposition a l'ecran
 */

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

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

#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

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


