
#contenu-d
	{
	background-image : url('../graph/assiette_accueil.svg');
	line-height : 10px;
	}

#contenu-d div
	{
	overflow : hidden;
	}
	
#contenu-d img:not(.arriere)
	{
	position : absolute;
	top : 0px;
	left : 0px;
	transition : width 0.5s, top 0.5s, left 0.5s;
	}
#contenu-d div:hover img:not(.arriere)
	{
	width : 130%;
	top : -15%;
	left : -15%;
	}
	
#contenu-g
	{
	text-align : right;
	}
	
#bloc-lien-video
	{
	margin-top : 50px;
	margin-right : 20px;
	width : 70%;
	position : relative;
	display : inline-block;
	text-align : center;
	line-height : 2em;
	color : black;
	font-weight : bold;
	background : #ed1c24;
	padding : 5px;
	font-size : 0.85em;
	}
@media screen and (max-width : 1400px)
	{#bloc-lien-video { font-size : 0.75em;}}
@media screen and (max-width : 1300px)
	{#bloc-lien-video { font-size : 0.70em;}}
@media screen and (max-width : 1200px)
	{#bloc-lien-video { font-size : 0.65em;}}
@media screen and (max-width : 1100px)
	{#bloc-lien-video { font-size : 0.6em;}}
@media screen and (max-width : 1000px)
	{#bloc-lien-video { font-size : 0.55em;}}
	
#lien-video
	{
	cursor : pointer;
	}
#lien-video img
	{
	position : relative;
	padding : 20px 10%;
	padding-top : 30px;
	background : white;
	max-width : 80%;
	vertical-align : bottom;
	}
	
#video
	{
	-moz-border-radius: 25px 25px 25px 25px; 
	  -webkit-border-radius: 25px 25px 25px 25px;
	  -0-border-radius: 25px 25px 25px 25px; 
	  border-radius: 25px 25px 25px 25px;	background : rgba(255, 255, 255, 0.85);
	position : fixed;
	z-index : 50000;
	display : none;
	top : 5%;
	left : 5%;
	width : 80%;
	height : 70%;
	padding : 5%;
	}
video
	{
	vertical-align : middle;
	}
	
#btn_fermer
	{
	cursor : pointer;
	width : 25px;
	position : absolute;
	top : 20px;
	right : 20px;
	}
	
