html
{
	background:none;
}

html,
body
{
	margin:0;
	padding:0;
}
body
{
	font: 13px Arial, Helvetica, sans-serif;
	color:#636363;
	text-align:left;
}

a
{
	color:#636363;
	text-decoration:none;
}
a img
{
	border:none;
}
a:hover
{
	text-decoration:underline;
}

em
{
	font-style:italic;
}

strong em
{
	font-weight:bold;
}

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 ------- */

strong
{
	font-weight:bold;
}

p
{
	margin:0 0 1em 0;
}
