
html,
body
{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
body
{
	font: 13px Arial, Helvetica, sans-serif;
	color:#7c6666;
	text-align:left;
	background-color:white;
	/*line-height:15px;*/
}
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 */
}
a
{
	color:#7c6666;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
a img
{
	border:none;
}

p
{
	margin:0 0 1em 0;
}
/**
	*	Fixe le problème de padding
	*	et de border sur les boutons
	*	dans firefox
	*/
button::-moz-focus-inner
{
  padding: 0;
  border: none;
}
/**
	*	Fixe le problème de padding
	*	proportionel au contenu des boutons
	*	dans Internet explorer
	*/
button
{
  overflow: visible;
  width: auto;
}
table,
th,
td,
tr
{
	border-collapse:collapse;
	border:1px solid black;
}

fieldset
{
	border:none;
}
.clear
{
	clear:both;
	height:0px;
	font-size:0;
	line-height:0;
}

/* ------- DEBUT - Clear ------- */

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

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