html, select, label {cursor: url("../img/cursors/default.cur"), default;}
a, input  { cursor: url("../img/cursors/pointer.cur"), pointer;}
a.info.help {cursor: url("../img/cursors/help.cur"), help;}
input.text_inactive, input.text_active, textarea { cursor: url("../img/cursors/text.cur"), text;}

body {
    width: 1000px;
    margin: auto;
    margin-top: 10px;
    padding: 0;
    font-family: 'Trebuchet MS', Verdana, Tahoma, sans-serif;
    font-size:0.8em;
    background: #211D27 url("../img/fond.png");
}

#menu_l .submenu_header, #menu_r .submenu_header{
    padding: 5px;
    margin: 0 5px;
    width: 180px;
    height: 16px;
    background-image: url("../img/bars/submenu_header.png");
}
#menu_l .submenu_footer, #menu_r .submenu_footer {
    padding: 5px;
    margin: 5px;
    margin-top: 0;
    margin-bottom: 10px;
    width: 180px;
    height: 23px;
    background-image: url("../img/bars/submenu_footer.png");
    border: 0px solid red;
}
#menu_l {
    float: left;
}
#menu_r {
   float: right
}

#menu_l hr, #menu_r hr {
    border: 0;
    height: 1px;
    background: url('../img/hor_line_150.png') no-repeat 50% 100%;
}

h1, h3 {
    margin: 5px 0;
    padding-bottom: 5px;
    text-align: center;
    background: url('../img/hor_line_150.png') no-repeat 50% 100%;
    color: #444;
    text-shadow: white 0 0 5px;
}

h1 {
    padding-bottom: 8px;
}

h3 {
    margin: 5px 0;
    padding-bottom: 5px;
    font-size: 1em;
}

div.submenu {
    padding: 0 5px 5px 20px;
    margin: 0 5px 0 7px;
    width: 158px;
    background: #C0C0D6 url("../img/fond3.png") repeat-y; /* 192, 192, 214 */
}

div.submenu h3 {
    margin-top: 0;
}

#main_with_menu_r {
    padding: 5px;
    margin-left: 205px;
    margin-right: 205px;
    padding: 5px;
    background-image: url("../img/fond2.png");
}

#main, #main_offline {
    padding: 5px;
    margin-left: 205px;
    margin-right: 5px;
    padding: 5px;
    border: 0px solid gray;
    background-image: url("../img/fond2.png");
}

#footer_top {
    clear: both;
    padding:0px;
    margin: 10px 5px 0 5px;
    padding-top:6px;
    background-image: url('../img/bars/sup_big.png'); /* Doit faire 990px de large */
}

#footer {
    padding: 5px;
    margin: 5px;
    margin-top: 0;
    background: transparent url("../img/fond_footer.png") repeat-x;
    overflow: hidden;
}

#footer ul {
    margin-left: 300px;
    margin-top: 0;
    padding: 0;
    width: 525px;
    color: #444;
    font-weight: bold;
}

#footer ul li {
    float:left;
    list-style-type:none;
    width:175px;
}

#footer ul ul {
    margin: 10px 0 0;
    width:auto;
    font-weight: normal;
}

#footer ul ul li {
    float:none;
    font-size:0.9em;
    margin:2px 0;
    width:auto;
}

#footer a {
    color: #C0C0D6;
}

table {
    border-collapse: collapse;
}

span img{ /* Taille originale des images d'unités */
    height: auto;
}
img {
    vertical-align: -0.2em;
}
#footer img {
    vertical-align: middle;
}
a img {
    border: 0;
}


/* INDEX OFFLINE */

