@import url(http://fonts.googleapis.com/css?family=Oleo+Script);
*{
    margin: 0;
    padding: 0;
    font-family: oleo Script
}
#canvas{
    display: block;
}
#fond{
    position: absolute;
    z-index: -1;
    width: 100%;
    height: auto;
	-moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px;
	border: 1px solid rgba(255, 255, 255, 0.49);
	-moz-box-shadow: 3px 4px 0px rgba(0,0,0,0.36);
	-webkit-box-shadow: 3px 4px 0px rgba(0,0,0,0.36);
	box-shadow: 3px 4px 0px rgba(0,0,0,0.36);
}
#prenom{
    position: absolute;
    top: 10px; 
    left: 10px;
    font-size: 70px; 
    text-align: left; 
    text-shadow: 0px 0px 7px rgba(235, 214, 127, 1); 
    color:#ffeca0; 
    word-wrap:break-word;
    background-color: rgba(0,0,0,0.25);
}
#message{
    position: absolute;
    bottom: 10px;
    width: 100%; 
    color:#ffeca0;
    font-size: 70px;
    text-shadow: 0px 0px 7px  rgba( 235, 214, 127, 1);
    background-color: rgba(0,0,0,0.25);
	border-top-color:rgba(255, 255, 255, 0.49);
	border-top-style:solid;
    border-bottom-color:rgba(255, 255, 255, 0.49);
	border-bottom-style:solid;
}
