﻿* {
	margin:0;
	padding:0;
	border:0;
}
hr {
	border:0 solid white;
	height:0;
	background:none;
}

li {
  list-style:none;
  display:block;
}

a {
  text-decoration:none;
  color:blue;
}

.spacer {
	clear:both;
	font-size:1px;
}

var {
	display:none;
}

strong {
	font-weight:bold;
}


.test h3 {
	margin-top:1em;
	font-size:29px;
	color:teal;
}

.test h4 {
	margin:0.5em 0;
	font-size:15px;
	font-weight:bold;
	color: blue;
	
}

.nuancier {
	width:722px;
}

.nuancier ul {
	float:left;
	width:24%;
	margin-right:1%;
	color:#60666b;
}
.nuancier ul li {
	position:relative;
	height:30px;
	border-top:1px dotted teal;
	padding-top:3px;
	margin-bottom:6px;
	vertical-align:top;
}
.nuancier ul li .couleur{
	float:right;
	width:54px;
	height:100%;
}
.nuancier ul li .numero{
	float:right;
	font-size:12px;
	margin:9px 4px 0 0;
}
.nuancier ul li .nom{
	font-size:10px;
	font-family:Verdana;
	color:black;
	position:absolute;
	width:50%;
}

#popup_nuancier {
	z-index:5;
	position:absolute;
	width:160px;
	height:120px;
	display:none;
	border:1px solid #EAE7D1;
}


.hidden {
	display:none;
}


