/* Feuille de style du site Le Fernuy - Famille M */


/* pour theme txenty-eleven pour récuperer pleine largeur
    div.mlf_table  géré dans CSS du theme
*/


/***** Page Gerer le chalet ***/

/* Affichage liste catégorie / articles / commentaires */
.mlf_titre_categorie {
	font-weight : 600;
	font-size: large;
}
.mlf_titre_article {
	font-weight : 600;
}
.mlf_date_article {
	font-style:italic;
}
}
.mlf_article {
	
}
.mlf_titre_commentaire {
	font-weight : 600;
}
.mlf_list_commentaire {
	list-style: circle;
}
.mlf_commentaire {
	
}
/***** Page Anniversaire ***/
@media screen and (min-width:960px) {	
div.mlf_mois_anniv {
	float : left;
	border-color: black;
	border-style: dotted;
	border-width: thin;
	width : 30%;
	padding:3px;
	
}
}
@media screen and (max-width:959px) {	
div.mlf_mois_anniv {
	/*float : left;*/
	border-color: black;
	border-style: dotted;
	border-width: thin;
	/*width : 30%;*/
	padding:3px;
	
}
}


/* tous les P dans la div */
div.mlf_mois_anniv p {
	line-height: 3px;
	text-indent: 30px;
}
.mlf_mois_anniv p:first-child  {
	display:block;
	background-color:#d4d4cc; /* gris */
	text-align : center;
	font-weight: bold;
	line-height: 35px;
	vertical-align: middle;
}

/******* Messages de retour de formulaires ***************/
.mlf_ok {
	background-color:lightgreen;
	clear:both;
}
.mlf_warning {
	background-color:lightgrey;
	color : orangered;
}
.mlf_erreur {
	background-color:lightgrey;
	color : red;
	font-weight: bold;
}
.mlf_rouge {
	color : red;
}

/********** Calendrier des reservations ******/
@media screen and (min-width:960px) {	  
	div.mlf_calendrier {
	  float : left;
	  width : 20%;
	  border : 1px;
	  padding : 10px;
	}
}
@media screen and (max-width:959px) {	
	div.mlf_calendrier {
	  float : left;
	  /*width : 20%; */
	  border : 1px;
	  padding : 10px;
	}
	.mlf_table_resa {
		font-size:11px;
	}
}


table.mlf_cal { font-family: Arial; 
	/*font-size:13px; */
	background:#416DFF;  
	}      
 
/* la case contenant le nom du mois  : cal_titre*/
.mlf_cal td.mlf_cal_titre { font-weight:bold; }

/* les cases des jours de la semaine : th */
.mlf_cal th { text-align:center;  
	color:w#DAE2FF; }  /* background:#0026A7; */

/* les autres cases : td  */
.mlf_cal td { text-align:center; 
	background:white; /*rgb(218,220,255); */
	margin:0px; padding:2px; }  /* DAE2FF = 208,215,243

/* la case correspondant à aujourd'hui : td.today */
.mlf_cal td.today { border: 2px solid fuchsia; margin:0; padding:-2px; }

/* case d'un jour occupe */
.mlf_cal td.mlf_occupe {
	/*background-color : white;*/
	/*border: 3px solid #416DFF; */
	background : rgb(218,220,255); /* white; */
	color : red;
	
}
