html {
	font-size: 100%;
}
body {
	margin: 0;
	padding: 10px 20px;
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif; 
	font-size: .9em; 
	line-height: 1.25;
	color: black;
	background: white;
}
/* Listes */
ol, ul, li {padding: 0; margin: 0em; list-style: none; list-style-image: none;}

p, blockquote p {
	margin: .5em 0;
}
/* Citations */
blockquote, q {
	font-size: 1.1em;
	font-style: italic;
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
}
blockquote {
	margin: .75em 0 .75em 24px;
}
cite {
	font-style: italic;
}
/* Liens */
a { text-decoration: none; color:#e2007a; }

a:hover {
	text-decoration: none;
	color: #333333;
	background: #a3dfe4;
	}
a:visited {
	text-decoration: none;
	color: #848F63;
	}
/* Divers �l�ments de type en-ligne */
em {
	font-style: italic;
}
/* En-tete */

#entete {
	margin-bottom: 55px;

}
#entete h1 {
		color: #f6c327;  /* orange */
		/*margin-top: 10px;*/
		margin-top: 0em;
		margin-left: 190px;
		margin-bottom: 5px;
		font-size: 2.5em;
}
#entete h2 {
		margin-top: 0em;
		margin-left: 190px;
		color: #97bf0d; /* vert */
		font-size: 1.3em;
}
#entete img {
	position: absolute;
	top: 10px;
	left: 20px;
	margin: 0x 0px 0px 0px;
}
/* liens rezos */
#social li {
  display: inline-flex;;
  padding-right: 10px;
  }
#social li a:hover {background-color: #ffffff;}
#social {margin-top: 1em;}
/* Contenu principal */
#contenu {
	margin-top:30px;
	margin-left:0;
	margin-right:0px;
	margin-bottom:0em;
	padding-bottom:1em;
	color: #363B29; 
	background:  #ffffff;
}
#contenu h1, h2 {
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
	font-weight: normal;
}
#contenu h1 {
	background-color: #97bf0d; text-align:center; color: #ffffff;
	font-size: 2.8em;
	margin-bottom: 1em;
}
#contenu h2 {
	margin-left:5px;
	font-size: 2.3em;
	color: #e2007a;
		}
#contenu p {
	margin-top:1.5em;
	margin-left:1em;
	margin-right:1.5em;
	margin-bottom:1em;
	line-height:1.5em;
	font-size: 1.2em;
	text-align: justify;
}
#contenu a { color: #97bf0d; }
#contenu a:hover, #contenu a:hover{
	color: #FFFFFF;
	background: #f6c327;
}
#contenu strong { color: #181A12; }

#contenu p.lienArchivesJournal {
text-align : right;
font-size: 90%;
	}

.texte_smaller {
	font-size: 70%;
	color: #000000;
	}

.puceRang {
	list-style-type: decimal;
	margin-left:2em;
		}

.puceTriangle {
	list-style-image: url('./images/puce1.gif');
	margin-left:2em;
		}

#contenu a.listeLiens {
	text-decoration: none; color:#e2007a; 
	font-size: 1.2em;
	}
#contenu a.listeLiens:hover {
	text-decoration: none;
	color: #333333;
	background: #a3dfe4;
		}
	a.listeLiens:visited {
	text-decoration: none;
	color: #848F63;
		}

#contenu li { line-height: 1.5; }
#contenu img {
	margin-top:0px;
	margin-left:-20px;
	margin-right:10px;
	margin-bottom:0;
	}

.hidden {
	display: none;
	}
/* Mention de paternit� */
#copyright {
	margin-left: 0em;
	margin-right: 0px;
	text-align: center;
	font-size: 1.6em;
	color: #848F63;
}
#copyright a {
	color: #848F63;
	text-decoration: none;
}
#copyright a:hover, #copyright a:focus {
	text-decoration: none;
	color: #333333;
	background: #a3dfe4;
}







