
html,
body
{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font: 13px "Lucida Sans Unicode","Lucida grande",Arial,sans-serif;;
	color:#605e4b;
	text-align:left;
	background:#c9d3d8 url(/images/common/bkg_content.jpg) repeat-x 0 0;
}
body
{
	/* Pour faire des hovers autre que sur des a */
	behavior: url(/js/csshover.htc);
	/* Ca fonctionne avec ie6 et ce n'est pas accessible */
}
a
{
	text-decoration:none;
	color:#6c6159;
}
a img
{
	border:none;
}
a:hover
{
	text-decoration:underline;
}

table,
th,
td,
tr
{
	border-collapse:collapse;
	border:1px solid black;
}
p
{
	line-height:18px;
	text-align:justify;
}
fieldset
{
	border:none;
}
.clear
{
	clear:both;
	height:0px;
	font-size:0;
	line-height:0;
}
.paragraph strong
{
	font-weight:bold;
}
strong
{
	font-weight:bold;
}
em
{
	font-style:italic;
}
strong em,
em strong
{
	font-style:italic;
	font-weight:bold;
}
.column_01 .inner_box_columns ul
{
	clear:both;
	padding-bottom:20px;
}
.column_01 .inner_box_columns li
{
	list-style:disc;
	list-style-position:inside;
}

/* ------- 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 ------- */
