/*
 * 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: white; margin: 10px; }
/*a { text-decoration: none; color: #336699; }
a:hover { text-decoration: none; color: #303030; background: #e8e8e8; }
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: 105%;
}
.texte, .texte p.spip {
	font-family: Georgia, Garamond, Times, serif;
	text-align: justify;
}
.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 {
	font-family: "Trebuchet MS";
    font-weight: bold;
    font-size: 24px;
    color: #0000a0;
}

.contenu h2 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #0000FF;
}
.contenu h1,h2.titre-extrait {
	font-size: 160%;
	font-weight: bold;
}
.contenu h1,h2.titre-texte {
	font-size: 190%;
	font-weight: bold;
}
.contenu .surtitre {
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
}
.contenu .detail {
	font-size: 80%;
	color: #303030;
}
.extrait {
	border: groove 2px #a0a0a0;
	padding: 1em;
	font-size: 85%;
}


/*
 * Disposition a l'ecran
*/

#principal {
	background-color:#FFFFFF;
	margin-left: 10px;
	margin-right: 100px;
	border-right-style: Aucune;
	border-left-style: Aucune;
	top: 150px;
	clip:   rect(auto auto auto 0px);
	padding-left: 10px;
}

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

#navigation {
	float:left;

	
	width: 10px;
	
}

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

#container {
position: absolute;
width: 800px;
left: 50%;
margin-left: -400px;
background-color:#FFFFFF;
}

#pied {
	height: 50px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	background-color: #CC3300;
}

.pied {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
    }

  .pied a { font-family: "Trebuchet MS";
    font-size: 11px;
    color: #0000a0;
    text-decoration: none;
    }

  .pied a:hover { font-family: "Trebuchet MS";
    font-size: 11px;
    color: #00ccff;
    }