/* Bouton "Ambycia" du menu gauche */
#main_offline a#registration_button {
    background: url('../img/registration_button.png') no-repeat;
    font-size: 0;
    display: block;
    margin: auto;
    width: 260px;
    height: 161px;
}
#main_offline a#registration_button:hover {
    background-position: 0 100%;
}
#main_offline #banner {
    text-align: center;
}
#main_offline #transmissions_intro_sheet {
    text-align: center;
}
#main_offline ul#description_boxes {
    padding: 0;
}
#main_offline ul#description_boxes li {
    list-style-type: none;
    float: left;
    border: 1px solid #444;
    width: 238px;
    margin: 0 5px;
    padding: 5px;
    background: #A3A3B5;
    border-radius : 11px;
    -moz-border-radius : 11px;
    -webkit-border-radius : 11px;
    -khtml-border-radius : 11px;
    -moz-box-shadow: 0 4px 10px #8B8B8B;
    box-shadow: 0 4px 10px #8B8B8B;
    -webkit-box-shadow: 0 4px 10px #8B8B8B;
}

/* MESSAGES */

div.error_msg, div#ErrorMessage, div.info_msg, div#InfoMessage, div.success_msg, div#SuccessMessage {
    width: 500px;
    text-align: center;
    padding: 10px;
    margin: 10px auto;
    border-radius : 11px;
    -moz-border-radius : 11px;
    -webkit-border-radius : 11px;
    -khtml-border-radius : 11px;
}
div.error_msg, div#ErrorMessage {
    border: 1px solid red;
    background-color: #FF9999;
    color: red;
    -moz-box-shadow: inset 0 0 1em red;
    box-shadow: inset 0 0 1em red;
    -webkit-box-shadow: inset 0 0 1em red;
}
div.info_msg, div#InfoMessage {
    border: 1px solid #FF7700;
    background-color: #EEEEAA;
    color: #FF7700;
    -moz-box-shadow: inset 0 0 1em #FF7700;
    box-shadow: inset 0 0 1em #FF7700;
    -webkit-box-shadow: inset 0 0 1em #FF7700;
}
div.success_msg, div#SuccessMessage {
    border: 1px solid green;
    background-color: #7AED85;
    color: green;
    -moz-box-shadow: inset 0 0 1em green;
    box-shadow: inset 0 0 1em green;
    -webkit-box-shadow: inset 0 0 1em green;
}

/* BARRES PROGRESSIVES DES CARACTERISTIQUES DU JOUEUR */

/* Structure */

div.player_bar, div.player_bar div {
    position: absolute;
    height:11px;
    margin:0px;
    padding:0px;
    font-size:0%;
    background-repeat: repeat-x;
    background-position:center;
}

div.player_bar {
    position: relative;
    width:155px;
    border:0px solid red; /* DEV */
}

div.player_bar div.empty {
    left:11px;
    background-image: url("../img/empty.gif");
    border: 0px solid red; /* DEV */
    width:133px;
}
div.player_bar div.chevron_g, div.player_bar div.chevron_d {
    width:19px;
    border: 0px solid blue; /* DEV */
}
div.player_bar div.chevron_g {
    background-image: url("../img/chevron_g.png");
}

div.player_bar div.chevron_d {
    right: 0px;
    background-image: url("../img/chevron_d.png");
}

/* Contenu */

div.player_bar div.health {
    background-image: url("../img/health.gif");
}

div.player_bar div.health_3 {
    background-image: url("../img/vert.gif");
}
div.player_bar div.health_2{
    background-image: url("../img/jaune.gif");
}
div.player_bar div.health_1{
    background-image: url("../img/orange.gif");
}
div.player_bar div.health_0, div.player_bar div.energy{
    background-image: url("../img/rouge.gif");
}
div.player_bar div.exp{
    background-image: url("../img/xp.gif");
}


.health {
    color: green;
}

.exp {
    color: #921eba;
}

.energy {
    color: red;
}


div.submenu div.right {
    padding-right: 10px;
}

div.perso {
    font-size: 2em;
    border-bottom: 2px solid black;
    margin-bottom: 20px;
}
h3.pseudo {
    font-size: 1.4em;
}
div.relative {
    background-repeat: no-repeat;
    background-position: 90% 50px;
}
div.unit_img {
    border: 0px solid black; /* DEV */
    background-repeat: no-repeat;
    background-position: 95% 50%;
    margin-top: 0px;
    margin-bottom: 0px;
}

