body {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
    background-color: #00512F;
}
a {
    color: #FFFFFF;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
#header-container {
    height: 90px;
    padding: 0px;
    margin: 0px;
    background-color: #00512f;
    /*border-left: 7px solid #FFFFFF;
    border-right: 7px solid #FFFFFF;*/
    border-bottom: 7px solid #FFFFFF;
}
#container {
    /*width: 960px;*/
    width: 100%;
    height: 100%;
    /*border: 1px solid #CFCECE;*/
    margin: 0px auto;
    background-color: #00512f;
}
#news-container {
	padding-top:65px;
}
#news{
	font-size: 18px;
        font-weight: bold;
	color: #ffffff;
	border-top: 1px solid #ffffff;
	/*border-bottom: 6px solid #ffffff;*/
	font-style: italic;
}
#wrapper {
    /*background: #FFFFFF url(../images/bg-container.png) repeat-x;*/
    /*padding: 0px 30px 7px 30px;*/
    /*padding-bottom: 7px;*/
    z-index: 1;
    width: 900px;
    margin: 0px auto;
    height: 630px;
}
#main {
    /*height: auto !important;
    height: 600px;
    min-height: 600px;*/
    height: 100%;
    position: relative;
}
#content {
	position: relative;
	/*border: 6px solid #ffffff;*/
	background-color: #00512f;
}
#left {
    padding-top: 100px;
    margin: 0px auto;
    z-index: 1;
    width: 462px;
}
#video {
    z-index: 1;
	border: 6px solid #ffffff;
    width: 450px;
    height: 273px;
    background-color: #FFFFFF;
    /*height: 281px;*/
}
#logo {
    margin: 30px 0px 0px 210px;
}
#skip {
	position: absolute;
	right: 110px;
	bottom: 185px;
	color: #FFFFFF;
}
#bandiere {
	position: absolute;
	right: 140px;
	bottom: 0px;
}
#sep {
	position: absolute;
	right: 188px;
	bottom: 0px;
}
#footer-container {
	height: 56px;
	background: #00512F;
	padding: 14px 0px;
	position: relative;
    clear: both;
    border: 10px solid #FFFFFF;
    border-bottom: 0px;
    border-top: 0px;
}
#footer {
    /*background-color: #FFFFFF;*/
	color: #FFFFFF;
    text-align: center;
    margin-top: 5px;
}

.newsticker {
    /*position: relative;*/
    overflow: hidden;
    height: 21px;
}
.newsticker div {
    /*position:absolute;*/
    margin:0;
    width: 800px;
    /*height: 24px;*/
    /*display: none;*/
}
#footer .small{
    font-size: 9px;
}
#browser {
    color: #FFFFFF;
    width: 300px;
    margin: 0px auto;
    margin-top: 50px;
    font-size: 9px;
    text-align: center;
}
