*s{
border: 1px solid black;}

.introBody{
    background: rgb(255, 255, 255);}

#titre{
    width:80%;
    margin: 30px 10% 5% 10%;
    border: solid #AAA 1px;
    border-radius: 10px;
    box-shadow: 2px 2px 3px #AAA;
    text-align: center;}

#leftAside{
    padding: 20px 0px 20px 0px;
    text-align: center;
    position: fixed;
    right: 4.2%;
    bottom: 50px;
    width:150px;
    box-shadow: 5px 5px 6px #AAA;
    border: solid red 1px;
    border-radius: 20px;
    text-decoration: none;
    background-color: white;
    z-index: +1;}

#leftAside:hover{
    text-decoration: none;
    background-color: white;/*rgba(255,0,0,.15);*/
    border: solid red 1px;
    border-radius: 20px;
    box-shadow: 1px 1px 3px #AAA;}

#leftBox, #rightBox{
    position: relative;
    background-color: white;
    display:inline-block;
    width:49%;
    height: 100px;
    line-height: 100px;}


#leftBox P{
    width:50%;
    margin: 5px 24% 5px 24%;
    text-align: center;
    border: solid blue 2px;
    border-radius: 20px;}

a{text-decoration: none;}

#rightBox P{
    width:50%;
    margin: 5px 24% 5px 24%;
    text-align: center;
    border: solid orange 2px;
    border-radius: 20px;}

