/* marron ombre interieure #331717*/
.hidden{ 
 display:none;
 }
  
  /* les 3 cadres photos*/
 .photobox1, .photobox2, .photobox3,  .photobox4 {
 height:460px;
 border: 1px solid #000000 ;
     outline: #4C100D solid 4px ;
    outline-offset: -8px ;
	
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px ;
    border-radius: 10px;
	
	    -moz-box-shadow: 0px 0px 30px 4px #91703B inset ;
    -webkit-box-shadow: 0px 0px 30px 4px #91703B inset ;
    box-shadow: 0px 0px 30px 4px #91703B inset ;
 }
 
  .photobox1, .photobox3 {
  background: url(../images/taches.png) repeat ; 
    }
  
  .photobox2, .photobox4 {
  background: url(../images/taches2.png) repeat ; 
 }
 
 .bodycontainer#idphotos img {
 margin: 35px auto;
 }
 
 .bodycontainer#idphotos a img {
 
 transform:scale(0.8,0.8);
-ms-transform:scale(0.8,0.8); /* IE 9 */
-webkit-transform:scale(0.8,0.8); /* Opera, Chrome, and Safari */

  transition: All 0.5s ease 0s;
	-webkit-transition: All 0.5s ease 0s;
	-moz-transition: All 0.5s ease 0s;
	-o-transition: All 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s ;
	 
 }
 
 .bodycontainer#idphotos a img:hover {
 transform:scale(1,1);
-ms-transform:scale(1,1); /* IE 9 */
-webkit-transform:scale(1,1); /* Opera, Chrome, and Safari */
 }
 
 #photoblock {
 display: block;

 }