/**
 * 1997-2017 Quadra Informatique
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0) that is available
 * through the world-wide-web at this URL: http://www.opensource.org/licenses/OSL-3.0
 * If you are unable to obtain it through the world-wide-web, please send an email
 * to modules@quadra-informatique.fr so we can send you a copy immediately.
 *
 * @author Quadra Informatique <modules@quadra-informatique.fr>
 * @copyright 1997-2015 Quadra Informatique
 * @license http://www.opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
 */

#popin_dalenys_tpe {
	position: fixed;
    top: 50px;
    left: 5px;
    background-color: #CCCCCC;
    padding: 10px;
    -webkit-transition: color .6s ease-in;
    -moz-transition: background-color .6s ease-in;
    -o-transition: background-color .6s ease-in;
    transition: background-color .6s ease-in;
    -moz-box-shadow: 5px 5px 10px 1px #656565;
	-webkit-box-shadow: 5px 5px 10px 1px #656565;
	-o-box-shadow: 5px 5px 10px 1px #656565;
	box-shadow: 5px 5px 10px 1px #656565;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=10);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#popin_dalenys_tpe label{
	font-weight: bold;
}
#popin_dalenys_tpe .notice{
	text-align: center;
}
