
/*
 * Correction des styles HTML par defaut
 * Les couleurs a personnaliser sont marques PERSO
 */

.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) */

a { text-decoration: none; color: #006666/* #dd3333;  #ff3300;*/ }
a:hover { text-decoration: none; color: #999999; } /* PERSO - survol */
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; }


/*Styles page article, auteur, rubrique BJL*/

.chemin {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}
.titre-message {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ff3300;
	font-size: 14px;
}
.soustitre-message {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.webmestre {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}
.titre-article {
	font-weight: bold;
	font-size:17px;
	font-family: "Trebuchet MS", Verdana, Georgia, Garamond, Times, serif;
	color: #006666;
}
.tous-articles{
	font-weight: bold;
	font-size:15px;
	font-family: "Trebuchet MS", Verdana, Georgia, Garamond, Times, serif;
	color: #666666;
}
.titre-article-rub {
	font-weight: bold;
	font-size:15px;
	font-family: "Trebuchet MS", Verdana, Georgia, Garamond, Times, serif;

}
.article-publi {
	font-weight: bold;
	font-size:12px;
	font-family: "Trebuchet MS", Verdana, Georgia, Garamond, Times, serif;
	color: #666666;
}
.article-ajout {
	font-weight: bold;
	font-size:12px;
	font-family: "Trebuchet MS", Verdana, Georgia, Garamond, Times, serif;
	color: #666666;
	}
.article-date {
	margin-left: 20px;
	font-weight: bold;
	font-size:11px;
	font-family: "Trebuchet MS", Verdana, Georgia, Garamond, Times, serif;
	color: #666666;
}
/*Fin Styles page article.html*/

.chapo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	font-style: italic;
	text-align: justify;
	font-size: 105%;
}

.texte, .texte p.spip {
	font-size: 13px;
	font-family: Verdana, Georgia, Garamond, Times, serif;
	text-align: justify;
}
.ps {
	font-family: Arial, verdana,Garamond, Times, serif;
	text-align: justify;
	font-size: 80%;
}
.notes {
	font-family: Arial, 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-weight: bold;
	font-size:17px;
	font-family: "Trebuchet MS", Verdana, Georgia, Garamond, Times, serif;
	color: #ff3300;

}
.contenu h1,h2.titre-texte {
	font-size: 15px;
	font-color: blue;
	font-weight: bold;
}
.contenu .suite {
	font-size: 11px;
	font-family: Verdana, Georgia, Garamond, Times, serif;
	text-align: right;
	font-weight: bold;
}
.suite {
	font-size: 11px;
	font-family: Verdana, Georgia, Garamond, Times, serif;
	text-align: right;
	font-weight: bold;
}
.contenu .surtitre {
	font-size: 14px;
	font-family: "Trebuchet MS", Verdana, Georgia, Garamond, Times, serif;
	font-weight: bold;
	font-variant: small-caps;
	color: #dd3333;
}
.contenu .detail {
	font-size: 80%;
	font-family: "Trebuchet MS", Verdana, Georgia, Garamond, Times, serif;
	font-weight: bold;
	/*color: #303030;*/
}
.extrait {

	font-size: 85%;
}


/*
 * Disposition a l'ecran
 */

#principal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#plan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.encart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*
 * Article-imprim.html
 */

.titre-site {

	font-size:36px;
	font-family: "Trebuchet MS", Verdana; /*verdana, Georgia, Garamond, Times, serif;*/
	color: #006666;
}