body{	
	margin:0;
	padding:0;
	height:100%;
	margin-bottom:0px;
}

#container {
	width: 903px;
	margin: 0 auto;
	background: url('images/bg_container.gif') 0px 0px no-repeat white;
}

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

#header {
	width: 903px;
	height: 186px;
}

	#logo {
	}

		#menu {
			width: 888px;
			height: 60px;
			background: url('images/bg_menu.jpg') 0px 0px no-repeat;
			
			padding-left: 20px;
			text-transform: uppercase;
			letter-spacing: 0.05px;
		}

			#menu a {
				display: block;
				float: left;
				height: 56px;
				padding: 0px 0px 0px 0px;


				font-size: 12px;
				color: #6a6a6a;
				text-decoration: none;
				cursor: pointer;
				font-weight: bold;
			}

	#menu a .menuACenter{
		height: 34px;
		display: block;

		padding-left:8px;
		padding-right:8px;
		padding-top: 22px;
		float: left;
	}

	#menu a .menuALeft {
		height: 56px;
		width: 11px;
		display: block;
		background: url('images/menuALeft.jpg') left no-repeat;

		float: left;
	}

	
	#menu a .menuARight {
		height: 56px;
		width: 13px;
		display: block;
		background: url('images/menuARight.jpg') right no-repeat;

		float: left;
	}

			#menu a:hover {
				color: #fcfcfc;
				background: url('images/menuACenter_hover.jpg') 0px 0px repeat-x;
				
				position: relative;
				margin-left: -1px;
				padding-left: 1px;
			}

			#menu .homeBtn:hover {
				position: relative;
				margin-left: 0px;
				padding-left: 0px;
			}

			
			#menu .menuALeft{
				background: none;
			}

	#menu a:hover .menuACenter{
		background: url('images/menuACenter_hover.jpg') 0px 0px repeat-x;
	}

	#menu a:hover .menuALeft {
		background: url('images/menuALeftRight_hover.jpg') 0px 0px no-repeat;
	}

	
	#menu a:hover .menuARight {
		background: url('images/menuALeftRight_hover.jpg') -13px 0px no-repeat;
	}

	#menu .homeBtn .menuALeft {
		background: none;
	}

		#menu .contactBtn .menuARight {
		background: none;
	}

	/****** ACTIF *****/

	#menu .Active {
		color: #fcfcfc;
		background: url('images/menuACenter_hover.jpg') 0px 0px repeat-x;
		
		position: relative;
		margin-left: -1px;
		padding-left: 1px;
	}

	#menu .Active .menuACenter{
		background: url('images/menuACenter_hover.jpg') 0px 0px repeat-x;
	}

	#menu .Active .menuALeft {
		background: url('images/menuALeftRight_hover.jpg') 0px 0px no-repeat;
	}

	#menu .Active .menuARight {
		background: url('images/menuALeftRight_hover.jpg') -13px 0px no-repeat;
	}

	/***** ACTIF HOME & CONTACT *****/

	#menu .homeBtnActive {
		color: #fcfcfc;
		background: url('images/menuACenter_hover.jpg') 0px 0px repeat-x;
		
		position: relative;
		margin-left: -1px;
		padding-left: 1px;
	}

	#menu .homeBtnActive .menuACenter{
		background: url('images/menuACenter_hover.jpg') 0px 0px repeat-x;
	}

	#menu .homeBtnActive .menuALeft {
		background: url('images/menuALeftRight_hover.jpg') 0px 0px no-repeat;
	}

	#menu .homeBtnActive .menuARight {
		background: url('images/menuALeftRight_hover.jpg') -13px 0px no-repeat;
	}

	#menu .contactBtnActive {
		color: #fcfcfc;
		background: url('images/menuACenter_hover.jpg') 0px 0px repeat-x;
		
		position: relative;
		margin-left: -1px;
		padding-left: 1px;
	}

	#menu .contactBtnActive .menuACenter{
		background: url('images/menuACenter_hover.jpg') 0px 0px repeat-x;
	}

	#menu .contactBtnActive .menuALeft {
		background: url('images/menuALeftRight_hover.jpg') 0px 0px no-repeat;
	}

	#menu .contactBtnActive .menuARight {
		background: url('images/menuALeftRight_hover.jpg') -13px 0px no-repeat;
	}

	/*----------- langues ---------*/

	#tools {
		position: absolute;
		margin-top: -36px;
		margin-left: 830px;
	}

		#tools a {
			float: left;
			margin-right: 4px;
		}

			#tools .lang a {
				display: block;
				width: 16px;
				height: 11px;
			}

				#tools .lang .fr {
					background: url('images/lang_fr.jpg') 0px 0px no-repeat;
				}

				#tools .lang .nl {
					background: url('images/lang_nl.jpg') 0px 0px no-repeat;
				}

				#tools .lang .en {
					background: url('images/lang_en.jpg') 0px 0px no-repeat;
				}

				#tools .lang .es {
					background: url('images/lang_es.jpg') 0px 0px no-repeat;
				}


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

#main {
	border-bottom: 13px solid white;
}

#main .column {
	float: left;
}

#main .two-columns #mainLeft {
	width: 230px;
	background: #f9f9f9;
}

#mainLeftContainer {
	width: 230px;
	background: url('images/two-columns-mainLeft.jpg') 0px 0px no-repeat #eaeaea;
}

#main .two-columns #mainLeft .whiteSeparator {
	display: block;
	width: 230px;
	height: 13px;
	background-color: white;
}

#main .two-columns #mainLeft .columnSeparator {
	width: 230px;
	height:10px;
	display: block;

	background-color: white;
}

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

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

	#main #mainRight #leftSide {
		width : 434px;
		float: left;
	}

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

	#main #mainRight #rightSide {
		width: 190px; 
		float: left; 
	}

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

#footer{
	width: 883px;
	height: 23px;
	display: block;

	margin: 10px auto 0px auto;
	padding: 7px 10px 0px 10px;
	
	background-color: white;
	color: #888888;
	text-align: right;
}

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

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

	#footerLink {
		
	}

		#footerLink a {

		}

		#footerLink a:hover {
			
		}

	#footerLeft {
	}

	#footerRight {

	}

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

.pagerTop {
	height: 20px;

	font-size: 10px;
	font-weight: bold;
	padding: 1px; 
	margin-bottom: 10px;
	border: 3px solid #eaeaea;
}

.pagerBottom {
	height: 20px;

	position: relative;
	top: -1px;

	font-size: 10px;
	font-weight: bold;
	padding: 1px; 
	margin-top: 10px;
	border: 3px solid #eaeaea;
}

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

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

		color: white;
		background-color: #15448e;
	}

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

		color: #ffffff;
	}

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

		text-align: left;
	}

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

		text-align: center;
	}

	.pagerTop .right,
	.pagerBottom .right {
		width: 32%;
		height: 18px;
		float: right;
		padding-top: 2px;
		padding-right: 7px;

		text-align: right;
	}

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

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

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

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

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

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

.cadre      { border-color: #d2d2d2; margin-bottom: 10px; color: #3c3c3c;}
.notice      { background: #e3eef8; color: #4d87be; border-color: #72aade; }
.important    { background: #cfdff8; color: #071e44; font-size: 14px; }
.importantText { color: #e5037f; }
	
	.notice a    { color: #4d87be; }
	.important a  { color: #c8006e; }




/*
#popSendToFriend{
	width:545px;
    height:350px;
    position:absolute;
    padding-left:25px;
    padding-top:50px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
*/