/* SILHOUETTE DU MENU DU JOUEUR CONNECTE */
img.silhouette_item{
    position: absolute;
}
img.silhouette_over_item{
    position: absolute;
    display:none;
    visibility:hidden;
}
div.silhouette_item{
    position: absolute;
    z-index: 200;
}
img.non-ok{
    display:none;
    visibility:hidden;
}
div.silhouette {
    height: 188px;
    width: 131px;
}
div#item_1{
    margin: 70px 0px 0px 100px;
    height: 105px;
    width: 29px;
}
div#item_2{
    margin: 20px 0px 0px 95px;
    height: 33px;
    width: 32px;
}
div#item_3_1{
    margin: 0px 0px 0px 34px;
    height: 7px;
    width: 30px;
}
div#item_3_2{
    margin: 20px 0px 0px 34px;
    height: 8px;
    width: 30px;
}
div#item_4{
    margin: 7px 0px 0px 34px;
    height: 13px;
    width: 30px;
}
div#item_5{
    margin: 28px 0px 0px 31px;
    height: 50px;
    width: 35px;
}
div#item_6_1{
    margin: 28px 0px 0px 10px;
    height: 40px;
    width: 20px;
}
div#item_6_2{
    margin: 28px 0px 0px 67px;
    height: 40px;
    width: 20px;
}
div#item_7{
    margin: 70px 0px 0px 0px;
    height: 40px;
    width: 22px;
}
div#item_8{
    margin: 70px 0px 0px 76px;
    height: 40px;
    width: 22px;
}
div#item_9{
    margin: 80px 0px 0px 31px;
    height: 15px;
    width: 35px;
}
div#item_10{
    margin: 96px 0px 0px 23px;
    height: 60px;
    width: 52px;
}
div#item_11{
    margin: 157px 0px 0px 0px;
    height: 28px;
    width: 31px;
}
div#item_12{
    margin: 157px 0px 0px 66px;
    height: 28px;
    width: 28px;
}
div.silhouette_item a.info {
    height: 100%;
    width: 100%;
    display: block;
}
div.silhouette_item strong.title {
    display: block;
    text-align: center;
    border: 1px dotted black;
    margin-bottom: 5px;
}
div.silhouette_item br {
    clear: both;
}
div.silhouette_item img {
    height: 50px;
    float: left;
    margin: 5px;
}

/* MENUS DROITS */

#menu_r table.after_trade {
    background-image: url('../img/pagecahier.jpg');
    width: 100%;
}
#menu_r table.after_trade td {
    padding: 0px;
    padding-left:5px;
    padding-right:5px;
    border: 0px solid black;
    height: 28px;
}

/* CLASSES GENERALES */

form {
    margin: 0px;
}
a {
    text-decoration: none;
    color: #505090;
}
a:hover {
    text-decoration: underline;
    color: #32325A;
}

/* Bouton "Ambycia" du menu gauche */
a#ambycia_button {
    background: url('../img/ambycia_button.png') no-repeat;
    font-size: 0;
    display: block;
    margin: 0 5px 10px 5px;
    width: 190px;
    height: 83px;
}
a#ambycia_button:hover {
    background-position: 0 100%;
}

