body{	
	margin: 0;
	padding: 0;
	height: 100%;
	background: url('images/customer/bg_body.jpg') 0 0 repeat-x #e6e6e6;
}

#container {
	width: 1000px;
	margin: 10px auto 0 auto;
	background: url('images/customer/bg_container.jpg') 0 0 no-repeat;
}

/* Header
-------------------------------------------------------------- */

#header {
	width: 1000px;
	height: 150px;
}

	#logo {
		width: 270px;
		height: 113px;
		float: left;
	}
	#logoPrinted{
		display:none;
	}

	#connexion {
		width: 270px;
		height: 113px;
		float: right;
	}

	#menu {
		height: 37px;
		margin: 0 39px;
		background: url('images/customer/bg_menu.gif') 0 bottom repeat-x;
	}

		#menu a {
			display: block;
			height: 23px;
			float: left;
			padding: 13px 15px 0 15px;
			margin: 0 3px 0 0;
			border-top: 1px solid #e8e8e8;
			border-left: 1px solid #e8e8e8;
			border-right: 1px solid #e8e8e8;
			background: url('images/customer/bg_menu-a.gif') 0 0 repeat-x #fff;

			color: #3b7095;
			font-size: 11px;
			font-weight: bold;
			text-transform: uppercase;
			text-decoration: none;
		}

		#menu a:hover,
		#menu .active {
			border-top: 1px solid #ff6000;

			color: #ff6000;
		}

/* Main
-------------------------------------------------------------- */

#main {
	width: 892px;
	min-height: 400px;
	margin: 0 39px;
	padding: 15px;
	background: url('images/customer/bg_page.gif') 0 0 no-repeat;
}

#main .column {
	float: left;
}

#main .columnSeparator {
	width: 16px;
	height: 1px;
	float: left;
}

#main .two-columns #mainLeft {
	width: 210px;
}

#main .two-columns #mainRight {
	width: 636px;
	padding: 0 15px 15px 15px;
	float: right;
	background-color: #fff;
}

#main #mainRight .two-columns .column {
	width : 310px;
}

#main #mainHome {
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
}

	#main #mainHome .two-columns {
	}

		#main #mainHome .column {
			width: 438px;
		}

#main #mainFull {
	padding: 15px;
	background-color: #fff;
}

	#main #mainFull .two-columns {
	}

		#main #mainFull .column {
			width: 423px;
		}

/* Footer
-------------------------------------------------------------- */

#footer{
	width: 892px;
	margin: 20px auto 0 auto;
	padding: 20px 0;
	border-top: 1px solid #bbbbbb;

	font-size: 10px;
	color: #878787;
	text-align: center;
}

	#footer a {
		color: #ff6000;
		text-decoration: none;
	}

	#footer a:hover {
		text-decoration: underline;
	}


/* Products > Products List Pager
-------------------------------------------------------------- */

.pagerTop {
	height: 23px;
	border-top: 1px solid #e7e7e7;

	font-size: 10px;
	font-weight: bold;
}

.pagerBottom {
	height: 23px;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;

	position: relative;
	top: -1px;

	font-size: 10px;
	font-weight: bold;
}

	.pagerTop a,
	.pagerBottom a {
		display: block inline;
		margin-right: 3px;
		padding: 0px 2px 2px 2px;

		color: #000000;
		text-decoration: none;
		text-align: center;
	}
	
	.pagerTop a.current,
	.pagerBottom a.current {
		height: 10px;
		padding-bottom: 0px;
		border-bottom: 2px solid #ff6000;

		color: #ff6000;
	}

	.pagerTop a:hover,
	.pagerBottom a:hover {
		background-color: #ff6000;

		color: #ffffff;
	}

	.pagerTop .left,
	.pagerBottom .left {
		width: 25%;
		height: 18px;
		padding-top: 5px;
		float: left;

		text-align: left;
	}

	.pagerTop .center,
	.pagerBottom .center {	
		width: 50%;
		height: 18px;
		float: left;
		padding-top: 5px;

		text-align: center;
	}

	.pagerTop .right,
	.pagerBottom .right {
		width: 25%;
		height: 20px;
		float: right;
		padding-top: 3px;

		text-align: right;
	}

	.pagerTop .input,
	.pagerBottom .input {
		padding: 0px;
		border-color: #c7c7c7;
		background-color: #ffffff;

		font-size: 9px;
		color: #000000;
	}

/* Float Elements
-------------------------------------------------------------- */

.floatLeft { float:left; }
.floatRight { float:right; }

/* Misc classes
-------------------------------------------------------------- */

.cadre {
	padding: 10px;
	border: 1px solid #eaeaea;
}

.important {
	padding: 10px;
	margin: 0 0 15px 0;
	border: 1px solid #ff6000;
	background-color: #fff1d8;

	color: #ff6000;
}

.notice      { background: #e3eef8; color: #4d87be; border-color: #72aade; }

.importantText { color: #ff6000; }
	
	.notice a    { color: #4d87be; }
	.important a  { color: #c8006e; }