@charset "utf-8";

body{
    background:black;
    margin:0;
    padding:0;
    text-align:center;
    font-size:12px;
    line-height:22px;
    color:#666666;
}
div#langage{
    width:800px;
    text-align:right;
    margin-left:auto;
    margin-right:auto;
    margin-top:5px;
    margin-bottom:5px;
    padding-right:10px;
	color:#ffffff;
}
div#langage a{
	color:#ffffff;
}
div#langage a:hover{
	color:#ff0000;
	background:none;
}

div#main{
    width: 100%;
    margin-top:30px;
    padding-top:0px;
    margin-bottom:50px;
    background:url("../image/bg_line.gif") center top repeat-y;
}

div#flash{
    width:798px;
    height:150px;
    margin-left:1px;
    background:url("../image/flush_dummy2.jpg") center top no-repeat white;
}


.container{
    width:800px;
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;
    /*display: inline-block;*/
}

.container:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

ul{
    list-style:none;
}

h1{
	font-size:16px;
	padding-left:20px;
	padding-bottom:3px;
    background:url(../image/h1a.gif) center bottom no-repeat;
}

.right-content{
    width:500px;
    float:right;
    text-align:left;
}
.right-content li{
    list-style:none;
    padding-left:10px;
    margin-top:5px;
    margin-left:0px;
    background:url(../image/li.gif) no-repeat top left;
}
.right-content ul{
margin-left:0px;
	padding-left:20px;
	width:460px;
}
.right-content h2{
    width:500px;
	font-size:14px;
	padding-bottom:3px;
	padding-left:20px;
	margin-top:20px;
	margin-bottom:20px;
    background:url(../image/h2.gif) left bottom no-repeat;
}
html>body .right-content h2{      /*OP Hack*/
    width:480px;
}

.right-content img{
    text-align:center;	
    margin-left:0px;
    margin-right:0px;
    margin-top:20px;
	margin-bottom:20px;
}

.left-content{
    width:250px;
    text-align:left;
    float:left;
    padding-top:13px;
}


.left-content li{
    font-size:13px;
    width:140px;
    float:left;
    list-style:none;
    padding-left:30px;
    margin-top:10px;
    margin-left:0px;
    background:url(../image/li_ul.gif) no-repeat bottom right;
}
.left-content li.select{
    background:url(../image/li_ul_sel.gif) no-repeat bottom right;
}

.r-float{
	float : right;
	padding-left:20px;
}
.l-float{
	float : left;
	padding-right:20px;
}
.f-clear{
    clear : both;
}


div#footer{
    width:800px;
    padding-top:35px;
    padding-bottom:10px;
    margin-left:auto;
    margin-right:auto;
}
div#footer img{
    margin-left:525px;
}

a{
    color:#ee5522;
    text-decoration:none;
}

a:hover{
    color:#ffff99;
    text-decoration:none;
    background:#94c479;
}
.chunk {
    margin:0;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    display: inline-block;
}

.chunk:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.more{
    text-align:right;
    margin-right:0px;
}
html>body .more{      /*OP Hack*/
    margin-right:20px;
}
