#video_player {
        max-width: 90%;
        align: center;
        height: auto;
        padding:6px;
        margin:0 auto;
        border-radius:10px;
        border-top: 6px groove white;
        display: table;
	line-height: 0;
	font-size: 0;
	background-image:url(../fonds/tissu_noir.jpg);
}
#video_player video,
	#video_player figcaption {
		display: table-cell;
		vertical-align: top;
}
#video_player figcaption {
	width: 19%;
}

#video_player figcaption a img,
	figure video {
		width: 100%;
		height: auto;
                border-top: 6px groove silver;
                border-left: 6px groove silver;
                border-right: 6px groove silver;
                border-bottom: 6px groove silver;
}

@media (max-width: 999px) {
	#video_player video,
		#video_player figcaption {
			display: table-row;
		}
#video_player figcaption a {
	display: inline-block;
	width: 25%;
}
}
body{text-align:center;}
.container{width:1000px;margin:0 auto;}
.block{float:left;}
.block:after{clear:left;}
.menu{width:100%;height:auto;}
.boutons{width:100%;height:auto;
        margin:0 auto;
        border-radius:20px;
        border-top: 3px groove yellow;}
.intro{width:100%;height:auto;
        margin:0 auto;
        border-radius:20px;
        border-top: 5px groove green;}
.page{width:100%;height:auto;
        margin:0 auto;
        border-radius:20px;}


a img
{
border: none;
}

img {
    max-width: 100%;
    height: auto;
}

video {
	max-width: 100%;
	height: auto;
}

@media (max-width: 999px) {
	.container{width:95%;}
        .menu{width:100%;}
        .boutons{width:100%;}
        .intro{width:100%;}
	.page{width:100%;}
