html, body {

	width:100%;
	margin: 0; padding: 0;
}
* {
    margin: 0; padding: 0;
}
a{
    text-decoration: none;
}
input:focus{
    outline: none;
}
body{
    background-color: #16071e;
}
/* Head */
#header{
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 60px;
    position: fixed;
    z-index: 8;
}
#background
{
	position: relative;
	z-index: -4;
	background-image:url('../img/background.jpg');
	background-position:center;
	background-repeat:no-repeat;
	width: 100%;
	height:1800px;
	
}
.video
{
    z-index: -3;
    margin-left: -585px;
    position: absolute;
}
#logo_header{
    float: left;
}
#text_header{
    display: inline-block;
    list-style-type: none;
}
.text_header{
    font-family: "Roboto",sans-serif;
    color: #b1b1b1;
    line-height: 60px;
    padding: 0 12px;
    float: left;
    transition: 200ms;
}
.text_header:hover{
    color: white;
    background-color: #231033;
    transition: 200ms;
}
#header_ava{
    margin-top: 6px;
    padding-bottom: 9px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
/* Common */
#conteneur{
    background-color: rgba(0, 0, 0, 0.40);
    padding: 12px;
    width: 1140px;
    border-radius: 3px;
    min-height: 1180px;
    margin-top: -1280px;
}
/* Menu droite */
#connexion_menu_head{
    background-color: black;
    color: #4f4f4f;
    line-height: 1.5;
    width: 320px;
    text-align: left;
    font-size: 15px;
    padding: 10px 20px;
    font-family: "Roboto",sans-serif;
    font-weight: bold;
    border: 1px solid black;
}
#connexion_menu{
    padding: 25px 0px;
    background: #212020;
    width: 360px;
    border: 1px solid black;
    padding-bottom: 30px;
}
#connexion_menu_user::before{
    content: url(../img/user.png);

}
#connexion_menu_user{
    width: 50px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    position: absolute;
    margin-top: 10px;
}
#connexion_menu_pass::before{
    content: url(../img/pass.png);
}
#connexion_menu_pass{
    width: 50px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    position: absolute;
    margin-top: 10px;
}
.connexion_menu_input{
    height: 45px;
    margin-left: 48px;
    width: 260px;
    background-color: #181818;
    border: none;
    color: #6d6d6d;
    font-size: 15px;
}
#connexion_menu_mdp{
    height: 45px;
    margin-left: 48px;
    width: 260px;
    background-color: #181818;
    border: none;
    color: #6d6d6d;
    font-size: 15px;
}
#connexion_menu_connecter{
    width: 309px;
    border: 1px solid #2776dc;
    color: #2776dc;
    background-color: transparent;
    padding: 12px 0px;
    margin-top: 20px;
    cursor: pointer;
    transition: 500ms;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
}
#connexion_menu_connecter:hover{
    background-color: #2776dc;
    color: white;
    transition: 500ms;
}
.separator {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    position: relative;
    margin-top: 45px;
    margin-bottom: 45px;
    text-align: center;
    width: 309px;
}
.separator span {
    position: absolute;
    left: 50%;
    margin-left: -23px;
    top: -17px;
    background: #fff;
    padding: 7px 0;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 35px;
    text-align: center;
    color: #6d6d6d;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
}
#connexion_menu_register{
    border: 1px solid #ff983e;
    color: #ff983e;
    background-color: transparent;
    padding: 12px 104px;
    margin-top: 20px;
    transition: 500ms;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
}
#connexion_menu_register:hover{
    background-color: #ff983e;
    color: white;
    transition: 500ms;
}
#stats_menu{
    padding: 25px 20px;
    background: #212020;
    width: 320px;
    border: 1px solid black;
    padding-bottom: 30px;
    margin-top: 30px;
    color: #7b7b7b;
    font-family: "Roboto",sans-serif;
    font-weight: 300;
    font-size: 15px;
}
#stats_menu_stats{
    float: left;
}
#stats_menu_stats_result{
    float: right;
}
#barre_100 {
    background-color: #ebedef;
    width: 320px;
    height: 6px;
    margin-top: 25px;
    border-radius: 32px;
}
#barre_valeur_serv {
    width: 320px;
    height: 6px;
    float: left;
    border-radius: 32px;
}
#barre_valeur_xp {
    max-width: 320px;
    min-width: 0px;
    height: 6px;
    float: left;
    border-radius: 32px;
    background-color: rgb(7, 221, 221);
}
#barre_valeur_drop {
    max-width: 320px;
    min-width: 0px;
    height: 6px;
    float: left;
    border-radius: 32px;
    background-color: gold;
}
#barre_valeur_job {
    max-width: 320px;
    min-width: 0px;
    height: 6px;
    float: left;
    border-radius: 32px;
    background-color: rgb(87, 12, 141);
}
#barre_valeur_popu {
    width: 320px;
    height: 6px;
    float: left;
    border-radius: 32px;
    background-color: rgb(12, 94, 141);
}
#ndc_error{
    color: #a94442;
    font-family: "Roboto",sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.5;
    margin-top: 4px;
    margin-left: -85px;
}
#mdp_error{
    color: #737373;
    font-family: "Roboto",sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.5;
    margin-top: 4px;
    margin-left: -100px;
}
/* Inscription */
#inscrip_head_text{
    background-color: black;
    border: 1px solid black;
    width: 718px;
    height: 57px;
    float: left;
    color: #4f4f4f;
    font-family: "Roboto",sans-serif;
    line-height: 57px;
    font-size: 24px;
    text-align: left;
    padding-left: 20px;
}
#inscrip_head_conteneur_menu{
    color: #7b7b7b;
    font-family: "Roboto",sans-serif;
    background: #212020;
    width: 698px;
    border: 1px solid black;
    float: left;
    text-align: left;
    padding: 25px 20px;
    font-size: 14px;
}
#inscrip_head_register_button{
    border: 1px solid #2776dc;
    color: #2776dc;
    background-color: transparent;
    padding: 12px 104px;
    transition: 400ms;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    line-height: 70px;
    border-radius: 5px;
}
#inscrip_head_register_button:hover{
    background-color: #2776dc;
    transition: 400ms;
    color: white;
}
#inscrip_head_register_button_dl{
    border: 1px solid #e74c3c;
    color: #e74c3c;
    background-color: transparent;
    padding: 12px 78px;
    transition: 400ms;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    line-height: 55px;
    border-radius: 5px;
}
#inscrip_head_register_button_dl:hover{
    background-color: #e74c3c;
    transition: 400ms;
    color: white;
}
#inscrip_head_text_reg{
    background-color: black;
    border: 1px solid black;
    width: 718px;
    height: 57px;
    float: left;
    color: #4f4f4f;
    font-family: "Roboto",sans-serif;
    line-height: 57px;
    font-size: 24px;
    text-align: left;
    padding-left: 20px;
    margin-top: 20px;
}
#inscrip_head_conteneur_menu_reg{
    color: #7b7b7b;
    font-family: "Roboto",sans-serif;
    background: #212020;
    width: 698px;
    border: 1px solid black;
    float: left;
    text-align: left;
    padding: 25px 20px;
    font-size: 16px;
}
.input_register{
    width: 400px;
    background-color: #181818;
    border: 1px solid black;
    height: 35px;
    margin-top: 5px;
    color: #8b8b8b;
    padding-left: 10px;
    font-size: 15px;
}
#register_submit{
    border: 1px solid #2776dc;
    color: #2776dc;
    background-color: transparent;
    padding: 0px 104px;
    transition: 400ms;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    line-height: 40px;
    border-radius: 5px;
    margin-top: 20px;
    cursor: pointer;
}
#register_submit:hover{
    color: white;
    background-color: #2776dc;
}
#inscrip_error{
    position: fixed;
    color: white;
    top: 70px;
    background-color: #c72424;
    line-height: 40px;
    border-radius: 10px;
    font-family: "Roboto",sans-serif;
    text-align: center;
    right: 10px;
    box-shadow: 1px 1px 20px 0px rgba(255, 255, 255, 0.3);
    padding: 0px 20px;
    z-index: 4;
    padding-left: 50px;
}
#myProgress {
    width: 100%;
    background-color: transparent;
  }
  
  #myBar {
    width: 100%;
    height: 8px;
    background-color: rgba(0,0,0,0.5);
    transition: 100ms;
  }
