/*
    Document   : nbo
    Created on : 19 févr. 2013, 09:36:45
    Author     : launda
    Description:
        Purpose of the stylesheet follows.
*/

@font-face {
    font-family: 'apko';
    src: url('lte50608.ttf');
}

@font-face {
    font-family: 'perso';
    src: url('Ubuntu-L.ttf');
}


body,html {
	color:#333333;
	font-family: perso;
	font-size:13px;
	margin:auto;
    background: linear-gradient(to top, white, gray);
    background: -webkit-linear-gradient(bottom, gray, white);
    background: -ms-linear-gradient(bottom, gray, white);
    position: relative;

}

#page {
    background-color: white;
    padding: 0 1ex;
	margin:auto;
	width:1040px;
    min-height: 900px;
    box-shadow: 0 0 5px 5px black;
    /*box-shadow: 5px 5px 5px black;*/
}


header {
    background-color: white;
    margin: 0;
    padding: 0;
    /*padding:1em;*/
}

header img {
    margin-top: 25px;
    height: 70px;
    border:0;
    margin-bottom: 25px;
}

#menu-login{
    margin: 0;
    padding: 0;
    position:absolute;
    right: 0;
    top:0;
}

#menu-login li {
    display: inline-block;
    background: radial-gradient(ellipse, white,rgb(220,220,220));
    /*box-shadow: inset 0 0 20px rgb(180,180,180);*/
    margin-right: 1px;
    padding: 5px;
}
#menu-login li:hover {
    background: radial-gradient(ellipse, white,rgb(150,150,150));
}
#menu-login a {
    text-decoration: none;
}

#titre {
    display: inline-block;
    position: absolute;
    top: 40px;
    right: 45px;
    color: white;
    font-family: apko;
    font-size:16pt;
    text-shadow: none;
    text-decoration: none;
    font-weight: normal;
    background-color: #65af26;
    display: inline-block;
    width: 25em;
    padding-top: 10px;
    padding-bottom: 7px;
    box-shadow: 3px 3px 3px gray;
}

footer {
    color: black;
    text-align: center;
    border-top: 1px solid red;
    width:100%;
    padding-bottom: 1ex;
    margin-top: 2ex;
}

.redborder {
    border: 1px solid red;
    border-radius: 15px;
    box-shadow: 5px 5px 5px black;
    margin-bottom: 15px;
}


a {
    color: rgb(120,120,120);
    text-decoration: none;
    font-weight: bold;
}
a:hover{
    text-decoration: underline;
}

.lien {
    display: block;
    font-weight: bold;
    padding: 5px;
}
.lien:hover {
    text-decoration: none;
    background-color: #65af26;
    margin:0;
    color:white;
}

h1 {
    text-align: center;
    font-family: apko;
    font-size: 180%;
    color: #65af26;
    font-weight: normal;
    /*text-decoration: underline;*/
    /*text-shadow: 4px 4px 4px grey;*/
}

h2 {
    font-family: perso;
    text-align: center;
    font-style: italic;
    font-size: 150%;
    color: #65af26;
}
.gris {
    color: rgb(120,120,120);
}

.apko {
    font-family: apko;
}

img {
    border:0;
}

.info, .fos_user_success {
    text-align: center;
    font-weight: bold;
    color:green;
}

.error {
    text-align: center;
    font-weight: bold;
    color:red;
}

.center {
    text-align: center;
}
.right {
    text-align: right;
}
.left {
    text-align: left;
}

.table {
    display: table;
    margin:auto;
}
.row {
    display: table-row;
}

.cell {
    display: table-cell;
    vertical-align: middle;
    margin: 5px;
}

.relative {
    position: relative;
}


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

li {
    list-style: none;
}

/* Menu / navigation */
nav {
    background-color: white;
    position: relative;
    z-index: 1;
    opacity: 0.9;
}
ul.menu {
    margin-left: 15px;
}
ul.menu li {
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
    width: 166px;
    line-height: 4em;
    text-align: center;
    padding:0;
    margin:0 ;
    /*margin-right: -4px;*/

}

ul.menu>li:hover {
    border-top:1px solid grey;
}
ul.menu a {
    display: block;
    margin:0;
    padding:0;
}
ul.menu a:hover {
    /*color: white;
    background-color: red;
    font-weight: bold;
    background: radial-gradient(ellipse at center, black 20%,red 100%);
    background: -webkit-radial-gradient(ellipse, black 20%,red 100%);
    background: -ms-radial-gradient(center,ellipse cover, black 20%,red 100%);*/
    color: black;
    text-decoration: none;
}

