@CHARSET "UTF-8";

/* COULEURS FOND DE MODULES */

/* gris clair */
.blc_bkg_clr_dft { background: #E8E8E8 }

/* bleu */
.blc_bkg_clr_001 { background: #6CF }

/* orange clair */
.blc_bkg_clr_002 { background: #F99E26 }

/* orange foncé */
.blc_bkg_clr_003 { background: #F77E2D }

/* fushia */
.blc_bkg_clr_004 { background: #E2599E }

/* gris clair */
.blc_bkg_clr_005 { background: #E8E8E8 }

#header
{
  height: 101px;
  background: transparent url(/images/header_umiha.png) no-repeat scroll left top;
}

#logo_entete
{
  background: transparent url(/images/logo_umiha.png) no-repeat scroll left bottom;
  width: 134px;
  height: 172px;
  left:30px;
  top:0px;
}

.img_corners {
  background-image: url(no-image);
  background-repeat: no-repeat;
  width: 194px;
  height: 12px;
}

/* Hauts et bas arrondis de modules */
.img_top_corners
{
  background-image: url(/images/corners_top.png);
  background-position: bottom;
  }

.img_bottom_corners
{
  background-image: url(/images/corners_bottom.png);
  background-position: top;
}

/* Hauts et bas arrondis des modules pour #general */
.img_top_corners_538
{
  background-image: url(/images/corners_top_umiha_538.png);
  background-position: bottom;
  width: 538px;
  }

.img_bottom_corners_538
{
  background-image: url(/images/corners_bottom_umiha_538.png);
  background-position: top;
  width: 538px;
}

/* Left bar */

#leftbar .bloc {
  border-color: #898989;
}

/* menu top */

#menutop ul li a#tab1 {background: transparent url(/images/tab1.png) no-repeat scroll left top;}

#menutop ul li a#tab2 {background: transparent url(/images/tab2.png) no-repeat scroll left top;}

#menutop ul li a#tab3 {background: transparent url(/images/tab3.png) no-repeat scroll left top;}

.sousMenuAlimentaire {
  background: url("/images/bkg_alimentaire.png") repeat;
}

.sousMenuEquipement {
  background: url("/images/bkg_equipement.png") repeat;
}

.sousMenuService {
  background: url("/images/bkg_service.png") repeat;
}

.bottomSousMenuAlimentaire { background: url('/images/corners_bottom_alimentaire.png') top no-repeat }

.bottomSousMenuEquipement { background: url('/images/corners_bottom_equipement.png') top no-repeat }

.bottomSousMenuService { background: url('/images/corners_bottom_service.png') top no-repeat }

#menutop ul li a#tab4 {
  width: 197px;
  background: transparent url(/images/tab4.png) no-repeat scroll left top 
}

#menutop ul li a#tab4_a {
  width: 69px;
  background: transparent url(/images/tab4_a.png) no-repeat scroll left top 
}

#menutop ul li a#tab4_b {
  width: 128px;
  background: transparent url(/images/tab4_b.png) no-repeat scroll left top 
}

#menutop ul li a#tab5 {background: transparent url(/images/tab5.png) no-repeat scroll left top;}

