
body
{
    margin:0;
    padding: 1%;
  background-color: #f9f9f9;
}

/* Header */

header
{
    border: 5px solid #375D92;
    padding: 1%;
    overflow : hidden;
    background-color: #ffffff;
}
.text_header{
    font-size: 3em;
    font-family: Arial;
    text-align: center;
}

#header_box
{
list-style-type: none;
display: flex;
justify-content: space-between;
align-items: center;
}

.header_b:nth-child(3)
{
text-align:right;
align-self: flex-end;
}

.header_bb:nth-child(1)
{
height: 100px;
text-align:right;
align-self: flex-start;
}

.deconnexion a
{
  text-decoration: none;
  color: black;
  font-weight:bold;
}

.deconnexion a:hover
{
  text-decoration: underline;
  color: #375D92;
  font-weight:bold;
  font-style: italic;
}



/* Navigation */


nav a {
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

nav a:hover{
color: #555;
}




/* block content */

#block_content{
    overflow : hidden;
    padding:1%;
}

li a{
color: #375D92;

}



li{
  list-style-type: none;
}

.lien_haut
{
    font-size: 1.5em;
    background-color:#555;
    color: white;
    opacity: 0.3;
    position:fixed;
    bottom:0.5%;
    right:0.5%;
    padding:1%;
    text-decoration: none;
}
.lien_haut a:hover
{
text-decoration: none;
font-weight: bold;

}

td a {
    display: inline;
    color: #375D92;

}

td a:hover {
    text-decoration: none;
font-style: italic;
}
th{
    color:back;
    font-weight: bold;
    align:center;
}

.title
{
color:#BF540D;
font-weight: bold;
font-size: 2em;
}

div a {
}

.title
{
color:#BF540D;
font-weight: bold;
font-size: 2em;
}

.subtitle
{
color:#BF540D;
font-weight: bold;
font-size: 1em;
}

legend.scheduler-border {
    width:inherit;
    padding:0 10px;
    border-bottom:none;
}
fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}