@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, a, abbr, acronym, hr, address, big, em, font, img, small, strong, tt, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	color:#000000;
}

*{
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: baseline;
	background: transparent;
	color:#000000;
}
body * {
	font-size:11px;
	font-family:Arial, Verdana, sans-serif ;
}
html{color:#000;background:#FFF;}
body,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;}
th{font-style:normal;
font-weight:bold;}
li{list-style:none;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;
font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
body {
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
tr, th, td{
	padding:2px;
}
acronym, abbr {
	border-bottom:1px dotted #aaa;
	cursor:help;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

.left{float:left;margin:0 5px 5px 0;}
.right{float:right;margin:0 0 5px 5px;}
.clear{clear:both;}
.none{display:none;}
.full{ width:100%;}
.simple{ padding:0 0 0 15px; margin:0;}
.last{ border:none!important;}

#container {
	font-size:70%; 
	background:url(../../images/commun/bg_header.png) repeat-x 0 0;
	width:100%;
	position:absolute;
	float:left;
	overflow:hidden;
}
#container_push{
	clear:both;
	position:relative;
	top:-39px;
	width:100%;
	background:url(../../images/commun/bg_content.png) repeat-x 0 32px;
}

form{padding: 0;margin: 0;}
fieldset{border: 0;}
legend{display: none;}
label{display:block;}
input, select, textarea{border:1px solid #2A3C16; font-size:11px; padding:1px;}
div{text-align:left;}

sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}
