
/*
 * Correction des styles HTML par defaut
 */

.gene { 
	border-top-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-left-width : 1px;
	border-bottom-style : dashed;
	border-left-style : dashed;
	border-top-style : dashed;
	border-right-style : dashed;
	border-top-color : #c0c0c0;
	border-right-color : #c0c0c0;
	border-bottom-color : #c0c0c0;
	border-left-color : #c0c0c0;
}

.tourmenu { 
	border-top-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-left-width : 1px;
	border-bottom-style : dashed;
	border-left-style : dashed;
	border-top-style : dashed;
	border-right-style : dashed;
	border-top-color : #ffd6bb;
	border-right-color : #ffd6bb;
	border-bottom-color : #ffd6bb;
	border-left-color : #ffd6bb;
}
.titre { color: #ff6000; font-weight: bold; font-size: 22px; font-family: "Trebuchet MS", Arial, Verdana; }
a.titre { color: #ff6000; font-weight: bold; font-size: 22px; font-family: "Trebuchet MS", Arial, Verdana; text-decoration: none; }
a:hover.titre { color: #8a2be2; font-weight: bold; font-size: 22px; font-family: "Trebuchet MS", Arial, Verdana; text-decoration: none;  }

.titregris  { color: #a9a9a9; font-weight: bold; font-size: 12px; font-family: "Trebuchet MS", Arial, Verdana; }
a.titregris  { color: #a9a9a9; font-weight: bold; font-size: 12px; font-family: "Trebuchet MS", Arial, Verdana; text-decoration: none;  }
a:hover.titregris  { color: #727272; font-weight: bold; font-size: 12px; font-family: "Trebuchet MS", Arial, Verdana; text-decoration: none;  }


.liengris { color: #808080; font-weight: bold; font-size: 11px; font-family: "Trebuchet MS", Arial, Verdana;  }
a.liengris { color: #808080; font-weight: bold; font-size: 11px; font-family: "Trebuchet MS", Arial, Verdana; text-decoration: none;  }
a:hover.liengris { color: #8a2be2; font-weight: bold; font-size: 11px; font-family: "Trebuchet MS", Arial, Verdana; text-decoration: none;  }

.legal { color: #c9c9c9; font-style: italic; font-size: 10px; font-family: "Trebuchet MS", Arial, Verdana;  }
a.legal { color: #c9c9c9; font-style: italic; font-size: 10px; font-family: "Trebuchet MS", Arial, Verdana; text-decoration: none;  }
a:hover.legal { color: #a9a9a9; font-style: italic; font-weight: bold; font-size: 10px; font-family: "Trebuchet MS", Arial, Verdana; text-decoration: none;  }

.lien-rubart { color: #FF8E54;  }
a.lien-rubart { color: #FF8E54; }






.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: f5f5f5; margin: 10px; }
a { text-decoration: none; color: #a547c7; }
a:hover { text-decoration: none; color: #74288f; }
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-art {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify;
	font-size: 100%;
}

.chapo {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify;
	font-size: 85%;
	color:#696969;
}
.texte, .texte p.spip {
	font-family: Georgia, Garamond, Times, serif;
	text-align: justify;
	font-size: 90%;

}
.piecej {
	color: #1CAEAC;
	font-family: Georgia, Garamond, Times, serif;
	text-align: justify;
	font-size: 70%;
}
.ps {
	font-family: Georgia, Garamond, Times, serif;
	text-align: justify;
	font-size: 75%;
}
.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: 150%;
	font-weight: bold;
	color: #ff6000;

}
.contenu .soustitre {
	color: #808080;
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
}
.contenu .surtitre {
	color: #a9a9a9;
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
}
.contenu .detail {
	font-size: 80%;
	color: #d3d3d3;

}
.extrait {
	color: #a9a9a9;
	border: dashed 1px #d3d3d3;
	padding: 1em;
	font-size: 85%;
}
.piste {
	font-size: 60%;
	color: #FFA87A;
}



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


