/* generalities */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td, hr {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	color: #666;
	height: 100%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	min-width: 700px;
	background-color: #fff;
}
a img {
	border: 0 none;
}
a, a:active {
	outline: none;
}
abbr {
	border-bottom: 1px dotted #666;
}
@font-face {
	font-family: 'Museo500';
	src: url('museo500-regular-webfont.eot');
	src: local('☺'), url('museo500-regular-webfont.woff') format('woff'), url('museo500-regular-webfont.ttf') format('truetype'), url('museo500-regular-webfont.svg#webfontJ8E9Ie8K') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* layout */
h1 {
	position: relative;
	left: 50%;
	margin-left: -200px;
	padding: 16px 0 10px 0;
	width: 400px;
	height: 160px;
}
h1 a {
	display: block;
	width: 400px;
	height: 160px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
p.sep {
	clear: both;
	margin: 0;
	padding: 10px 0 20px;
	text-align: center;
}
p.sep a.top {
	color: #ccc;
	font-size: 11px;
	text-decoration: none;
}
p.sep a.top:hover {
	color: #39c;
}
hr.clear {
	clear: both;
	visibility: hidden;
}
/* content */
.content {
	clear: both;
	position: relative;
	left: 50%;
	width: 630px;
	margin-left: -315px;
	padding: 30px 0;
}
.content a:link, a:visited {
	color: #39c;
}
.content a:hover {
	color: #069;
}
.content h2 {
	color: #047;
	font-size: 14px;
	font-weight: normal;
	margin: 15px 0 4px;
}
.content h3 {
	color: #111;
	font-size: 12px;
	font-weight: normal;
	margin: 9px 0 2px;
}
.content h5 {	
	color: #999;
	font-size: 10px;
	font-weight: normal;
	margin: 5px 0 15px;
}
.content p {
	margin: 3px 0 9px 0;
	text-align: justify;
	line-height: 1.5em;
}
.content ul {
	margin-left: 1.5em;
	margin-bottom: 1.25em;
	margin-top: 0.75em;
}
.content ul li {
	line-height: 1.5em;
	padding-bottom: 3px;
	list-style: circle;
}
.content strong {
	color: #222;
	font-weight: normal;
}
.content em {
	color: #000;
}
.content h3 em {
	color: #000;
}
.content img.lft {
	float: left;
	margin-right: 30px;
}
.content img.rgt {
	float: right;
	margin-left: 30px;
}
.content a.map {
	float: right;
	margin: -15px 0 0 30px;
}
.content a.map img {
	border: 1px solid #999;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}
.content a.map:hover img {
	border: 1px solid #069;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.content address {
	display: block;
	float: right;
	width: 140px;
	margin: 6px 0 0 50px;
	padding: 10px;
	background-color: #eee;
	font-style: normal;
	text-align: center;
}
.content address em {
	color: #333;
	font-style: normal;
}
.risque1 {
	width: 420px;
	padding-left: 240px;
	background: url(../images/risques-aeriens.jpg) no-repeat left 50px;
}
.risque2 {
	width: 410px;
	padding-right: 250px;
	background: url(../images/risques-evenement.jpg) no-repeat right 50px;
}
/* menu */
ul.menu {
	margin-top: 10px;
	padding: 14px 0;
	height: 18px;
	background: url(../images/bande.png) repeat-x 0 bottom;
	display: block;
	text-align: center;
}
ul.menu li {
	font-family: 'Museo500', Verdana, sans-serif;
	font-size: 18px;
	color: #fff;
	display: inline;
	height: 18px;
	padding: 12px 14px 6px 14px;
	line-height: 1em;
}
ul.menu li a {
	font-family: 'Museo500', Verdana, sans-serif;
	font-size: 18px;
	line-height: 1em;
	color: #8ec0d2;
	text-decoration: none;
}
ul.menu li a:hover {
	color: #aae2f6;
}
/* footer */
#footer {
	background-color: #117295;
}
#footer p {
	padding: 20px 0 6px;
	line-height: 1.33em;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
#footer p#legal {
	color: #9cf;
	padding: 6px 0 20px;
	text-align: center;
}
#footer a {
	color: #9cf;
	text-decoration: underline;
}
#footer a:hover {
	color: #cef;
}
