
#container
{
position: absolute;

    border: 1px blue solid;
    top: 50px;
    left: 160px;
    height: 900px;
    width: 1600px;
border-radius:10px 10px 10px 10px;
}
.titre 
{
color: blue;
font-size: 36px;
    font-family: Times New Roman;
    font-style: normal;
        font-weight: bold;
position: absolute;
   left: 40px;
   top: -45px;
}
.imageaffiche
{
    position: absolute;
    top: 0px;
    left:  30px;
     z-index:2;
}
#1
{
position : absolute;
left: 400px;
top: 200px;
}
.page1
{
font-size: 56px;
    font-family: Times New Roman;
    font-style: normal;
        font-weight: bold;

position : absolute;
left: 400px;
top: 200px;
}
.fg
{
 position: absolute;
    top: 350px;
    left: 0px;
     z-index:3;
}
.fd
{
 position: absolute;
    top: 350px;
    right: 0px;
     z-index:3;
}
.bouton  a {
position: absolute;
    top: -40px;
background-color: rgb(255,255,110);
font-size: 24px;
font-weight: bold;
    padding: 0 10px 0 10px;   
border-left : 3px solid black;
border-right : 3px solid black;
border-top : 3px solid black;
border-bottom : 3px solid black;
border-radius: 10px;    
color: blue;
right: 0px;
}
.bouton a:hover  {
background-color: rgb(245,203,0);
}
/*====================  poue affichage largeur = 1768 ================ */
@media all and  (max-width: 1768px)
{
#container
{
position: absolute;
    border: 1px blue solid;
    top: 50px;
    left: 84px;
    height: 900px;
    width: 1600px;
border-radius:10px 10px 10px 10px;
}
/*====================  poue affichage largeur = 1680 ================ */
@media all and  (max-width: 1680px)
{
#container
{
position: absolute;
    border: 1px blue solid;
    top: 50px;
    left: 40px;
    height: 900px;
    width: 1600px;
border-radius:10px 10px 10px 10px;
}
}
/*====================  poue affichage largeur = 1600 ================ */
@media all and  (max-width: 1600px)
{
#container
{
position: absolute;
    border: 1px blue solid;
    top: 50px;
    left: 0px;
    height: 900px;
    width: 1600px;
border-radius:10px 10px 10px 10px;
}
.fg
{
 position: absolute;
    top: 350px;
    left: 10px;
     z-index:3;
}
.fd
{
 position: absolute;
    top: 350px;
    right: 10px;
     z-index:3;
}
}
/*====================  poue affichage largeur = 1536 ================ */
@media all and  (max-width: 1536px)
#container
{
position: absolute;
    left: 168px;
    width: 1200px;
}
.imageaffiche
{
    position: absolute;
    top: 0px;
    left:  40px;
     z-index:2;
}
.fg
{
 position: absolute;
    top: 350px;
    left: 0px;
     z-index:3;
}
.fd
{
 position: absolute;
    top: 350px;
    right: 0px;
     z-index:3;
}

/*====================  poue affichage largeur = 1440 ================ */
@media all and  (max-width: 1440px)
{
#container
{
position: absolute;
    left: 120px;
    width: 1200px;
}
/*====================  poue affichage largeur = 1366 ================ */
@media all and  (max-width: 1366px)
#container
{
position: absolute;
    left: 83px;
    width: 1200px;
}
}
/*====================  poue affichage largeur = 1360 ================ */
@media all and  (max-width: 1360px)
{
#container
{
position: absolute;
    left: 80px;
    width: 1200px;
}
}
/*====================  poue affichage largeur = 1280 ================ */
@media all and  (max-width: 1280px)
{
#container
{
position: absolute;
    left: 40px;
    width: 1200px;
}
}
/*====================  poue affichage largeur = 1152 ================ */
@media all and  (max-width: 1152px)
{
#container
{
position: absolute;
    left: 0px;
    width: 1160px;
}
}
/*====================  poue affichage largeur = 1024 ================ */
@media all and  (max-width: 1024px)
{
#container
{
position: absolute;
    left: 0px;
    width: 1160px;
}
}
