body {
	background-color:#f1f0de;
	font-family: 'angie-sans', sans-serif;
	color:#293632;
	line-height:120%;
	margin: 0;
}

img{
	max-width: 100%
	height: auto;
}

.logo{
	padding-top: 70px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}



.header{
	position:fixed;
	width:100%;
	color: #f1f0de;
	font-size: 13px;
	background: #ff4949;
margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}

.menu{
	text-align: center;
	margin-top: 40px;
	font-weight: bold;
	font-size: 15px;
}

.selection{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 15px;
	text-shadow:0px 0px 0.1px #ff4949;
}

.margeright {
	margin-right: 100px;
}

.margeleft {
	margin-left: 100px;
}

.content{
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 50px;
	font-size: 14px;
	max-width:650px;
}

.imgfloatleft {
float: left;
margin-right: 20px;
}

table {
	margin: auto;
 	width:47%;
	min-width: 230px;

 }
div#left {
	float: left;
width:300px;
}

div#right {
	float: right;
	width:300px;

}

.tablemenuleft {
	width: 30%;
	float:left;
}

.tablemenuright {
	width: 30%;
	float:right;
}


td {
	vertical-align: top;

 }

.fr{
	font-size:12px;
	font-style: italic;
}

.datemenu{
	font-size: 14px;
	font-style: italic;
	line-height: 0!important;
}

.en{
	font-size:12px;
	font-style: italic;
	color:#7f8684;
}

h1{
	font-style:bold;
	text-align:center;
	font-size:16px;
}

h2{
	font-style:bold;
	text-align:center;
	font-size:14px;
}

h3{
	font-style:bold;
	text-align:center;
	font-size:25px;
	line-height:100%;
	margin-top: 20px;

}

.footer{
	margin-bottom:30px;
	margin-right:auto;
	margin-left:auto;
	text-align: center;
	font-size: 14px;
}

.cartehover:hover{
	border-bottom: solid 1px #ff4949;


 }

a:link, a:focus, a:visited{
	color:#293632;
	text-decoration: none;
}
