@CHARSET "UTF-8";
/**
 * @author moogli
 * @version 1.0
**/
/* Inclusion des fonts */
@import 'fonts/fonts.css';
/* Style généraux */
html, body, p, ul, li, div {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    color: #93FF98;
}

html {
    font-size: 100%;
}

body {
    width: 98%;
    margin: auto;
    background: #fbfcfa; /* fefefe; */
}

/* Conteneurs sémantiques de HTML 5 */
article, aside, dialog, figure, footer, header, hgroup, menu, nav, section {
    display: block;
    margin: 0;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 .5em 0; /* Rapproche le titre du texte. (5)*/
    font-style: normal;
    clear: both;
    padding: 0;
}

h1 {
    text-align: center;
    font: normal 5em 'Edwardian Script ITC', 'Brush Script MT', "Lucida Grande", Tahoma, "Trebuchet MS", Arial, Helvetica, FreeSans, sans-serif;
    padding: 0;
    margin: 0;
    color: #93FF98;
}

h2 {
    font-size: 1.5em;
    color: #93FF98;
    text-align: center;
}

h3 {
    font-size: 1.25em;
    color: #c00;
    font-variant: small-caps;
}

h4 {
    font-size: 1em;
}

/* lien */
a, a:visited, a:focus, a:active {
    text-decoration: none;
    color: #1A7BAB;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
    color: #26B1F2;
}

/* suppression de la bordure autour des images */
img, .noBorder {
    border: none;
}

/* Paragraphes */
p {
    margin: .75em 0; /* Marges plus faibles que par défaut. (7) */
}

address {
    margin: .75em 0;
    font-style: normal;
}

/* Divers éléments de type en-ligne (8) */
em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

/* entête */
header {
    min-height: 10%;
    vertical-align: middle;
    margin-top: 50px;
}

header h1 {
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}

/* Pied de page */
footer {
    clear: both;
    z-index: 2;
    text-align: center;
    font: normal 0.9em Verdana, Helvetica, "Sans-serif";
    color: #666666;
    vertical-align: middle;
    min-height: 64px;
    line-height: 64px;
    margin: auto;
    box-shadow: -1px 2px 5px 1px rgba(204, 204, 204, 0.7);
    border-radius: 5px;
}

/* Gestion des erreurs */
.avertissement {
    font: bold 120% "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
    padding: 0.1em 36px 0.1em 60px;
    margin-top: 10px;
    width: 50%;
    margin: auto;
    line-height: 40px;
    vertical-align: center;
    /* bordure ronde */
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    line-height: 40px;
    line-height: 40px;
    line-height: 40px
}

.erreur {
    border: 2px solid #ff0000;
    background: #f0fff0 url(../images/erreur.png) center top no-repeat;
    background-position: 5px;
    color: #ff0000;
    box-shadow: 5px 5px 12px #ff0000;
}

.erreurSmall {
    background: #f0fff0 url(../images/pictos/s_error.png) center top no-repeat;
    background-position: 5px;
    color: #ff0000;
    line-height: 16px;
    padding: 0.1em 36px 0.1em 30px;
}

.success {
    border: 2px solid #38FF3E;
    background: #f0fff0 url(../images/pictos/s_success.png) center top no-repeat;
    background-position: 5px;
    color: #38ff3e;
    box-shadow: 5px 5px 12px #38ff3e;
}

.attention {
    border: 2px solid #FF6100;
    background: #f0fff0 url(../images/attention.png) center top no-repeat;
    background-position: 10px;
    color: #FF6100;
    box-shadow: 5px 5px 12px #FF6100;
}

.information {
    border: 2px solid #38ff3e;
    background: #f0fff0 url(../images/info.png) center top no-repeat;
    background-position: 5px;
    color: #38ff3e;
    box-shadow: 5px 5px 12px #38ff3e;
}

.question {
    border: 2px solid #5B84FF;
    background: #f0fff0 url(../images/question.png) center top no-repeat;
    background-position: 5px;
    color: #5B84FF;
    box-shadow: 5px 5px 12px #5B84FF;
}

/* tableaux */
table {
    padding: 0;
    border-collapse: collapse;
    font: normal 1em Verdana;
}

tr {
    -moz-opacity: 1.0;
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    border-bottom: 1px solid #93FF98;
}

div#content {
    text-align: center;
    min-height: 80%;
    margin: auto;
    border: none;
    padding: 5px;
    text-align: justify;
}

div#page {
    color: black;
    padding-top: 50px;
    margin: 0 15px;
    width: 75%;
    margin-left: 12%;
}

div#page h2 {
    text-decoration: underline;
}

nav#menuGeneral {
    margin-top: 20px;
    text-align: center;
    border-bottom: thin solid #93FF98;
}

nav#menuGeneral ul li {
    display: inline-block;
    width: 150px;
    margin-right: 5px;
    border: thin solid #93FF98;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    padding: 0 5px 0 5px;
}

fieldset {
    border: thin solid #93FF98;
    border-radius: 10px;
    box-shadow: 5px 5px 12px #93FF98;
}

label {
    display: inline-block;
    width: 100px;
    text-align: right;
    font-weight: bold;
    margin: 3px 8px;
    vertical-align: top;
}

input, button {
    color: grey;
    font-weight: bold;
}

input[type=text], input[type=password], input[type=submit],
input[type=button], input[type=email], input[type=number], select,
button, textarea {
    border: 1px solid #93FF98; /*#B6FF00;*/
    border-radius: 3px;
    height: 23px;
    line-height: 23px;
    width: 200px;
    margin: 0;
    padding: 0 5px;
}

input[type=text], input[type=password], input[type=email] {
    background-color: rgba(186, 255, 195, .3);
    /* #BAFFC3; /* rgba(76,255,0,128);*/
}

input[type=submit], button {
    margin-top: 10px;
    margin-left: 120px;
    height: 23px;
    width: 212px;
}

input, button, select {
    vertical-align: middle; /* Solution pb. d'alignement. (9) */
}

textarea {
    height: 100px;
}

#formConnexion {
    width: 50%;
    margin: auto;
    /*
    padding: auto;
    */
}

input.placeholder, textarea.placeholder, input:-moz-placeholder, textarea:-moz-placeholder, input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #555;
}

table {
    border: thin solid yellowgreen;
    text-align: justify;
    width: 100%;
    margin: auto;
}

thead tr th {
    padding: 0 2px;
    text-align: center;
}

/* table lieux */
table.tableLieux {
    border: thin solid #93FF98;
    text-align: justify;
    width: 100%;
    margin: auto;
}

table td {
    border: thin solid #93FF98;
}

.tdContact {
    border: none;
    border-bottom: 1px solid yellowgreen;
    padding-top: 15px;
    padding-bottom: 15px;
}

.groupe1 {

}

.groupe2 {
    text-align: center;
}

/* Adaptation du thème JQuery UI */
.ui-menu-item {
    font-size: 1em;
    font-weight: normal;;
    color: magenta;
}

.afficheLieux {
    border: thin solid #93FF98;
    position: relative;
    padding: 0px 20px;
    margin-bottom: 5px;
    border-radius: 8px;
}

.lieuPosition {
    display: inline-block;
    position: absolute;
    right: 20px;
}

#formAjoutLieux {
    display: none;
    margin-bottom: 10px;
}