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:#6c6159;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

fieldset
{
	border:none;
}

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

h1, 
h2, 
h3, 
h4, 
h5, 
h6
{
	font-weight:normal;
}

strong
{
	font-weight:bold;
}

/*
input
{
	border:1px solid #6c6c6c;
}
*/

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