html {
	font-size: 100%; /* Évite un bug d'IE 6-7. */
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: .8em;
	line-height: 1.4em;
	color: #000;
	background: #fff;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold; /* Valeur par défaut. */
	/*font-style: normal;*/
}
h1 {
  /*font-size: 1.75em;*/
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.25em;
}
h4 {
	font-size: 1em;
}

/* Listes */
ul, ol {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

/* Paragraphes */
p {
	margin: .75em 0; /* Marges plus faibles que par défaut. */
}
address {
	margin: .75em 0;
	font-style: normal;
}

/* Liens */
a {
	color: #3F4C6B;
	text-decoration: underline;
}
a:link {
	/*color: mediumblue;*/
}
a:visited {
	/*color: indigo;*/
}
a:hover, a:focus, a:active {
	color: #3F4C6B;
}
a img {
	border: none;
}

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

/* Formulaires */
form, fieldset {
	margin: 0;
	padding: 0;
	/*border: none;*/
}
input, button, select, textarea {
	vertical-align: middle; /* Solution pb. d'alignement. (9) */
	font-family:Tahoma,Arial,Verdana,sans-serif;
	font-size: 1em;
}