/*widget*/

.wid-td-titre{
text-align:center;
background-color:#A9F5D0;
}

.e_tdyn_wid
{
background-color:grey;
padding:5px;
font-size:12px;
}
.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;
}

.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;
}

#ed_t_calque
{
background-color: greenyellow;
outline: 1px solid black;
opacity: 0.5;
filter: alpha(opacity=50); /* For IE8 and earlier */
z-index :2;
position:absolute;
}