
/*
 * 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) */


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,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: 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 {
	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;
}



/*
 * Barre typographique enrichie
 */
.spip_documents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color : #666666;
}

.spip_documents_center{
	margin: auto; 
	text-align: center;
	width: 80%;
}

.spip_documents_right{
	margin:0px 0px 10px 10px;
}

.spip_documents_left{
	margin:0px 10px 10px 0px;
} 
 
.texteencadre-spip {
	color: #000033;
	background: #EEE;
	border-bottom: 2px solid #666;
	border-left: 1px solid #999;
	border-right: 2px solid #666;
	border-top: 1px solid #999;
	margin: 1em 0;	
	padding: 5px;	
	position: relative;
}

.caractencadre-spip {
	color: #AE8D69;
}

table.spip {
	margin-left:auto;
	margin-right:auto;
	width:75%;
	border: 1px #666666 solid;
}

table.spip caption{
	margin-left:auto;
	margin-right:auto;
	width:75%;
}


table.spip tr.row_first {
	background-color: #A99F78;
}

table.spip tr.row_odd {
	background-color: #cccccc;
}

table.spip tr.row_even {
	background-color: #F0F0F0;
}

table.spip td, table.spip th {
	padding: 3px;
	text-align: left;
	vertical-align: center;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #cc9933;
}

h4 { 
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
