html {
	overflow-y: scroll;
	background: rgb(44, 55, 66) url('../images/html_bg.gif') repeat-x scroll;
}

body {
	margin: 0;
	padding: 0 0 20px;
	background: transparent url('../images/body_bg.gif') no-repeat center top;
	min-height: 100%;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 10px;
}

h3,
h4 {
	margin: 0;
	font-weight: normal;
}

h3 {
	padding: 0 0 9px;
}

h4 {
	padding-bottom: 21px;
	border-bottom: 1px dashed #999;
	font-size: 12px;
	font-weight: bold;
}

p {
	font-size: 12px;
}

div.hr {
	height: 60px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/hr1.gif);
}

div.hr hr {
	display: none;
}

#wrapper {
	margin: 0 auto;
	width: 956px;
	position: relative;
}

#banner {
	height: 125px;
}

#content .bg {
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}


/*
----- Logo -----
*/

h1.logo {
	position: absolute;
	top: 47px;
	left: 721px;
	margin: 0;
}

h1.logo,
h1.logo a {
	width: 235px;
	height: 65px;
}

h1.logo a {
	display: block;
	background: url('../images/monde.png') no-repeat transparent;
}

h1.logo a span {
	display: none;
}

h1.page_title {
	position: absolute;
	top: 60px;
	left: 28px;
	width: 676px;
	margin: 0;
	color: white;
	text-shadow: 0px 0px 4px #fff;
	text-align:center;
	font-size:3.5em;
}


/*
----- Menu -----
*/

#dock {
	background-color: black;
	width: 100%;
	height: 25px;
	position: fixed;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding-bottom: 5px;
	z-index: 5;
}

#menu-container {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
}

#menu-container .left {
	float: left;
	width: 3px;
	height: 25px;
}

#menu-container .right {
	float: left;
	width: 3px;
	height: 25px;
}

#menu-container ul,
#dock ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#menu-container ul {
	list-style-type: none;
	padding: 0 6px;
	height: 25px;
	background-color: #000;
}

#menu-container ul li {
	padding: 0 6px;
	position: relative;
}

#menu-container ul li a {
	float: left;
	display: block;
	padding: 0 5px;
	color: #ccc;
	text-decoration: none;
	font-size: 12px;
	line-height: 22px;
}

#menu-container ul li a:hover,
#dock ul li.selected a {
	color: #fff;
	border-bottom: 2px solid #ff9c08;
}

#menu-container ul div.border-left,
#menu-container ul div.border-right {
	background: #555;
	width: 1px;
	height: 24px;
	float: left;
}

#menu-container ul div.border-left {
	margin-left: 10px;
}

#menu-container ul div.border-right {
	margin-right: 10px;
}

#menu-container ul li.selected a {
	font-weight: bold;
}

#menu-container #eng,
#menu-container #fra {
	width: 20px;
	height: 18px;
	float: left;
}

#menu-container #eng {
	background: url('../images/_en.gif') no-repeat right bottom;
}

#menu-container #fra {
	background: url('../images/_fr.gif') no-repeat right bottom;
}


/*
----- Content -----
*/

#content-wrapper {
	background: #FFF url('../images/content_bg.png') repeat-y 0 0;
}

#content {
	background: url('../images/content_body_bg.png') no-repeat 0 13px;
	zoom: 1;
}

#content_bg {
	background: url('../images/windmill.gif') no-repeat right bottom;
}

.content-top {
	font-size: 1px;
	height: 13px;
	background: url('../images/content_top_bg.png');
}

.content {
	padding: 0 3px 0 3px;
	overflow: hidden;
}

#ie6 #content .content {
	height: 380px;
	overflow-y: visible;
}



/*
----- Footer -----
*/

#footer {
	height: 30px;
	padding: 10px 0;
	position: relative;
}

#footer .inner {
	position: relative;
	z-index: 2;
}

#ie6 #footer .inner {
	zoom: 1;
}

#footer .bg {
	background: url('../images/footer_bg.png') no-repeat left top;
	width: 100%;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#ie6 #footer .bg {
	background: transparent none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/footer_bg.png', sizingMethod='scale');
	zoom: 1;
}

#footer p {
	margin: 0;
	padding: 0;
	color: #5e5e5e;
	font: normal 9px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#footer p a {
	color: #bbb;
}

#footer span.text {
        float: right;
	display: block;
	padding: 10px 12px 0 16px;
}

#footer .block {
	display: block;
	float: left;
}

#footer .block span,
#footer span.empty {
	display: none;
}

#footer .W3C_HTML {
	background: url('http://www.w3.org/Icons/valid-xhtml10');
	height: 31px;
	width: 88px;
	border: 0;
	margin: 0px 0 0 13px;
}

#footer .W3C_CSS {
	background: url('http://jigsaw.w3.org/css-validator/images/vcss');
	height: 31px;
	width: 88px;
	border: 0;
	margin: 0px 0 0 13px;
}

#footer .W3C_XHTML {
	background: url('http://www.validome.org/images/set3/valid_xhtml_1_0.gif');
	height: 15px;
	width: 79px;
	border: 0;
	margin: 8px 0 0 13px;
}


/*
----- top-level static pages -----
*/

#top-static  {
	font-size: 10px;
	padding: 10px 30px 20px;
}

#top-static * {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	color: #222;
	text-transform: none;
	text-align: justify;
	width: 890px;
}

#top-static ul {
	list-style-type: circle;
	padding-left: 20px;
	width: 870px;
}

#top-static li {
	width: 870px;
}

#top-static dl {
	width: 870px;
}

#top-static dt {
	width: 870px;
	font-size: 1.3em;
	line-height: 1.3;
}

#top-static dd {
	margin: 0;
	padding: 0 0 0.5em 2.5em;
	font-size: 1.2em;
	line-height: 1.3;
}

#top-static h1 {
	font-size: 2.7em;
	margin: 0.3em 0 0.7em 0;
}

#top-static h2 {
	font-size: 1.5em;
	color: #e6820E;
	margin: 1.2em 0.3em 0em;
}

#top-static h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
	margin: 1.5em 0 .3em;
}

#top-static h4 {
	font-size: 1em;
	color: #333;
	text-transform: uppercase;
	margin: 0 0 .2em;
}

#top-static p, #top-static li {
	font-size: 1.2em;
	line-height: 1.3;
}

#top-static p.intro {
	font-size: 1.5em;
	color: #666;
	line-height: 1.4;
}

#top-static p.overview {
	font-size: 1.3em;
	line-height: 1.4;
}

#top-static p.list {
	width: 80%;
}

#top-static p {
	margin: 0 0 1em;
}

#top-static a:link,
#top-static a:visited {
	color: #1b75bb;
	text-decoration: none;
}

#top-static a:hover,
#top-static a:active {
	color: #0b559b;
	text-decoration: underline;
}

#top-static-main {
	float: left;
	padding: 0 60px 50px 0;
	width: 830px;
}

#top-static-main .mail_icon {
	width: 24px;
	vertical-align: middle;
}

#top-static-main .web_icon {
	width: 24px;
	vertical-align: middle;
}

#top-static-main a.mail_link:link,
#top-static-main a.mail_link:visited,
#top-static-main a.mail_link:hover,
#top-static-main a.mail_link:active {
	text-decoration: none;
}

#top-static p.intro {
	float: left;
	width: 890px;
}


#top-static-main {
	border-top: 2px solid #fcd79f;
}


/*
----- Clearfix -----
*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	line-height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}


/*
----- Hides from IE-mac-----
*/

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