ul.menu>li {
    border-right: 1px solid gray;
    border-left: 1px solid gray;
    margin-right: -1px;
    position: relative;
}

/* Sous menu caché par défaut*/
ul.menu>li>ul {
    position: absolute;
    display:none;
    background-color: white;
    border-bottom: 1px solid gray;
    margin-left: -1px;
    /*box-shadow: 5px 5px 5px black;*/

}

ul.menu>li>ul>li {
    display: block;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    border-top: 1px dashed gray;
    /*margin-left:-1px;*/
}
ul.menu>li>ul>li>a {
    /*border-right: 1px solid red;*/

}

/* File d'ariane */
ul.ariane {
    margin-left:15px;
    margin-top:20px;
}

ul.ariane li {
    display: inline-block;
    /*margin-right: 2ex;*/
}

ul.ariane a {
    color: black;
    font-size:90%;
}

span.arianecurrent {
    color:red;
}

table {
    margin: auto;
    background-color: white;
    /*box-shadow: 5px 5px 5px black;*/
    margin-top: 1em;
    margin-bottom: 1em;
    border-collapse: separate;
    border-spacing: 4px;
    width: 100%;
}

td {
    /*border: 1px solid red;*/
    padding : 5px;
    /*background-color: #65af26;*/
    /*background: radial-gradient(white,#65af26);*/
    box-shadow: 2px 2px 2px grey;
}

th {
    /*border: 1px solid red;*/
    font-weight: bold;
    background-color: rgb(200,200,200);
    color: black;
    padding: 5px;
    box-shadow: 2px 2px 2px #65af26;
}

/* Pour les label des form tabulaire */
form tr>td:first-child {
    background-color: rgb(200,200,200);
    box-shadow: 2px 2px 2px #65af26;
}

a.bouton, button, input[type="submit"]  {
    display: inline-block;
    background-color: white;
    box-shadow: 5px 5px 5px black;
    text-transform: uppercase;
    margin:1ex;
    color: rgb(120,120,120);
    font-weight: bold;
    border: 1px solid gray;
    font-size: 100%;
    text-align: center;
    font-family: perso;
    padding: 5px;
    border-radius: 5px;
}

a.bouton:hover, button:hover, input[type="submit"] {
    text-decoration: none;
    color:black;
    cursor: pointer;
    background: radial-gradient(ellipse,rgb(240,240,240),rgb(200,200,200));
}
/* suppression des marges Firefox */
button::-moz-focus-inner, input::-moz-focus-inner
{
    border: 0;
    padding: 0;
}

span.id {
    color: red;
    vertical-align: super;
    font-size: 75%;
    display:none;
}
span.idd {
    color: red;
    vertical-align: super;
    font-size: 75%;
}

p {
    text-align: center;
}

div.bulle {
    display: none;
    position: absolute;
    color: white;
    background-color: black;
    border-radius: 5px;
    width: 58.5ex;
    padding: 1ex;
    opacity: 0.9;
}

table.bulle, table.bulle th, table.bulle td {
    color: white;
    background-color: black;
    box-shadow: none;
}

div.bulle li {
    color: white;
    font-weight: normal;
}

img.nonlu {
    width: 30px;
}

.nonlu {
    font-weight: bold;
}

div.date select {
    width: auto;
}

.valide {
    color:green;
}
.avalide {
    color:red;
}

div.pagination {
    text-align: center;
    position:relative;
    font-weight: normal;
}
div.pagination a {
    font-weight: normal;
}

span.active a {
    color: red;
    font-weight: bold;
}

span.right {
    position:absolute;
    right:5px;


}
span.left {
    position: absolute;
    left:5px;
}

.negatif {
    color:red;
    font-weight: bold;
}

span.sort select, input, label {
    font-size: 100%;
    width: auto;
}

.hidden {
    display:none;
}

.nomargin {
    margin:0;
}

.nopadding {
    padding: 0;
}

pre {
    font-family: perso;
    //background-color: black;
    border: 1px solid grey;
    //color: lime;
    padding: 2ex;
    //border-radius: 5px;
    box-shadow: 2px 2px 2px grey;
}

.igrey {
    font-style: italic;
    background-color: rgb(200,200,200);
}

.inactif {
  text-decoration: line-through;
}
