html {
	font-size: 100%;
}
body {
padding-top: 5%;
	margin: 0;
	/*padding: 10px 20px; */
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif; /* 3 */
	font-size: 11px;
	line-height: 1.25;
	color: #F0E39E;
	background: #ADAD9C;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
	margin-left:20px;
	margin-top:10px;
}
h1, h2 {
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 1.4em;
	font-style: normal;
	color:#B90000;
	border-bottom:solid 2px #ccc;
}
h2 {font-size: 1.8em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1em;}



/* Paragraphes */
p {
	margin: .75em 0;
}

a img {
	border: none; /* -> 10 */
}

/* Divers éléments de type en-ligne */
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}


