a:link {text-decoration:none;} 
a:{color:navy}         
a:hover{color:navy}  	
a:active{color:navy} 
a:visited{color:navy}

.ML_BodySansSelection {
/* Valeurs spécifiques à Mozilla */
-moz-user-select: none !important;

/* Valeurs spécifiques à WebKit */
-webkit-user-select: none !important;
/* Valeurs spécifiques à Microsoft */
-ms-user-select: none !important;

-youbkit-user-select: none !important;
user-select: none !important;
}
/*dans xxx.MentionsLegales.Params
.ML_Fond 
{
}
*/

.ML_Table
{  
	text-align:center;   
	margin-left: auto;
	margin-right: auto;
	width:100%; 
	/* dans xxx.MentionsLegales.Params pour CFM 	background-color:Lavender;*/
}

.ML_Titre
{   font-family: var(--Police);
    font-style: italic;
    font-weight: normal;
    color:#641616;
	border: 0px solid navy;
}
.ML_Texte
{   font-family: var(--Police);
	color:navy;
    font-weight: normal;
}

.ML_Titre {font-size:150%;} 						
.ML_Texte {font-size:100%;} 

/**************************************************************************************************/
/**************************************************************************************************/
/**************************************************************************************************/
@media screen and (max-width:1440px)  /* 1025 à 1440 */
{
.ML_Titre{font-size:140%;}
.ML_Texte {font-size:100%;}	
}

/**************************************************************************************************/
@media screen and (max-width:1024px)  /* 821 à 1024 */
{
.ML_Titre{font-size:140%;}
.ML_Texte {font-size:100%;}	

}

/**************************************************************************************************/
@media screen and (max-width:820px) /* 769 à 820 */
{
.ML_Titre{font-size:100%;}
.ML_Texte {font-size:80%;}	
}

/**************************************************************************************************/
@media screen and (max-width:768px) /* 641 à 768 */
{
.ML_Titre{font-size:100%;}
.ML_Texte {font-size:80%;}	
}

/**************************************************************************************************/
@media screen and (max-width:640px) /* 481 à 640 */
{
.ML_Titre{font-size:100%;}
.ML_Texte {font-size:80%;}	
}

/**************************************************************************************************/
@media screen and (max-width:480px) /*480 */
{
.ML_Titre{font-size:100%;}
.ML_Texte {font-size:80%;}	
}