/************************************************************************************************************************************/
/* Ensemble de la page
/************************************************************************************************************************************/

table
{
	margin:auto;
	text-align:center;
	border-collapse: collapse;
    line-height: 1.4em;
}

#_tableau_html_tarifs th
{
	font-size: 10px;
	background-color:#D2D6F1;
	text-align:center;
	border: 2px solid black;
	color:black;
	font-family: menu_1,Arial, "Arial Black", Times, "Times New Roman", serif;
}

#_tableau_html_tarifs td
{
	font-size: 10px;
	font-weight:bold;
	text-align:center;
	font-family: menu_1,Arial, "Arial Black", Times, "Times New Roman", serif;
	border: 2px solid black;
	padding-top:5px;
	padding-bottom:5px;
	background-color: #eeeeee;
}


@media all and (min-width: 700px)
{
	#_tableau_html_tarifs th
	{
		font-size: 13px;
		padding:8px;
		letter-spacing : 3px;
	}

	#_tableau_html_tarifs td
	{
		min-width: 120px;
		font-size: 13px;
	}
}


@media all and (min-width: 1024px)
{
	#_tableau_html_tarifs th
	{
		font-size: 15px;
		padding:10px;
		letter-spacing : 3px;
	}

	#_tableau_html_tarifs td
	{
		min-width: 220px;
		font-size: 15px;
	}
}


/************************************************************************************************************************************/
/* Diaporama Accueil
/************************************************************************************************************************************/

/* Diapo Accueil */
/* Largeur : >0 */

#diaporama_accueil
{
	width:100%;
	overflow:hidden;
	height:0px;
	height:40vh;
	position: relative;
}

#diaporama_accueil #contenant_1 ,
#diaporama_accueil #contenant_2,
#diaporama_accueil img
{
	position:absolute;
	margin:auto;
	right:-2000px;
	left:-2000px;
	top:-2000px;
	bottom:-2000px;
	opacity: 1;
	height:100%;
}

#diaporama_accueil #contenant_1
{
	opacity: 1;
}

#diaporama_accueil #contenant_2
{
	opacity: 0;
}

/* Diapo Accueil */
/* Largeur : >0 */
/* Orientation : Paysage */

@media all and (orientation:landscape)
{
	#diaporama_accueil
	{
		height:0px;
		height:65vh;
	}

	#diaporama_accueil #contenant_1 ,
	#diaporama_accueil #contenant_2,
	#diaporama_accueil img
	{
		width:100%;
		height:auto;
	}
}

/* L - Diaporama Accueil */

@media all and (orientation:landscape) and (min-width: 1200px)
{
	#diaporama_accueil
	{
		height:0px;
		height:75vh;
	}
}


/* Diaporama Accueil grand ecran */
/* @media all and (min-width: 1024px)
{
} */

#_div_texte_tarifs ul
{
    width:80%;
    text-align: left;
    margin:auto;
    margin-bottom:15px;
    font-size:14px;
}

#_div_texte_tarifs ul
{
    list-style-type: disc;
}

@media all and (min-width: 1024px)
{
	#_div_texte_tarifs ul
	{
	    width:50%;
	     font-size:19px;
    }
}
