#title{
	text-align: center;
	text-decoration: underline;
	font-size: 2.2em;
	margin-bottom: 20px;
}

.cat_title{
	background: #353535;
	color: white;
	font-weight: bold;
	font-size: 1.8em;
	padding: 4px 8px 4px 8px;
	margin-bottom: 15px;
	margin-top: 15px;
	box-shadow: 5px 5px 5px black;
	
}

.cat_link_carte{
	font-family: 'Arial', serif;
	text-transform: uppercase;
	font-size: 0.9em;
}

.block-table{
	/*max-height:300px;
	overflow-y: scroll;*/
}

.prod{
	width: 100%;
	border-collapse: collapse;
}

.prod th{
	color: #e84237;
	font-size: 1em;
	font-weight: bold;
}

.prod > tr{
	width: 100%;
}

.prod td{
	padding-top: 5px;
	padding-bottom: 5px;
}


.prod td > .p_name{
	color: #1a7810;
	font-weight: bold;
	font-size: 1.3em;
}

.prod td > .p_ing{
	color: #353535;
	font-style: italic;
	font-size: 0.8em;
	text-shadow: 2px 2px rgba(200,200,200,0.7);
}

.prod .p_price{
	width: 70px;
	color: #e84237;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}

.ligne_carte1{
	background: rgba(178,178,178,0.5);
}

.ligne_carte0{
	background: #fff8dc;
}

.ligne_carte0:hover, .ligne_carte1:hover{
	background: rgba(178,178,178,1);
}

#carteLinkCat{
	display: block;
	width: 100%;
}

#carteLinkCat > a{
	display: inline-block;
}

#link_carte_cat{
	display: block;
	width: 100%;
}



#link_carte_cat > div > a{
	text-decoration: none;
	color: black
}

#end{ /* bloc vide pour une marge de fin avec les <table> (obselete) */
	height: 50px;
}
	
