/* style du bloc général */
#bloc_general
{
  position:relative;
  height:500px;
}

/* début des styles des 5 blocs de la rubrique */
#bloc_1
{
  position:absolute;
  left:0px;
  top:5px;
  width:342px;
  height:282px;
}

#bloc_2
{
  position:absolute;
  left:356px;
  top:152px;
  width:218px;
  height:346px;
}

#bloc_3
{
  position:absolute;
  left:0px;
  top:297px;
  width:342px;
  height:77px;
}

#bloc_4
{
  position:absolute;
  left:0px;
  top:380px;
  width:342px;
  height:119px;
}

#bloc_photo
{
  position:absolute;
  left:356px;
  top:5px;
  width:218px;
  height:137px;
  line-height:137px;
  text-align: center;
  vertical-align: text-bottom;
}
/* fin des styles des 5 blocs de la rubrique */
