DIV.chanorm {
	BACKGROUND-COLOR: #ffffff;COLOR: #000000;     MARGIN-BOTTOM: 1px;
}
DIV.crypt {
	BACKGROUND-COLOR: #ffffff; COLOR: #000000;     MARGIN-BOTTOM: 1px;
}
DIV.disparu {
	BACKGROUND-COLOR: #ff5555; COLOR: #000000;     MARGIN-BOTTOM: 1px;
}
DIV.clair {
	BACKGROUND-COLOR: #44ffaa; COLOR: #000000;     MARGIN-BOTTOM: 1px;
}
.listecr {
	COLOR: #ff0066
}
.prototype-wrapper {
	width:100%;
	margin: 0 auto;
	background-color:#f0f0f0;

}

.bouton_c {
color: #494949 !important;
text-transform: uppercase;
text-decoration: none;
background: #ffffff;
padding: 1px;
border: 4px solid #494949 !important;
display: inline-block;
transition: all 0.4s ease 0s;
border-radius: 10px;
} 

.bouton_c_selected {
color: #494949 !important;
text-transform: uppercase;
text-decoration: none;
background: #b9f63b;
padding: 5px;
border: 4px solid #a9f62b !important;
display: inline-block;
transition: all 0.4s ease 0s;
border-radius: 10px;
}   
  
.bouton_c:hover {
color: #ffffff !important;
background: #f6b93b;
border-color: #f6b93b !important;
transition: all 0.3s ease 0s;
border-radius: 10px;
}    