
/*  ----------------------------------------
	Ce CSS sert à la section Générale
	Il vient définir les couleurs
	et les photos de cette section !
	
	- par élo, le 22 septembre 2007 -
 -----------------------------------------*/



/* ----------------------------
  2. Conteneurs généraux
 -----------------------------*/
 
#droite			{background-color:#CEEA8A; background-image:url(../images/general/fond-vert.gif); background-repeat:repeat-y; background-position:left;}


/* ----------------------------
  2. Zone de contenu
 -----------------------------*/
 
#contenu			{border-right:0.3em solid #9FBA5E; border-bottom:0.3em solid #9FBA5E;}

#contenu h1			{color:#6D8D21;}
#contenu h2			{color:#6D8D21;}


/* ----------------------------
  3. Onglets
 -----------------------------*/

#onglets a:link, 
#onglets a:visited, 
#onglets a:hover, 
#onglets a:active, 
#onglets a:focus		{background-color:#6D8D21; background-image:url(../images/general/onglet-vert.gif); background-repeat:no-repeat; background-position:bottom left;}


/* ----------------------------
  4. Menu
 -----------------------------*/
 
#gauche li a:hover			{list-style-image:url(../images/test/puce-gris.gif);}

#principal .photo-haut		{background-image:url(../images/general/photo-haut.gif); background-position:bottom right; background-repeat:no-repeat;}
#principal .photo-bas		{background-image:url(../images/general/photo-bas.gif); background-repeat:no-repeat; background-position:bottom right; border-top:0.5em solid #CFEB8A;}

