.Empruts
	{
	width : 100%;
		 
	align-items : center;
	
	margin : 30px 0px 100px 0px;
	}

.EmprutsRow
	{
	width : 700px;
		 
	align-items : center;
	flex-wrap : nowrap;
	
	padding : 20px 0px 20px 0px;
	
	border-bottom : solid 1px #f3f3f3; 
	}
	
.EmprutsRow:last-child 
	{
	border-bottom : none; 
	}
	
.EmprutsHeadRow	
	{
	border-bottom : solid 1px #cccccc;
	}
	
.EmprutsHead
	{
	padding-right : 20px;
	
	font : bold 16px Calibri;
	color : #434343;
	line-height : 1.5;
	}
	
.EmprutsText
	{
	padding-right : 20px;
		
	font : normal 14px Calibri;
	color : #434343;
	line-height : 1.5;
	}
	
.EmprutsTitle
	{
	width : 60%;
	}
	
.EmprutsDatePret,
.EmprutsDateRet,
.EmprutsProl
	{
	width : 130px;
	
	text-align : center;
	}
	
.ReservTitle
	{
	width : 82%;
	}
	
	
/* Smartphone */
@media only screen and (max-width:480px)
	{
	
	.EmprutsHead
		{
		padding-right : 15px;
		
		font : bold 14px Calibri;
		}
		
	.EmprutsRow
		{
		width : 100%;
		flex-wrap : nowrap;
		}	
		
	.EmprutsDatePret,
	.EmprutsDateRet
		{
		width : 60px;
		}
		
	.EmprutsProl
		{
		width : 80px;
		}
		
	.EmprutsText
		{
		padding-right : 10px;
			
		font : normal 12px Calibri;
		}
		
	.CptButton
		{	
		font : normal 12px Calibri;
		}
	
	.ReservTitle
		{
		width : 70%;
		}
	}

	
/* Tablet	*/	
@media only screen and (min-width:481px) and (max-width:800px)
	{
	}