/* -###- RESET -###- */
body{font-family:Arial, Helvetica, sans-serif;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
p {font-size:100%;font-weight:normal;margin-top:5px}
input,textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

/* -###- Styles universels HWS -###- */
Body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	margin: 0 0 0 0;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	border-width:1px;
}

button {
	font-size: 11px; 
	border-width:1px;
	margin:0px;
}

p {
	margin:0;
}

h1, h2, h3, h4, h5, h6 {
	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;
}

.mspc {  
	font-family: "Courier New", Courier, mono; 
}

.justify {
	text-align:justify;
}

.center {
	text-align:center !important;;
}

.L {
	text-align:left !important;
}

.R {
	text-align:right !important;;
}

.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;
}

.posAbs {
	position:absolute;
}


.fltR {
	float:right;
}
img.fltR {
	float:right;
	margin-left:5px;
}

.fltL {
	float:left;
}
img.fltL {
	float:left;
	margin-right:5px;
}


.fltLL {
	float:left;
	clear:left;
}

.fltRR {
	float:right;
	clear:right;
}

.fltBrk {
	clear:both !important;
	font-size:1px;
}

.clearB {
	clear:both !important;
}

p.pMT {
	margin-top:5px;
}
p.pMB {
	margin-bottom:5px;
}

.padT {
	padding-top:5px;
}
.padB {
	padding-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;
}

.b1px {
	border:1px solid #000000;
}
.cusorHelp {
	cursor:help;
}
table {
	border-spacing:0;
	border-collapse:collapse;
	padding:0px;
}

table.commonList {
}
		table.commonList th {
			text-align:right;
			padding:0 5px;
		}
		table.commonList td {
			text-align:left;
			padding:0 5px;
		}

a.iconPdf {
	padding:3px 0 3px 22px;
	background: transparent url(../images/icone_pdf.gif) no-repeat left center;
}
a.iconWord {
	padding:3px 0 3px 22px;
	background: transparent url(../images/icone_word.gif) no-repeat left center;
}
a.iconRss {
	padding:3px 0 3px 22px;
	background: transparent url(../images/icone_rss.png) no-repeat left center;
}
a.iconXls {
	padding:3px 0 3px 22px;
	background: transparent url(../images/icone_excel.gif) no-repeat left center;
}
a.iconTxt {
	padding:3px 0 3px 22px;
	background: transparent url(../images/icone_txt.gif) no-repeat left center;
}
a.iconGood {
	padding:3px 0 3px 22px;
	background: transparent url(../images/icon_good.png) no-repeat left center;
}
a.iconBad {
	padding:3px 0 3px 22px;
	background: transparent url(../images/icon_bad.png) no-repeat left center;
}
a.iconImg {
	padding:3px 0 3px 22px;
	background: transparent url(../images/icone_image_rd.gif) no-repeat left center;
}
a.iconWeb {
	padding:3px 0 3px 22px;
	background: transparent url(../images/icone_web.png) no-repeat left center;
}
a.iconMail {
	padding:3px 0 3px 22px;
	background: transparent url(../images/icone_mail.gif) no-repeat left center;
}


.noBkg {
	background:transparent none !important;
}

.scroll {
	overflow:auto;
}

.input {
	border:2px inset;
	background-color:white;
	line-height:14px;
}

.frame {
	border:1px solid #000000;
	padding:3px;
	margin:2px;
}
