.pos_img1 {
  position: absolute;
  top: 0px;
  left: 0px;
}

.pos_text1 {
  position: absolute;
  top: 0px;
  left: 330px;
  width: 400px;
}

.pos_text2 {
  position: absolute;
  top: 240px;
  left: 0px;
   width: 700px;
}

.pos_img2{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 700px;
}

.pos_img3 {
  position: absolute;
  top: 100px;
  left: 450px;
}

a:link {
	color: #CCCCCC;
	}
	
a:visited {
	color: #AAAAAA;
	}
	
a:active {
	color: #999999;
	}


.gauche {
	float: left;
	margin:20px;
	}

.droite {
	float: right;
	margin:20px;
	}