
#_div_page
{
	background-color: #F4F4F4;
	/* border-bottom: 2px solid black; */
	padding-bottom:25px;
}

/************************************************************************************************************************************/
/* Liens Haut Page
/************************************************************************************************************************************/

#_div_page a
{
	width:calc(100% - 2px);
	border:1px solid black;
	padding:0px;
	font-size:18px;
}

@media all and (min-width: 400px)
{
	#_div_page a
	{
		width:calc(50% - 2px);
		font-size:18px;
		padding-top:5px;
		padding-bottom:5px;
	}
}

@media all and (min-width: 800px)
{
	#_div_page a
	{
		width:calc(25% - 2px);
		font-size:18px;
	}
}

/************************************************************************************************************************************/
/* Div Page
/************************************************************************************************************************************/

#_div_image_yoga_collectif , #_div_texte_yoga_collectif
{
	display:inline-block;
	text-align: center;
	margin:auto;
	vertical-align: middle;
	margin-top:15px;
}

#_div_image_yoga_collectif img
{
	width:100%;
}

#_div_image_yoga_collectif
{
	width:calc(100% - 10px);
	padding:5px;
}

#_div_texte_yoga_collectif
{
	width:calc(100% - 70px);
	padding:35px;
}

@media all and (min-width: 700px)
{
	#_div_image_yoga_collectif
	{
		width:calc(40% - 10px);
	}

	#_div_texte_yoga_collectif
	{
		width:calc(60% - 20px);
		padding:10px;
	}
}

@media all and (min-width: 900px)
{
	#_div_image_yoga_collectif
	{
		width:calc(50% - 30px);
		padding:15px;
	}

	#_div_texte_yoga_collectif
	{
		width:calc(50% - 20px);
	}
}

/************************************************************************************************************************************/
/* Programme
/************************************************************************************************************************************/

table
{
	margin:auto;
  	border-collapse: collapse;
}

table td
{
	margin:auto;
	border:1px solid black;
	padding:20px;
}

 .div_programme_liste
{
	margin-bottom: 25px;
	border-top:1px solid black;
	padding-top:20px;
}

._titre_programme_liste
{
	font-weight:bold;

	vertical-align:top;
	border: 1px solid black;
}

._texte_programme_liste
{

	vertical-align:top;
		border: 1px solid black;
}

._photo_programme_liste
{

	vertical-align:top;
}

.img_programme
{
     width:100%;
}

/************************************************************************************************************************************/
/* Diaporama
/************************************************************************************************************************************/

#diaporama_yoga_collectif
{
	position: relative;
}
#diaporama_yoga_collectif #contenant_1 ,
#diaporama_yoga_collectif #contenant_2,
#diaporama_yoga_collectif img
{
 	position:absolute;
	margin:auto;
	left:0px;
	top:0px;
	opacity: 1;
}
