/*
 * Styles generaux
 */

/* bien regler la marge (bugs IE) */
body { background: white; 
margin: 5px; 
font-family: Verdana, Arial, Helvetica, sans-serif;
}


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

.surtitre {
	font-weight: bold;
	text-align: left;
	font-size: 105%;
}

.titre {
	font-weight: bold;
	text-align: center;
	font-size: 130%;
}

.soustitre {
	font-weight: bold;
	margin: 2px;
	text-align: center;
	font-size: 70%;
}

.chapo {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 105%;
	line-height: 1.4em;
	margin-top: 8em;
}


.texte, .texte p.spip {
	text-align: justify;
	font-size: 95%;
	line-height: 1.3em;
	}
	
	
P.ps {
	text-align: right;
	font-size: 85%;
	}


.notes {
	font-family: Georgia, Garamond, Times, serif;
	text-align: left;
	font-size: 80%;
	margin-top: 0.3em;
	margin-bottom: 0.0em;
	border-top: 1px solid #a0a0a0;
}

.titre_breves {
	text-align: left;
	margin: 10px;
	font-size: 85%;
	font-weight: bold;
	}

.texte_breves {
	text-align: justify;
	margin: 20px;
	font-size: 70%;
	}
	
.texte_orange {
	color: #ff6600;
	font-weight: bold;
	}

.tetiere_haut {
	font-family: Times, serif, Georgia, Garamond;			
	font-variant: small-caps;
	font-size: 175%;
	font-weight: bold;
	color: #FFFFFF;
	}
	
.tetiere_haut_carm {
font-family: Times, serif, Georgia, Garamond;	
	font-size: 175%;
	font-variant: small-caps;
	font-weight: bold;
	color: #FFFFFF;
	}



	
.adresse {
	text-align: left;
	font-size: 75%;
	font-weight: bold;
	}

LI.carre { list-style: square inside; }

LI.menu-item {
	     font-size: 70%;
	     list-style: decimal inside;
	     }

UL.plan-articles {
	     font-size: 80%;
	     font-style: italic;
	     }

.image_bas {
	   margin-top: 230%;
	     }




/*
 * 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 1px #FF6600;
	padding: 1px;
	font-size: 85%;
}


/*
 * Ici les styles pour la navigation
 */
 
.hierarchie {
	font-size: 100%;
	font-weight: normal;
	font-variant: small-caps;
	}
	
.rubrique_encours {
	font-size: 100%;
	font-weight: normal;
	margin-left: 3%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	}

.article_encours {
	font-size: 80%;
	font-weight: normal;
	font-style: italic;
	margin-left: 5%;
	}
	
.sous_article_encours {
	text-align: left;
	font-size: 75%;
	font-weight: normal;
	font-style: italic;
	margin-left: 5%;
	}

.hierarchie_autre {
	text-align: left;
	font-size: 90%;
	font-weight: normal;
	font-variant: small-caps;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.rubrique_autre {
	font-size: 80%;
	font-weight: normal;
	margin-left: 3%;
	}

LI.article_autre {
	list-style: square inside;
	}
	
	
.article_autre2 {
	font-size: 75%;
	font-weight: normal;
	font-style: italic;
	margin-left: 5%;
	}


/*
 * Formulaires
 */

.formrecherche {
	background-color: #ffffff;
	color: #000000;
	margin: 0px;
	padding: 2px;
	border: solid 1px #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
}

.formulaire {
	color: black;
	margin: 0px;
	margin-bottom: 16px;
	padding: 4px;
	border: 1px solid #a0a0a0;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
}
.forml {
	background-color: #ffffff;
	padding: 1px;
	border: dashed 1px #909090;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.spip_bouton {
	border: 2px solid #404040;
	padding: 3px;
	background: #ffffff;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}
.spip-admin {
	position: fixed;
	bottom: 0px;
	font-size: 90%;
	padding: 2px;
	line-height: 1.4em;
}






/*
 * Styles SPIP
 */
.spip_code { }

p.spip_note { 
	font-family: Georgia, Garamond, Times, serif;
	text-align: left;
	font-size: 80%;
}

h3.spip {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	margin-top: 2em;
	margin-bottom: 1.5em;
	padding: 0em;
}

.spip_documents{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size : 70%;
}


table.spip {
}

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

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

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

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

hr.spip { }
b.spip { }
i.spip { }

.forml { width: 100% ; background-color: #FFFFFF;}

.spip_encadrer {
	width : 100%;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px #666666 solid;
}

.spip_cadre {
	width : 100%;
	background-color: #FFFFFF;
	padding: 5px;
}


.spip_bouton { background-color: #FF9933;}



.reponse_formulaire {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 110%;
	color: red;
}

.spip_surligne { background-color: #FFFF66; }
