@charset "utf-8";
@media screen and (max-width: 350px) {
    html {
        font-size: 12px;
    }
}
@media screen and (min-width: 351px) {
    html {
        font-size: 16px;
    }
}
html {
    line-height: 20px;
    font-family: "Arial", sans-serif;
}
body {
    background-color: #FF6;
}
sup {
    font-size: normal;
    line-height: normal;
}
sub {
    font-size: normal;
    line-height: normal;
}
header {
    height: 120px;
    width: 100%;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    background-image: url(../images/Le_Penseur_de_Rodin.png);
    background-color: #F33;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 1rem;
    text-align: left;
    color: #00FF00;
    font-weight: bolder;
}
header p.titre {
    font-size: 1.25rem;
    text-align: left;
    color: white;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}
header p {
    padding-left: 5px;
    padding-right: 5px;
}
#Milieu {
    display: block;
    width: 100%;
}
#MilGauche {
    width: 100%;
    height: 120px;
    background-color: #6E6E6E;
}
@media screen and (max-width: 550px) {
    #MilGauche {
        width: 100%;
        height: 120px;
        background-color: #6E6E6E;
    }
    #MilGauche nav {
        /* Mise en forme des dimensions */
        width: 300px;
        margin-left: 10px;
    }
}
@media screen and (min-width: 551px) {
    #MilGauche {
        width: 100%;
        height: 70px;
        background-color: #6E6E6E;
    }
    #MilGauche nav {
        /* Mise en forme des dimensions */
        width: 100%;
        margin-left: 0px;
    }
}
#MilGauche nav li {
    margin-left: 0px;
}
#MilGauche nav ul li a {
    /* Mise en forme de la présentation des boutons */
    display: inline;
    float: left;
    /* Mise en forme des dimensions */
    width: 40px;
    height: 36px;
    /* Mise en forme des écarts */
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    margin-top: 10px;
    margin-left: 10px;
    /* Mise en forme de la police */
    font-size: 0px;
    /* Mise en forme de la couleur de fond */
    background-color: #F93;
    /* Mise en forme de la bordure */
    border-width: 3px;
    border-style: solid;
    border-top-color: #999;
    border-right-color: #333;
    border-bottom-color: #333;
    border-left-color: #999;
}
#MilGauche nav li a:hover {
    color: #000;
    background-color: #CCC;
}
#MilGauche nav ul li.cycleGauche {
    clear: both;
}

#MilGauche nav ul li.cycle {
    /* Mise en forme de la présentation des boutons */
    float: left !important;
    display: inline !important;
    /* Mise en forme des écarts */
    margin-top: 10px;
    margin-left: 10px;
    /* Mise en forme des dimensions */
    width: 75px;
    height: 40px;
    /* Mise en forme de la police */
    font-size: 1.25rem;
    font-weight: 700;
    color: green;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    /* Mise en forme de la couleur de fond */
    background-color: #784101;
    /* Mise en forme de la bordure */
    border-width: 3px;
    border-style: solid;
    border-top-color: #999;
    border-right-color: #333;
    border-bottom-color: #333;
    border-left-color: #999;
}
#MilCentre {
    width: 100%;
    background-color: #CCCCCC;
    padding-top: 10px;
}
/* Mise en forme du titre pour le téléphone */
#MilCentre h1.Telephone {
    /* Mise en forme du texte du titre */
    font-family: "Arial", sans-serif;
    font-weight: 900;
    color: red;
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    text-decoration: none;
    /* Mise en forme de la position du texte texte du titre */
    width: 40%;
    margin-left: 30%;
    margin-right: 30%;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    /* Mise en forme du fond */
    background-image: url("images/ui-bg_carbon-fiber_80_99FFFF_8x9.png");
    background-repeat: repeat;
    /* Mise en forme de la bordure du cadre du texte */
    border-width: 2px;
    border-style: outset;
    border-radius: 20px;
}
#MilCentre ul {
    margin-left: 2px;
    margin-right: 2px;
}
#MilCentre ul li {
    width: 96.5%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
}
#MilCentre ul li a {
    text-align: center;
    font-weight: bold;
	color: black;
    width: 88%;
    font-size: 1.2rem;
}
#MilCentre h2 {
    font-size: 1.2rem;
    font-weight: normal;
    color: black;
}
#MilCentre h2 a {
    font-size: 1.2rem;
}
#MilCentre h3 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #00F;
    text-decoration: underline;
    font-family: "Arial", sans-serif;
}
#MilCentre iframe {
    margin-right: 5px;
    width: 90%;
    height: 400px;
    border-width: 4px;
    border-style: double;
    border-color: black;
    padding-left: 5px;
    padding-right: 5px;
}
#MilCentre img {
    width: 80%;
    height: auto;
    border-radius: 10px;
}

#MilCentre p {
    margin-left: 3%;
    margin-right: 3%;
    width: 96%;
    color: black;
    font-size: 1em;
}
/* Mise en forme des liens */
#MilCentre p a:link {
    display: inline-block;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 7px;
    padding-left: 5px;
    padding-right: 5px;
    font-style: italic;
    font-weight: normal;
    text-decoration: none;
    line-height: 1rem;
    font-size: 1rem;
    color: black;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #F00;
    background-color: #0FF;
}
#MilCentre p a:last-child {
    margin-bottom: 10px;
}
/* Mise en forme des liens visités */
#MilCentre p a:visited {
    color: chocolate;
    border-color: #000;
    background-color: #066;
}
/* Mise en forme du lien sous la souris */
#MilCentre p a:hover {
    color: #F00;
}
/* Mise en forme des liens inactifs */
#MilCentre p a[href=""] {
    color: rgba(210, 105, 30, 0.4);
    background-color: rgba(0, 0, 0, 0.2);
    cursor: not-allowed; 
}
footer {
    width: 100%;
    height: 120px;
    background-color: #F33;
    clear: both;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
footer p {
    color: white;
    font-size: 1rem;
    font-style: italic;
    font-weight: bold;
    line-height: 20px;
    padding-left: 20px;
    padding-top: 10px;
}
/* --------------------------------------*/
/* --------------------------------------*/
.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}
/* Mise en forme pour effacer la partie non utilisable pour le téléphone*/
.Ordinateur {
    display: none;
}
.Telephone {
    font-size: 1rem;
}
.Telephone a {
    font-size: 1rem;
}
.enligne {
    display: inline;
}
/* -------------------------------------- */
/* -- traduction --- */
#traduction {
    /* positionnement */
    float: right;
    margin-bottom: 2rem;
    /* Positionnement du texte */
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    /* Mise en forme du texte */
    font-size: 1rem;
    text-align: left;
    font-weight: normal;
    line-height: normal;
    color: black;
    /* Mise en forme de la bordure */
    border-radius: 10px;
    border-width: 4px;
    border-style: solid;
    border-top-color: #999;
    border-right-color: #333;
    border-bottom-color: #333;
    border-left-color: #999;
    /* Mise en forme de la couleur du fond */
    background-color:#888;
    /* Le texte n'est pas souligné */
    text-decoration: none; 
}
