
/* typographie.css
 * Correction des styles HTML par defaut
 */ 

h1,h2,h3,h4 {
	font-size :  1.1em;
	font-weight :  normal;
}
/*
 * Styles generaux
 */
/* bien regler la marge (bugs IE) */
.chapo {
	font-family :  "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight :  bold;
	text-align :  justify;
	font-size :  1.1em;
}
.texte { /* + */
	color : white ; /*#19d0e0 */ /* #309999; */
	text-align :  left;	
}
.texte, .spip { /* + */
	font-family :  Georgia, Garamond, Times, serif;
}
.spip {
	text-indent : 20px;
}

.ps {
	font-family :  Georgia, Garamond, Times, serif;
	font-size :  1em;
}
.notes {
	font-family :  Georgia, Garamond, Times, serif;
	font-size :  80%;
}
/* *** spe sgn */
.sgnsurt {
}
.sgnsst {
}
.sgndes {
}
.sgntxt {
}
.sgnpx {
}

/*
 * Ici les styles pour le contenu
 */
.contenu h1,h2 {
	font-size :  1.3em;
	/* font-weight :  bold; */
}
.contenu h1,h2.titreextrait {
	font-size :  1.2em;
	font-weight :  bold;
}
.cartouche h1, .titretexte { /* special cartouche ecrire auteur */
	font-size :  1.2em;
	font-weight :  bold;
}
.contenu h1,h2.titretexte {
	font-family : "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size :  1.2em;
	font-weight :  bold;
}
.contenu .surtitre {
	font-size :  1.1em;
	font-weight :  bold;
	font-variant :  small-caps;
}
.contenu .detail { /* (R3) --> art_block_G */
	font-size : 1em;
	color :  #309999;
}
 .nom a{ /* (R3) --> art_block_G */
	font-size :  1em;
	font-weight : bold;
	/* color :  #99a;
 */
 }
 
.mailauteur a 		{color : #818170;}
.mailauteur a:hover {color : #919190;}


.titretexte, .nom a, .nom{
	color : #99a;
}
.extrait {
	border :  groove 1px #a05050;
	padding :  10px;
	font-size :  1em;
}
/*
 * 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:  Arial, Helvetica, sans-serif;
}

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

 /*******************/
 
.flot { /* MenuB */
		color : #576f83;
		font-size :  1em ; 
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
		font-weight : bold;

	}
.floton { /* MenuB */
		color : #088ec5;
		font-size :  1em ; 
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
		font-weight : bold;

	}
.flot a{ /* MenuB */
		color  :   #236aad; /*#576f83;*/
	}
.floton a{ /* MenuB */
		color  : #088ec5;
		
	}
.flot a:hover{ /* MenuB */
		color  : #49b9c3; /* #aaaa55;*//* #00a6eb;*/
}
