
body {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0;
padding: 0;
}

#main {
	padding: 20px 30px 20px 20px;
	font-size: 1em;
}

#echelle td {
	text-align: center;
	font-size: .8em;
}

#avantages {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#avantages li {
	list-style-type: none;
	background: url('image/fleche.gif') no-repeat;
	text-indent: 20px;
	line-height: 13px;
	padding-bottom: 10px;
	margin-top: 10px;
	border-bottom: 1px solid #e2e2e2;
}
#col {
	padding: 10px;
}
hr {
	background-color: #e2e2e2;
	color: #e2e2e2;
	border:0px;
	padding: 0px;
	margin:0px;
	height: 1px;
	width: 100%;
}



H1 { 
font-size: 20px;
font-weight: 800;
color: red;
 }

H2 { 
font-size: 12px;
font-weight: 900;
text-align: center;
}

H3 { 
font-size: 12px;
font-weight: 800;
color:red;
}

H4 { 
font-size: 12px;
font-weight: 400;

 }


a:link {
color : red; 
text-decoration : none;
}

a:visited { 
color : red; 
text-decoration : none;

}

a:hover {
color : black
}

