/* Partie frontoffice */
body
{
  width: 100%
}
body {
	background-image: url();
}
body,td,th {
	font-family: Franchise, Hominis, "Lobster 1.4";
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.maing {
  background-image:url('images/tableau/B1.gif');
  background-repeat: repeat-y;
  height:auto;
  min-height:30px;
  z-index:-1;
}

.maind {
  background-image:url('images/tableau/B3.gif');
  background-repeat: repeat-y;
  height:auto;
  min-height:30px;
  z-index:-1;
} 

form {
  min-height:112px;
  text-align:center;
  background:black;
  color:white;
}
.null form{
color:yellow;
}
.recherche {
  background:black;
  color:white;

  z-index:-1;
 }