body{
  
	font-family: "Trebuchet MS", Arial, Helvetica, Optima, sans-serif;	
	background-color : #fff;
	}


.contener{position:absolute;
    padding-top:120px;top:0;left:0; right:0;bottom:0;
   

	height:1400px;	
	
	}
	
 .peinture{
    float:left;
	margin-left:355px;
	margin-top:20px;
    font-family:helvetica;
	color:#ccc;
	font-size:22px;	
   display:block;
}


.style_prevu_kit
{
    display:inline-block;
    border:0;
    width:300px;
    height:300px;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   

}
.style_prevu_kit:hover
{
    box-shadow: 0px 0px 150px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(2.5);
}





.espaceb {
	font-family:"hevetica";
    font-size:13px;	    
	text-decoration:none;
	color:#F3F3F3;		
	margin-left:25px;
	padding-top:100px;

	}	

#bookmarker_38026{
    float:left;
	margin-left:710px;
    padding-top:30px;
    }