#confirmation_head{
    background-color: black;
    border: 1px solid black;
    width: 718px;
    height: 57px;
    float: left;
    color: #4f4f4f;
    font-family: "Roboto",sans-serif;
    line-height: 57px;
    font-size: 24px;
    text-align: left;
    padding-left: 20px;
}
#confirmation_conteneur_menu{
    color: #918f8f;
    font-family: "Roboto",sans-serif;
    background: #212020;
    width: 698px;
    border: 1px solid black;
    float: left;
    text-align: left;
    padding: 25px 20px;
    font-size: 16px;
}
.g-recaptcha{
    margin-top: 20px;
}

#connect_menu_head{
    background-color: black;
    color: #4f4f4f;
    line-height: 1.5;
    width: 320px;
    text-align: left;
    font-size: 15px;
    padding: 10px 20px;
    font-family: "Roboto",sans-serif;
    font-weight: bold;
    border: 1px solid black;
}
#connect_menu{
    padding: 25px 0px;
    background: #212020;
    width: 360px;
    border: 1px solid black;
    padding-bottom: 0px;
}
#connect_mail{
    position: absolute;
    margin-left: 135px;
    margin-top: -75px;
    font-size: 18px;
    font-family: "Roboto",sans-serif;
    color: #949494;
    border-bottom: 1px solid;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
