
/* http://www.convertissez.fr/font-converter.php */
/*
@font-face {
  font-family: 'Comique';
  src: url('omiquegr.ttf');
  src: url('omiquegr.otf') format('truetype'),
     url('omiquegr.svg#ComiqueBold') format('svg');
font-weight: bold;
font-style: normal;
}
*/


/* Fonte Lilly : origine http://www.apostrophiclab.com/  -> http://www.fontsquirrel.com/fonts/Lilly */
/* Initialement trouvée sur : http://bancomicsans.com/main/?page_id=98 */
@font-face {
    font-family: 'lillyregular';
    src: url('polices/lilly__-webfont.eot');
    src: url('polices/lilly__-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/lilly__-webfont.woff') format('woff'),
         url('polices/lilly__-webfont.ttf') format('truetype'),
         url('polices/lilly__-webfont.svg#lillyregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* http://bancomicsans.com/main/?page_id=98 */

#titre, #titre_gen, #titre_rec_lg, #titre_rec, #titre_jeu, #titre_jeu_lg, #titre_jeu_tlg, #titre_cartes { 
    position: absolute;
    top: 50px;
    left: 50%;
    height: 100px;
    width: 100%;
    line-height: 100px;
    margin-top: -50px;
    margin-left: -50.001%;
    padding: 0px;
    vertical-align: middle;
    text-align: center ;
    white-space: nowrap ;
    color: rgb(153,51,0) ;
    /*font-family: "Comic Sans MS", lucida, "Georgia", cursive ;*/
    /*font-weight: bold ;*/
    /* Je mets Georgia qui est un peu moins moche que cursive quand Comic Sans MS n'est pas dispo */
    font-family: 'lillyregular';
    font-weight: normal ;
    font-style: normal;
    }

#titre, #titre_gen, #titre_rec, #titre_jeu, #titre_cartes {
  /* Il ne faut pas mesurer en em sinon ça dépend de la taille de la police principale du site ! */
     /*font-size: 3.5em ;*/
     font-size: 54px ;
}

#titre_jeu_lg, #titre_rec_lg {
    /*font-size: 2.5em ;*/
    font-size: 42px ;
}

#titre_jeu_tlg {
    /*font-size: 2em ;*/
    font-size: 32px ;
}

/*
  #titre {
    background: rgb(179,140,64) url(../images/maquette/titre.png) top left no-repeat ;
    }
*/


/* Titre des voyages récents appelé sur la racine du site */
/* titre_gen_lg : même image de fond mais caractères plus petits */
  #titre_gen, #titre_rec, #titre_rec_lg { 
    background: rgb(179,140,64) url(../images/maquette/titre.png) top left no-repeat ;
  }


/* titre_jeu : Classe tilisée pour les voyages de jeunesse */
/* titre_jeu_lg : même image de fond mais caractères plus petits (été 1985) */
/* titre_jeu_tlg : caractères encore plus petits (été 1981) */
  #titre_jeu, #titre_jeu_lg, #titre_jeu_tlg { 
    background: rgb(179,140,64) url(../images/maquette/titre-jeunesse.png) top left no-repeat ;
  }

/* #titre_cartes : sans image */
#titre_cartes {
  background: rgb(179,140,64) ; 
}
