* {
	padding:0;
	margin:0;
	border:none;
}

input.hidden {
	display: none;
  border: none;
}

ul {
	padding:0;
	margin:0;
	list-style:none;
}

body {
	position:relative;
	/*padding-bottom:90px;*/
}

.bg_site.haut,.bg_site.bas,.bg_site.milieu {
	position:absolute;
	left:0;
	width:100%;
	background-repeat:repeat-x;
	background-position:left top;
}
.bg_site.haut {
	background-image:url(/theme/dreamtee/images/bg_header.jpg);
	height:129px;
}
.bg_site.milieu {
	background-image:url(/theme/dreamtee/images/bg_contenu.gif);
	height:42px;
	top:129px;
}
.bg_site.bas {
	background-image:url(/theme/dreamtee/images/bg_footer.gif);
	height:76px;
	bottom:0;
}


#site {
	/*padding-top:129px;*/
	width:840px;
	margin:0 auto;
	position:relative;
}
* html #site {
	zoom:1;
}
#header,#footer {
	/*position:absolute;
	width:2000px;
	left:50%;
	margin-left:-1000px;*/
}


#header,#footer {
	/*height:200px;*/
}

/*****************************/
/*          HEADER           */
/*****************************/
#header {
	/*background-color:#336699;*/
	/*background-image:url(/theme/dreamtee/images/bg_header.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	height:129px;
	top:0;*/
}

/*****************************/
/*          CONTENU          */
/*****************************/
#contenu {
	margin-bottom:20px;
	zoom:1;
	position:relative;
	padding:0;
	/*background-color:#99CC00;*/
}

/*menu gauche*/
#menu_gauche,#milieu {
	/*z-index:10;*/
	position:relative;
	float:left;
	margin-bottom:20px;
	/*background-color:#0066CC;*/
}

#menu_gauche {
	width:154px;
	margin:11px 5px 20px 30px;
}
* html #menu_gauche {
	margin-left:10px;
}

/*milieu*/
#milieu {
	/*background-color:#669966;*/
	width:641px;
	margin-left:10px;
	min-height:400px;
	/*margin-bottom:20px;*/
	zoom:1;
}

* html #milieu {
	height:400px;
	margin-right:0px;
	margin-left:5px;
}
/*****************************/
/*          FOOTER           */
/*****************************/
#footer {
	height:76px;
	clear:both;
}