#connect_token{
    position: absolute;
    margin-left: 25px;
    margin-top: 45px;
    font-family: "Roboto",sans-serif;
    color: #cccbcb;
}
#connect_token:hover{
    border-bottom: 1px solid;
}
#connect_gestion{
    position: absolute;
    color: white;
    font-family: "Roboto",sans-serif;
    background-color: #4f4f4f;
    line-height: 25px;
    padding: 0px 10px;
    margin-top: 75px;
    font-size: 12px;
    margin-left: 20px;
}
#connect_gestion:hover{
    background-color: #646464;
    transition: 200ms;
}
#connect_deco{
    text-align: center;
    width: 358px;
    margin-top: 50px;
    line-height: 45px;
    border: 1px solid #2776dc;
    color: #2776dc;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    transition: 200ms;
}
#connect_deco:hover{
    color: white;
    background-color: #2776dc;
    transition: 250ms;
}
#gestion_nav{
    width: 723px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    list-style: none;
    margin-left: -400px;
    font-family: "Roboto",sans-serif;
    background: #212020;
    line-height: 50px;
    text-align: left;
    padding-left: 15px;
    font-size: 15px;
}
.gestion_nav_link{
    color: #7b7b7b;
    padding: 17px 0px;
    transition: 250ms;
}
.gestion_nav_link:hover{
    box-shadow: inset 0 -3px 0 0 #2776dc;
    -webkit-box-shadow: inset 0 -3px 0 0 #2776dc;
    transition: 250ms;
}
#gestion_info{
    width: 738px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    margin-left: -400px;
    font-family: "Roboto",sans-serif;
    background: #212020;
    padding: 25px 0px;
}
#gestion_info_cont{
    width: 100%;
    background-color: #181818;
    color: #7b7b7b;
    padding: 15px 0px;
}
.Active{
    color: #7b7b7b;
    padding: 17px 0px;
    transition: 250ms;
    box-shadow: inset 0 -3px 0 0 #2776dc;
    -webkit-box-shadow: inset 0 -3px 0 0 #2776dc;
    cursor: pointer;
}
.input_change_pass{
    width: 400px;
    background-color: #212020;
    border: 1px solid black;
    height: 35px;
    margin-top: 15px;
    color: #8b8b8b;
    padding-left: 10px;
    font-size: 15px;
}
#validate_change_pass{
    width: 300px;
    height: 35px;
    margin-top: 20px;
    background-color: transparent;
    border: 1px solid #2776dc;
    font-family: "Roboto",sans-serif;
    color: #2776dc;
    border-radius: 5px;
    cursor: pointer;
    transition: 200ms;
}
#validate_change_pass:hover{
    background-color: #2776dc;
    color: white;
    transition: 200ms;
}
#gameaccount_table{
    color: #7b7b7b;
}
#gameaccount_nbr{
    box-shadow: inset 0 0 3px 2px #01836f;
    color: #01836f;
    padding: 0.3rem 0.6rem;
    border-radius: 50%;
}
#gestion_avatar{
    border: 1px solid #01836f;
    color: #01836f;
    background-color: transparent;
    padding: 10px 60px;
    transition: 400ms;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    line-height: 70px;
    border-radius: 5px;
    margin-left: -400px;
}
#gestion_avatar:hover{
    background-color: #01836f;
    color: white;
    transition: 400ms;
}
#gestion_token{
    border: 1px solid #01836f;
    color: #01836f;
    background-color: transparent;
    padding: 0px 60px;
    transition: 400ms;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    line-height: 38px;
    border-radius: 5px;
    margin-left: 30px;
    position: absolute;
    margin-top: 15px;
}
#gestion_token:hover{
    background-color: #01836f;
    color: white;
    transition: 400ms;
}
#token_convert_link{
    font-family: "Roboto",sans-serif;
    box-shadow: inset 0 0 3px 2px #01836f;
    color: #01836f;
    padding: 0.3rem 0.6rem;
    transition: 200ms;
}
#token_convert_link:hover{
    box-shadow: inset 0 0 3px 2px white;
    color: white;
    background-color: #01836f;
    transition: 200ms;
}
#result_token{
    margin-top: 10px;
}
#download_title{
    text-transform: uppercase;
    background-color: black;
    border: 1px solid black;
    width: 1118px;
    height: 57px;
    float: left;
    color: #4f4f4f;
    font-family: "Roboto",sans-serif;
    line-height: 57px;
    font-size: 24px;
    text-align: left;
    padding-left: 20px;
}
#download_pseudo_welcome{
    color: white;
    padding: 20px 60px;
    padding-right: 30px;
    text-align: left;
    font-family: "Roboto",sans-serif;
    background-color: rgba(0, 0, 0, 0.50);
    float: left;
    margin-top: 320px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
