/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11-mar-2016, 17.24.46
    Author     : mohamed
*/

#img {
    height:600px;
    background-repeat: no-repeat;
}
#from {
    border-style: solid; 
       margin-bottom: 10%;
    margin-top: 10%;
    border-width: 2px 2px 2px 2px; 
    margin-bottom:20px;
}
#title {
    cursor:pointer;
    margin-left: 5px;
}
.tnt {
    background-color: black;
    width: 100px;
    color: beige
}
.hider{
    display: none;
}
.img_ativ{
    display: block;
}

