/* 
 * Feuilles de style d'Euridice Opera
 * Page du menu
 * v6, 7/2024
 */

/************ Repris d'euridice.css *************/


:root
{	/* Couleurs */
/*	--blanc: #fcfcfc;*/
	--blanc: #ffffff;
	--noir: #000000;
	--gris_bleu: #f0f4f8;
	--gris_clair: #dddddd;
	--gris_fonce: #999999;
	--gris_over: #999999;
	--bleu_fonce: #6c83b9;
	--bleu_clair: #bcc2de;
	
	/* Textes */
	--titre_taille: 30px;
	--gras: 600;
	--titre_info_taille: 25px;
	--texte_taille: 15px;
	--maigre: 400;
	--inter_texte: 25px;
	
	/* Espaces */
	--petit_espace: 20px;
	--grand_espace: 40px;
}



body
{	font-family: "Whitney SSm A", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: var(--blanc);
}

/************ Liens *************/

a,
a:link,
a:visited
{	text-decoration: none;
	color: var(--noir);
}

a:hover
{	text-decoration: none;
	color: var(--gris_over);
}


/************ Styles de la page *************/


#croix_fermer
{	left: var(--petit_espace);
	top: var(--petit_espace);
	position: fixed;
	width: 35px;
}

#menu_cont
{	text-align: center;
	font-size: var(--texte_taille);
	font-weight: 700;
	line-height: 30px;
	width: 300px;
	margin: var(--petit_espace) auto 60px auto;
}

#menu_logo
{	width: 250px;
	text-align: center;
}

#corps_menu
{	margin-top: var(--grand_espace);
}

div.un_item
{	border-top: 1px solid var(--bleu_fonce);
	margin-top: 10px;
	padding-top: 10px;
}

#reseaux
{	padding-top: 80px;
}

.texte_noir
{	color: var(--noir);
}
