/*******************************************************

/* 				Gabarits de page custom					*/

/*******************************************************/

div#tplPge {
	width:100%;
	margin:0 auto;
	background:transparent url(../img/struct/bg-haut.jpg) repeat-x left top;
}

div#tplFra {
	width:1000px;
	margin:0 auto;
	background: #fff;
}

div#tplTop {
	width:1000px;
	position: relative;
	background:transparent url(../img/struct/header.jpg) no-repeat;
	height:315px;
	margin: 0 0 35px 0;
	z-index: 4;
}

div#tplTi {
	display:none;
}

div#tplMid {
	margin: 0 auto;
	width: 1000px;
	position: relative;
	z-index:2;
}

div#tplLft{
}

div#tplCo {
	width:690px;
	padding: 0 30px 0 30px;
}

div#tplRgt { 
	width:220px;
	padding: 0 30px 0 0;
}

#tplLft, #tplCo, #tplRgt { float:left; }

div#tplTopIn {
	top: 290px;
	width: auto;
	position: absolute;
	z-index: 100;
	padding: 0;
	background: url(../img/menu/bg-menu.jpg) repeat-x left top;
}

div#tplBtm {
	clear:both;
	color:#fff;
	background:url(../img/struct/footer.jpg) no-repeat left bottom;
	height:121px;
	width:1000px;
	text-align:left;
	padding: 0;
	margin: 0;
	position: relative;
}




