@font-face {
  font-family: 'Frijole';
  
  font-stretch : normal;
  font-weight : normal;
  font-style : normal;
	
  src: local('Frijole'), url(http://themes.googleusercontent.com/static/fonts/frijole/v2/KY1jGfdOyy7wGqIgHMe1-A.ttf) format('truetype');
}


/* Texte */
.left, .txtleft { text-align: left; }
.right, .txtright { text-align: 		right; }
.center, .txtcenter { text-align: 	center;	}
.justify, .txtjustify { text-align: 	justify; }
/* Table alignement */
.middle, .alignmiddle { vertical-align: 	middle;}
.top, .aligntop { vertical-align: 		top;}
.bottom, .alignbottom { vertical-align: 	bottom;}
.positop{ margin-top:0;padding-top:0; }
.posibottom{ margin-bottom:0;padding-bottom:0; }
/* Others table div class */
.ombre { box-shadow: 1px 1px 10px #000;}



/*pour menu titre*/

.menu{
	font-family: "Arial Narrow", "Arial Black", "Arial Rounded MT Bold";
	color: #FFF;
	font-weight: bolder;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -2px;
	white-space: -2px;
	word-spacing: -2px;
	font-style: normal;
	font-size: 28px;
}
.menu-selec{
	font-family: "Arial Narrow", "Arial Black", "Arial Rounded MT Bold";
	color: #F4E13F;
	font-weight: bolder;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -2px;
	white-space: -2px;
	word-spacing: -2px;
	font-style: normal;
	font-size: 28px;
}

.menu:hover {
	font-family: "Arial Narrow", "Arial Black", "Arial Rounded MT Bold";
	text-transform: uppercase;
	color: #F4E13F;
	-webkit-transform: scale(1.20,1.20);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 0.5s;
	position: relative;
	z-index: 99;	
}



/*pour le cadre de couleur blanc dans les pages...*/
.cadre{padding:4px;border:2px solid #FFF;border-radius:10px;box-shadow: 1px 1px 10px #000;height:auto}
.fond-gris{
	height: 20px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #000;
	border-radius: 4px;
	text-shadow: black 0.0em 0.0em 0.0em;
	background-color: #EEE;
	color: #2A76CA;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 3px;
	}
.text-centre-resa{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
	border-bottom-style: dotted;
	border-bottom-color: #EEE;
	border-bottom-width: thin;
	height: 40px;
	}
.text-centre-resa-bis{
	margin-top: 6px;
	}
.lignebas{
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
.margintexte{
	margin-right: 20px;
	margin-left: 20px;
}
.textetitre {
	font-size: 20px;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

.textesoustitre {
	font-size: 14px;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

 .jaune {
	color: #FCE306;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;

}
.carousel-control {
	
}
