.page-ex-container{
    background-color: rgba(148, 209, 248, 0.14);
    /*background-color: rgba(248, 244, 68, 0.14);*/
    width: 100%;margin: 0px auto;padding: 0px;
text-align: center;
}

.page-ex-container h1{
    font-size: 40px;
    text-align: center;
    padding: 10px 0px;
    font-weight: 300;
    color: #a32b54;
}

.page-ex-container h2{
    font-size: 20px;
    font-weight: 200;
    color: #322f2a;
    background-color:#F39223;
}

.page-ex-container p, li{
    font-size: 18px;
    line-height: 24px;
    color: #333;
}

.page-ex-container img{
    margin: 0px auto;
    padding: 3px;
    /*border: 1px solid #42434e;
    border-radius: 7px;*/
    /*background-color:rgba(168, 197, 36, 0.47);
    box-shadow: 0px 0px 9px;*/
    /*width: 100%;*/
    max-width: 694px;  
}

.page-ex-container li{
    margin-bottom: 12px;
}

.ex-container{
    margin: 0px auto;
    padding: 0px;
    max-width: 1000px;
    text-align: center;
}
#ex-cont{
    background-color: #FFF;
}
.CadretitreAccueil{width:345px;height: 40px;margin:0;margin-top:5px;border: 3px solid white;padding-left:4px;padding-top:2px;background:#F39223;text-align:center;}
.titreAccueil{width:340px;height: 30px;margin:0;margin-top:2px;background:#fff;padding-top:4px;
color:#3FAD4C; text-align:center;font-family:"police Bebas"; font-size: 20pt;font-weight: bold;}
.CadretitrePage{width:245px;height: 45px;margin:0;border: 3px solid #F39223;padding-left:4px;padding-top:2px;background:white;text-align:center;}
.titrePage{width:240px;height: 35px;margin:0;margin-top:2px;background:#3FAD4C;padding-top:4px;
color:#fff; text-align:center;font-family:"police Bebas"; font-size: 24pt;font-weight: bold;}
.CadretitrePage2{width:240px;height: 40px;margin:0;border: 3px solid #F39223;padding-left:4px;padding-top:2px;background:white;text-align:center;}
.titrePage2{width:235px;height: 30px;margin:0;margin-top:2px;background:#3FAD4C;padding-top:4px;
color:#fff; text-align:center;font-family:"police Bebas"; font-size: 16pt;font-weight: bold;}
#ex1, #ex2{
    background-color: white;
    margin: 0px;
    padding: 20px 20px;
    max-width: 1000px;
    text-align: justify;
}

#ex1, #ex2{
    padding-bottom: 30px;
    margin-bottom: 20px;
}
#ex1:hover, #ex2:hover{
    box-shadow: 0px 0px 9px #444 inset;
}
#ex1{
    border-top: 50px solid rgb(48, 129, 188);
}

#ex2{
    border-top: 50px solid rgb(188, 48, 79);
}

#ex1 h1, #ex2 h1{
    font-size: 60px;
    font-weight: 400;
    margin: 30px 0px;
    text-align: center;
    letter-spacing: 5px;
    color: #322f2a;
    padding-top: 0px;
}
#ex1 a, #ex2 a{
    padding: 25px 50px;
    top: 20px;
    background-color: #555;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
}
#ex1 a:hover{
    color: #222;
    background-color: rgb(48, 129, 188);
    border: 1px solid #444;
    font-weight: bold;
}
#ex2 a:hover{
    color: #222;
    background-color: rgb(188, 48, 79);
    border: 1px solid #444;
    font-weight: bold;
}

#ex1 p, #ex2 p{
    text-align: center;
}
/*
table{
    border-collapse:collapse;
    width: 700px;
}
th{
    background-color: #CCC;
    text-align: center;
}
td,th{
    font-size:12px;
    padding: 1px;
    text-align:left;
}*/

code{
    border: 1px solid #AAA;
    padding: 0px 3px;
    background-color: #EEE;
}