﻿/*
//------------------------------------------------------------------
// Auteur : Michel W
// 
// Version             : 1.0
// Date de création    : 01/08/2009
// Date de mise à jour :
//
// Description         : feuille de style de rubrique
//
//------------------------------------------------------------------
*/

#content .photos-gauche table{
	float: left;
	margin:0px 0px 10px 0px;
}
#content .photos-gauche table img{
	border: solid 3px #fff;
}
#content #exterieur {
	margin-bottom:90px;

}
#content #exterieur li {
	margin-bottom:20px;
	margin-top:20px;
}

#content .photos-droite table{
	float: right;
    margin: 0px 0px 20px 50px;
	border-spacing :20px;
}
#content .photos-droite table img{
	border: solid 3px #fff;
}
#content #equipements {
	margin-bottom:90px;

}
#content #equipements li {
	margin-bottom:20px;
	margin-top:20px;
}
.d1{
    width: 520px;
    height: 390px;
    margin: 50px auto;
    box-shadow: 0px 15px 10px -5px #777;
    background-color: #EDEDED;
    background-size: contain;
    animation: fondu 30s ease-in-out infinite both;
}
.conteneur{
    max-width: 520px;
    margin: 50px auto;
}
.d2{
    width: 100%;
    height: 0px;
    padding-top: 75%;
    box-shadow: 0px 0px 10px #777;
    background-color: #EDEDED;
    background-size: contain;
    animation: fondu 30s ease-in-out infinite both;
}
.d1:hover, .d2:hover{
    animation-play-state: paused;
}
@keyframes fondu{
    0%{background-image: url("http://romazieres.free.fr/poney/images/diaporama/diapo11.jpg");}
    11.11%{background-image: url("http://romazieres.free.fr/poney/images/diaporama/diapo12.jpg");}
    22.22%{background-image: url("http://romazieres.free.fr/poney/images/diaporama/diapo13.jpg");}
    33.33%{background-image: url("http://romazieres.free.fr/poney/images/diaporama/diapo14.jpg");}
    44.44%{background-image: url("http://romazieres.free.fr/poney/images/diaporama/diapo15.jpg");}
    55.55%{background-image: url("http://romazieres.free.fr/poney/images/diaporama/diapo16.jpg");}
    66.66%{background-image: url("http://romazieres.free.fr/poney/images/diaporama/diapo17.jpg");}
    77.77%{background-image: url("http://romazieres.free.fr/poney/images/diaporama/diapo18.jpg");}
    88.88%{background-image: url("http://romazieres.free.fr/poney/images/diaporama/diapo19.jpg");}
    100%{background-image: url("http://romazieres.free.fr/poney/images/diaporama/diapo11.jpg");}
}
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
