
/*
 * 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;
	display:block;
}


/*
 * Styles generaux
 */

/* bien regler la marge (bugs IE) */
body {
	text-align:center;
	background-color:#F3F0ED; 
	background-image:url(../img_web/fondo_pixel.gif); 
	background-repeat:repeat-x; 
	font:8pt  "Arial", sans-serif;
	color:#796655;
	margin-left:auto;
}

a,a:link { text-decoration: none; color:#5F4833; font-weight:bolder; }
a:visited {color:#B99D86; text-decoration:none;}
a:hover { text-decoration:underline; color: #5F4833;
}
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; }


img {
	border: none;
	margin: 10px;
}

img.menu {
        border: none;
	margin: 0px;
}

.chapo {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify;
	font-size: 105%;
}
.texte, .texte p.spip {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	color:#330000;
	line-height:12pt;
}
.ps {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 85%;
}
.notes {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 80%;
}

/*
 * Ici les styles pour le contenu
 */

.contenu h1,h2 {
	font-size: 110%;
	font-weight: bold;
}
.contenu h1,h2.titre-extrait {
	font-size: 130%;
	font-weight: bold;
}
.contenu h1,h2.titre-texte {
	font-size: 170%;
	font-weight: bold;
}
.contenu .surtitre {
	font-size: 105%;
	font-weight: bold;
	font-variant: small-caps;
}
.contenu .detail {
	font-size:95%;
	color: #303030;
}
.extrait {


	font-size: 100%;
}


/*
 * Disposition a l'ecran font-size:;
 */

#principal {
	font-family: Arial, Helvetica, sans-serif;

}

#plan {
	font-family: Arial, Helvetica, sans-serif;
}

#navigation {
	font:8pt Arial, Helvetica, sans-serif  bold;
	
	
	
}

.encart {
	font-family: Arial, Helvetica, sans-serif;
}


