/* 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;
 	}
h1 {
	margin: 0 10px 6px 25px;
	padding: 0;
	font-size: 2.92em;
	line-height: 1em;
	letter-spacing: 1px;
	font-weight: normal;
 	}
 h2 {
	margin: 10px 10px 3px 25px;
	font-size: 1.42em;
	line-height: 1.17em;
	letter-spacing: 1px;
	font-weight: normal;
 	}
  h3 {
	margin: 0 10px 6px 25px;
	font-size: .92em;
	line-height: 1.5em;
	letter-spacing: 1px;
	font-weight: normal;
 	}
 h4 {
	margin: 0 10px 4px 25px;
	font-size: .92em;
 	font-weight: bold;
 	color: #000;
 	border-top: 1px solid #d1d1d3;
 	padding-top: 6px;
 	}
img {
 	border: 0; 
 	}
ol, ul, li {
 	font-size: 1em;
  	list-style-type: none;
 	margin: 0;
 	padding: 0;
 	}
p {
	margin: 0 10px 6px 25px;
	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 
 	}
