@CHARSET "UTF-8";

/* COULEURS FOND DE MODULES */

/* gris */
.blc_bkg_clr_dft { background: #EDEDED }

/* vert */
.blc_bkg_clr_001 { background: #B6C62A }

/* jaune */
.blc_bkg_clr_002 { background: #F7DB00 }

/* orange */
.blc_bkg_clr_003 { background: #FFB600 }

/* bleu */
.blc_bkg_clr_004 { background: #005EA3 }

/* bleu clair */
.blc_bkg_clr_005 { background: #CAEBFF }

#header
{
  height: 108px;
  background: transparent url(/images/header_terha.jpg) no-repeat scroll left top;
}

#logo_entete
{
  background: transparent url(/images/logo_terha.png) no-repeat scroll left bottom;
  width: 78px;
  height: 184px;
  left:38px;
  top:8px;
}

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

/* Hauts et bas arrondis des modules pour les colonnes de droite et de gauche */
.img_top_corners
{
  background-image: url(/images/corners_top_lhfha.png);
  background-position: bottom;
  width: 194px;
  }

.img_bottom_corners
{
  background-image: url(/images/corners_bottom_lhfha.png);
  background-position: top;
  width: 194px;
}

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

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

/* on ne spécifie ici que la couleur du contour */
.bloc_border_color {
  border-color: #F2DC5A;
}

/* menu top */

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

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

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

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

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

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

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

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

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

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

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

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

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

/* bloc devenir adhérent */
#blocdeveniradherent h2
{
  color: white;
}

/* bloc devenir fournisseur */
#blocdevenirfournisseur h2
{
  color: white;
}


