@page {
	size:landscape;
}
* 
{
	margin: 0;
	padding: 0;
	outline-style: none;
}
body, html
{
	font-family: Verdana;
	background-color: white;
}
body
{
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}
#ref
{
	display: none;
}
#flash 
{
	display: none;
}
#noFlash
{
	display: none;
}
a
{
	color: blue;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
	color: royalblue;
}

#popup
{
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#popup > .content
{
	background-color: white;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	border: 1px solid #C00808;
}
#popup .close
{
	visibility: hidden;
	display: none;
	color: white;
}
#popup .print
{
	display: none;
	color: white;
}
.suggestions
{
	font-size: 0.7em;
	width: 880px;
	height: 80px;
	padding-top: 15px;
	padding-left: 15px;
}
.menu
{
	font-size: 0.8em;
	width: 880px;
	height: 80px;
	padding-top: 35px;
	padding-left: 35px;
}
table
{
	border-collapse: collapse !important;
	border: none !important;
}
.sep
{
	border-left: 1px solid #afacaa;
	border-right: 1px solid #afacaa;
}
.suggestion
{
	text-align: center;
	float: left;
	width: 257px;
	margin: 8px;
	padding: 6px;
}
.suggestion > span.title
{
	text-align: center;
	font-size: 18px;
}
.accroche
{
	display: block;
	font-size: 11px;
	color: #856157;
	margin-bottom: 5px;
}
#mapElem
{
	width: 885px;
	height: 500px;
}

