/*Body couleur arrier plan*/
body
{
width:100%;
background-color: #f1f1f0;
}

/*Pour afficher erreure message*/
h6
{
margin: 2px;
font-style: italic;
font-size: 18px;
font-family: sans-serif;
color: #77110f;
}
/*Page du site container*/
#page{
margin:0 auto;
padding-top: 0px;
padding-left: 20px;
padding-right: 20px;
width: 1000px;
background-color: #FFFFFF;
background-repeat: no-repeat;
min-height: 700px;
line-height: 15px;

}
/*Les liens pour passer d'un site à l'autre*/
#titre_site{
width: 1000px;
height: 450px;
}
#titre_site hr{
border-color: #d1e2eb;
background-color: #d1e2eb;
border: 0px;
height: 1px;
}

/* menu site definition*/
#menu_site{
width: 1000px;
height: 45px;
}
/*menu site liste
#menu_site ul {
    list-style: none; 
    margin: 0;
    padding: 0;
}
/*menu site liste li
#menu_site li{
font-size: 16px;
display: inline;  
}*/
/*menu site a hover*/
#menu_site table{
font-size: 15px;
border: 0px;
 border-collapse: separate;
        border-spacing: 0px 0px; 
}
td .act{
background: aqua;

}
#menu_site a {  
font-family: 'Ek Mukta', sans-serif;
line-height: 25px;
    margin: 0 19px; 
    color:  #525252;
    text-decoration: none; 
text-align: left;
} 
#menu_site hr{
height: 3px; 
border: 0px;
border-color: #d1e2eb;
background-color: #d1e2eb;
}
#menu_site a:hover{
color:  #525252;
width:
text-align: left;
}
/*pour le contenu apres menu*/
#container{
width: 1000px;
min-height: 300px;

}
#bas
{
font-family: 'Quicksand', sans-serif;
padding-top: 10px;
height: 30px;
text-align: center;
clear: both;
font-size: 10px;
background-color: #f1f1f0;
}
#bas table{
font-size: 12px;
}
#bas td a{
    text-decoration: none;
    color:#525252;
    }
    #bas td a:hover{
    text-decoration: none;
    color:#525252;
    }
/*pour afficher q'une partie de l'image*/
#t_haut{
color: #525252;
font-family: 'Quicksand', sans-serif;
text-align: center;
padding-left: 50px;
padding-right: 20px;
padding-top: 20px;
width: 900px;
line-height: 110%;

}
#t_haut hr{

border-style: solid;
border: 0px;
height: 1px;
border-color: #d1e2eb;
background-color: #d1e2eb;
width:900px;
margin-top: 40px;
}
#t_bas{
font-family: 'Quicksand', sans-serif;
color: #525252;
clear: both;
padding-left: 50px;
padding-right: 20px;
padding-top: 10px;
padding-bottom: 40px;
width: 900px;
line-height: 110%;

}
#gallery{
width:900px;
height: auto;
min-height: 200px;
margin-left: 50px;
margin-top: 30px;
}
.gallery_t{
    width: 1000px;
    height: 350px;
    background-size: 1000 350px;
     background-position: center top;
}
.miniature {
    width: 183px;
    height: 183px;
    background-size: auto 200px;
    background-position: center top;
    margin: 20px;
    display: inline;
    float: left;
    }
    .miniature1 {
    width: 183px;
    height: 183px;
    background-size: 200px auto;
    background-position: center top;
    margin: 20px;
    display: inline;
    float: left;
    }
    
    td a{
    text-decoration: none;
    color:#666666;
    }
        td a:hover{
    text-decoration: none;
    color:#657654;
    }
#titre_site .corner{
float: right;
position: absolute;
z-index:2; 
left:1130px; 
top: 400px;

}