/*commentaire Saint-Gence : images survolées*/



#image {
text-align: center ;
 float:left;
 width: 100%;
 margin-left: auto;
 margin-right: auto;
 background: url(images/potens.jpg) no-repeat;
 -moz-box-shadow: 10px 10px 5px #C7C7C7;
 -webkit-box-shadow: 10px 10px 5px #C7C7C7;
 -o-box-shadow: 10px 10px 5px #C7C7C7;
 box-shadow: 10px 10px 5px #C7C7C7;
 filter:progid:DXImageTransform.Microsoft.Shadow(color='#6565', Direction=135, Strength=5); 
 background-color : #F7EBCA;
background-size : 100%  ; 
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;}

#image:hover {
text-align: center ;
 width: 100%;
 margin-left: auto;
 margin-right: auto;
 background: url(images/potens2.jpg)  no-repeat;
background-size : 100%  ; 
 background-color : #F7EBCA; }


#imapuits {
text-align: center ;
 width:100%;
 margin-left: auto;
 margin-right: auto;
 background: url(Puits/p141a.png) no-repeat;
background-size : 100%  ;
 background-color : #F7EBCA; 
}

#imapuits:hover {
text-align: center ;
 width: 100%;
 margin-left: auto;
 margin-right: auto;
 background: url(Puits/p141b.png) no-repeat;
background-size : 100%  ; 
 background-color : #F7EBCA;}

#imapuits113 {
 width: 85%;
 margin-left: auto;
 margin-right: auto;
 background: url(Puits/p113.png) no-repeat;
background-size : 100%  ; 
 background-color : #F7EBCA;
}

#imapuits113:hover {
 width: 85%;
 margin-left: auto;
 margin-right: auto;
 background: url(Puits/p113a.png) no-repeat;
background-size : 100%  ; 
 background-color : #F7EBCA; }


#imadivert{
text-align: center ;
 width: 85%;
 margin-left: auto;
 margin-right: auto;
 background: url(Routes/divert1.png)  no-repeat;
background-color : #F7EBCA;
background-size : 100%  ; 
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 border-radius: 10px;
 }

#imadivert:hover {
text-align:  center ;
 width: 85%;
 margin-left: auto;
 margin-right: auto;
 background: url(Routes/divert2.png) no-repeat;
background-size : 100%  ; 
background-color : #F7EBCA; }
