body{
   margin:20px;
   padding:0px;
   text-align:center;
   behavior: url(csshover.htc);
   }
   

a {
	text-decoration:none;
}
   
li {
	color:#eef1f2;
}

.texte {
	font-family: Gill Sans, HelveticaNeue, Helvetica Neue, Arial, sans-serif;
		font-size:16px;
		font-weight:100;
		color:#000000;
}

/* petites boites numeros unselect */	
.unselect_box {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	border-style:solid;
	border-width:1px;
	border-color:white;
	text-align:left;
    background: #e0e3e4;
    background: -webkit-linear-gradient( #e0e3e4, #cbcecf);
    background:    -moz-linear-gradient( #e0e3e4, #cbcecf);
    background:     -ms-linear-gradient( #e0e3e4, #cbcecf);
    background:      -o-linear-gradient( #e0e3e4, #cbcecf);
    background:         linear-gradient( #e0e3e4, #cbcecf);       padding: 3px;
}

.typo {
	font-size:80%;
	font-weight: bold;
	color: #8c86ba;
}