@charset "UTF-8";
 body {
	font: Helvetica, sans-serif;
	background: #181818;
	margin: 0;
	padding: 0;
    }

    .styleliquid #container {
	width: 100%;
	background: #181818;
	margin: 0;
	text-align: center;
    }

    .styleliquid #header {
	font-family: Helvetica, sans-serif;
	color: #cccccc;
	font-size: 46px;
	line-height: 1em;
	margin-top: 15px;
	margin-bottom: -5px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -2pt;
	}
	
	.styleliquid #header2 {
	font-family: Helvetica, sans-serif;
	color: #cccccc;
	font-size: 22px;
	line-height: 1em;
	margin-top: 20px;
	margin-bottom: -20px;
	text-align: center;
	}
	
	.styleliquid #header3 {
	font-family: Helvetica, sans-serif;
	color: #cccccc;
	font-size: 12px;
	line-height: 1em;
	}

    .styleliquid #main {
	padding: 0 30px;
	background: #181818;
	text-align: center;
    }

/* infobulle d'avertissement WMIS */	
	a.info{
	position: relative;
	z-index: 30;
	text-align: justify;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	font-style: italic;
	color: #cccccc;
	}
 
	a.info:hover{
	background-color:#cccccc
	}
 
	a.info span{
	display: none
	}
 
	a.info:hover span{
	z-index: 20;	
	display:block;
	position:absolute;
	top:-15em; left:2em; width:23em;
	background-color:#181818;
	padding:5px;
	}


/* style des liens (empèche les couleurs bleu et violet) */	
	a:link {
	color: #cccccc;
	text-decoration: none;
	}
	a:visited {
	text-decoration: none;
	color: #cccccc;
	}
	a:hover {
	text-decoration: none;
	color: #cccccc;
	}
	a:active {
	text-decoration: none;
	color: #cccccc;
	}
