* {
	margin: 0;
	padding: 0; 
	text-align: left;
}

html { 
  margin: 0;
  padding: 0;
  height: 100%;         /* Firefox vertical scrollbar on */
  font-size: 100.01%;   /* IE extreme resizing bug + Opera rounding errors */
} 

body {
  margin: 0;
  padding: 0px; /* seems to be mandatory to allow margin-bottom */
  min-height: 101%;  /* Firefox vertical scrollbar on */
}

.edito
{
	color:#0099CC;
}


img { 
	border: 0; 
}  /* IE hack ? */

fieldset {
	border: 0 solid; 
}  /* Opera hack */

ul { 
	list-style-position: inside; 
	list-style: none; 
}

table { 
  font-size: 1em;  /* IE reset table font size */
}

th.center, td.center { 
  text-align: center;
}

/* IE only              => _properties: value */
/* Gecko only           => body>html #tag */


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */