*T{
border: 1px solid black;}

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

header{
    height:40px;
    background-color: rgba(0, 150, 255, 0.15);
    padding: 30px 15px 15px 10px;
    border: 4px solid rgb(0, 150, 255);
    border-radius: 25px;
    font-family: 'ArialMT', 'Arial', sans-serif;
    color: rgb(0, 150, 255);}

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

.partieTitre{
    position: absolute;
    margin:25% 38% 0px 38%;
    text-align: center;
    width:24%;}

#leftPic,#rightPic {
    position: relative;
    width: 50%;
    height: 50%;
    margin: 25% 25% 25% 25%;
    border: solid grey 2px;
    border-radius: 20px;
    box-shadow: 8px 8px 5px #AAA;
    -webkit-transition: margin .5s, border-radius 1.5s ; /* For Safari 3.1 to 6.0 */
    transition: margin .5s, border-radius 1.5s;}


#leftPic:hover{
    position: relative;
    border: solid rgb(0, 150, 255) 5px;
    border-radius: 40px;
    margin: 30% 25% 20% 25%;
    box-shadow: 3px 3px 3px #AAA;}

#rightPic:hover{
    position: relative;
    border: solid orange 5px;
    border-radius: 40px;
    margin: 30% 25% 20% 25%;
    box-shadow: 3px 3px 3px #AAA;}

