/* -###- Styles universels HWS -###- */
Body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	margin: 0 0 0 0;
}

input, textarea, select {
	font-size: 11px; 
	border-width:1px;
}

button {
	font-size: 11px; 
	border-width:1px;
	margin:0px;
}

p {
	margin:0;
}

h1, h2, h3, h4, h4, h5 {
	margin:0px;
	padding:0px;
}

a, a:link, a:active, a:visited {
	text-decoration : none;
}

a:hover {
	text-decoration : none;
}
		a img {
			border:0px;
		}

form {
	margin:0px 0px 0px 0px;
	padding:0px;
}

ol, ul, li, blockquote {
	margin-top:0;
	margin-bottom:0;
}

ol, ul {
	margin-top:5px;
}

li {
	list-style-position:inside;
}

.mspc {  
	font-family: "Courier New", Courier, mono; 
}

.justify {
	text-align:justify;
}

.center {
	text-align:center;
}

.normal {
	font-style:normal !important;
}

.w100 {
	width:100%;
}

.h100 {
	height:100%;
}

.b0 {
	border-width:0;
}

.p0 {
	padding:0;
}

.s0 {
	border-spacing:0;
	border-collapse:collapse;
}

.sp0 {
	border-spacing:0;
	border-collapse:collapse;
	padding:0px;
}

.posRel {
	position:relative;
}

.fltR {
	float:right;
}

.fltL {
	float:left;
}
img.fltR {
	margin-left:5px;
	margin-bottom:5px;
}

img.fltL {
	margin-right:5px;
	margin-bottom:5px;
}

.fltBrk {
	clear:both !important;
}

p.pMT {
	margin-top:5px;
}
p.pMB {
	margin-bottom:5px;
}

.hidden {
	display:none;
}

.wrap {
	white-space:normal !important;
}

.nowrap {
	white-space:nowrap !important;
}

img.icon {
	vertical-align:middle;
	margin:0 5px 1px 0;
}