
body
{
	background-image:url("fonds/fond_mortnoye.png");
    background-size: 70%;

	background-repeat: no-repeat;
    background-position: right top;
    background-color: black;

    height:100%;
    width: 100%;
  
    cursor: url(curseurs/cu_mort_blanc.png), auto;}


    @keyframes fadeIn {
        0% { opacity:0; }
        100% { opacity:1;}}
      @-moz-keyframes fadeIn {
        0% {opacity:0;}
        100% {opacity:1;}}
      @-webkit-keyframes fadeIn {
        0% {opacity:0;}
        100% {opacity:1; }}
      @-o-keyframes fadeIn {
        0% {opacity:0;}
        100% {opacity:1;}}
      @-ms-keyframes fadeIn {
        0% {opacity:0;}
        100% {opacity:1;}}


    @font-face 
        {font-family: "dancingscript";      
        src: url("dancingscript.ttf") format("truetype");
        src: url("dancingscript.otf") format("opentype")}
    @font-face 
        {font-family: "dragon";      
        src: url("dragon.ttf") format("truetype");
        src: url("dragon.otf") format("opentype");}
     @font-face 
        {font-family: "stonehenge";      
        src: url("stonehenge.ttf") format("truetype");
        src: url("stonehenge.otf") format("opentype")}
        @font-face 
        {font-family: "Abecedary_italic";      
        src: url("Abecedary_italic.ttf") format("truetype");
        src: url("Abecedary_italic.otf") format("opentype")}
    @font-face 
       {font-family: "blackstone";
        src: url("blackstone.ttf") format("truetype");
        src: url("blackstone.otf") format("opentype");}
    @font-face 
       {font-family: "Cardinal";
        src: url("Cardinal.ttf") format("truetype");
        src: url("Cardinal.otf") format("opentype");}
    

.texte
{
  cursor: url(curseurs/cu_mort_blanc.png), auto;

  padding-left: 6%;
    padding-top: 4%;
     
	font-style: normal;
	font-size: 205%;											
    color: rgb(219, 211, 211); 
    text-shadow: 1px 1px rgb(233, 74, 26);
    text-decoration: none;
    font-family: "blackstone_hand","dancingscript",Comic Sans MS, Impact, Arial ; 
    font-weight: normal;

    animation: fadeIn ease 4s;
    -webkit-animation: fadeIn ease 4s;
    -moz-animation: fadeIn ease 4s;
    -o-animation: fadeIn ease 4s;
    -ms-animation: fadeIn ease 4s;}


    .tulipe {
      width: 10%;
padding-top: 3%;
padding-left: 9%;
      cursor: url(curseurs/cu_tour.png), auto;
      animation: fadeIn ease 4s;
      -webkit-animation: fadeIn ease 4s;
      -moz-animation: fadeIn ease 4s;
      -o-animation: fadeIn ease 4s;
      -ms-animation: fadeIn ease 4s;}

