/* --- STYLE DE BASE --- */
/* Page */
html{
	font-size: 100%; /* Evite un bug d'IE 6-7 */
}
body {
	margin:0 auto;
	padding: 0;
	font-family:Arial, Helevetica, FreeSans, sans-serif;
	font-size:0.8em;
	line-height:1.2em;
	color:black;
	background:#728988;
}

/* Titre */
h1, h2, h3, h4, h5, h6{
	margin: 1em 0 0.5em 0; /* Rapproche le titre du texte */
	line-height: 1.2em;
	font-weight:bold; /* 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;
}

/* Paragraphes */
p {
	text-align:center; /*centrage de la balise img */
	margin:0 auto;
}
address {
	margin: 0.75em 0;
	font-style: normal;
}

/* Listes */
ul, ol {
	margin: 0;
	padding:0;
}

/* Liens */
a {
	text-decoration: none;
	color: black;
}

a:hover, a:focus, a:active {
	color: orange;
}
a img{
	border:none;
}

/* Formulaires */
form, fieldset {
	margin:0;
	padding:0;
	border:none;
}
input, button, select {
	vertical-align:middle;
}
