/*
	CANDY MIRROR NINJA
*/
/*
#canvasJeu
{
	display	: inline-block;
	width	: 800px;
	height	: 480px;
	border	: 1px solid black;
	box-shadow	: 0 0 6px black;
}

@font-face  {
                        font-family: 'cmn_webfont';
                        src: url('cmn_webfont.eot');
                        src: url('cmn_webfont.eot?#iefix') format('embedded-opentype'),
                             url('cmn_webfont.woff') format('woff'),
                             url('cmn_webfont.ttf') format('truetype'),
                             url('cmn_webfont.svg#cmn_webfont') format('svg');
                        font-weight: normal;
                        font-style: normal;

            }

*/

#fontTrick {
    
    position:absolute;
    left:-100px;
    top:-100px;
    display : inline;
    font-family : cmn_webfont, serif;
    visibility : hidden;
    z-index:-1;
    
}