/*pour le gestionnaire d'images*/

.boite_img
{
float:left;
width:200px;
height:200px;
text-align:center;
}

.gest_img_img{
max-width:100px;
max-height:100px;
 position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto; 
}

.gest_img_zone{
width:100%;
}

.gest_img_ent_img i{
cursor:pointer;
font-size:90px;
color: #ad985d;
}

.gest_img_zone h4{
text-align:center;
}
.gest_img_pop
{
background-color:white;
min-width:400px;
max-width:800px;
}

.gest_img_ent_img{
width:100px;
height:100px;
margin:auto;
position:relative;
}
.gest_img_ent_img:hover{
background-color :#CEF6EC;
}
.gest_img_nom{
text-align:center;
}

#voir_img_boite_liste
{
height: 400px;
background-color: white;
overflow: auto;

}
.gest_img_ent_img:hover .gest_img_option{
display:block;
}
.gest_img_option{
display:none;
position:absolute;
z-index:5;
}

/*popup*/

.tritre_wid{

background:  #EEE;
height: 40px;
line-height: 40px;
border-bottom: 1px solid #D5D5D5;
position: relative;
cursor: move;
}
#wid_cont
{
padding:10px;
overflow:auto;
background-color: grey;
}
.tritre_wid i{
float:right;
margin:5px;
}
.wid_titre{
font-size: 14px;
font-weight: 800;
color: #555;
display: inline;
margin-right: 3em;
position: relative;
top: 2px;
left: 10px;
}
.div_bouge
{
border-radius:10px;
overflow:auto;
}
.wid_suppr{
position: relative;
top: 10px;
right : 10px ;
/*left: 300px;*/
float : right;
cursor:pointer;
}

.e_tdyn_wid
{
background-color:grey;
padding:5px;
font-size:12px;
}
.base_wid{
background-color:white;
min-width:400px;
min-height:250px;
}
