html, body {
 margin: 10;
 padding: 5;
 }

header
{
    background-color:slategrey;
    width:100%;
    height:130px;
    border: 3px solid grey;
    border-radius: 5px;
    margin-bottom: 10px;
    
}

.bandeauelt
{
    display: inline-block;
    vertical-align: middle;
    width: 33%;
}
header h1
{
    font-size:30px;
}


body
{
    background-color:whitesmoke;
    font-family: Arial, sans-serif;
}

h1
{
    font-weight: bold;
    color:lightgrey;
    font-size:50px;
    text-align: center;
}
h2
{
    font-weight: bold;
    color:ghostwhite;
    font-size:20px;
    text-align: center; 
}

h3
{
    font-weight: bold;
    color:dimgrey;
    font-size:20px;
    margin-left: 5px;
    text-align: center;
}

h4
{
    padding-left: 30px;
    color:white;
    font-size: 18px;
    background-color:crimson;
    text-align: center;
     
}
h5
{
    color:burlywood;
    font-size: 22px;
    text-align:left;
    margin-top: 7px;
    margin-bottom: 7px;
       text-align: center;
}

footer
{
    text-align: center;
}
div p
{
    margin-left: 10px;
    margin-right: 5px;
}


.materiel
{
    display: inline-block;
    vertical-align: top;
    background-color: red;
    border: 1px solid grey;
    width: 350px;
    height:auto;
    border-radius: 5px;
    padding-left:10px;
    margin: 5px;
    text-align: justify;
}

.materielprs
{
   /* display: inline-block;*/
   /* vertical-align: top;*/
    background-color:  rgba(144,238,144,0.75);
    border: 2px solid grey;
    width: auto;
    height:auto;
    border-radius: 5px;
    padding-left:10px;
    margin: 2px;
    margin-top: 10px;
    text-align: justify;
}
.prsresc
{
    display: inline-block;
   vertical-align: top;
    background-color: lightgreen;
    border: 2px solid green;
    border-radius: 5px;
    margin-top: 8px;
    width: 300px;
    height:auto;
    padding-left:10px;
    margin-left: 8px;
    margin-bottom: 8px;
    padding-right:10px;
    text-align: justify;
}

.materielacc
{
    display: inline-block;
    vertical-align: top;
    background-color: lightblue;
    border: 1px solid grey;
    width: 200px;
    height:150px;
    border-radius: 5px;
    padding-left:10px;
    margin: 5px;
    text-align: justify;
}

.vignette1
{
    display: inline-block;
    vertical-align: top;
    color : white;
    background-color: #F08878;
    border: 1px solid orange;
    width: 200px;
    height:150px;
    border-radius: 5px;
    padding-left:10px;
    margin: 5px;
    text-align: justify;
}

.vignette2
{
    display: inline-block;
    vertical-align: top;
    background-color: #70C265;
    border: 1px solid #334230;
    width: 200px;
    height:150px;
    border-radius: 5px;
    padding-left:10px;
    margin: 5px;
    text-align: justify;
}

.vignette3
{
    display: inline-block;
    vertical-align: top;
    background-color: #A345A3;
    border: 1px solid grey;
    width: 200px;
    height:150px;
    border-radius: 5px;
    padding-left:10px;
    margin: 5px;
    text-align: justify;
}

.vignette3 h3 {
color : white;
}



img.imgcentre
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid green;
    border-radius: 5px;
}



.presentation1{
    text-align: center;
}



.bouton input
{
   margin-left: 10px;
}

.bouton
{
    margin-top: 12px;
    text-align: center;
    padding-left: 5px;
}

.lebouton
{
    display: inline-block; 
    margin-left: 50px;
    margin-top: 15px;
   
    
}

.zoneclasse
{
    background-color: lightcyan;
    width: 50%;
}
.zoneemprunt
{
    background-color: palegreen;
    width: 40%;
}
legend
{
    color:darkslategrey;
    font-size:20px;
}

a:link {text-decoration: none;}

