a {
	color: yellow;
	text-decoration: underline;
	font-weight: normal;
	cursor: pointer;
}
a img {
	border: 0;
	text-decoration: none;
}

html {
	background-color: black;
}

body {
	background-color: black;
	color: white;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	text-align: center;
}

ul,li {
	list-style-image: url(images/puce_item-mini.gif);
}

/*li {
	margin: 1em;
	padding: 0;
}*/

ul {
	margin-left: 2em;
	padding: 0;
}

li.lower {
	margin-top: 1em;
}

#preload,.hide {
	display: none;
}

#menu_height {
	height: 50px;
}

#menu {
	float: none;
	width: 100%;
	height: 58px;
	overflow: hidden;
	background-color: black;
	position: absolute;
	top: 0;
	left: 0;
}
body>#menu {
	position: fixed;
}

#menu_items {
	float: none;
	width: 740px;
	height: 50px;
	padding-top: 16px;
	overflow: auto;
	background-color: black;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -370px;
}

.menu_item {
	text-align: left;
	font-size: 10px;
	margin-top: -8px;
	margin-right: 10px;
	float: left;
}

.form_field {
	color: white;
	/*font-family: Arial, sans-serif;*/
	font-size: 1.2em;
	background-color: #324a50;
	border-color: #74a5b0;
}

input.button {
	color: #030052;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	background-color: silver;
	background-image: url(images/menu_button_background.png);
	border-color: gray;
}

.active_menu_item {
	color: #b70d06;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	white-space: nowrap;
	float: right;
	margin-top: 3px;
	padding: 2px 4px;
	border-left: 1px ridge gray;
	border-right: 1px ridge black;
	border-bottom: 1px solid gray;
	background-color: silver;
	background-image: url(images/menu_button_background.png);
}

a.menu {
	color: #030052;
	display: block;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	white-space: nowrap;
	text-decoration: none;
	float: right;
	margin-top: 1px;
	padding: 2px 4px;
	/*border-left: 1px solid gray;*/
	border-left: 2px solid gray;
	/*border-right: 2px ridge gray;*/
	border-right: 1px ridge gray;
	border-top: 1px solid gray;
	border-bottom: 2px solid gray;
	background-color: silver;
	background-image: url(images/menu_button_background.png);
}

#flag {
	width: 30px;
	padding: 3px 10px 3px 0px;
	float: right;
	text-align: right;
}

a#uk_flag {
	display: block;
	margin: 3px 10px 3px 0px;
	width: 30px;
	height: 20px;
	background-image: url(images/flag_uk.jpg);
	float: right;
}

a#fr_flag {
	display: block;
	margin: 3px 10px 3px 20px;
	width: 30px;
	height: 20px;
	background-image: url(images/flag_fr.jpg);
	float: right;
}

#center {
	border-left: 1px solid black;
	margin: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 740px;
	overflow: visible;
}

.pages,#pages {
	font-size: 0.8em;
	font-weight: bold;
}

.page_link {
	font-size: 1.2em;
	font-weight: bold;
}

#header {
	background-color: #51787f;
	background-image: url(images/title_picture_marine.jpg);
	font-size: 1.2em;
	border: 2px ridge #74a5b0;
	padding: 6px;
	width: 724px;
	overflow: visible;
}

.container,#container {
	background-color: #213437;
	background-image: url();
	text-align: justify;
	font-size: 1em;
	border: 2px ridge #74a5b0;
	padding: 6px;
	width: 724px;
	overflow: visible;
}

#footer {
	background-color: #213437;
	background-image: url();
	font-size: 0.8em;
	border: 2px ridge #74a5b0;
	padding: 6px;
	width: 724px;
	overflow: visible;
}

.vignette,#vignette {
	width: 180px;
	/*padding-bottom: 6px;*/
	margin-bottom: 6px;
	text-align: center;
	overflow: visible;
	float: left;
}

.event_header,#event_header {
	margin-left: 186px;
	padding: 6px;
	background-color: #51787f;
	background-image: url(images/title_picture_marine.jpg);
	float: none;
	overflow: visible;
}

.event_title {
	font-size: 1.2em;
	float: none;
	overflow: visible;
}

.event_date {
	text-align: right;
	width: 100px;
	float: right;
	overflow: visible;
}

.summary {
	margin-left: 186px;
	padding: 6px;
	/*width: 526px;*/
	font-size: 0.8em;
	overflow: visible;
	float: none;
}

#separator {
	clear: both;
}

.separator {
	clear: both;
	margin-bottom: -1px;
	padding: 1px;
}

#item,.item_background_color1,.item_background_color2 {
	padding: 6px;
	float: none;
	overflow: visible;
}

.item {
	float: none;
	color: white;
	overflow: visible;
}

.item_id9 {
	float: none;
	color: yellow;
}

.comment {
	margin-left: 26px;
	font-size: 0.8em;
	font-style: italic;
	color: #CCCCCC;
}

.item_links {
	padding-left: 6px;
	width: 170px;
	float: right;
	overflow: visible;
}

.background_color1,.item_background_color1 {
	background-color: #324a50;
}

.background_color2,.item_background_color2 {
	background-color: #2f4549;
}

/*Download*/
#small_center {
	border-left: 1px solid black;
	margin: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 469px;
	overflow: visible;
}

#small_container {
	background-color: #213437;
	background-image: url();
	text-align: left;
	font-size: 1em;
	border: 2px ridge #74a5b0;
	padding: 6px;
	width: 460px;
	/*width: 98%;*/
	overflow: visible;
	position: absolute;
	top: 8px;
	left: 50%;
	margin-left: -238px;
}

/*statistique.php*/
.small_text {
	font-size: 0.6em;
}

.stats {
	width: 200px;
}
