﻿html {
	height:100%;
	background: url('images/bg_html.gif') 0 0 repeat-x #22272D;
}

body {	
	margin:0;
	padding:0;
	height:100%;
	background: url('images/bg_body.gif') center 0 repeat-y;
}

#container {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

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

#header {
	width: 946px;
	height: 77px;
	position: relative;
	left: -23px;
	background: url('images/bg_header.gif') 0 0 repeat-x;
}

	#menuLeft {
		width: 324px;
		height: 77px;
		float: left;
	}

	#menuRight {
		width: 324px;
		height: 77px;
		float: right;
	}

		#menuLeft a,
		#menuRight a {
			display: block;
			width: 106px;
			height: 35px;
			float: left;
			padding: 40px 0 0 0;
			border-left: 1px solid #21262b;
			border-right: 1px solid #59616a;
			background: url('images/puce_menu.gif') center 30px no-repeat;
			
			font-size: 14px;
			color: #bcc2c9;
			text-align: center;
			text-decoration: none;
		}

		#menuLeft a:hover,
		#menuRight a:hover { 
			background: url('images/bg_menu-o.gif') 0 0 repeat-x; 
		}

		#menuRight .terre { background: url('images/puce_menu-t.gif') center 30px no-repeat; }
		#menuRight .route { background: url('images/puce_menu-r.gif') center 30px no-repeat; }
		#menuRight .mer { background: url('images/puce_menu-m.gif') center 30px no-repeat; }

	#logo {
		width: 318px;
		height: 96px;
		float: left;

		position: relative;
		top: -77px;
		left: 314px;
		margin-bottom: -96px;
		z-index: 10;
	}

	#banner {
		width: 900px;
		height: 364px;
	}

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

#main {
	width: 860px;
	padding: 20px;
	background: url('images/bg_main.gif') 0 0 repeat;
}

#main .column {
	float: left;
}

#main .two-columns #mainLeft {
	width: 270px;
	float: left;
}

#main .two-columns #mainRight {
	width: 570px;
	float: right;
}

#main .three-columns #mainLeft {
	width: 270px;
	float: left;
}

#main .three-columns #mainCenter {
	width: 280px;
	float: left;
	margin:0px 20px 0 20px;
}

#main .three-columns #mainRight {
	width: 270px;
	float: left;
}


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

#footer {
	width: 100%;
	height: 76px;
	background: url('images/bg_footer.gif') 0 0 repeat-x;
}

	#footer #footerContainer {
		width: 900px;
		height: 44px;
		margin: 0 auto;
		padding: 32px 0 0 0;
		background: url('images/bg_footercontainer.gif') 0 0 no-repeat;
		
		font-size: 10px;
		text-align: center;
	}

/* 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 #fff;

		color: #fff;
	}

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

		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 {
	margin: 0 0 20px 0;
	padding: 10px;
	border: 1px solid #5a6169;
}

.notice, 
.important    { padding: 10px; margin-bottom: 0px; border: 3px solid #ddd; }
.notice      { background: #e3eef8; color: #4d87be; border-color: #72aade; }
.important    { background: #facde5; color: #c8006e; border-color: #fff; }
.importantText { color: #fff; }
	
	.notice a    { color: #4d87be; }
	.important a  { color: #c8006e; }