/* Charte graphique, style commun à l'affichage standard et l'affichage sur
   mobile */

body {
     color: #0F457D;
     background-color: #F8FBFF;
 }

h1 {
    font-size: 160%;
}

h2 {
    font-size: 130%;
    margin-bottom: 15px; margin-top: 15px;
}

h3 {
    font-size: 120%;
    margin-bottom: 15px; margin-top: 15px;
}

h4 {
    font-size: 110%;
    margin-bottom: 15px; margin-top: 15px;
}

th {
    color:white;
    background-color:#0057B4;
    font-family: Verdana;
    font-size: 11px;
}

td {
    color: #0F457D;
    font-family: Verdana;
    font-size: 11px;
}

a {
    color: #0F457D;
    text-decoration: underline;
}

a:visited {
    color: #0F457D;
    text-decoration: underline;
}

a:active {
    color: #0F457D;
    text-decoration: underline;
}

a:hover {
    color: #0F457D;
    text-decoration: underline;
}

input {
    font-family: Verdana;
    font-size: 10px;
}

select {
    font-family: Verdana;
    font-size: 10px;
}

textarea {
    font-family: Verdana;
    font-size: 10px;
}

p {
    text-align: left;
    margin-top: 10px; margin-bottom: 10px
}

fieldset.invisible {
    border: none;
    margin: 0;
    padding: 0;
}

table.simple {
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

table.simple th.left,
table.simple th:first-child {
    border-right: thin solid white;
    border-left: thin solid #0057B4;
}

table.simple th {
    border-right: thin solid white;
    border-left: thin solid white;
}

table.simple th:last-child {
    border-right: thin solid #0057B4;
    border-left: thin solid white;
}

table.simple th.alone {
    border-right: thin solid #0057B4;
    border-left: thin solid #0057B4;
}

table.simple td {
    border: thin solid #0057B4;
    background-color: white;
}

table.simple td.premier {
    background-color: white;
}

table.simple td.impair {
    background-color: #EAF3FF;
}

table.simple td.pair {
    background-color: white;
}

table.groupe {
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

table.groupe td.impair {
    background-color: #EAF3FF;
    border: thin solid #EAF3FF;
}

table.groupe td.pair {
    background-color: white;
    border: thin solid white;
}

table.formulaire td {
    vertical-align: top;
}

table.formulaire p.help {
    font-size: 80%;
    margin: 0 0 1ex 0;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

em.mini {
    font-size: 8px;
}

input.recherche {
    background-color: #0057B4;
    color: #FFFFFF;
    border-style: solid;
    border-color: #FFFFFF;
    border-width: 1px;
    font-weight: bold;
}

table.content {
    background-color: #ECF5FF;
    border-width:0;
    border-style:none;
}

table.content td {
    background-color: #F8FBFF;
}

td.menu {
    background-color:#F3F9FF;
}

td.recherche {
    background-color:#DEEEFF;
}

td.menuHr {
    background-color:#9CBED2;
}

td.border {
    background-color:#7CA8D5;
}

/* Complements WS  pour la gestion des licences */

input.bouton {
/*  font-weight: bold;
    color: #0F457D; */
    padding: 2px;
    font-size: 100%;
}

.bloc_entete {
    border: 1px double #0057B4;
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #FFFFFF;
    text-align: justify;
}

table.simple th.title1 {
    border-right: thin solid #0057B4;
    border-left: thin solid #0057B4;
    border-bottom: thin solid white;
}

/* Barres de menus menu1 (haute) et menu2 (basse)*/

#menu1, #menu2 {
    margin: 0;
    padding: 2px 0;
    font-weight: normal;
}

#menu1 {
    background-color: #369;
    color: #fff;
}

#menu2 {
    border-top: 1px solid #0F457D;
}

#menu1 li, #menu2 li {
    display: inline;
    list-style-type: none;
}

#menu1 li a, #menu2 li a {
    padding: 2px 1ex;
    text-decoration: none;
    color: inherit;
}

#menu1 li a:hover {
    background-color: #0F457D;
}

#menu2 li a:hover {
    background-color: #369;
    color: #fff;
}

/* Infobulles */
div.info {
    float: right;
}

div.info img.help {
    border: none;
    float: right;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

div.info div.text {
    display: none;
    position: absolute;
    right: 5px;
    margin-top: 25px;
    z-index: 500;
    width: 50em;
    text-decoration: none;
    padding: 12px;
    cursor: help;
    background-color: white;
    color: #0F457D;
    border: 2px solid #0F457D;
    text-align:left;
}

div.info:hover div.text {
    display: block;
}

div.info-caption {
    float: right;
    width: 22em;
    font-size: 80%;
    text-align: right;
    margin-right: 1em;
}

/* Messages */

.message {
    color: red;
}

div.message {
    border: 1px solid red;
    padding: 1ex;
    margin: 1ex 1ex 4ex 1ex;
}

div.message h4 {
    margin: 1ex 0;
}

.message a {
    color: inherit;
}

div.FFGError {
    margin: 2ex 0;
    text-align: center;
    color: red;
}