#download_button{
    background-image: url(../img/download_inscrip.png);
    background-repeat: no-repeat;
    height: 80px;
    width: 282px;
    margin-top: 100px;
    position: absolute;
    margin-left: 130px;
    transition: 120ms;
}
#download_button:hover{
    background-image: url(../img/download_inscrip_hover.png);
    transition: 120ms;
}
#news_title{
    position: absolute;
    margin-left: 10px;
    font-family: "Roboto",sans-serif;
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 5px;
    transition: 200ms;
    font-weight: bold;
}
#news_title:hover{
    color: #c7c7c7;
    transition: 200ms;
}
#news_category{
    position: absolute;
    margin-left: 70px;
    font-family: "Roboto",sans-serif;
    color: white;
    font-size: 13px;
    margin-top: -20px;
}
#news_category_type{
    color: #8bcbff;
}
#news_content{
    width: 340px;
    background-color: #212020;
    padding: 10px 10px;
    text-align: left;
    color: white;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    min-height: 139px;
    max-height: 139px;
    line-height: 20px;
    overflow: hidden;
    padding-bottom: 15px;
}
#news_overflow{
    background: linear-gradient(to bottom,rgba(248,248,248,0) 0%,#212020 80%,#212020 100%);
    width: 100%;
    height: 1.5em;
    z-index: 2;
    margin-top: -1.3em;
    position: relative;
}
#news_more{
    width: 340px; background-color: #212020; padding: 10px 10px; text-align: left; border-top: 1px solid #4f4f4f; font-family: "Roboto",sans-serif; color: #c7c7c7; font-size: 14px;
}
#news_plus{
    font-family: "Roboto",sans-serif;
    box-shadow: inset 0 0 3px 2px #c7c7c7;
    color: #c7c7c7;
    padding: 0.2rem 0.5rem;
    transition: 200ms;
}
#news_know_more{
    float: right;
    border-left: 1px solid #4f4f4f;
    padding: 10px 10px;
    margin-top: -10px;
    margin-right: -10px;
    color: #c7c7c7;
}
#news_know:hover{
    text-decoration: underline;
}
#news_comment_nbr{
    border-right: 1px solid #4f4f4f;
    padding: 10px 10px;
    padding-left: 20px;
    color: #c7c7c7;
}
#news_comment_nbr:hover{
    text-decoration: underline;
}
#views_title{
    background-color: #212020;
    border: 1px solid black;
    border-bottom: 2px dashed #4f4f4f;
    width: 738px;
    height: 67px;
    color: #c7c7c7;
    font-family: "Roboto",sans-serif;
    line-height: 67px;
    font-size: 24px;
    text-align: left;
    padding-left: 20px;
    margin-left: -380px;
    text-transform: uppercase;
}
#views_back{
    margin-left: 600px;
    font-size: 16px;
    border: 1px solid #2776dc;
    padding: 10px;
    padding-left: 30px;
    color: #8bcbff;
    transition: 150ms;
    border-radius: 3px;
    position: absolute;
    line-height: 25px;
    margin-top: 10px;
}
#views_back:hover{
    color: #baddfa;
    background-color: #2776dc;
    transition: 150ms;
}
#views_content{
    background-color: #212020;
    border: 1px solid black;
    border-top: none;
    width: 718px;
    color: #c7c7c7;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    text-align: left;
    padding: 20px 20px;
    line-height: 25px;
    margin-left: -380px;
}
#views_content h1{
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
}
#views_content h1:before{
    content:url('../img/puce_red.png');
    padding-right: 8px;
}
#views_content h2{
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
}
#views_content h2:before{
    content:url('../img/puce_red.png');
    padding-right: 8px;
}
.news_nav{
    color: #2776dc;
    font-family: "Roboto",sans-serif;
    padding: 5px 10px;
    border: 1px solid #2776dc;
    margin-left: -1px;
    transition: 150ms;
}
.news_nav:hover{
    background-color: #2776dc;
    border-color: #2776dc;
    color: white;
    transition: 150ms;
}
#comment_header{
    background-color: #212020;
    border: 1px solid black;
    border-bottom: 2px dashed #4f4f4f;
    width: 738px;
    height: 57px;
    color: #c7c7c7;
    font-family: "Roboto",sans-serif;
    line-height: 57px;
    font-size: 22px;
    text-align: left;
    padding-left: 20px;
    margin-top: 20px;
    margin-left: -380px;
}
.comment_content{
    color: #c7c7c7;
    font-family: "Roboto",sans-serif;
    width: 653px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    background-color: #212020;
    padding: 10px 10px;
    text-align: left;
    min-height: 98px;
    padding-left: 95px;
    border-bottom: 2px solid #4f4f4f;
    margin-left: -380px;
}
#comment_zone{
    color: #c7c7c7;
    font-family: "Roboto",sans-serif;
    width: 653px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    background-color: #212020;
    padding: 10px 10px;
    padding-top: 15px;
    text-align: left;
    min-height: 98px;
    padding-left: 95px;
    margin-left: -380px;
}
#comment_write {
    resize: none;
    width: 640px;
    height: 80px;
    border: 2px solid #2776dc;
    outline: none;
    font-family: "Roboto",sans-serif;
    background-color: #212020;
    color: #c7c7c7;
    padding: 5px 10px;
}
#comment_sub{
    text-align: center;
    width: 180px;
    margin-top: 10px;
    line-height: 35px;
    border: 1px solid #2776dc;
    color: #2776dc;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    transition: 200ms;
    margin-left: 460px;
    cursor: pointer;
    background: transparent;
}
#comment_sub:hover{
    color: white;
    background-color: #2776dc;
    transition: 250ms;
}
#events_content{
    background-color: #212020;
    border: 1px solid black;
    border-top: none;
    width: 718px;
    float: left;
    color: #c7c7c7;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    text-align: left;
    padding: 20px 20px;
    line-height: 25px;
}
#classement_conteneur{
    background-color: #212020;
    border: 1px solid black;
    border-top: none;
    width: 738px;
    color: #c7c7c7;
    font-family: "Roboto",sans-serif;
    margin-left: -400px;
}
#need_hover:hover{
    text-decoration: underline;
}
#perso_title{
    background-color: black;
    border: 1px solid black;
    width: 718px;
    height: 57px;
    float: left;
    color: #4f4f4f;
    font-family: "Roboto",sans-serif;
    line-height: 57px;
    font-size: 24px;
    text-align: left;
    padding-left: 20px;
}
#perso_bg{
    background: url('../img/bg_perso.jpg') no-repeat center top;
    background-size: cover;
    width: 738px;
    height: 300px;
    float: left;
    border: 1px solid black;
    border-bottom: none;
}
#view_chara_name{
	color: #fff;
	font-family: "Roboto",sans-serif;
	font-weight: bold;
	position: relative;
	text-align: center;
	left: -1px;
}
#ornament_1 span, #ornament_2 span, #ornament_3 span, #ornament_52 span, #ornament_53 span, #ornament_54 span, #ornament_55 span, #ornament_56 span, #ornament_57 span, #ornament_58 span, #ornament_59 span, #ornament_60 span
, #ornament_61 span, #ornament_62 span, #ornament_63 span, #ornament_64 span, #ornament_65 span, #ornament_66 span, #ornament_67 span, #ornament_68 span, #ornament_69 span, #ornament_70 span, #ornament_71 span, #ornament_72 span
, #ornament_73 span, #ornament_74 span, #ornament_75 span, #ornament_76 span, #ornament_77 span, #ornament_78 span, #ornament_79 span, #ornament_80 span, #ornament_81 span, #ornament_82 span, #ornament_83 span, #ornament_84 span, #ornament_85 span
, #ornament_86 span, #ornament_87 span
{
	top: 115px;
}
#ornament_4 span, #ornament_26 span, #ornament_35 span, #ornament_39 span, #ornament_44 span, #ornament_45 span, #ornament_47 span{
	top: 140px;
}
#ornament_5 span, #ornament_30 span, #ornament_33 span, #ornament_36 span{
	top: 135px;
}
#ornament_6 span, #ornament_37 span, #ornament_38 span{
	top: 130px;
}
#ornament_7 span, #ornament_15 span, #ornament_16 span{
	top: 155px;
}
#ornament_8 span, #ornament_10 span, #ornament_11 span, #ornament_12 span, #ornament_13 span, #ornament_14 span, #ornament_17 span, #ornament_18 span, #ornament_22 span
, #ornament_31 span, #ornament_34 span, #ornament_42 span, #ornament_43 span
{
	top: 150px;
}
#ornament_9 span, #ornament_19 span, #ornament_20 span, #ornament_21 span, #ornament_23 span, #ornament_24 span, #ornament_25 span, #ornament_28 span, #ornament_29 span
, #ornament_32 span, #ornament_41 span
{
	top: 145px;
}
#ornament_40 span, #ornament_48 span, #ornament_49 span{
	top: 130px;
}
#ornament_46 span{
	top: 120px;
}
#ornament_50 span, #ornament_51 span{
	top: 125px;
}
#perso_info_bar {
    height: 48px;
    width: 728px;
    overflow: hidden;
    font-size: 14px;
    line-height: 48px;
    background: #3a3932;
    font-family: "Roboto",sans-serif;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    float: left;
    color: white;
    text-align: left;
    padding-left: 10px;
}
#perso_connect{
    width: 698px;
    font-size: 14px;
    background: #4b4a41;
    font-family: "Roboto",sans-serif;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
    float: left;
    color: white;
    text-align: left;
    padding: 5px 20px;
    margin-top: 15px;
    border-bottom: 1px solid #141413;
}
#perso_connect h1{
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    padding-bottom: 20px;
}
#perso_connect h1:before{
    content:url('../img/puce_red.png');
    padding-right: 8px;
}
#perso_connect p{
    padding-bottom: 15px;
}
#perso_stat{
    width: 698px;
    font-size: 14px;
    background: #4b4a41;
    font-family: "Roboto",sans-serif;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
    float: left;
    color: white;
    text-align: left;
    padding: 5px 20px;
    border-bottom: 1px solid black;
    border-top: 5px solid #302e2b;
}
#perso_stat h1{
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    padding-bottom: 20px;
}
#perso_stat h1:before{
    content:url('../img/puce_red.png');
    padding-right: 8px;
}
#perso_stat p{
    padding-bottom: 15px;
}
#vote_title{
    background-color: black;
    border: 1px solid black;
    width: 718px;
    height: 57px;
    float: left;
    color: #4f4f4f;
    font-family: "Roboto",sans-serif;
    line-height: 57px;
    font-size: 24px;
    text-align: left;
    padding-left: 20px;
}
#vote_content{
    background-color: #212020;
    width: 698px;
    font-size: 16px;
    font-family: "Roboto",sans-serif;
    text-align: left;
    padding: 10px 20px;
    float: left;
    border: 1px solid black;
    color: #949494;
    line-height: 25px;
}
#vote_button{
    border: 1px solid #ff983e;
    color: #ff983e;
    background-color: transparent;
    padding: 10px 104px;
    transition: 500ms;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    border-radius: 5px;
    cursor: pointer;
}
#vote_button:hover{
    background-color: #ff983e;
    color: white;
    transition: 500ms;
}
#confirm_out{
    width: 200px;
    background-color: #111111;
    border: 1px solid black;
    height: 35px;
    color: #8b8b8b;
    padding-left: 10px;
    font-size: 15px;
    margin-top: 15px;
}
#shop_title{
    background-color: black;
    border: 1px solid black;
    width: 718px;
    height: 57px;
    color: #4f4f4f;
    font-family: "Roboto",sans-serif;
    line-height: 57px;
    font-size: 24px;
    text-align: left;
    padding-left: 20px;
    margin-left: -380px;
}
#shop_content{
    background-color: #212020;
    width: 718px;
    font-size: 16px;
    font-family: "Roboto",sans-serif;
    padding: 10px 10px;
    float: left;
    border: 1px solid black;
    color: #949494;
    margin-left: 10px;
}
.shop_content_name{
    background: #4b4a41;
    border-bottom: 1px dashed;
    width: 350px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    line-height: 35px;
    color: rgb(219, 219, 219);
    text-align: center;
}
.shop_content_descrip{
    background: #4b4a41;
    border-bottom: 1px solid black;
    width: 330px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    text-align: left;
    color: rgb(194, 194, 194);
    font-size: 14px;
    line-height: 18px;
    padding: 5px 10px;
    height: 95px;
    overflow: hidden;
}
#shop_article{
    transition: 300ms;
    opacity: 1;
}
#shop_article:hover{
    transition: 300ms;
    opacity: 0.8;
}
#shop_sub{
    margin-top: 20px;
    background-color: transparent;
    border: 1px solid #2776dc;
    font-family: "Roboto",sans-serif;
    color: #2776dc;
    border-radius: 5px;
    cursor: pointer;
    transition: 200ms;
    padding: 5px 70px;
}
#shop_sub:hover{
    color: white;
    background-color: #2776dc;
    transition: 200ms;
}
#support_title{
    text-transform: uppercase;
    background-color: black;
    border: 1px solid black;
    width: 1118px;
    height: 57px;
    float: left;
    color: #4f4f4f;
    font-family: "Roboto",sans-serif;
    line-height: 57px;
    font-size: 24px;
    text-align: left;
    padding-left: 20px;
}
#support_content{
    background-color: #212020;
    width: 1098px;
    font-size: 16px;
    font-family: "Roboto",sans-serif;
    padding: 10px 20px;
    border: 1px solid black;
    border-bottom: none;
    color: #949494;
    text-align: left;
}
#open_ticket{
    text-align: center;
    width: 200px;
    margin-top: 10px;
    border: 1px solid #2776dc;
    color: #2776dc;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    transition: 200ms;
    margin-left: 460px;
    cursor: pointer;
    background: transparent;
    padding: 8px 20px;
    border-radius: 3px;
}
#open_ticket:hover{
    color: white;
    background-color: #2776dc;
    transition: 250ms;
}
#support_ticket_list{
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: white;
}
#support_ticket_list:before{
    content:url('../img/puce_red.png');
    padding-right: 8px;
}
#support_no{
    background-color: #212020;
    width: 978px;
    font-size: 16px;
    font-family: "Roboto",sans-serif;
    padding: 20px 80px;
    border: 1px solid black;
    border-top: none;
    color: #949494;
    text-align: center;
}
#support_no_in{
    border: 1px solid #949494;
    line-height: 50px;
    background-color: #1a1919;
}
#support_list_open{
    width: 1140px;
    border-spacing: 0px;
    background-color: #9c9c9c;
    border: 1px solid black;
    border-top: none;
    font-family: "Roboto",sans-serif;
}
#support_nav{
    width: 1124px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    list-style: none;
    font-family: "Roboto",sans-serif;
    background: #212020;
    line-height: 50px;
    text-align: left;
    padding-left: 15px;
    font-size: 15px;
}
.support_nav_link{
    color: #7b7b7b;
    padding: 17px 0px;
    transition: 250ms;
}
.support_nav_link:hover{
    box-shadow: inset 0 -3px 0 0 #2776dc;
    -webkit-box-shadow: inset 0 -3px 0 0 #2776dc;
    transition: 250ms;
}
.ticket_select{
    width: 1014px;
    height: 35px;
    outline: none;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    background-color: transparent;
    border: 1px solid #2776dc;
    color: #1e63bd;
    padding: 0px 10px;
}
.ticket_select_sub{
    width: 1014px;
    height: 200px;
    outline: none;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    background-color: transparent;
    border: 1px solid #2776dc;
    color: #2776dc;
    padding: 10px 10px;
    resize: none;
}
#validate_ticket{
    width: 250px;
    height: 45px;
    background-color: transparent;
    border: 1px solid #2776dc;
    font-family: "Roboto",sans-serif;
    color: #2776dc;
    border-radius: 5px;
    cursor: pointer;
    transition: 200ms;
    font-size: 16px;
}
#validate_ticket:hover{
    background-color: #2776dc;
    color: white;
    transition: 200ms;
}
#support_no_ticket{
    background-color: #212020;
    width: 1098px;
    font-size: 16px;
    font-family: "Roboto",sans-serif;
    padding: 20px 20px;
    border: 1px solid black;
    border-top: none;
    color: #949494;
    text-align: center;
}
#support_no_in_ticket{
    border: 1px solid #949494;
    padding: 20px 20px;
    background-color: #1a1919;
    text-align: left;
    line-height: 25px;
}
#change_ticket_close{
    width: 300px;
    height: 45px;
    margin-top: 20px;
    background-color: transparent;
    border: 1px solid #ff983e;
    font-family: "Roboto",sans-serif;
    color: #ff983e;
    border-radius: 5px;
    cursor: pointer;
    transition: 200ms;
    font-size: 16px;
}
#change_ticket_close:hover{
    background-color: #ff983e;
    color: white;
    transition: 200ms;
}
#change_ticket_open{
    width: 300px;
    height: 45px;
    margin-top: 20px;
    background-color: transparent;
    border: 1px solid #2776dc;
    font-family: "Roboto",sans-serif;
    color: #2776dc;
    border-radius: 5px;
    cursor: pointer;
    transition: 200ms;
    font-size: 16px;
}
#change_ticket_open:hover{
    background-color: #2776dc;
    color: white;
    transition: 200ms;
}
#ticket_back{
    margin-left: 990px;
    font-size: 16px;
    border: 1px solid #2776dc;
    padding: 10px;
    padding-left: 30px;
    color: #8bcbff;
    transition: 150ms;
    border-radius: 3px;
    position: absolute;
    line-height: 25px;
    margin-top: 6px;
}
#ticket_back:hover{
    color: #baddfa;
    background-color: #2776dc;
    transition: 150ms;
}
.answer_content{
    color: #c7c7c7;
    font-family: "Roboto",sans-serif;
    width: 1033px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    background-color: #212020;
    padding: 10px 10px;
    text-align: left;
    min-height: 98px;
    padding-left: 95px;
    border-bottom: 2px solid #4f4f4f;
}
#ticket_zone{
    color: #c7c7c7;
    font-family: "Roboto",sans-serif;
    width: 1033px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    background-color: #212020;
    padding: 10px 10px;
    padding-top: 15px;
    text-align: left;
    min-height: 98px;
    padding-left: 95px;
}
#ticket_write {
    resize: none;
    width: 1030px;
    height: 80px;
    border: 2px solid #2776dc;
    outline: none;
    font-family: "Roboto",sans-serif;
    background-color: #212020;
    color: #c7c7c7;
    padding: 5px 10px;
}
#ticket_sub{
    text-align: center;
    width: 180px;
    margin-top: 10px;
    line-height: 35px;
    border: 1px solid #2776dc;
    color: #2776dc;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    transition: 200ms;
    margin-left: 850px;
    cursor: pointer;
    background: transparent;
}
#ticket_sub:hover{
    color: white;
    background-color: #2776dc;
    transition: 250ms;
}
#footer{
    background: rgba(0, 0, 0, 0.8);
    color: white;
    font-family: "Roboto",sans-serif;
    height: 120px;
    width: 100%;
}