body{	
	margin:0;
	padding:0;
	height:100%;
	border-top: 20px solid #ff5e0d;
	background: url('images/customer/bg_body.jpg') 0px 0px #f0f0f0;
}

#container {
	width: 900px;
	margin: 0 auto;
	padding: 0 10px 10px;
	background-color: #ffffff;
}

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

#header {
	height: 250px;
	background: url('images/customer/bg_top.jpg') 0px bottom no-repeat #ffffff;
}

	#header .leftSide {
		width: 547px;
		float: left;
	}

		#header .leftSide .tools {
			height: 17px;
			
			position: relative;
			top: -17px;
			z-index: 10;

			font-size: 11px;
			color: #fff;
		}

			#header .leftSide .tools a {
				padding: 0 1px;
			
				text-decoration: none; 
			}

			#header .leftSide .tools a:hover {
				background-color: #ff5e0d; 
			
				color: #fff; 
			}

			#header .leftSide .tools .lang {
				float: left;
			}
			
				#header .leftSide .tools .lang a {
					color: #fff; 
				}

			#header .leftSide .tools .btnAccount {
				float: left;
			}

		#header .leftSide .logo {
			width: 210px;
			height: 73px;
			float: left;
			margin-right: 10px;
		}

		#header .leftSide .menu {
			width: 327px;
			height: 26px;
			float: left;
			padding-top: 47px;
		}
			
			#header .leftSide .menu a {
				display: block;
				float: left;
				margin-right: 8px;
				border-bottom: 3px solid #e4e1da;

				font-size: 10px;
				color: #2f2f2f;
				text-decoration: none;
				text-transform: uppercase;
			}

			#header .leftSide .menu .last {
				margin-right: 0px;
			}

			#header .leftSide .menu a:hover {
				border-bottom: 3px solid #ff5e0d;
			}

		#header .leftSide .doggyCart {
			width: 210px;
			height: 160px;
			float: left;
			margin-right: 10px;
			background: url('images/customer/bg_doggycart.jpg') 0px 0px #f0f0f0;
		}

			#header .leftSide #monCompte {
				background: url('images/customer/puce_h1.gif') 0px 3px no-repeat ;
			}

				#header .leftSide #monCompte A{
					width: 180px;
					height: 27px;				
					background: url('images/customer/puce_h1.gif') 10px 14px no-repeat #2F2F2F;
		
					padding-left:30px;
					padding-top:12px;

					color:white;
					font-size:12px;
					text-decoration: none;
					text-transform:uppercase;
					font-weight:bold;
					display:block;
				}

				#header .leftSide #monCompte A:hover{
					background-color:#EB5101;
				}

		#header .leftSide .flashText {
			width: 327px;
			height: 160px;
			float: left;
		}

	#header .rightSide {
		width: 353px;
		float: right;

		position: relative;
	}

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

#main {
	width: 900px;
	margin: 10px 0;
}

#main .column {
	float: left;
}

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

#main #mainRight .cadre .two-columns .column,
#main #mainRight .two-columns .cadre .column {
	width: 315px;
}

#main #mainRight .two-columns .columnSeparator {
	width: 10px;
	height:1px;
	float: left;
}

#main #mainFull {
	width: 860px;
	padding: 10px;
	border: 10px solid #efede9;
}

#main #mainFull .two-columns .column {
	width: 425px;
}

#main #mainFull .two-columns .columnSeparator {
	width: 10px;
	height: 1px;
	float: left;
}

#main #mainFull .three-columns .column {
	width : 280px;
}

#main #mainFull .three-columns .columnSeparator {
	width: 10px;
	height: 1px;
	float: left;
}

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

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

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

#footer {
	width: 920px;
	margin: 0 auto;

	font-size: 10px;
	color: #a38c85;
}
	
	#footer a { color: #a38c85; text-decoration: none; }
	#footer a:hover { background-color: #ff5e0d; color: #ffffff; }

	#footer .leftSide {
		width: 170px;
		height: 65px;
		float: left;
		margin-right: 10px;
		padding: 20px;
		background-color: #efede9;
	}

	#footer .rightSide {
		width: 680px;
		height: 105px;
		float: left;
		background-color: #efede9;
	}
	
		#footer .rightSide .box {
			width: 114px;
			height: 65px;
			float: left;
			padding: 20px;
			border-left: 1px solid #fdfdfd;
			border-right: 1px solid #beb6ae;
		}

		#footer .rightSide .box b { font-size: 11px; }

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

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

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

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

	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: #707070;
		text-decoration: none;
		text-align: center;
	}
	
	.pagerTop a.current,
	.pagerBottom a.current {
		height: 10px;
		padding-bottom: 0px;
		border-bottom: 2px solid #ff5e0d;

		color: #ff5e0d;
	}

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

		color: #ffffff;
	}

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

		text-align: left;
	}

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

		text-align: center;
	}

	.pagerTop .right,
	.pagerBottom .right {
		width: 33%;
		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: #707070;
	}

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

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

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

.cadre,
.notice, 
.important    { padding: 10px; margin-bottom: 0px; border: 3px solid #ddd; }

.cadre      { border: 10px solid #efede9; margin-bottom: 10px; }
.notice      { background: #e3eef8; color: #4d87be; border-color: #72aade; }
.important    { background: #ffefe6; color: #ff5e0d; border-color: #ff5e0d; }
.importantText { color: #ff5e0d; }
	
	.notice a    { color: #4d87be; }
	.important a  { color: #ff5e0d; }