body{
  text-align:center;
  background-color : #4558FF;
}

/* positionnement */

.haut {
  position : relative;
  text-align:center;
}

#titre {
  border-style : none;
  width : 520px;
  height : 110px;
}

.t1 {
  width : 110px;
  height : 110px;
}

.corps {
  position : relative;
  top : 10px;
}

.tab-menu {
  background-image:url(../images-site/menu-h2.png);
  text-align : center;
  height : 34px;
  border : 0;
  color : #006699;
  font-weight : bold;
  font-size : 12px;
  letter-spacing : 1px;
}

.tab-corps {
  background-color : #ffffff;
  width : 100%;
  text-align : left;
}

.tab-corps1 {
  background-image:url(../images-site/corps1.png);
}

.tab-corps2 {
  background-image:url(../images-site/corps2.png);
}

.tab-pied {
  background-image:url(../images-site/menu-b2.png);
  text-align : center;
  height : 39px;
  border : 0;
  font-weight : bold;
  font-size : 10px;
  letter-spacing : 1px;
}

/* liens */

.tab-menu a {
  text-decoration : none;
  color : #800000;
  background-image:url(../images-site/menu-item1.png);
  padding-right : 5px;
  padding-left : 5px;
}

.tab-menu a:hover {
  color : #FF6600;
  background-image:url(../images-site/menu-item2.png);
}

.tab-pied a {
  text-decoration : none;
  color : #800000;
  background-image:url(../images-site/menu-item1.png);
  padding-right : 5px;
  padding-left : 5px;
}

.tab-pied a:hover {
  color : #FF6600;
  background-image:url(../images-site/menu-item2.png);
}
