*e{border: solid black 1px}

#topPage, div {display: block;}

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

#mainZone{
    margin: 10% 10% 20% 10%;
    width: 80%;
    border: solid #AAA 1px;
    border-radius: 10px;
    box-shadow: 2px 2px 3px #AAA;
}

#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;
    }


p{font-family: "Times New Roman", Times, serif;}

a{text-decoration: none;}

/* *******  FRANCE CULTURE *******  */
.linkBoxCulture{ 
    width:90%;
    margin: 0px 5% 10px 5%;
    }

.linkBoxCulture a img{
    width: 100px;
    margin: 10px 10px 10px 10px;
    box-shadow: 5px 5px 6px #AAA;
    height: inherit;}

.linkBoxCulture a p{
    position:absolute;
    display: inline-block;
    margin: 10px 5% 10px 2%;
    width:58%;
    text-align: left;}


/* ******* WIRED *******  */
.linkBoxWired { 
    width: 90%;
    margin: 0px 5% 10px 5%;
}

.linkBoxWired a p {
    margin: 10px 8% 10px 2%;
    font-family: arial;
    font-size: 22px;
    color: #000000;
    width: 90%;
    text-align: left;
    text-shadow: none; /* Suppression de l’ombre */
}

/* ******* PHYSICS WOLRD *******  */

.linkBoxPhysicWorld{ 
    width:90%;
    margin: 0px 5% 10px 5%;
    }


.linkBoxPhysicWorld a p{
    margin: 10px 8% 10px 2%;
    text-shadow: 2px 2px 2px #AAA;
    width:90%;
    text-align: left;}

/* *******  Link Box Right *******  */
.linkBoxRight{ 
    width:90%;
    margin: 0px 5% 10px 5%;
    }

.linkBoxRight p{
    float: left;
    display: inline-block;
    margin: 10px 5% 10px 2%;
    text-shadow: 1px 1px 2px #AAA;
    width:60%;
    text-align: left;}

.linkBoxRight img{
    width: 30%;
    display: inline-block
    float: right;
    margin: 10px 10px 10px 10px;
    box-shadow: 0px 0px 6px #AAA;
    height: inherit;}

    




.box:hover{
    width:75%;
    border: solid #AAA 1px;
    box-shadow: 2px 2px 3px #AAA;
    border-radius: 5px;}

.semaineBox{
    padding: 10px 10px 20px 10px;
    width:90%;
    border: solid #AAA 1px;
    box-shadow: 2px 2px 3px #AAA;
    border-radius: 5px;}

