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

#main, #simplemain, #register_main {
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    position: relative;
}


#simplemain {
    background-color: white;
    border-top: 1px solid #F0F0F0;   
	font-family: "HelveticaNeue-Light","HelveticaNeue",Helvetica,Arial,sans-serif;
	font-size: 15px;
	background-color: white;
	padding: 8px;
    border-top: 1px solid #E0E0E0;
    border-left: 1px solid white;
    border-right: 1px solid white;
    text-align: left;
}

#simplemain p {
    text-align: justify;    
}

#simplemain .section {
    text-align: left;
}

#simplemain .section h1 {
    font-size: 16px;
    color: #909090;   
    border-bottom: 1px solid #909090;
    margin-top: 8px;
    margin-bottom: 32px;    
}

#simplemain .section dd {
    margin-bottom: 8px;
}

#simplemain .section dt {
    margin-bottom: 8px;
}


#main{
	height: 656px;
}

#register_main {
	height: 400px;
	background-color:white;
	border-top:solid 1px #cccccc;
    padding-top:1.5em;
}

#center {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    position: relative;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
}

#header {
    height: 340px;
    background-color: white;
    background-image: url('resources/header-bg.png');
    background-position: 0 100%;
    text-align: center;

}

#subheader {
    width: 730px;
    height: 82px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    text-align: center;
}


#subheader_inner {
    width: 730px;
    position: relative;
}

.option {
    width: 220px;
    height: 25px;
    line-height: 22px;
    display: block;
    padding: 0px;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    color: white;
    margin-left: 8px;
    margin-right: 8px;
    cursor: pointer;
    float: left;
}

.option:hover {
    background-position: 0px -26px;    
}

.option span {
    display:none;   
}

#logo {
     width: 500px;
     height: 200px;
     background-image:url('resources/header-logo-2.png');
     margin-left: auto;
     margin-right: auto;
     cursor:pointer;
}

#tabs {
    padding-top: 50px;
    text-align: left;
    width: 750px;
    margin: 0px;
    padding: 0px;
    height: 36px;
    z-index: 20;
    position: relative;
}

#tabs li {
    margin: 0px;
    padding: 0px;
    margin-left: 12px;
    padding-left: 24px;
    display: block;
    cursor: pointer;
    width: 100px;  /* read by IE, set to 76px below */
    height: 36px;
    float: left;
    line-height: 36px;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
    vertical-align: middle;
    background-image: url('resources/tab_bg.png');
    text-align: center;
}

html>body #tabs li {
    /* ie bug workaround, this is not read by i.e. */
    width: 76px;    
}



#page_container {
    position: absolute;
    top: 35px;
    left: 0px;
    text-align: left;
    width: 750px;
    height: 620px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #D0D0D0;
    z-order: 10;
}

#pages {
   width: 4500px;
   margin-top: -1px;
   z-index: 10;
   clear:both;
}

.page {
    width: 750px;
    height: 620px;
    float: left;
    background-color: #FFFFFF;
    padding: 10px;
}

html>body .page {
    /* ie bug workaround, this is not read by i.e. */
    width: 730px;    
}

.icon {
    float: left;
}

.page p {
    font-size: 14px;
    line-height: 22px;
    font-family: "HelveticaNeue-Light","HelveticaNeue",Helvetica,Arial,sans-serif;
    text-align: left;
    position: relative;
}

.page h1 {
    font-family: "HelveticaNeue-Light","HelveticaNeue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 5px;
}

.page em {
     font-style: normal;
     font-weight: bold;
}

.page strong {
    font-size: 19px;
    font-weight: normal;
}

.selected_tab {
    background-image: url('resources/tab_bg.png');
    background-repeat: no-repeat;
}

#footer {
	background-image:url('resources/page_shadow.png');
	background-position:center 0;
	background-repeat:no-repeat;
	color:#808080;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	padding:15px;
}

#footer span {
    margin-left: 16px;	
    margin-right: 16px;
}

.mov {
    cursor: pointer;
}


#panel_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;

    background-color: rgb(19, 58, 116);   
    z-index: 29;
    display:none;
}

#panel {
    display:none;
    position: absolute;
    width: 930px;
    height: 500px;
    z-index: 30;
    background-color: white;
    border: 1px solid #303030;
    background: url('resources/panel-bg.png');
    background-repeat: repeat-y;
    background-color: white;
}

#panel .panel-ul {
    margin: 0px;
    padding: 0px;
    margin-left: 0px;
    text-align: left;
    height: 300px;
    position: absolute;
    top: 20px;
    left: 0px;
}

#panel .panel-ul-folder {
    margin: 0px;
    padding: 0px;
}

#panel .panel-ul-folder li {
    background-position: 0px 0px;
    margin-left: 24px;
}

#panel .panel-li-folder-span {
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    display: block;
    width: 220px;
    margin-left: 30px;
    font-style:italic;
}

#panel li.panel-li-item {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-height: 20px;
    background-image: url('resources/panel-li-noarrow.png');

    height: 31px;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
    cursor: pointer;
    width: 250px;
    position: relative;
}

#panel .panel-li-folder {
    background-image: url("resources/stack.png");   
    font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-height: 20px;

    vertical-align: middle;
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: left;
    cursor: pointer;
    width: 250px;
    position: relative;
}

#panel_content {
    position: absolute;
    top: 10px;
    left: 260px;
    width: 550px;
    height: 480px;    
}


