﻿* {
    color: rgb(13,43,163);
    margin:0;
}

/* HTML+BODY */

html{
    height:100%;
}
body{
    min-height:100%;
    margin:0;
    padding:0;
}

/* Polices */

h1 {
    font : 18px Verdana;
    font-weight: bold;
}
h2 {
    font : 16px Verdana;
    font-weight: bold;
}
h3 {
    font : 14px Verdana;
    font-weight: bold;
}
sup {
    font : 10px Verdana;
}

/* Mise en forme formulaires, etc */

a {
    text-decoration: none;
}
a:hover{
    color:grey;
}
fieldset{
    border-width: 1px;
    border-radius: 5px;
    border-color: rgb(0, 0, 102);
    background-color: #EFEFEF;
}
label {
    width:175px;
    text-align:left;
    float:left;
}
select{
    
}
button{
    background-color:white;
    border-color:rgb(0,0,102);
}
input button {
    background-color:white;
    border-color:rgb(0,0,102);
}

/* Mise en page */

.page{
    min-height:100%;
    margin-left: auto;
    margin-right: auto;
}

/* Mise en page admin */

.pagead{
    min-height:100%;
    height:auto;
    height:100%;
    margin-left: auto;
    margin-right: auto;
    width:900px;
}
.pagead p{
    min-height:25px;
}

/* Mise en page : contenu */

.contenu{
    width:1000px;
    min-height:100%;
}

/* Page d'accueil */

.case{
    width:300px;
    height:250px;
    background-color:rgb(13,43,163);
    box-shadow: 4px 4px 4px rgb(0,0,102);
}
.case h1{
    color:white;
    text-align:center;
    padding-top:32.5%;
    font-size:32px;
}

/* Bandeau de navigation */

.navigation {
    width:200px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    background-color: rgb(13,43,163);
    float:left;
    box-shadow: 4px 4px 8px rgb(0,0,102);
}
.navigation li{
    margin-left:-10px;
    margin-top:15px;
    height: 23px;
    list-style-type: none;
}
.navigation a{
    font:13px Verdana;
    font-weight:bold;
    color:white;
}
.navigation a:hover{
    color:grey;
}
.navigation sup{
    font:10px Verdana;
    font-weight:bold;
    color:white;
}
.navigation ul ul{
    list-style-type: none;
}
.navigation ul li{
    margin-left:-35px;
    height: 23px;
}
.navigation ul li a{
    font:11px Verdana;
    font-weight:bold;
    color:white;
}


/* Bandeau de navigation admin */

.navigationad {
    width:900px;
    height: 23px;
    padding: 0px;
    background-color: #D4D0C8;
    border-style: solid solid solid solid;
    border-radius: 5px;
    border-width: 1px;
    margin:auto auto auto auto;
    list-style-type: none;
}
.navigationad li {
    float: left;
    text-align: center;
    height: 23px;
    width: 150px;
    padding-top:1px;
}
.navigationad a{
    position:relative;
    font:13px Verdana;
    font-weight:bold;
    top:5%;
}
.navigationad li ul{
    display: none;
}
.navigationad li:hover ul{
    display:block;
    padding:0px;
    margin-left:-1px;
    margin-top:3%;
    list-style-type: none;
}
.navigationad li:hover ul li {
    z-index:10;
    position:relative;
    width: 150px;
    height: 23px;
    border-style: none solid solid solid;
    border-width: 1px;
    background-color: #D4D0C8;
}
.navigationad li:hover ul li a{
    position:relative;
    top:13%;
    font:8px Verdana;
    font-weight:bold;
}

/* Mise en page : footer */

.footer{
    height:150px;
    width:100%;
    background-color: lightgrey;
    clear:both;
}
.footer ul{
    list-style-type: none;
    padding:22px 0px 0px 40px;
}
.footer ul li{
    font:14px Verdana;
    font-weight:bold;
    height:30px;
}
.footer ul li a{
    font:14px Verdana;
    font-weight:bold;
}

/* Connexion */

#statut{
    width:200px;
    margin:auto;
    float:right;
}

/* Mise en forme et page : tableaupresse */

.tableaupresse {
    text-align:center;
    float:left;
    font: 11px Verdana;
}
.tableaupresse ul{
    padding:0px;
    list-style-type: none;
}
.tableaupresse ul li{
    width:300px; 
    min-height:40px;
    margin-top:10px;
    border-style: solid solid solid solid;
    border-radius: 5px;
    border-width: 1px;
    background-color: #EFEFEF;
}
.tableaupresse ul li a{
    vertical-align:middle;
    padding:10px 10px 10px 10px;
}

/* Sliders */

.sliderprocede{
    width:600px;
    height:550px;
    margin:auto;
}

/* Contenu presentation generale */

#contenupresgen p{
    font: 14px Verdana;
    text-align:justify;
    margin:0px 10px 0px 10px;
    line-height: 25px;
    padding-bottom:15px;
}
#contenupresgen ul li{
    font: 14px Verdana;
    text-align:justify;
    line-height: 25px;
}

/* Contenu mentions legales */

#contenumentions p{
    font: 14px Verdana;
    text-align:justify;
    margin:0px 10px 0px 10px;
    line-height: 25px;
    padding-bottom:15px;
}
#contenumentions a{
    font: 14px Verdana;
    font-weight: bold;
    color:rgb(0,0,102);
}

/* Contenu historique */

#contenuhisto p{
    font: 14px Verdana;
    text-align:justify;
    margin:0px 10px 0px 10px;
    line-height: 25px;
    padding-bottom:15px;
}
#contenuhisto li{
    font: 14px Verdana;
    text-align:justify;
    line-height: 25px;
}
#contenuhisto a{
    font: 14px Verdana;
}

/* Contenu service */

#contenuserv .droite{
    float:right;
    width:300px;
    height:250px;
    background-color:rgb(13,43,163);
    box-shadow: 4px 4px 4px rgb(0,0,102);
}
#contenuserv h1{
    color:white;
    text-align:center;
    padding-top:32.5%;
    font-size:32px;
}

/* Fil d'ariane */

#ok {
    color: grey;
}
#lien {
    color: grey;
}

/* Carte contact */

#carte{
    float:right;
}

/* Fiche de contact */

#fichecontact div{
    height:20px;
    margin-top:20px;
    margin-left:50px;
}
#fichecontact .droite{
    float:right;
    margin-right:150px;
    height:20px;
    margin-top:20px;
    clear:both;
}