* 
{
	margin: 0;
	padding: 0;
	outline-style: none;
}
img
{
	border: none;
	outline: none;
}
body, html
{
	font-family: Verdana;
	background-color: #F3F0EC;
	height: 100%;
}
body
{
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

#content
{
	width: 100%;
	height: 100%;
}

#flash 
{
	width: 100%;
	height: 100%;
}
a
{
	color: #C00808;
	text-decoration: none;
}
a:hover
{
	color: #C00808;
	text-decoration: underline;
}

#popup
{
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}
#popup > .back
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: black;
}
#popup > .content
{
	background-color: white;
	overflow: hidden;
	overflow-y: auto;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
}
#popup .close
{
	cursor: default;
	padding-top: 2px;
	font-size: 12px;
	position: absolute;
	right: 5px;
	top: 5px;
	color: #C00808;
	background-color: #FFFFFF;
	width: 20px;
	height: 19px;
	display: block;
	text-align: center;
	text-decoration: none;
}
#popup .close:hover
{
	text-decoration: none;
	cursor: default;
	color: #FFFFFF;
	background-color: #C00808;
}
#popup .loading
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -16px;
	margin-top: -16px;
}
#popup .print
{
	cursor: default;
	padding-top: 2px;
	font-size: 12px;
	position: absolute;
	right: 30px;
	top: 5px;
	width: 21px;
	height: 19px;
	display: block;
	text-align: center;
	background-image: url("../img/print.gif");
	text-decoration: none;
}
#popup .print:hover
{
	text-decoration: none;
	cursor: default;
	background-image: url("../img/print-over.gif");
}

.suggestions
{
	font-size: 0.7em;
	background-image: url("../img/menu-top-left.gif");
	background-repeat: no-repeat;
	width: 880px;
	height: 80px;
	padding-top: 15px;
	padding-left: 15px;
}
.menu
{
	font-size: 0.8em;
	background-image: url("../img/carte-top-left.gif");
	background-repeat: no-repeat;
	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;
}
#noFlash
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 40px;
	font-size: 10pt;
	padding-top: 5px;
	text-align: center;
	border-bottom: 1px solid #888888;
	background-color: #EEEEEE;
}
h1
{
	margin-top: 60px;
	font-size: 18pt;
	text-align: center;
}
#menuRef
{
	width: 240px;
	margin: 20px auto 0 auto;
}
#menuRef > li
{
	list-style: none;
	float: left;
	margin-right: 10px;
}
div.refContent
{
	clear: both;
	padding-top: 40px;
	width: 900px;
	margin: 0 auto;
}
div.refContent > h2
{
	font-size: 14pt;
	margin-bottom: 15px;
}
.news > h3
{
	font-size: 13pt;
	margin-bottom: 5px;
}
.news
{
	padding: 3px 6px;
	border-bottom: 1px solid black;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.news > .date
{
	float: left;
	font-size: 10pt;
	color: #666666;
}
.news > .category
{
	float: right;
	font-size: 10pt;
	color: #666666;
}
.news > p
{
	margin-top: 15px;
}
.news > p > img
{
	vertical-align: text-top;
	margin-right: 8px;
	margin-bottom: 3px;
}
.inPopup
{
	overflow: auto;
	width: 900px;
	height: 530px;
	background-color: white;
	border: 1px solid #C00808;
}
.error
{
	color: #C00808;
	font-size: 14pt;
	text-align: center;
}

