﻿@import url(/css/01/style-common-mobile.css) screen;

@import url(/css/01/style-common-ipad.css) only screen and (min-width: 650px);

@import url(/css/01/style-common-tablet.css) only screen and (min-width: 830px);

@import url(/css/01/style-common-tablet-bis.css) only screen and (min-width: 955px);

@import url(/css/01/style-common-netbook.css) only screen and (min-width: 1100px);
  
@import url(/css/01/style-common-desktop.css) only screen and (min-width: 1200px);


.btn-view{
	margin:0 auto;
	width:99%;
	text-align:center;
	margin-bottom:1em;
	}

#ResumeAutomaticLayout{
	display:none;
	}

#ForceDesktopLayout{
	padding:0.5em 1.2em;
	margin-left:0.2em;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	behavior:url(/css/pie.htc);
	background:#052a79;
	color:#fff;
	cursor:pointer;
	font:bold 0.7em 'Lato', Verdana, sans-serif;
	text-transform:uppercase;
	}

#ForceDesktopLayout:hover{
	background:#ddd;
	color:#052a79;
	}

#ForceDesktopLayout a.sel{
	background:red;
	color:#FFF;
	}

@media only screen and (min-width: 900px) {
	#ResumeAutomaticLayout,
	#ForceDesktopLayout{
		display:none;
	}
	
	.btn-view{display:none;}
}