/*
 * 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;
	font-size: 12px;
}

a
{
	text-decoration: none;
	color: #0099FF;
}

a:hover
{
	text-decoration: none;
	color: #0099FF;
	background-color: #FFFFFF;
}

a.spip_out
{
	text-decoration: none;
	color: #0099FF;
}

a.spip_in
{
	text-decoration: none;
	color: #0099FF;
}

.t24 { font-size: 24px; }
.t18 { font-size: 18px; }
.t14 { font-size: 14px; }
.t12 { font-size: 12px; }
.t10 { font-size: 10px; }
.t09 { font-size: 9px; }
.t08 { font-size: 8px; }
.t07 { font-size: 7px; }

.chapo
{
	font-family: Courier, "Courier New", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 100%;
	line-height: 120%;
	margin-bottom: 1em;
}

.texte, .texte p.spip
{
	font-family: Courier, "Courier New", Georgia, Garamond, Times, serif;
	text-align: left;
	margin-bottom: 1em;
}

.ps
{
	font-family: Courier, "Courier New", Georgia, Garamond, Times, serif;
	text-align: left;
	font-size: 90%;
	padding-top: 0.6em;
	border-top: 1px #000000;
	margin-bottom: 1em;
}

.notes
{
	font-family: Courier, "Courier New", Georgia, Garamond, Times, serif;
	text-align: left;
	font-size: 90%;
	border-top: 1px solid #000000;
	padding: 0em;
	margin-bottom: 1em;
}

/*
 * Ici les styles pour le contenu
 */

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

.contenu h1,h2.titre-extrait
{
	font-size: 120%;
	font-weight: bold;
}

.contenu h1,h2.titre-texte
{
	font-family: Courier, "Courier New", Arial, Helvetica, Verdana, sans-serif;
	font-size: 350%;
	font-weight: bold;
	line-height: 95%;
	letter-spacing: -0.03em;
	margin-bottom: 1em;
}

.contenu .surtitre
{
	font-size: 100%;
	font-weight: bold;
	line-height: 120%;
	margin-bottom: 1em;
	font-style: italic;
}

.contenu .date
{
	font-size: 100%;
	font-weight: normal;
	line-height: 120%;
	margin-bottom: 1em;
	font-style: italic;
}

.contenu .detail
{
	font-size: 80%;
	color: #000;
}

.extrait
{
	padding: 1em;
	font-size: 90%;
	border-color: #000;
	border-width: 1px;
	border-style: ;
}

/*
 * Disposition a l'ecran
 */

#principal { font-family: Courier, "Courier New", Verdana, Arial, Helvetica, sans-serif; }
#plan { font-family: Courier, "Courier New", Verdana, Arial, Helvetica, sans-serif; }
#navigation { font-family: Courier, "Courier New", Verdana, Arial, Helvetica, sans-serif; }
.encart { font-family: Courier, "Courier New", Verdana, Arial, Helvetica, sans-serif; }

