﻿*
{
  margin: 0;
  padding: 0;
}

body
{
  background: #fff;
  font: normal normal normal 9pt Tahoma, sans-serif;
}

img
{
  border: none;
}

#MainContent
{
  /* rien */
}

#Header
{
  height: 135px;
  background: url(i/header.jpg) repeat-x;
}

#Logo
{
  height: 135px;
  background: url(i/logo.jpg) no-repeat;
}

#Content
{
  margin: 20px;
}

#Fruits, #Legumes
{
  width: 45%;
  float: left;
  background: url(i/sep.gif) 0 33px repeat-x;
  margin-right: 5%;
}

#LogoFruits, #LogoLegumes
{
  background: url(i/fruits.gif) no-repeat;
  height: 32px;
  width: 100%;
  text-indent: -9999px;
}

#LogoLegumes
{
  background-image: url(i/legumes.gif);
}

.fl
{
  clear: both;
  margin-top: 10px;
  padding-bottom: 15px;
  background: url(i/sep.gif) 0 100% repeat-x;
  overflow: hidden;
}

.fl ul
{
  list-style: none;
  margin-left: 50px;
}

.fl li
{
  clear: both;
  margin-bottom: 2px;
}

a:link, a:active, a:visited
{
  color: #4B95C8;
}

a:hover
{
  color: #266895;
}

.inactive a
{
  display: block;
  float: left;
}

.inactive a:link, .inactive a:active, .inactive a:visited
{
  color: #999;
  text-decoration: underline;
}

.inactive a:hover
{
  color: #444;
}

a.info
{
  margin-top: 4px;
  text-decoration: none;
}

