
/*
 * 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
 */
html {
margin: 0;
padding: 0;
height: 100%;
}
/* bien regler la marge (bugs IE) */
body {
	background-image : url(../IMG/fd-page3.gif);
	background-position:center;
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	color: #000000; 
	text-align: center ;
	height: 100%;
	background-color: rgb(229,229,229);
	FONT-FAMILY: Verdana, Arial, sans-serif;
    FONT-SIZE: 12px;
	}

td.fdOrange {
	background-image: url("../IMG/fd-Orange.gif");
	background-repeat: repeat-x; 
	color:#3E5D84;  /* bleu metal */
	font-family: Trebuchet MS, verdana;
	font-weight: 550;
	font-size: 14px;
	padding-left: 20px;
	letter-spacing: 0.05em;
}
.txtGris {
color:#a3a3a3;
font-size: 11px;
}
.link_Negre_under
{
    FONT-FAMILY: Verdana, Arial, sans-serif;
    COLOR: #000000;
	FONT-SIZE: 11px;
    TEXT-DECORATION: none
}
.link_Negre_under:hover
{
    FONT-FAMILY: Verdana, Arial, sans-serif;
    COLOR:  #861636;  
	FONT-SIZE: 11px;
	TEXT-DECORATION: underline;
}

.titreArticle {
	/*color:#573705;  marron */
	color:#3E5D84;  /* bleu metal */
	font-family: Trebuchet MS, verdana;
	font-weight: bold;
	font-size: 18px;
	padding-left: 10px;
	letter-spacing: 0.05em;
}
.titreTek {
	/*color:#573705;  marron */
	color:#3E5D84;  /* bleu metal */
	font-family: Trebuchet MS, verdana;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 0.05em;
}


a { text-decoration: none; /*color: #000000; */}
a:hover { text-decoration: underline; }
a.spip_out { text-decoration: none; /*color: #000000; */ }
a.spip_out:hover { text-decoration: underline; }
a.spip_in, a.spip_url { /*text-decoration: none; */color: #CE7F02; }
a.spip_glossaire { text-decoration: none; /*color: #000000; */}
.lienJauneBig {
   font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
   color: #CE7F02;
   font-size: 18px;
}
a.menu-titre {
	color: #861636; 
}
.lienJauneSmall {
   font-family: Verdana, Arial;
   color: #CE7F02;
   font-weight: bold;
   font-size: 11px; 
}

.chapo {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify;
	font-size: 90%;
}
.texte, .texte p.spip {
	font-family: Verdana, Arial;
	text-align: justify;
	font-size: 12px;
	font-weight: normal;
	/* background-color: #FFFFFF; */
}
.ps {
	font-family: Verdana, Arial;
	text-align: justify;
	font-size: 90%;
}
.notes {
	font-family: Verdana, Arial;
	text-align: left;
	font-size: 85%;
}

.menuBlanc {
	color: red;
	font-family: Trebuchet MS, Verdana, Arial;
}

/*
 * Ici les styles pour le contenu
 */

.contenu h1,h2 {
	font-size: 110%;
	font-weight: bold;
}
.contenu h1,h2.titre-extrait {
	/*font-size: 110%;
	font-weight: bold;
	color:#EF6500;*/
	color:#3E5D84;  
	font-family: Trebuchet MS, verdana;
	font-weight: bold;
	font-size: 18px;
	/*padding-left: 10px;*/
	letter-spacing: 0.05em;
}
.contenu h1,h2.titre-texte {
	font-weight: bold;
	color:#3E5D84;  
	font-family: Trebuchet MS, verdana;
	font-size: 18px;
	
}
.contenu .surtitre {
	font-size: 110%;
	/*font-weight: bold;*/
	font-variant: small-caps;
}
.contenu .detail {
	font-size: 60%;
	color: #00000;
}
.extrait {
		padding: 1em;
	font-size: 85%;
}


/*
 * Disposition a l'ecran
 */

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

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

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

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

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


