#C4 {
		background:url(c4.png);
}
#C3 {
		background:url(c3.png);
}
#C2 {
		background:url(c2.png);
}
#C1 {
		background:url(c1.png);
}
#C0 {
		background:url(c0.png);
}
#Cl0 {
		background:url(Cl.png);
}
#N0 {
		background:url(N0.png);
}
#N1 {
		background:url(N1.png);
}
#N2 {
		background:url(N2.png);
}
#O0 {
		background:url(O0.png);
}
#O1 {
		background:url(O1.png);
}
#O20 {
		background:url(O2.png);
}
div.yes:hover {
	border-bottom:solid blue 3px;
	cursor:hand;
}
div.ver {
	background:url(ver.png);
	background-size:100% 100%;
	width:30px;
	height:30px;
	z-index:-1;
}
div.ver2 {
	background:url(ver2.png);
	background-size:100% 100%;
	width:30px;
	height:30px;
	z-index:-1;
}
div.hor {
	background:url(hor.png);
	background-size:100% 100%;
	width:30px;
	height:30px;
	z-index:-1;
}
#logo {
	background:url(logo.png);
	width:262px;
	height:140px;;
}
#nom {
	margin: 0px;
	width: 400px;
	background:#666;
	padding: 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 7px #333;
	-moz-box-shadow: 0px 0px 7px #333;
	box-shadow: 0px 0px 7px #333;
	border: 1px solid #353535;
	color: #f5f5f5;
	font-family: Arial;
	position:absolute;
	top:25;
	left:300;
}
#outil {
	margin: 0px;
	width: 400px;
	background:#666;
	padding: 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 7px #333;
	-moz-box-shadow: 0px 0px 7px #333;
	box-shadow: 0px 0px 7px #333;
	border: 1px solid #353535;
	color: #f5f5f5;
	font-family: Arial;
	position:absolute;
	top:25;
	left:800;
}
.reset {
	color:#F00;
	text-align:right;
	cursor:hand;
}
.reset:hover {
	text-decoration:underline;
}
.er {
	color:red;
}
select {
	background-color:#333;
	color:#FFF;
	border:solid 1px white;
}
body {
	background: #a8a8a8;
background: -moz-linear-gradient(top, #a8a8a8 14%, #ffffff 59%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(14%,#a8a8a8), color-stop(59%,#ffffff));
background: -webkit-linear-gradient(top, #a8a8a8 14%,#ffffff 59%);
background: -o-linear-gradient(top, #a8a8a8 14%,#ffffff 59%);
background: -ms-linear-gradient(top, #a8a8a8 14%,#ffffff 59%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A8A8A8', endColorstr='#FFFFFF',GradientType=0 );
background: linear-gradient(top, #a8a8a8 14%,#ffffff 59%);
}
#C4, #C3, #C2, #C1, #C0, #Cl0, #N0, #N1, #N2, #O0, #O1, #O20 {
	background-size: 32px 32px;
	width:32px;
	height:32px;
}