 /* CSS Document */





/* defilement loisirs*/


 #contenant
 {
 	position: absolute;
 	left: 28%;
 	top: 666px;
 	width: 700px;
 	height: 101px;
 	background-color: #1FFED8;
  overflw : hidden;
 	clip : rect(0px 500px 100px 0px);
 	/*clip : rect(0px, 200px, 100px, 0px);*/
 }
 
 #contenu
 {
 	position: relative;
 	left : 0px;
 	top : 0px;
 }
 




/* defilement environs*/ 

 #environs
 {
 	position: absolute;
 	left: 25%;
 	top: 666px;
 	width: 700px;
 	height: 101px;
 	background-color: #1FFED8;
  overflw : hidden;
 	clip : rect(0px 500px 100px 0px);
 	/*clip : rect(0px, 200px, 100px, 0px);*/
 }
 
 #environcoin
 {
 	position: relative;
 	left : 0px;
 	top : 0px;
 
 }







 
 #photo1
 {
 	position: absolute;
 	left: 44%;
 	top: 630px;
 	width: 790px;
 	height: 101px;
 	background-color: #F1B931;
  overflw : hidden;
 	clip : rect(0px 300px 100px 0px);
 	clip : rect(0px, 300px, 100px, 0px);
 }
 
 #placephoto1
 {
 	position: relative;
 	left : 0px;
 	top : 0px;
 }

/*visio2*/
 #contenant2
 {
 	position: absolute;
 	left: 44%;
 	top: 270px;
 	width: 790px;
 	height: 101px;
 	/*background-color: #FFCC99;*/

 }
 
 #contenu2
 {
 	position: relative;
 	left : 0px;
 	top : 0px;
 }
 
 
 #photo2
 {
 	position: absolute;
 	left: 44%;
 	top: 230px;
 	width: 790px;
 	height: 101px;
 	background-color: #F1B931;
  overflw : hidden;
 	clip : rect(0px 300px 100px 0px);
 	clip : rect(0px, 300px, 100px, 0px);
 }
 
 #placephoto2
 {
 	position: relative;
 	left : 0px;
 	top : 0px;
 }
