html,
body
{
  width:100%;
  height:100%;
  margin:0;
  padding:0;
}
body
{
  font: 12px Arial, Helvetica, sans-serif;
  color: #3b3b3b;
  text-align:left;
  background-color:white;
}
body
{
  /* Pour faire des hovers autre que sur des a */
  /*behavior: url(/htc/csshover.htc);*/
  /* Ca fonctionne avec ie6 et ce n'est pas accessible */
}
strong, b
{
	font-weight:bold;
}
em, i 
{
	font-style:italic;
}
a
{
  color:#6c6159;
	text-decoration: none;
}
a img
{
  border:none;
}
a:hover
{
  text-decoration:none;
}
button::-moz-focus-inner
{
  padding: 0;
  border: none;
}
button
{
  overflow: visible;
  width: auto;
}
table,
th,
td,
tr
{
  border:1px solid black;
}
fieldset
{
  border:none;
}
button
{
	width: auto;
	overflow: visible;
}
.clear
{
  clear:both;
  height:0px;
  font-size:0;
  line-height:0;
}
.qbz_list_multiple
{
  clear:both;
}
/* ------- DEBUT - Clear ------- */

.qbz_clear_fix:after
{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.qbz_clear_fix
{
  display:inline-block;
}
/* \*/ * html .qbz_clear_fix
{
  height:1%;
}
.qbz_clear_fix
{
  display:block;
}

/* ------- FIN - Clear ------- */

