
/*  ----------------------------------------
	Ce CSS sert à la section sur Halocarbures
	Il vient définir les couleurs
	et les photos de cette section !
	
	- par Genevieve B., le 10 octobre 2007 -
 -----------------------------------------*/



/* ----------------------------
  2. Conteneurs généraux
 -----------------------------*/
 
#droite			{background-color:#C1AEAC; background-image:url('../../images/halocarbures/fond-gris.gif'); background-repeat:repeat-y; background-position: left 50%;}


/* ----------------------------
  2. Zone de contenu
 -----------------------------*/
 
#contenu			{border-right:0.3em solid #685760; border-bottom:0.3em solid #685760;}

#contenu h1			{color:#4E4044;}
#contenu h2			{color:#4E4044;}


/* ----------------------------
  3. Onglets
 -----------------------------*/

#onglets a:link, 
#onglets a:visited, 
#onglets a:hover, 
#onglets a:active, 
#onglets a:focus		{background-color:#55464B; background-image:url('../../images/halocarbures/onglet-gris.gif'); background-repeat:no-repeat; background-position: left bottom;}


/* ----------------------------
  4. Menu
 -----------------------------*/

#gauche li					{list-style-image:url('../../images/halocarbures/puce.gif');}
#gauche li a:hover			{list-style-image:url('../../images/test/puce-gris.gif');}

#principal .photo-haut		{background-image:url('../../images/halocarbures/photo-haut.gif'); background-position: right bottom; background-repeat:no-repeat}
#principal .photo-bas		{background-image:url('../../images/halocarbures/photo-bas.gif'); background-repeat:no-repeat; background-position: right bottom; border-top:0.5em solid #C1AEAC}


/* ----------------------------
  5. Tableaux de données
 -----------------------------*/

td						{}
th						{background-color:#EBE2E1;}

