/* 
    Document   : CSS
    Created on : 13 sept. 2013, 13:38:36
    Author     : BUFFOP_INFO
    Description:
        Purpose of the stylesheet follows.
*/



/*============================*/
/* Global
/*============================*/

body {
    background-size: cover;
    background-repeat: no-repeat;
    /*background: linear-gradient(left , #FFFFFF 0%, #878586 35%, #000000 100%);
    background: -o-linear-gradient(left , #FFFFFF 0%, #878586 35%, #000000 100%);
    background: -moz-linear-gradient(left , #FFFFFF 0%, #878586 35%, #000000 100%);
    background: -webkit-linear-gradient(left , #FFFFFF 0%, #878586 35%, #000000 100%);
    background: -ms-linear-gradient(left , #FFFFFF 0%, #878586 35%, #000000 100%);
    background: -webkit-gradient(
        linear,
        left bottom,
        right bottom,
        color-stop(0, #FFFFFF),
        color-stop(0.35, #878586),
        color-stop(1, #000000)
        );*/
    font: 100% helvetica, arial, sans-serif;

}

#Content {
    height: 1200px;
    width: 1042px;
    margin: auto;
}

#Headerspace {
    width: 1042px;
    height: 25px;
    background-color : rgba(200,200,200,0)
}

#HeaderMenu {
    margin: auto;  
    width: 1042px;
    height: 50px;
    background-color: transparent;

}

#HeaderPicture {
    margin-top: 20px;
    float: left;
    width: 753px;
    height: 130px;
    background-color : rgba(200,200,200,0.1)
}

#Login {
    margin-top: 20px;
    float: right;
    width: 265px;
    height: 150px;
    background-color : rgba(200,200,200,0.1)

}

#Texte {
    margin: auto;
    width: max-content;
    height: 1000px;
    background-color: white;
    margin-top: 170px;
    background-color : rgba(200,200,200,0.1);
}

#Bottom {
    margin: auto;
    width: max-content;
    height: 50px;
    float: left;
}

/*============================*/
/* Menu
/*============================*/

#container {            
    margin: auto;
    width: 800px;    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#container a {
    color: #111;
    font-weight: bold;
    text-decoration: none;
}

#nav {            
    height: 50px;
    line-height: 50px;            
    width: 100%;

}

#nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav li {    
    background: #333;
    background-image: -o-linear-gradient(bottom, #222222 0%, #555555 100%);
    background-image: -moz-linear-gradient(bottom, #222222 0%, #555555 100%);
    background-image: -webkit-linear-gradient(bottom, #222222 0%, #555555 100%);
    background-image: -ms-linear-gradient(bottom, #222222 0%, #555555 100%);    
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #222222),color-stop(1, #555555));    
    background-image: linear-gradient(bottom, #222222 0%, #555555 100%);
    float: left;
    position: relative;
    width: 25%;    
}

#nav li:first-child, #nav li:first-child a { 
    -webkit-border-radius: 3px 0 0 3px; 
    -moz-border-radius: 3px 0 0 3px; 
    border-radius: 3px 0 0 3px; 
}
#nav li:last-child, #nav li:last-child a { 
    -webkit-border-radius: 0 3px 3px 0; 
    -moz-border-radius: 0 3px 3px 0; 
    border-radius: 0 3px 3px 0; 
}

#nav a {                
    border-right: 1px solid #222;
    border-left: 1px solid #555;
    color: #ccc;
    display: block;
    font-size: 14px;
    height: 50px;
    overflow: hidden;
    text-align: center;
    text-shadow: 0 -1px 0 #000;    
    -webkit-box-shadow: inset 0 0 10px transparent;
    -moz-box-shadow: inset 0 0 10px transparent;
}

#nav a:after {
    background: rgba(255,255,255,.07);
    content: "";
    height: 25px;
    left: 0;
    position: absolute;
    width: 100%;
    color: #111;
    font-weight: bold;
    text-decoration: none;
}

#nav li:hover > a {
    background: #333;
    border-left-color: #222;
    color: aqua;
    text-shadow: 0 1px 0 #000;
    -webkit-box-shadow: inset 0 0 10px aqua;
    -moz-box-shadow: inset 0 0 10px aqua;
    box-shadow: inset 0 0 10px aqua;

}


/*============================*/
/* Login
/*============================*/

#Login input{
    font: 100% helvetica, arial, sans-serif;
}

#Login tr:first-child {
    margin-top: 5px;
}

#Login tr {
    width: 265px;
    height: 30px;
    margin-top: 5px;
}

#Login td:first-child{
    width: 80px;
    height: 30px;
    margin-left: 10px;
}

