
/*
 * 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;
}

/*
 * Styles generaux
 */

/* bien regler la marge (bugs IE) */
body { 
background: url(/IMG/fond_text.gif);
margin: 10px; 
font-family:Arial, Helvetica, sans-serif;
}
a { text-decoration: none;color: #000000 }
a:hover { text-decoration: none;  color: #000000; }
a.spip_out { text-decoration: none;  color: #000000}
a.spip_in, a.spip_url { text-decoration: none;  color: #000000}
a.spip_glossaire { text-decoration: none;  color: #000000}

.chapo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify;
	font-size: 105%;
}
.texte, .texte p.spip {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size:90%;
}
.ps {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 85%;
}
.notes {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 80%;
}


/*
 * Ici les styles pour le contenu
 */

.contenu h1,
.contenu h2{
color:563F23;
font-family:Geneva, Arial, Helvetica, sans-serif;
}

.contenu h1 {
	font-size: 100% ;
	font-weight: bold;
}

.contenu h2{
    background: transparent url(/IMG/puce_h.gif) bottom left no-repeat;
    border-bottom: 1px solid #563F23;
    padding-left:15px;
}
.contenu h2,
.contenu h2 a {
	font-size: 95% ;
	font-weight: bold;
    color:#000000;
}
.contenu h1,h2.titre-extrait {
	font-size: ;
	font-weight: ;
}
.contenu h1,h2.titre-texte {
	font-size: ;
	font-weight: ;
}
.contenu .surtitre {
	font-size: ;
	font-weight: ;
	font-variant: ;
}
.contenu .detail {
	font-size: 80%;
	font-style:italic;
	color: #4D4942;
}

.contenu img{
margin:5px;
}

.texte-rub {
	font-size: 85%;
}

.extrait {
	border: 1px solid #563F23;
	padding: 10px;
	font-size: 85%;
	background: url(/IMG/fond_photo.gif);
	/*background: url(/IMG/rivet.gif) top right no-repeat; */
}
.extrait img.spip_logos{
	/*width:50px;*/
	/*height:75px;*/
	float:left;
    padding:5px;
    margin:5px;
}

/*
 * Disposition a l'ecran
 */

#principal {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#plan {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#navigation {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#navigation table{
	text-align:center;
	font-size:85%;
	text-transform:uppercase;
}

#navigation table a{
    display:block;
    width:70px;
}

#navigation table a:hover{
    display:block;
    width:70px;
	background-color:#EFE9DD;
	font-weight:bold;
}
#legende {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10%;
}

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