
/*
 * Correction des styles HTML par defaut
 */

.structure {
	display: none;
}
h1,h2,h3,h4 {
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: 80%;
	font-weight: normal;
}

/*
 * Styles generaux
 */

a.accueil{ text-decoration: none; color: #006666; font-size:12px}
a.accueil:hover {text-decoration:underline; color: #303030; background: #e8e8e8; }

a.lire{ text-decoration: underline; color: #006666; font-size:11px;}
a.lire:hover {text-decoration:underline; color: #fa0}

a.actu{text-decoration:underline; color:#900; font-size:12px;font-weight:bold;}
a.actu:hover{color:#fa0}

a.rubrique{ text-decoration: none; color: #006666; font-size:12px}
a.rubrique:hover {text-decoration:underline; color: #303030; background: #e8e8e8; }

a.chemin { text-decoration:none; color:#ee6600}
a.chemin:hover { text-decoration:none; color:#ee6600}

/* Pour l'impression */
a.image { /* définition de la classe "image" de la balise <a> */
     display: block; /* la balise a doit être en bloc */
     width: 30px; /* largeur de l'image réactive */
     height: 30px; /* hauteur de l'image réactive */
     background-image: url(../img/imprimante.gif); /* source de l'image de départ */
     background-repeat: no-repeat;
     }
	 
a.image:hover { /* définition de la classe "image" de la balise <a> au survol */
     background-image: url(../img/imprimante-sortie.gif); /* source de l'image d'arrivée */
     } 

/*Couleur et forme de la date*/
.date {
font-size:10px;
color:#FF0000
}

/*Les textes sur la page d'accueil*/
.texte1 {
font-size:12px
}

.chapo {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify;
	font-size: 105%;
}
}
.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: 120%;
	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;
}
.contenu .detail2 {
	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;
}