#Login td:last-child{
    width: 140px;
    height: 30px;
    margin-left: 5px;
    margin-right: 10px;
}


.notlog{
    background: #333;
    background-image: -o-linear-gradient(bottom, #222222 0%, #555555 100%);
    background-image: -moz-linear-gradient(bottom, #222222 0%, #555555 100%);
    background-image: -webkit-linear-gradient(bottom, #222222 0%, #555555 100%);
    background-image: -ms-linear-gradient(bottom, #222222 0%, #555555 100%);    
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #222222),color-stop(1, #555555));    
    background-image: linear-gradient(bottom, #222222 0%, #555555 100%);
    border-style: none;
    border-radius: 3px;
    color: white;
    width: 80px;
    text-align: center;
}

#Login span{
    background: #333;
    background-image: -o-linear-gradient(bottom, #222222 0%, #555555 100%);
    background-image: -moz-linear-gradient(bottom, #222222 0%, #555555 100%);
    background-image: -webkit-linear-gradient(bottom, #222222 0%, #555555 100%);
    background-image: -ms-linear-gradient(bottom, #222222 0%, #555555 100%);    
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #222222),color-stop(1, #555555));    
    background-image: linear-gradient(bottom, #222222 0%, #555555 100%);
    border-style: none;
    border-radius: 3px;
    color: white;
    width: 1400px;
    height: 21px;
    text-align: center;

}

#Login table {
    height: 150px;
    width: 260px;
}

.LoginText{
    background: #333;
    color: white;
    border-style: none;
    border-radius: 3px;
    background-image: -o-linear-gradient(bottom, #222222 0%, #555555 100%);
    background-image: -moz-linear-gradient(bottom, #222222 0%, #555555 100%);
    background-image: -webkit-linear-gradient(bottom, #222222 0%, #555555 100%);
    background-image: -ms-linear-gradient(bottom, #222222 0%, #555555 100%);    
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #222222),color-stop(1, #555555));    
    background-image: linear-gradient(bottom, #222222 0%, #555555 100%);
    width: 140px;
    text-align: center;
    margin: auto;

}

.LoginText:focus{
    background: #333;
    border-left-color: #222;
    text-shadow: 0 1px 0 #000;
    -webkit-box-shadow: inset 0 0 3px aqua;
    -moz-box-shadow: inset 0 0 3px aqua;
    box-shadow: inset 0 0 3px aqua;
    color: aqua;
}

.LoginText:hover{
    background: #333;
    border-left-color: #222;
    text-shadow: 0 1px 0 #000;
    -webkit-box-shadow: inset 0 0 3px aqua;
    -moz-box-shadow: inset 0 0 3px aqua;
    box-shadow: inset 0 0 3px aqua;
    color: aqua;
}

.LoginButton{
    background: #333;
    color: white;
    border-style: none;
    border-radius: 3px;
    background-image: -o-linear-gradient(bottom, #222222 0%, #555555 100%);
    background-image: -moz-linear-gradient(bottom, #222222 0%, #555555 100%);
    background-image: -webkit-linear-gradient(bottom, #222222 0%, #555555 100%);
    background-image: -ms-linear-gradient(bottom, #222222 0%, #555555 100%);    
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #222222),color-stop(1, #555555));    
    background-image: linear-gradient(bottom, #222222 0%, #555555 100%);
    width: 80px;
    height: 20px;
}

.LoginButton:focus, #Login span:focus, .CreateButton:focus{
    background: #333;
    border-left-color: #222;
    text-shadow: 0 1px 0 #000;
    -webkit-box-shadow: inset 0 0 3px aqua;
    -moz-box-shadow: inset 0 0 3px aqua;
    box-shadow: inset 0 0 3px aqua;
    color: aqua;

}

.LoginButton:hover, #Login span:hover, .CreateButton:hover{
    background: #333;
    border-left-color: #222;
    text-shadow: 0 1px 0 #000;
    -webkit-box-shadow: inset 0 0 3px aqua;
    -moz-box-shadow: inset 0 0 3px aqua;
    box-shadow: inset 0 0 3px aqua;
    color: aqua;
}

.CreateButton{
    display: block;
    font-size: 16px;
    overflow: hidden;
    text-align: center;    
    width: 140px;
    height: 21px;
    background: #333;
    color: white;
    border-style: none;
    border-radius: 3px;
    background-image: -o-linear-gradient(bottom, #222222 0%, #555555 100%);
    background-image: -moz-linear-gradient(bottom, #222222 0%, #555555 100%);
    background-image: -webkit-linear-gradient(bottom, #222222 0%, #555555 100%);
    background-image: -ms-linear-gradient(bottom, #222222 0%, #555555 100%);    
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #222222),color-stop(1, #555555));    
    background-image: linear-gradient(bottom, #222222 0%, #555555 100%);
    vertical-align: central;
    text-decoration:none;
}

.loggedbox {
    width: 265px;
    text-align: center;
    background: #333;
    background-image: -o-linear-gradient(bottom, #222222 0%, #555555 100%);
    background-image: -moz-linear-gradient(bottom, #222222 0%, #555555 100%);
    background-image: -webkit-linear-gradient(bottom, #222222 0%, #555555 100%);
    background-image: -ms-linear-gradient(bottom, #222222 0%, #555555 100%);    
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #222222),color-stop(1, #555555));    
    background-image: linear-gradient(bottom, #222222 0%, #555555 100%);
    border-style: none;
    border-radius: 3px;
    color: white;
    text-align: center;
}

.loggedboxdemi {
    display: block;
    font-size: 16px;
    overflow: hidden;
    text-align: center;    
    width: 265px;
    height: 21px;
    background: #333;
    color: white;
    border-style: none;
    border-radius: 3px;
    background-image: -o-linear-gradient(bottom, #222222 0%, #555555 100%);
    background-image: -moz-linear-gradient(bottom, #222222 0%, #555555 100%);
    background-image: -webkit-linear-gradient(bottom, #222222 0%, #555555 100%);
    background-image: -ms-linear-gradient(bottom, #222222 0%, #555555 100%);    
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #222222),color-stop(1, #555555));    
    background-image: linear-gradient(bottom, #222222 0%, #555555 100%);
    vertical-align: central;
    text-decoration:none;
}

.loggedboxdemi:hover, .loggedboxdemi span:hover, .loggedboxdemi:hover{
    background: #333;
    border-left-color: #222;
    text-shadow: 0 1px 0 #000;
    -webkit-box-shadow: inset 0 0 3px aqua;
    -moz-box-shadow: inset 0 0 3px aqua;
    box-shadow: inset 0 0 3px aqua;
    color: aqua;
}

/*============================*/
/* NewUser
/*============================*/

#NewUserForm{
    margin: auto;
    height: 29px;

}

.CreateUserForm{
    display: block;
    font-size: 16px;  
    text-align: center;    
    width: 140px;
    height: 21px;
    background: #333;
    color: white;
    border-style: none;
    border-radius: 3px;
    background-image: -o-linear-gradient(bottom, #222222 0%, #555555 100%);
    background-image: -moz-linear-gradient(bottom, #222222 0%, #555555 100%);
    background-image: -webkit-linear-gradient(bottom, #222222 0%, #555555 100%);
    background-image: -ms-linear-gradient(bottom, #222222 0%, #555555 100%);    
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #222222),color-stop(1, #555555));    
    background-image: linear-gradient(bottom, #222222 0%, #555555 100%);
    vertical-align: central;
    text-decoration:none;
}

#NewUserForm td{
    height: 5px;
}

#NewUserForm td:last-child{
    height: 50px;
}

/*============================*/
/* Message de fin d'inscriptions
/*============================*/

#Texteinscription {
    margin: auto;
    width: 600px;
    height: 50px;
    margin-top: 0px;
    background-color: white;
    margin-top: 170px;
    background-color : rgba(200,200,200,0.1);
    text-align: center;
}

#Bottominscription {
    margin: auto;
    width: 600px;
    height: 50px;
    background-color : rgba(200,200,200,0.1)
}

/*============================*/
/* Roll jeux
/*============================*/

#ContentCanvas {
    height: 500px;
    width: 1042px;
    margin: auto;
}

#RollCanvas {
    margin: auto;
}

#TexteCanvas {
    margin: auto;
    width: max-content;
    height: 488px;
    margin-top: 0px;
    background-color: white;
    margin-top: 170px;
    background-color : rgba(200,200,200,0.1);
    text-align: center;
}

/*============================*/
/* TableauScore
/*============================*/

#TableauScore {
    display: block;
    margin: auto;
    width: max-content;
    height: 1000px;
    width: 100%;
    background-color: white;
    margin-top: 0px;
    background-color : rgba(200,200,200,0.1);
    text-align: center;
    float: left;
}

#TableauScore table {
    margin: auto;
    border-style: solid;
    margin-top: 20px;
}

#TableauScore tr {
    text-align: center;

}

#TableauScore td {
    text-align: center;
    border-style: solid;
}

#TableauScore p {
    text-align: center; 
}

.ScoreNumber {
    width: 50px;
}

.UserName {
    width: 250px;
}

.ScoreValue {
    width: 150px;
}