/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23 déc. 2017, 15:49:25
    Author     : Kevin SCHMITT
*/

body{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-size-adjust: 0.5;
}

a {
    border-bottom: 2px solid black;
    color: #bd4a52; /*#E50112*/
    text-decoration: none;
    font-weight: bold;
    margin: 5px 0;
    display: inline-block;
}

a:hover, a:focus, a:active {
    color: #8D8D8D;
    border-bottom: 2px solid #8D8D8D;
    text-decoration: none;
}

a.action {
    border-bottom: 2px solid #8D8D8D;
    background-color: #E5E5E5;
    -webkit-border-radius: 20px;
    border-radius: 20px; 
    padding: 5px 10px;
}

a.action.logout {
    color: #E5E5E5;
    background-color: #bd4a52; /*#E50112*/
    border-bottom: 2px solid #8D8D8D;
}

a.action:hover, a.action:focus, a.action:active {
    color: #E5E5E5;
    background-color: #8D8D8D;
    border-bottom: 2px solid black;
}

textarea { 
    height: 70px;
    width: 300px;
}

input[type=text] {
    width: 300px;
}

#bottom{
    background-color: #e5e5e5;
    color: #bd4a52; /*#E50112*/
    padding: 10px;
    text-align: center;
}

/* MENU */
#menu{
    height: 20px;
}

#menu ul{
    padding: 0px;
    margin: 0px;
}

#menu ul li{
    float: left;
    list-style: none;
}

#menu ul li.first{
    margin-left: 0px;
}

#menu ul li.last{
    margin-right: 0px;
}

#menu ul li a{
    display: block;
    height: 23px;
    text-align: center;
    background-color: #bd4a52; /* #E50112*/
    color: black;
    /*color: #fff;*/
   /*  border-top: 0px solid black;*/
    border-left: 2px solid white;
    border-right: 2px solid white;
    text-decoration: none;
    /*font-weight: bold;*/
    font-size: 12px;
    line-height: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}

#menu a {
    border-bottom: none;
}
#menu a:hover, #menu a:focus {
    border-bottom: none;
    background-color: #8D8D8D;
}

/* MENU */
table {
    
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
}

table, table tr, table th, table td {
    border: 1px solid #E5E5E5;
}

table th {
    background-color: #8D8D8D;
    color: #fff;
}

table th, table td {
    padding: 3px;
}

.noWrap {
    white-space: nowrap;
}

/* FORM */

label.required:after {
    content: "*";
   }

.formulaire_ligne {
    margin-top: 5px;
    margin-bottom: 5px;    
}


.formulaire_ligne div{
display: inline-block;
text-align: right;
}


label{
    display: inline-block;
    width: 250px;
    text-align: right;
    padding-right: 5px;
    font-weight: bold;
    }

label2{
    display: inline-block;
    width: 150px;
    text-align: right;
    padding-right: 5px;
    font-weight: bold;
    color: #CCCCFF;
}

label3{
    display: inline-block;
    width: 150px;
    text-align: right;
    padding-right: 5px;
    font-weight: bold;
    color: #CCCC99;
    }

form{
    background-color: #E5E5E5;
    padding: 20px;
}

form input[type=submit] {
    padding:5px 20px; 
    background-color: #bd4a52; /*#E50112*/
    -webkit-border-radius: 20px;
    border-radius: 20px; 
    color: white;
    cursor: pointer;
}

input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active{
    background-color: #8D8D8D;
    color: #e5e5e5;
}

button[type=submit] {
    padding:5px 15px; 
    background-color: #bd4a52; /*#E50112*/
    -webkit-border-radius: 20px;
    border-radius: 20px; 
    color: white;
    cursor: pointer;
}

button[type=submit]:hover, button[type=submit]:focus, button[type=submit]:active{
    background-color: #8D8D8D;
    color: #e5e5e5;
}
