html {height: 100%;overflow-y:visible;}
body {
	width:100%;
	height:100%;
	font-size: 10px;
	line-height: 22px;
	color: black;
	margin:0px;
	padding:0px;
	font-family:Arial;
	background-color: white;
	overflow:hidden;
}
h1,h2,h3,h4,h5,h6,p{margin:0px;padding:0px;font-weight:normal;}
a,img,ul{margin:0px;padding:0px;}
/*******************************/
/*******************************/
/*******************************/
/*******************************/
::selection,
::-moz-selection {
color: var(--color_grisclaireplus_neomedia);
background-color:var(--color_bleuclaire_neomedia);
}
/*******************************/
/*******************************/
.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;}
/*******************************/
/*******************************/