.galerie {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	text-align: center;
	background-position: center;
}
.textegalerie {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: justify;
}

.textegaleriecentre {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align:center;
}

.galerietitre {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	text-align: center;
	background-position: center;
	font-weight: bold;
}
.textegaleriegd {

	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: justify;
}
.photo {
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
}
.titrejaune {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFF00;
	font-weight: bold;
	text-decoration: underline;
}
.galeriebibi {

	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	text-align: justify;
	background-position: center;
}
.video {

	font-family: Verdana;
	font-size: 9px;
	color: #FFFF00;
}
.titrenoir {
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.textegalerienoir {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
.galerietitrenoir {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-align: center;
	background-position: center;
	font-weight: bold;
}
.textegaleriegdnoir {

	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
.photonoir {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
}.titregdjaune {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #FFFF00;
}

@keyframes AutoSlide {
    0% {
        left: 0px; /*1ère image*/
    }
    25% {
        left: 0px; /*idem pour attente*/
    }
    50% {
        left: -530px; /*2ème image*/
    }
    75% {
        left: -530px; /*idem pour attente*/
    }
    100% {
        left: 0px; /*1ère image*/
    }
}

@-webkit-keyframes AutoSlide {  /* Safari and Chrome */
    0% {
        left: 0px; /*1ère image*/
    }
    25% {
        left: 0px; /*idem pour attente*/
    }
    50% {
        left: -530px; /*2ème image*/
    }
    75% {
        left: -530px; /*idem pour attente*/
    }
    100% {
        left: 0px; /*1ère image*/
    }
}

@-moz-keyframes AutoSlide {  /* Mozilla */
    0% {
        left: 0px; /*1ère image*/
    }
    25% {
        left: 0px; /*idem pour attente*/
    }
    50% {
        left: -530px; /*2ème image*/
    }
    75% {
        left: -530px; /*idem pour attente*/
    }
    100% {
        left: 0px; /*1ère image*/
    }
}

@-o-keyframes AutoSlide {  /* Mozilla */
    0% {
        left: 0px; /*1ère image*/
    }
    25% {
        left: 0px; /*idem pour attente*/
    }
    50% {
        left: -530px; /*2ème image*/
    }
    75% {
        left: -530px; /*idem pour attente*/
    }
    100% {
        left: 0px; /*1ère image*/
    }
}


	
#slideshow {
    position: relative;
    width: 530px;
    height: 398px;
    margin: 0px auto;
    overflow: hidden;
}
#sContent li {
    display: inline;
}

#sContent {
    position: absolute;
    top: 0;
    left: 0;
    width: 1060px;
    margin: 0;            
    padding: 0;
    
    /*CSS3 keyframes animation*/
    animation-name: AutoSlide;
	animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
	
	-webkit-animation-name: AutoSlide;
	-webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
	
}


.tdcontenu {
    width: 526px;
    height: 100%;
    margin: 0px auto;
	padding-left:10px;
	text-align:center;
}

.divcontenu
{
    width: 100%;
	text-align:justify;
	padding:10px;
}

