html {height: 100%;overflow-y:visible;}
body {
	width:100%;
	height:100%;
	font-size: 12px;
	line-height: 22px;
	color: var(--C_noir);
	margin:0px;
	padding:0px;
	font-family:Arial;
	background-color: aliceblue;
	overflow:hidden;
}
h1,h2,h3,h4,h5,h6,p{margin:0px;padding:0px;font-weight:normal;}
a,img{margin:0px;padding:0px;}
/*******************************/
/*******************************/
/*******************************/
/*******************************/
::selection,
::-moz-selection {
color: var(--C_site_selection2);
background-color:var(--C_site_selection1);
}
/*******************************/
/*******************************/
.no_select{
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}
/*******************************/
/*******************************/
body>div[class='script']{display: none;}
/*******************************/
/*******************************/