ul {
margin-bottom: 0px;
}
.bold {
    font-weight: bold;
}
.red {
    color: red;
}
.green {
    color: green;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.strong {
    font-weight: bold;
}


/* ---------------------- */
/* DESIGN DES FORMULAIRES */
/* ---------------------- */
input, textarea {
    border: 1px solid gray;
    font-family: inherit;
    font-size: 1em;
    color: black;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    -khtml-border-radius: 11px;
    background-color: #e9e9f4;
}
select {
    background-color: #e9e9f4;
    border: 1px solid gray;
}
input:hover, textarea:hover, select:hover {
    border-color: black;
}
input:active, textarea:focus, select:focus {
    background-color: white;
}
input.button {
    padding: 1px 10px;
    background-image: url('../img/fond_bouton.png');
}
input.button:active {
    background-position: 0px 22px;
}
input.text, textarea {
    padding: 2px;
    background-image: url('../img/fond_input_text.png');
}
input.text:focus, textarea:focus {
    background-position: 0 200px;
}
input.text.inactive, textarea.inactive {
    font-style: italic;
    color: #444;
}

div.error_form
{
    float: right;
    color: red;
    font-weight: bold;
}


div.div_header {
    padding:0px;
    margin-left: 205px;
    margin-right: 205px;
    border: 0px solid red; /* DEV */
    padding-top:17px;
    background-image: url("../img/bars/sup_small.png"); /* Doit faire 590px de large */
}

div.div_footer {
    margin-bottom: 15px;
    padding:0px;
    margin-left: 205px;
    margin-right: 205px;
    border: 0px solid red; /* DEV */
    padding-top:15px;
    background-image: url("../img/bars/inf_small.png"); /* Doit faire 590px de large */
}

div.div_header_without_menu_r {
    padding:0px;
    border: 0px solid red; /* DEV */
    padding-top:22px;
    background-image: url("../img/bars/sup_medium.png"); /* Doit faire 790px de large */
    margin-left: 205px;
    margin-right: 5px;
}

div.div_footer_without_menu_r {
    padding:0px;
    border: 0px solid red; /* DEV */
    padding-top:15px;
    background-image: url("../img/bars/inf_medium.png"); /* Doit faire 790px de large */
    margin-left: 205px;
    margin-right: 5px;
}

img
{
    vertical-align: middle;
}

legend.profile_subpart_title{
    font-size:1.5em;
    font-weight: bold;
}

table.profile_table{
    text-align:left;
}

table.profile_table td{
    width:250px;
    margin-bottom:10px;
}

#logon_box #bloc_pseudo,
#logon_box #bloc_password,
#logon_box #bloc_stay_online,
#logon_box #bloc_submit {
    margin-top: 5px;
}

#logon_box #bloc_pseudo label,
#logon_box #bloc_password label {
    margin-left: 5px;
}

#logon_box #bloc_pseudo input,
#logon_box #bloc_password input {
    width: 153px;
}

#logon_box #bloc_stay_online {
    text-align: center;
}
#logon_box #bloc_submit {
    text-align: center;
    margin-bottom: 10px;
}

fieldset {
    border: 1px solid #444;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    -khtml-border-radius: 11px;
    margin: 10px auto;
}
fieldset legend {
    color: #444;
    font-weight: bold;
}

/* page team*/
div#div_header_team {
    padding:0px;
    border: 0px solid red; /* DEV */
    padding-top:17px;
    background-image: url("../img/bars/team.png"); /* Doit faire 790px de large */
    margin-left: 205px;
    margin-right: 5px;
}
div#div_header_team span {
    font-size:0px;
    display:none;
}

/* page options */
div#div_header_options {
    padding:0px;
    border: 0px solid red; /* DEV */
    padding-top:17px;
    background-image: url("../img/bars/options.png"); /* Doit faire 790px de large */
    margin-left: 205px;
    margin-right: 5px;
}
div#div_header_options span {
    font-size:0px;
    display:none;
}

/* page profil */
div#div_header_profil {
    padding:0px;
    border: 0px solid red; /* DEV */
    padding-top:17px;
    background-image: url("../img/bars/profil.png"); /* Doit faire 790px de large */
    margin-left: 205px;
    margin-right: 5px;
}
div#div_header_profil span {
    font-size:0px;
    display:none;
}

img.tutorial_icon {
    float: left;
}
p.tutorial_info {
    margin-left: 36px;
}
span.keyboard-key {
    display: inline-block;
    width: 18px;
    height: 18px;
    text-align: center;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.698), 0 1px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.698), 0 1px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.698), 0 1px 0 rgba(0, 0, 0, 0.3);
    background-image:-moz-linear-gradient(#DDDFE2, #B4B8BF);
    font-family:Helvetica,Arial,sans-serif;
    border-radius : 4px;
    -moz-border-radius : 4px;
    -webkit-border-radius : 4px;
    -khtml-border-radius : 4px;
}

