
/*FONT*/

body {
      font-family: 'Titillium Web', sans-serif !important;
      }

h1, h2 {
      font-family: 'Petit Formal Script', cursive !important;
        }

/*DEUX COULEURS D'ENSEMBLE : ROSE ET GRIS*/

/*HEAD*/

#haut {background-color: #EEE;
      }

#haut a:hover{color:lightpink;
              }

.navbar-header:hover {cursor: default;
                      }

/*CONTENU GENERAL PAGE*/                    

.container-fluid {background-color:lightpink;
                  text-align:center;
                  }

.container {background-color:#EEE;
            text-align:center;
            }

/*CONTENU PAGE ACCUEIL*/

#computer {width:150px;
          margin:0 auto;
          display:block;
          }

#langue {width:150px;
        margin:0 auto;
        display:block;
        }

#communaute {width:150px;
            margin:0 auto;
            display:block;
            }

#mon-image {width:150px;
            margin:0 auto;
            display:block;
            }

/*LIVRES*/

#interet {margin:0 auto;
          display:block;
          }

#sept {width:150px;
        }

#chalk {width:150px;
        }

#marvels {width:150px;
          }

#crooked {width:150px;
          }

#doctor {width:150px;
          }

/*PIED DE PAGE*/

#pied-page{margin:0 auto;
          display:block;
          }

#pied-page a{color:black;
              }

#pied-page a:hover{color:grey;
                    }


     