/*
    Document   : formulaire.css
    Created on : 27 mai 2014, 11:10:28
    Author     : CHOUTEAU-00540
    Description:
        Purpose of the stylesheet follows.
*/

.close_popup {
    position: relative;
    left: 80%;
    bottom: -25px;
}

.popup {
    display: none;
    position: absolute;
    z-index: 51;
    margin-top: 250px;
    margin-left: 20%;
    border: 2px solid white;
    padding: 30px;
    background-color: #F1F1F1;
}

div.bloc_actions{
    float: left;
    width: 170px;
    display: block;
    padding-top: 10px;
}

div.conteneur{
    border: 1px solid #CCCCCC;
    margin: 10px;
    height: 295px;
}

select > option {
	overflow:hidden;
    white-space:nowrap;
	text-overflow: visible;
}