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

a.spip_out { text-decoration: none; color: #333; }
a.spip_in, a.spip_url { text-decoration: none; color: #333; }
a.spip_glossaire { text-decoration: none; color: #333; }

a.spip_out:hover, a.spip_in:hover, a.spip_url:hover, a.spip_glossaire:hover{
	color: #333; 
}
a:hover{
	text-decoration: none;
	color: white;
	background: #660000;
}
.chapo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: justify;
	font-size: 95%;
}
.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%;
}

.comments {
	font-family: Georgia, Garamond, Times, serif;
	text-align: left;
	font-size: 70%;
}

.small {
	text-align: left;
	font-size: 85%;	
}

.small-agenda {
	text-align: left;
	font-size: 85%;	
	background: wheat;
}
	

.calendar_head {
	font-family: Georgia, Garamond, Times, serif;
	text-align: center;
	background: black;
	color: white;
	font-weight: bold;
}
	
.blink {
	/*text-decoration: blink;*/
	color: black;
}

.mot {
	text-decoration: none;
	color: white;
	background: #660000;
	font-weight: bold;
}


/*
 * Ici les styles pour le contenu
 */

.contenu h1,h2 {
	font-size: 100%;
	font-weight: bold;
}
.contenu h1,h2.titre-extrait {
	font-size: 140%;
	font-weight: bold;
}
.contenu h1,h2.titre-texte {
	font-size: 170%;
	font-weight: bold;
}
.contenu .surtitre {
	font-size: 100%;
	font-weight: bold;
}
.contenu .detail {
	font-size: 90%;
	color: #303030;
}
.extrait {
	border: groove 2px #a0a0a0;
	padding: 1em;
	font-size: 75%;
}


/*
 * Disposition a l'ecran
 */

#principal-sommaire {
	font-family: Georgia, "Times New Roman", Times, serif;
}


#principal {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#plan {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#derecha {
	font-family: Georgia, "Times New Roman", Times, serif;
}	

.encart {
	font-family: Georgia, "Times New Roman", Times, serif;
}

