    
html, body {
 margin: 50;
 padding: 0;
 }
 
body {
 background-color: white; 
 font-family: Georgia; 
 font-style: italic;
 padding-left: 15px;
 font-size: 100%;
 }
h1 {
 font-size: 200%;
 color: blue; 
 padding-left: 15px;
 }
h2 {

 font-size: 150%; 
 color: black; 
 padding-left: 15px;
 }
h3 {
	position:absolute;
    top:800px;
    left:100px;
	margin: 50;
 font-size: 150%; 
 color: black; 
 padding-left: 15px;
 }
h4 {
	position:absolute;
    top:800px;
    left:800px;
	margin: 50;
	margin: 50;
 font-size: 150%; 
 color: black; 
 padding-left: 15px;
 }
p,ul,li,td {
 color: black; 
 }
a:link {
 color: green;
 text-decoration: underline;
 }


#bloc1{
	position:absolute;
    top:1000px;
    left:100px;
    width:100px;
    height:450px;
	letter-spacing: -3px;
    border:0px solid #000;
    font-family: Andale Mono; 
	letter-spacing: -7px;
    font-size: 100%;
	text-align: justify;
    ;}
    
#bloc2{
	position:absolute;
	text-align: justify;
    top:1000px;
    left:100px;
    width:350px;
    height:50px;
    border:0px solid #001;
	font-size: 110%;
	font-family: Andale Mono;
    }


#bloc3{
	position:absolute;
    top:1000px;
    left:100px;
    width:100px;
    height:50px;
    border:0px solid #000;
	font-size: 50%;
	font-family: Andale Mono;}

#ligneH1{
	position:absolute;
	top:1000px;
	left:800px;
	border-top : 1px solid #000; 
    width : 500px; }
#ligneH2{
	position:absolute;
	top:1100px;
	left:800px;
	border-top : 2px solid #000; 
    width : 500px; }
#ligneH3{
	position:absolute;
	top:1200px;
	left:800px;
	border-top : 2px solid #000; 
    width :500px; }
#ligneH4{
	position:absolute;
	top:1300px;
	left:800px;
	border-top : 2px solid #000; 
    width : 500px; }


#ligneV1{
	position:absolute;
    top:1000px;
    left:800px;
	width:5px;
    border-left:2px solid gray;
    height:500px;}
#ligneV2{
	position:absolute;
    top:1000px;
    left:850px;
	width:6px;
    border-left:2px solid gray;
    height:500px;}
#ligneV3{
	position:absolute;
    top:1000px;
    left:900px;
	width:7px;
    border-left:2px solid gray;
    height:500px;}
#ligneV4{
	position:absolute;
    top:1000px;
    left:950px;
	width:8px;
    border-left:2px solid gray;
    height:500px;}
