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

	background-repeat: no-repeat;
    background-position: top right;
    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: "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: 5%;   

	font-style: normal;
	font-size: 210%;											
    color: rgb(236, 228, 228); 
    text-shadow: 1px 1px rgba(241, 2, 2, 0.8);
    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: 11%;
padding-top: 2%;
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;}



    


