#home_top {
  float: left;
  clear: both;
  width: 740px;
}
#home_top .title {
  float: left;
  clear: both;
  width: 100%;
  height: 32px;
}
#home_top .bloc_content {
  float: left;
  clear: both;
  width: 730px;
  height: 339px;
  padding: 3px 5px;

  background-repeat: no-repeat;
  background-position: top right;
  background-color: #d9ecbf;
}
#home_top .bloc_content .left {
  float: left;
  clear: both;
  width: 432px;
  height: 337px;
  border: 1px solid #8cc63f;
}
#home_top .bloc_content .right {
  float: left;
  width: 280px;
  height: 337px;
  padding: 0px 8px;
  position: relative;
}
#home_top .bloc_content .right .desc {
  position: absolute;
  top: 95px;
  left: 8px;
  padding: 0px 15px;
  width: 250px;
  text-align: center;
}
#home_top .bloc_content .right .links {
  position: absolute;
  bottom: 90px;
  left: 8px;
  
  width: 286px;
}
#home_top .bloc_content .right .links a {
  float: left;
  width: 116px;
  height: 22px;
  line-height: 22px;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  padding-left: 27px;
  margin-top: 8px;
  background: url(http://ftp.mascotteo.com/img/bg_home_link.png) no-repeat top left;
  cursor: pointer;
}
#home_top .bloc_content .right .links a:hover, #home_top .bloc_content .right .links a.current {
  background: url(http://ftp.mascotteo.com/img/bg_home_link_on.png) no-repeat top left;
  color: #ffffff;
  cursor: pointer;
}
#home_top .bloc_content .right .large_link {
  position: absolute;
  bottom: 25px;
  left: 8px;
  
  width: 278px;
  height: 33px;
}
#home_top .bloc_content .right .large_link a {
  float: left;
  width: 240px;
  height: 19px;
  padding-left: 38px;
  padding-top: 14px;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  background: url(http://ftp.mascotteo.com/img/bg_home_large_link.png) no-repeat top left;
  cursor: pointer;
}


#home_top2 {
  float: left;
  clear: both;
  width: 740px;
  margin-top: 12px;
}
#home_top2 img {
  float: left;
}

#home_bottom {
  float: left;
  clear: both;
  width: 740px;
  margin-top: 12px;
}

#B_LEFT {
  float: left;
  width: 146px;
}
#B_CENTER {
  float: left;
  width: 290px;
  margin-left: 7px;
}
#B_RIGHT {
  float: left;
  width: 290px;
  margin-left: 7px;
}

#home_bottom .title {
  float: left;
  clear: both;
  width: 100%;
}
#home_bottom .links {
  float: left;
  clear: both;
  border-left: 1px solid #8cc63f;
  border-right: 1px solid #8cc63f;
  background-color: #badd8c;
}
#home_bottom .bloc_content {
  float: left;
  clear: both;
  border-left: 1px solid #8cc63f;
  border-right: 1px solid #8cc63f;
  border-bottom: 1px solid #8cc63f;
  background-color: #d9ecbf;
}
#home_bottom .links a {
  float: left;
  line-height: 32px;
  background-color: #badd8c;
  color: #043d1d;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
#home_bottom .links a:hover, #home_bottom .links a.current {
  float: left;
  line-height: 32px;
  color: #043d1d;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
#B_LEFT .links, #B_LEFT .bloc_content {
  width: 144px;
}
#B_CENTER .links, #B_CENTER .bloc_content {
  width: 288px;
}
#B_RIGHT .links, #B_RIGHT .bloc_content {
  width: 288px;
}

