.column_left{
	background-image:  url('/images/marche_test.gif');
	background-position: top left;
	background-repeat: no-repeat;
}


.interface{
	background-image:  url('/images/index_14.gif');
	background-position: bottom left;
	background-repeat: no-repeat;	
}

.content{
	background-image:  url('');
}

/*
body
  {
  color: #F9C700;
  }

p
  {
  color: #91BD29;
  }
*/  
h1
  {
  	background: url('/images/title_vert.gif') left no-repeat;
  	color: #91BD29;
  }

h3
  {
	background: url('/images/h3_vert.gif') left no-repeat;
  	color: #91BD29;
  }

a
  {
  	color: #91BD29;
  }
	
a:hover
  {
  color: #91BD29;
  }

div.column_left ul
  {
	background: transparent url('') top left no-repeat;	/* general menu background */
  }

div.column_left li a:hover 
  {
 	background: transparent url('/images/menu_hover.gif') top left no-repeat;
  }
  

div.content li
  {
	background-image:url('/images/li_vert.gif');
  } 
