/*slide 1*/
	#div_arrow{

		margin-top : 96.5px;
		margin-left:272.5px;
		background-image : url(../img/arrow.png);
		background-repeat : no-repeat;
		width:63px; 
		height:79px;
	}

	#div_logo{

		margin-top : 50px;
		margin-left : 146.5px;
		background-image : url(../img/logo.png);
		background-repeat : no-repeat;
		width:315px; 
		height:61px;
	}

	#div_link a {
		
		margin-left : 243px;
		display: block;
		height:16px;
		width:122px;
		text-decoration:none;
	}

	#div_link span{

		font-family: 'AllerBold', Arial, sans-serif;
		font-size: 14px;
		color : #1fc7ff;
	}

	#div_lang{
		position : absolute;
		height: 41px;
		width : 476px;
		left : 200px;
		margin: 0 ;
		padding: 0 ;
		list-style: none ;
		display:inline;
	}

	#div_lang li{
		top : 186.5px;
	
		border : 1px;
		border-color : #D4D4D4;
		border-style: solid;
		float:left;
		position : relative;
		height : 20px;
		width : 33px;
		margin-left:46.25px;
	}

	#div_lang_fr{
		background:url(../img/flag/fr.png);
		background-size:100% 100%;
		background-repeat:no-repeat;
		cursor:pointer;
	}
	#div_lang_en{
		background:url(../img/flag/en.png);
		background-size:100% 100%;
		background-repeat:no-repeat;
		cursor:pointer;
	}
		
	@media screen and (max-device-width: 480px) and (orientation:landscape),(max-device-width: 568px) and (orientation:landscape)
	{
		#div_arrow{
			margin-top : 65px;
			margin-left:163px;
			background-image : url(../img/arrow.png);
			background-size:100% 100%;
			background-repeat : no-repeat;
			width:39px; 
			height:49px;
		}

		#div_logo{
			margin-top : 16px;
			margin-left : 97.5px;
			background-image : url(../img/logo.png);
			background-size:100% 100%;
			background-repeat : no-repeat;
			width:170px; 
			height:33px;
		}

		#div_link a {
			
			margin-left : 121.5px;
			display: block;
			height:16px;
			width:122px;
			text-decoration:none;
		}

		#div_link span{

			font-family: 'AllerBold', Arial, sans-serif;
			font-size: 14px;
			color : #1fc7ff;
		}

		#div_lang{
			position : absolute;
			height: 20px;
			width : 476px;
			left : 130px;
			margin: 0 ;
			padding: 0 ;
			list-style: none ;
			display:inline;
		}

		#div_lang li{
			top : 75px;
			border : 1px;
			border-color : #D4D4D4;
			border-style: solid;
	
			
			position : relative;
			float:left;
			height : 20px;
			width : 33px;
			margin-left:14px;
		}

		#div_lang_fr{
			background:url(../img/flag/fr.png);
			background-size:100% 100%;
			background-repeat:no-repeat;
		}
		#div_lang_en{
			background:url(../img/flag/en.png);
			background-size:100% 100%;
			background-repeat:no-repeat;
		}

	}
	
	@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape)
	{
		#div_arrow{
			margin-left : 357.5px;
			background-image : url(../img/arrow.png);
			background-size:100% 100%;
			background-repeat : no-repeat;
			width:63px; 
			height:79px;
		}

		#div_logo{
			margin-left: 231.5px;
			background-image : url(../img/logo.png);
			background-size:100% 100%;
			background-repeat : no-repeat;
			width:315px; 
			height:61px;
		}

		#div_link a {
			margin-left : 328px;
			display: block;
			height:16px;
			width:122px;
			text-decoration:none;
		}

		#div_link span{
			font-family: 'AllerBold', Arial, sans-serif;
			font-size: 14px;
			color : #1fc7ff;

			
		}

		#div_lang{
			position : absolute;
			height: 20px;
			width : 113px;
			left : 325px;
			margin: 0 ;
			padding: 0 ;
			list-style: none ;
			display:inline;
		}

		#div_lang li{
			top : 175px;
			border : 1px;
			border-color : #D4D4D4;
			border-style: solid;
	
			
			position : relative;
			float:left;
			height : 20px;
			width : 33px;
			margin-left:20px;
		}

		#div_lang_fr{
			background:url(../img/flag/fr.png);
			background-size:100% 100%;
			background-repeat:no-repeat;
		}
		#div_lang_en{
			background:url(../img/flag/en.png);
			background-size:100% 100%;
			background-repeat:no-repeat;
		}
		
  	}