body {
	background-color: #333333;
	margin: 0;
	padding: 0;
	text-align: center;
}

body, td {
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}

a {
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}

/* @group Main structure */

#wrapper {
	position: relative;
	width: 960px;
	/*height: 1000px;*/
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
}

/*Let's reset some properties*/

#wrapper_shadow {
	position: absolute;
	width: 1042px;
	height: 100%;
	margin: 0 0 0 -41px;
	text-align: left;
	background: url(../gfx/bkg-lr-shadow-i960.gif) repeat-y;
}

#topbox {
	z-index: 100;
	position: absolute;
	top: 0px;
	margin: 0;
	width: 100%;
	/*left: 10px;*/
	padding: 5px 0 0 0px;
	background-color: #333333;
}

#main_text {
	position: absolute;
	top: 160px;
	left: 200px;
	margin: 0px;
	width: 580px;
	text-align: justify;
	font-style: italic;
}

#right {
	position: absolute;
	top: 160px;
	left: 797px;
	width: 160px;
	text-align: right;
}

#leftmenu {
	position: absolute;
	top: 160px;
	left: 3px;
	width: 181px;
}

#footer {
	z-index: 120;
	position: absolute;
	left: 5px;
	width: 950px;
	background-color: #333333;
	top: 1000px;
	padding: 5px 0 5px 0;
}

/* @end */

	/*@todo : Temporary image stretching*/
#topbox img {
	width: 100%;
}

#copyr {
	position: absolute;
	margin-top: -1px;
	top: 0px;
	left: 842px;
	z-index: 150;
}

.spacer {
	position: relative;
	height: 100px;
}

div.hr {
	display: block;
	height: 0px;
	width: 80%;
	margin-left: 10%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	line-height: 0px;
	border: 1px solid #888888;
}

#main_text a {
	text-decoration: none;
	color: #FFFFFF;
}

#main_text a:hover {
	text-decoration: underline;
}

#main_text img {
	margin: 2px 10px 2px 0;
}

#right a {
	color: #FFFFFF;
}

#right a:hover {
	text-decoration: underline;
}

/* @group dh_table */

table.dh_table {
	background-color: #222222;
	border-spacing: 0;
}

.dh_table td {
	margin: 0;
	padding: 1px 5px 1px 5px;
	font-family: inherit;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	background: #333333 url(../gfx/td-bkg.jpg) repeat-y;
	border-bottom: 1px solid #222222;
}

.dh_table th {
	margin: 0;
	background-color: #222222;
	padding: 2px 5px 2px 5px;
}

.dh_table_small th, .dh_table_small td {
	font-size: 10px;
}

.dh_table_centered td {
	text-align: center;
}

.dh_table td.separator {
	border-right: 3px solid #222222;
}

#main_text .inner-nav a:hover {
	color: white;
}

#main_text .dh_table a { text-decoration: underline; }


/* @end */

table.mcol {
	border-spacing: 0;
}

table.mcol td {
	vertical-align: top;
}

.inner-nav {
	margin: 8px 64px; text-align: center; color: #808080;
}

#main_text .inner-nav a {
	color: #cccccc;
}

h1 {
	font-size: 14px;
	color: #FFFFFF;
	text-transform: inherit;
	text-decoration: none;
	font-style: italic;
	font-variant: inherit;
	font-weight: normal;
	margin: 0;
	margin-bottom: 4px;
	line-height: normal;
	text-align: left;
}

h1 cite {
	font-size: 12px;
	color: #CCCCCC;
}

h1.popup {
	color: #ffffff;
	font-size: 28px;
	font-style: italic;
	font-variant: inherit;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
	text-transform: inherit;
	margin: 0;
}

h1.popup:first-letter {
	font-size: 42px;
}

h1:first-letter {
	font-size: 150%;
}

.fl {
	font-size: 150%;
}

.box {
	padding: 3px 7px 7px 3px;
	background-color: #222222;
	line-height: 110%;
}

.box_title {
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	padding: 2px 7px 2px 3px;
}

#slideshow-container {
	position:relative;
}

#slideshow-container img {
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

#newsletter {
	/*height:34px;*/
	padding: 0 0 0 2px;
	overflow:hidden;
}

#newsletter input.it1 {
	width: 94%;
	font-size: 140%;
}

table.inscription {
	background-color: #222222;
	border-spacing: 0;
}

.inscription td,th {
	padding: 1px 5px 1px 5px;
	font-family: inherit;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	border-bottom: 1px solid #222222;
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;
	background-color: #333333;
}

.inscription th {
	background-color: #222222;
	text-align: center;
}

* #nav {
	margin: 0;
	padding: 0;
}

/* @group Menu */

* #nav * a {
	font-size: 10px;
	color: #EEEEEE;
	text-decoration: none;
	font-weight: bold; 
	cursor: pointer;
	display: block;
	width:  auto;
	text-align: center;
}

* #nav * a.selected {
	background-color: #111111;
}
* #nav ul {
	list-style: none;
	position: relative;
	padding: 0;
	margin: 0;
	width:  100%;
}
* #nav li {
	list-style: none;
	float: none;
	position: relative;
	width:  100%;
	line-height: 20px;
	text-align: center;
	cursor: default;
	padding: 0;
	margin-bottom: 3px;
	vertical-align: top;
	border: 1px solid #CCCCCC;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;*/
}
* #nav li ul {
	list-style: none;
	display: none;
	position: absolute; 
	top: 0%;
	left: 100%;
	width:  100%;
	padding-left: 5px;
	background-color: #333333;
}

* li>ul { top: auto; left: auto; }

* #nav li ul li {
	display: block;
	float: none;
	width: 100%;
	line-height: 20px;
	padding: 0;
	border: 1px solid #CCCCCC;
}
* #nav li:hover ul, * #nav li.over ul {
	display: block;
}
* #nav li:hover, * #nav li.over {
	background-color: #222222;
}
* #nav li ul li:hover, * #nav li ul li.over {
	background-color: #222222;
}

/* @end */