#B_LEFT .links a {
  width: 27px;
}
#B_LEFT .links a:hover, #B_LEFT .links a.current {
  width: 27px;
  height: 32px;
  background: url(http://ftp.mascotteo.com/img/bg_home_links1_on.gif) no-repeat top left;
}
#B_CENTER .links a {
  width: 71px;
}
#B_CENTER .links a:hover, #B_CENTER .links a.current {
  width: 71px;
  height: 32px;
  background: url(http://ftp.mascotteo.com/img/bg_home_links2_on.gif) no-repeat top left;
}
#B_RIGHT .links a {
  width: 96px;
}
#B_RIGHT .links a:hover, #B_RIGHT .links a.current {
  width: 96px;
  height: 32px;
  background: url(http://ftp.mascotteo.com/img/bg_home_links3_on.gif) no-repeat top left;
}

/* ** HOME PAGE - A LA UNE - 1er BLOC CENTRAL ** */
#A_LA_UNE {
  float: left;
  clear: both;
  width: 740px;
}
#A_LA_UNE #tagged {
  width: 722px;
}
#A_LA_UNE .title {
  float: left;
  clear: both;
  width: 100%;
}
#A_LA_UNE #tagged .title {
  margin-top: 12px;
}
#A_LA_UNE .bloc_content {
  float: left;
  clear: both;
  width: 730px;
  height: 339px;
  padding: 3px 5px;

  background-repeat: no-repeat;
  background-position: top right;
  background-color: #badd8c;
}
#A_LA_UNE #tagged .bloc_content {
  width: 712px;
  background-color: #c1cddf;
}
#A_LA_UNE .bloc_content .left {
  float: left;
  clear: both;
  width: 432px;
  height: 337px;
  border: 1px solid #8cc63f;
}
#A_LA_UNE #tagged .bloc_content .left {
  border-color: #09397f;
}
#A_LA_UNE .bloc_content .right {
  float: left;
  width: 280px;
  height: 337px;
  padding: 0px 8px;
  position: relative;
}
#A_LA_UNE #tagged .bloc_content .right {
  width: 262px;
}
#A_LA_UNE .bloc_content .right .desc {
  position: absolute;
  top: 95px;
  left: 8px;
  padding: 0px 15px;
  width: 250px;
  text-align: center;
}
#A_LA_UNE #tagged .bloc_content .right .desc {
  width: 232px;
}
#A_LA_UNE .bloc_content .right .links {
  position: absolute;
  bottom: 90px;
  left: 8px;
  
  width: 286px;
}
#A_LA_UNE #tagged .bloc_content .right .links {
  position: absolute;
  top: 200px;
  left: 8px;
  
  width: 268px;
}
#A_LA_UNE .bloc_content .right .links a {
  float: left;
  width: 116px;
  height: 22px;
  line-height: 22px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  padding-left: 27px;
  margin-top: 8px;
  background: url(http://ftp.mascotteo.com/img/bg_home_link.png) no-repeat top left;
  cursor: pointer;
}
#A_LA_UNE #tagged .bloc_content .right .links a {
  width: 107px;
  background-image: url(http://ftp.mascotteo.com/img/A_la_une_bg_link.png);
}
#A_LA_UNE .bloc_content .right .links a:hover, #A_LA_UNE .bloc_content .right .links a.current {
  background: url(http://ftp.mascotteo.com/img/bg_home_link_on.png) no-repeat top left;
  color: #fff;
  cursor: pointer;
}
#A_LA_UNE #tagged .bloc_content .right .links a:hover, #A_LA_UNE #tagged .bloc_content .right .links a.current {
  background-image: url(http://ftp.mascotteo.com/img/A_la_une_bg_link_on.png);
}

#A_LA_UNE .bloc_content .right .large_link {
  position: absolute;
  bottom: 25px;
  left: 8px;
  
  width: 278px;
  height: 33px;
}
#A_LA_UNE .bloc_content .right .large_link a {
  float: left;
  width: 240px;
  height: 19px;
  padding-left: 38px;
  padding-top: 14px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  background: url(http://ftp.mascotteo.com/img/bg_home_large_link.png) no-repeat top left;
  cursor: pointer;
}