	#container{
		width: 1000px;
		margin: 0;
	}
	#side-bar{
		width: 360px; 
		float: left;
		padding: 0px;
		line-height: 22px; 
	}
	.side-bar-link:hover{
		cursor: pointer;
		background-color: #ffcc7b;
	}
	.side-bar-link img{
		padding-top: 3px; 
		margin-top: 0px; 
		float: left; 
		padding-right: 5px; 
		padding-left: 5px;
	}
	#change-iti, #print-iti{
		margin-top: 5px;
		background-color: #f5ffe1; 
		padding: 0px; 
		border-radius: 5px; 
		border: 1px solid #aed261
	}
	#change-iti img, #print-iti img{
		position: relative; 
		top: 3px;
	}
	#item-list, #event-list, #EmplacementItineraireTexte{
		width:370px;
		height:500px;
		top: 0px;
		position: relative;
		overflow:auto;
	}
	#EmplacementItineraireTexte{
		width:360px;
		height:440px;
	}
	.iti-error{
		font-size: 13px;
		font-weight: bold;
		color: #ff0000;
		background-color: #ffe1e1; 
		padding: 10px; 
		border-radius: 5px; 
		border: 1px solid #d26161;
		margin: 10px 0px;
	}
	#itineraire{
		background-color: #fff;
		padding: 0px 10px;
		border-left: 1px solid #ccc;
		width: 350px;
		height: 500px;
	}
	.select-type, .itin-span{
		text-decoration: underline;
		cursor: pointer;
	}	
	.iti-block{
		background-color: #f5ffe1; 
		padding: 10px; 
		border-radius: 5px; 
		border: 1px solid #aed261;
		margin: 10px 0px;
	}
	#rayon{
		background-color: #ff9600; 
		padding: 4px; 
		border: 1px solid #c9450a; 
		border-radius: 5px; 
		z-index: 1000; 
		position: absolute; 
		top: 30px; 
		left: 390px;
	}