.logobloc
{
	display:block;
	position:fixed;
	z-index:2147483647;
	
	/*height:6vh;
	bottom:1vh;
	right:1vh;*/
	
	height:60px;
	top:9px;
	right:10px;
	
	text-align:right;
	
	/*-moz-box-shadow: 1px 1px 3px 1px #999999;
	-webkit-box-shadow: 1px 1px 3px 1px #999999;
	-o-box-shadow: 1px 1px 3px 1px #999999;
	box-shadow: 1px 1px 3px 1px #999999;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#999999, Direction=134, Strength=3);*/
	
}



.picheight100pc
{
	position : relative;
	height:100%;
    width:auto;

    border:0;

}








@media handheld and (orientation: portrait), (max-width: 1100px) and (orientation: portrait), screen and (device-aspect-ratio: 2/3), screen and (device-aspect-ratio: 40/71), screen and (device-aspect-ratio: 3/4), (orientation: portrait)  {

.logobloc
{
	display:block;
	position:fixed;
	z-index:2147483647;
	
	/*height:6vh;
	bottom:1vh;
	right:1vh;*/
	
	height:30px;
	top:5px;
	right:6px;
	
	text-align:right;
	
	   -moz-border-radius: 14px 14px 14px 14px;
    -ms-border-radius: 14px 14px 14px 14px;
    -o-border-radius: 14px 14px 14px 14px;
    -webkit-border-radius: 14px 14px 14px 14px;
    border-radius: 14px 14px 14px 14px;

	overflow:hidden;
}
		
}





	
	
	
	
@media  handheld and (orientation: landscape), (max-width: 600px) and (orientation: landscape),(max-height: 600px) and (orientation: landscape), screen and (device-aspect-ratio: 2/3), screen and (device-aspect-ratio: 40/71), screen and (device-aspect-ratio: 3/4) {

	
.logobloc
{
	display:block;
	position:fixed;
	z-index:2147483647;
	
	/*height:6vh;
	bottom:1vh;
	right:1vh;*/
	
	height:30px;
	top:5px;
	right:6px;
	
	text-align:right;
	
	   -moz-border-radius: 14px 14px 14px 14px;
    -ms-border-radius: 14px 14px 14px 14px;
    -o-border-radius: 14px 14px 14px 14px;
    -webkit-border-radius: 14px 14px 14px 14px;
    border-radius: 14px 14px 14px 14px;

	overflow:hidden;
	
}
	
}