
#dispo
	{
	position : fixed;
	top : 100px;
	left : 50px;
	width : calc(100% - 100px);
	height : calc(100% - 200px);
	overflow : auto;
	display : none;
	background : #ffffff;
	-moz-border-radius: 25px 25px 25px 25px; 
	  -webkit-border-radius: 25px 25px 25px 25px;
	  -0-border-radius: 25px 25px 25px 25px; 
	  border-radius: 25px 25px 25px 25px;	border : 1px solid #808080;
	box-shadow: -2px -5px 10px rgba(0, 0, 0, 0.25),
            5px 5px 10px rgba(0, 0, 0, 0.25); 	padding : 10px;
	}
	
#calendrier
	{
		width : 100%;
	}
	
form
	{
	clear : both;
	font-size : 1.25em;
	display : block;
	background : rgba(255, 255, 255, 0.75);
	padding : 20px;
	}

input[type=text], textarea
	{
	-moz-border-radius: 5px 5px 5px 5px; 
	  -webkit-border-radius: 5px 5px 5px 5px;
	  -0-border-radius: 5px 5px 5px 5px; 
	  border-radius: 5px 5px 5px 5px;	width : calc(100% - 240px);
	padding : 5px;
	}
textarea
	{
		height : 100px;
	}
label
	{
	vertical-align : top;
	display : inline-block;
	width : 200px;
	margin-bottom : 20px;
	}
	
.inlineblock
	{
	vertical-align : top;
	display : inline-block;
	width : calc(100% - 210px);
	}
	
.date	
	{
	text-align : center;
	vertical-align : top;
	font-size : 0.75em;
	padding : 10px;
	margin : 10px;
	background : #EEEEEE;
	}
	
.date img
	{
		width : 20px;
	}