*{
	margin: 0;
	padding: 0;
}

select, input, caption, label, td, th, span, table{
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 1em;
}

table {
	border-collapse:collapse;
	vertical-align:top;
}

table tr th,
table tr td{
	vertical-align:top;
	text-align:left;
}
table tr th{
	vertical-align:middle;
}
table tr td{
	vertical-align:top;
}

img, fieldset, table{
   border: 0;
}

form, p, ul, fieldset{
   margin: 0;
   padding: 0;
}

input, label{
	vertical-align: middle;
}

ul, ol{
	list-style: none;
}
address{
	font-style:normal;
}

/* separateur, clearer et set type */

.spacer{
	clear: both;
	display: block;
	height: 0px;
	visibility: hidden;
}

/* display modes */

.clearBoth {
	clear:both !important;
	float:none !important;
}
.displayBlock{
	display: block;
}

.displayNone{
	display: none;
}

/* positionnement */

.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}

.beCentered{
	position: relative;
	margin: auto;
}
.tPadding{padding-top:10px;}
