#colorbox, #colorbox * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#colorbox img { height: inherit; }

#colorbox {overflow: visible;}

/* Resultats formulaires */
.formulaire_ok b 
{
	font-weight: bold;
}