.lister_sel {
    background-image: url('resources/panel-li-arrow.png');
}


#panel li img {
    position: absolute;
    top: 4px;
    left: 2px;
}

#panel li .panel-li-title {
    position: absolute;
    top: 3px;
    left: 28px;
    color: black;
}

#panel li .panel-li-mtitle {
    position: absolute;
    top: 8px;
    left: 28px;
    color: black;
}

#panel li .panel-li-stitle {
    position: absolute;
    top: 16px;
    left: 28px;
    color: #808080;
    font-size: 10px;
}

#panel_close {
    position: absolute;   
    top: -16px;
    left: -16px;
    cursor: pointer;
}



.button {
    cursor: pointer;
}



.bc-panel {
    position: absolute;
    width: 240px;
    height: 300px;
    border: 1px solid #808080;
    background-color: #efefef;
    text-align: left;
}

.l-shadow{
	background-image:url(resources/shadow-left.png);
	background-position:left center;
	background-repeat:no-repeat;
}

#bc-outer {
}

#bc-inner {
	width: 740px;
	height: 350px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#bc-panel-1 {
    top: -10px;
    left: 0px;	
    border: 3px solid #3671a1;
    width: 260px;
    height: 320px;
    background-color: white;
}



#bc-panel-2 {
    top: 0px;
    left: 260px;	
}

#bc-panel-3 {
    top: 0px;
    left: 500px;
}

.bc-panel h1 {
	font-family: "HelveticaNeue-Light","HelveticaNeue",Helvetica,Arial,sans-serif;
	font-size: 18px;
	text-align: center;
}

.bc-panel h2 {
	font-family: "HelveticaNeue-Light","HelveticaNeue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	color: #607070;
	text-align: center;
}

.bc-panel ul {
    margin: 0px;
    padding: 0px;	
    list-style-image: url("resources/tick-grey.png");
}	

#bc-panel-1 ul {
    list-style-image: url("resources/tick.png");
}


.bc-panel li {
	font-family: "HelveticaNeue-Light","HelveticaNeue",Helvetica,Arial,sans-serif;
	font-size: 15px;
    margin: 0px;
    padding: 0px;
    margin-left: 34px;
}
.bc-panel p {
	font-family: "HelveticaNeue-Light","HelveticaNeue",Helvetica,Arial,sans-serif;
	font-size: 15px;
	margin: 4px;
	text-align: justify;
}

#bc-option-1 {
	width: 220px;
	height: 24px;
	background-image:url("resources/option_commencer.png");
	position: absolute;
	top: 270px;
	left: 20px;
    cursor: pointer;
}

#bc-option-2 {
	width: 220px;
	height: 24px;
	background-image:url("resources/option_nouscontacter.png");
	position: absolute;
	top: 260px;
	left: 10px;
    cursor: pointer;
}

#bc-option-3 {
	width: 220px;
	height: 24px;
	background-image:url("resources/option_resterinforme.png");
	position: absolute;
	top: 260px;
	left: 10px;
    cursor: pointer;
}
	


#note{
	font-size:0.8em;	
}


#toplink {
    position: absolute;
    top: 16px;
    left: 790px;
    width: 140px;
    height: 100px;
    padding: 14px;
    padding-top: 24px;
    text-align: left;
}

#toplink a {
    display: block;
	font-family: Arial, sans-serif;
    font-size: 14px;
	color: #606060;
	margin-bottom: 2px;
	text-decoration: none;
	padding-bottom: 2px;
/*	background-image:url('resources/tick.gif'); */
	background-repeat: no-repeat;
	padding-left: 14px;
}

#toplink span {
    display: block;
	font-family: Arial, sans-serif;
    font-size: 14px;
	color: #202020;
	margin-bottom: 2px;
	text-decoration: none;
	padding-bottom: 2px;
	background-image:url('resources/tick.gif');
	background-repeat: no-repeat;
	padding-left: 14px;
}

ul.screenshots{
	clear:both;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:-10px;
	text-align:center;
	
}

ul.screenshots li{
	display:inline;
}

.screenshot{
	cursor:pointer;	
}

a:link, a:visited{
	color:#707070;
}


.cartridge {
     width: 200px;
     height: 80px;
     cursor: pointer;
}

.cartridge_icon {
    position: absolute;
    top: 5px;
    left: 5px;   
}

.cartridge_title {
    position: absolute;
    top: 12px;
    left: 80px;
	font-family: "HelveticaNeue-Light","HelveticaNeue",Helvetica,Arial,sans-serif;
	font-size: 30px;
	font-weight: normal;
}

.cartridge_stitle {
    position: absolute;
    top: 45px;
    left: 100px;
	font-family: "HelveticaNeue-Light","HelveticaNeue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #808080;
}

#play_photo {
    position: absolute;
    top: 30px;
    left: 0px
}

#play_video {
    position: absolute;
    top: 30px;
    left: 240px
}

#play_try {
    position: absolute;
    top: 30px;
    left: 460px   
}

#flags {
    position: absolute;
    top:5px;
    right: 5px;
}

#flags img {
    border: 0px;
}


.editedby {
    text-align: center;
    font-style:italic;   
    display: block;
    margin-top: 32px;
}

.kiaddr {
    margin-top: 0px;
    margin-bottom: 12px;
}

.kiaddrtitle {
    font-weight: bold;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 12px;
}

