/* Styles typographiques de base
-------------------------------------------------------------------------------------------*/
body {
 	color: #000;
 	font-size: 76%;
 	font-family: tahoma, helvetica, arial, sans-serif;
  	letter-spacing: 1px;
 	margin: 0;
 	padding: 0; 
 	background: #fff url(../images/fond-body.gif);
 	}
h1 {
	margin: 5px 30px 6px 80px;
	padding: 0;
	font-size: 1.25em;
	line-height: 1.33em;
	letter-spacing: 1px;
	font-weight: bold;
 	}
 h2 {
	margin: 15px 30px 3px 80px;
	font-size: 1em;
	line-height: 1.25em;
	letter-spacing: 1px;
	font-weight: bold;
 	}
  h3 {
	margin: 0 30px 6px 80px;
	font-size: .92em;
	line-height: 1.25em;
	letter-spacing: 1px;
	font-weight: bold;
 	}
 h4 {
	margin: 0 5px 4px 3px;
	font-size: 1em;
 	font-weight: bold;
 	color: #000;
 	padding-top: 15px;
 	}
img {
 	border: 0; 
 	}
ol, ul, li {
 	font-size: 1em;
  	list-style-type: none;
 	margin: 0;
 	padding: 0;
 	}
p {
	margin: 0 30px 6px 80px;
	padding: 0;
	font-size: 1em;
	line-height: 1.5em;
	}
h1 > p {
 	margin-top: 0; 
 	}
 a {
  outline: none;
	}
form {
 	margin: 0;
 	padding: 0;
 	}
 input, select, th, td {
 	font-size:1em
 	}
strong, b {
 	font-weight: bold 
 	}
