/*** RESET  ******************************************************************************************************************************************************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0}body{background:#fff;color:#595959;font:12px/1.35em Arial, Helvetica, sans-serif;text-align:left}ol,ul{list-style:none;list-style-image:none;list-style-position:outside;list-style-type:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}.clear{clear:both}p{line-height:1.2em}h3{font-size:14px}label{color:#fff}a,a:hover{color:#595959}

body {
	background: url(/images/layout/body-bg.gif) #eceef0 repeat-x;
	color: #545454;
}



/*** HEADER  ******************************************************************************************************************************************************/

#header {
	width: 980px;
	height: 150px;
	display: block;
	margin: 0 auto;
	background: url(/images/layout/header-bg.jpg) no-repeat;
}

	#header h1 {
		float: left;
		margin-top: 40px;
	}

	#header h1 a {
		width: 318px;
		height: 75px;
		display: block;
		background: url(/images/layout/logo-bg.png) no-repeat;
		text-indent: -9999px;
		overflow: hidden;
	}
	#header ul {
		float: right;
		margin: 70px 0px 0px 0px;
	}
	#header ul li {
		display: block;
		float: left;
		border-right: 1px solid #000089;
		border-left: 1px solid #00009f;
		padding: 10px 20px;
	}
	
		#header ul li a {
			font-size: 14px;
			font-weight: bold;
			color: #fff;
			text-decoration: none;
			text-shadow: -2px -2px 1px #00007c;
		}
		
		#header ul li a:hover {
			color: #499fe8;
		}
		
		#header ul li.active a {
			color: #f8aa00;
		}		


/*** LAYOUT  ******************************************************************************************************************************************************/
		
#container {
	clear: both;
	width: 980px;
	display: block;
	margin: 0 auto;
	background: #fff;
	
}


.clear { clear: both;}

.wrapper {
	clear: both;
	margin: 40px 20px 0px 20px;
	padding-bottom: 40px;
}


hr {
	color: #e4e6e9;
	background-color: #e4e6e9;
	height: 1px;
	border: 0;
	margin: 40px 20px;
}


/*** FOOTER  ******************************************************************************************************************************************************/

#footer-wrapper {
	clear: both;
	background: #dee0e2;
	padding-bottom: 100px;
}

#footer {
	width: 980px;
	height: 70px;
	display: block;
	margin: 0 auto;
	background: url(/images/layout/footer-bg.gif);
}
	#footer p {
		line-height: 70px;
		font-size: 11px;
		color: #fff;

		margin: 0px 0px 0px 20px;
	}
	
	#footer p a {
		color: #fff;
	}
	
		#footer p a:hover {
			color: #79c6e9;
		}


/*** TEXT  ******************************************************************************************************************************************************/
p {
	margin: 10px 0px;
}	
p.intro {
	color: #006b98;
	font-size: 18px;
	line-height: 20px;
}
marquee {
	margin: 0px;
	padding: 0px;
}
p.info {
	margin: 20px 0px;
	color: #545454;
	font-size: 11px;
	padding: 10px 0px;
	border-top: 1px solid #c8e6f4;	
	border-bottom: 1px solid #c8e6f4;
	background: url(/images/layout/info-bg.png) #fff no-repeat 10px 10px;
	padding-left: 46px;
	text-decoration: blink;
	height: 30px;
	line-height: 30px;
	/* tmp */
	color: #f78600;
	font-weight: bold;
	font-size: 16px;
}
p.small {
	color: #a3a9b0;
	font-size: 11px;
	margin: 0px
}

p.date {
	font-size: 11px;
	color: #c4c4c4;
	padding-bottom: 5px;
	border-bottom: 1px solid #e4e6e9;
	margin-bottom: 20px;
}

/*** HOMEPAGE  ******************************************************************************************************************************************************/


#carousel-wrapper {
	width: 640px;
	height: 350px;
	background: #ffe892;
	float: left;
	display: block;
	position: relative;
	
}
#carousel {
	width: 640px;
	height: 350px;
	background: #ffe892;
	display: block;
	position: relative;

}
#carousel ul, #carousel li{
	margin:0;
	padding:0;
	list-style:none;
}
#carousel, #carousel li { 
	width:640px;
	height:350px;
	display: block;
	overflow:hidden; 
}

span#carousel-prev a, span#carousel-next a {
	float: left;
	width: 62px;
	height: 61px;
	display: block;
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
	margin-top: -75px;
	z-index: 9999;
}

	span#carousel-prev a {
		margin-left: 40px;
		background: url(/images/layout/prev-bg.png) no-repeat top left;
	}
	
		span#carousel-prev a:hover {
			background: url(/images/layout/prev-bg.png) no-repeat bottom left;
		}	
		
	span#carousel-next a {
		margin-left: 540px;
		background: url(/images/layout/next-bg.png) no-repeat top left;
	}
	
		span#carousel-next a:hover {
			background: url(/images/layout/next-bg.png) no-repeat bottom left;
		}		
		
		

#introduction {
	width: 340px;
	height: 350px;
	background: url(/images/layout/introduction-bg.gif) #fff no-repeat top left;
	float: right;
}

	#introduction a.remorques {
		width: 280px;
		height: 41px;
		display: block;
		overflow: hidden;
		text-indent: -9999px;
		background: url(/images/layout/introduction-btn.gif) no-repeat top left;
		margin: 210px auto 0px auto;
	}
	
		#introduction a.remorques:hover {
			background-position: bottom left;
		}
		
	#introduction p {
		margin-top: 10px;
		text-align: center;
		color: #939393;
	}
	
	
#home-col1, #home-col2, #home-col3 {
	float: left;
	margin-top: 20px;
}

#home-col1 {
	width: 300px;
	margin-left: 20px;
	padding-top: 20px;	
}

	#home-col1 p.intro {
		margin-bottom: 40px;
	}
	
	#home-col1 p.info {
		margin-bottom: 40px;
	}

#home-col2 {
	background: url(/images/layout/choisir-bg.gif) #fafafa no-repeat top left;
	width: 260px;
	margin-left: 40px;
	padding: 80px 0px 20px 0px;
}

	#home-col2 ul {
		margin: 0px 20px;
	}
	
		#home-col2 ul li {
			color: #787878;
			font-size: 14px;
			border-bottom: 1px solid #f1f1f1;
			border-top: 1px solid #fff;
			padding: 20px 0px 10px 60px;
			min-height: 20px;
		}
		
			#home-col2 ul li#choisir-stock {
				border-top: 0px;
				background: url(/images/layout/choisir-stock-bg.gif) no-repeat top left;
			}
			
			#home-col2 ul li#choisir-qualite {
				background: url(/images/layout/choisir-qualite-bg.gif) no-repeat top left;
			}	
			
			#home-col2 ul li#choisir-prix {
				background: url(/images/layout/choisir-prix-bg.gif) no-repeat top left;
			}	
			
			#home-col2 ul li#choisir-sav {
				border-bottom: 0px;
				background: url(/images/layout/choisir-sav-bg.gif) no-repeat top left;
			}									

#home-col3 {
	width: 300px;
	float: right;
	margin-right: 20px;
	padding-top: 20px;
}


/*** REMORQUES  ******************************************************************************************************************************************************/


ul#categories {
	width: 980px;
	height: 225px;
	display: block;
	overflow: hidden;
	background: #fff;
}
	ul#categories li {
		float: left;
	}
	ul#categories li a {
		width: 196px;
		height: 245px;
		display: block;
		float: left;
		background: url(/images/layout/categories-bg.png) no-repeat bottom right;
		color: #fff;
		text-decoration: none;
		text-align: center;
		font-size: 14px;
	}
	
		ul#categories li.active a {
			background-position: bottom left;
		}
	
		ul#categories li a img {
			width: 193px;
			height: 167px;
			margin-bottom: 12px;
		}
		
		ul#categories li a strong {
			font-weight: bold;
		}
		
		ul#categories li a:hover {
			color: #ffba00;
		}
		
		ul#categories li.active a:hover {
			color: #fff;
		}
		
		
.pagination {
	float: right;
}

	.pagination strong, .pagination a { 
		width: 25px;
		height: 32px;
		text-align: center;
		display: block; 
		float: left;
		color: #005e96;
		background: #eceef0;
		margin: 0px 2px;
		line-height: 32px;
		text-decoration: none;
		font-weight: bold;
	}
	
	.pagination strong {
		background: #fff;
		color: #8a8d90;
	}
	
	.pagination a:hover {
		background: #005e96;
		color: #fff;
	}
	
	
	
ul.products {
	clear: both;
	margin: 40px 0px;
}	


	ul.products li {
		position: relative;
		padding: 10px 180px 10px 10px;
	}	
	
	ul.products li.even {
		background: #eceef0;
	}
	
	ul.products li.odd {
		background: #fff;
	}
	
		ul.products li img {
			border: 1px solid #c9ced3;
			width: 140px;
			/*height: 100px;*/
			float: left;
			margin-right: 25px;
		}
		
		ul.products li h3 {
			margin: 10px 0px 0px 0px;
			font-size: 14px;
			font-weight: bold;
		}
		
		ul.products li p {
			margin: 10px 0px;
		}
		
	
		ul.products li a.voir {
			position: absolute;
			top: 40px;
			right: 20px;
		}
		
#product-header {
	width: 980px;
	height: 210px;
	background: url(/images/layout/product-header-bg.jpg) no-repeat top left;
	color: #005e96;
}

	#product-header h2 {
		padding: 35px 0px 0px 80px;
	}
	
	#product-header h6 {
		font-size: 12px;
		font-weight: normal;
		margin: 5px 0px 0px 80px;
	}
	
	
#gallery {
	background: #fff;
	border: 1px solid #c9ced3;
	width: 460px;
	height: 405px;
	margin: -90px 0px 0px 20px;
	float: left;
}

	#gallery-thumbs {
		height: 46px;
		background: #fafafa;
	}
	#gallery-thumbs ul {
		margin-left: 20px;
	}
			#gallery-thumbs ul li {
				float: left;
				padding:7px 9px 0 0;
			}	
			
			#gallery-thumbs ul li a {outline: none; border: 2px solid #c9ced3; width: 35px; height: 30px; display: block;}
			#gallery-thumbs ul li img {width: 35px; height: 30px; display: block;}
			#gallery-thumbs ul li a:hover {border: 2px solid #ffc000;}


	#gallery .gallery-holder {
		height:359px;
		overflow:hidden;
		position:relative;
		width:460px;
	}
	
	#gallery img {display: block;}
	#gallery .gallery-holder img { width: 460px; /*height: 405px;*/ }
	

	#gallery .slide {
		left:0;
		position:absolute;
		top:0;
		z-index:0;
	}
	#gallery .slide img {
		margin-top: 30px;
	}
	#gallery .slide-info {
		position: absolute;
		height: 30px;
		width: 460px;
		display: block;
		top: 0;
		background: #f7f7f7;
		line-height: 30px;
		text-indent: 20px;
	}

#details {
	float: left;
	margin:  20px 0px 0px 20px;
	display: block;
	width: 445px;
}

	#details .col1 {
		width: 210px;
		float: left;
	}
	
	#details .col2 {
		width: 210px;
		float: right;
		margin-left: 25px;
	}
	
.description {
	clear: both;
	margin: 20px;
	padding: 20px;
	background: #fafafa;
}	

	.description span {
		color: #015aa6;
		font-weight: bold;
	}
	
	
/*** OCCASIONS  ******************************************************************************************************************************************************/
	
#occasions-header {
	background: url(/images/layout/occasion-header-bg.jpg) no-repeat top left;
	width: 980px;
	height: 211px;
	overflow: hidden;
}
	
	#occasions-header p {
		padding: 80px 50px 0px 440px;
		color: #006b98;
		font-size: 16px;
	}
	
#player {
	width: 350px;
	float: left;
	margin: -192px 0px 0px 20px;
	background: url(/images/layout/player-bg.gif) #fff no-repeat top left;
	padding: 10px;
}

	#player-video {
		width: 350px;
		height: 282px;
		display: block;	
		overflow: hidden;	
	}
	
	#player h4 {
		color: #005e96;
	}
	
#news {
	width: 500px;
	float: right;
	margin:  40px 40px 0px 0px;
}
	#news hr {
		color: #fff;
		background-color: #fff;
		height: 1px;
		border: 0;
		margin: 25px 0px;
	}

/*** CONTACT  ******************************************************************************************************************************************************/

#left {
	width: 210px;
	margin: 20px 0px 0px 20px;
	float: left;
}

	 #address {
		background: url(/images/layout/address-bg.gif) no-repeat 0px 0px;
		padding-left: 50px;
		padding-bottom: 10px;
		border-bottom: 1px solid #9eb4c2;
		margin-bottom: 10px;
	}
		#address h3 {
			padding-top: 7px;
			margin-bottom: 0px;
		}
		#address p {
			color: #7d9bad;
			font-size: 14px;
		}
	
	p#telephone {
		background: url(/images/layout/phone-bg.gif) no-repeat 0px 5px;
		padding-left: 50px;
		color: #005e96;
		font-size: 18px;
		font-weight: 900;
		font-style: italic;
		padding-bottom: 20px;
		padding-top: 10px;
		border-bottom: 1px solid #9eb4c2;		
	}
	
	p#fax {
		background: url(/images/layout/fax-bg.gif) no-repeat 0px 5px;
		padding-left: 50px;
		color: #797979;
		font-size: 18px;
		font-style: italic;
		padding-bottom: 20px;
		padding-top: 10px;
	}	
	
	
#form {
	width: 600px;
	float: right;
	margin:  30px 40px 0px 0px;	
}

	#error {
		display: none;
		border: 2px solid #ff6600;
		background: url(/images/layout/error-icon.png) no-repeat 15px 12px;
		padding: 20px 0px 20px 60px;
	}

	#form .required {
		margin-left: 10px;
		color: #ff6600;
		font-weight: bold;
		font-size: 14px;
		
	}

	#form label {
		color: #9eb4c2;
		font-size: 14px;
		text-transform: uppercase;
		width: 120px;
		display: block;
		float: left;
		margin-bottom: 18px;
		line-height: 28px;
		font-weight: bold;		
	}
	
	#form label.error {
		width: 0px;
		height: 0px;
		display: none;
		visibility: hidden;
		font-size: 11px;
		font-weight: normal;
		color: #ff6600;
		font-style: italic;
		text-transform: lowercase;
		
	}
	
	#form input, #form textarea {
		background: #fbfbfb;
		height: 28px;
		width: 275px;
		border: 1px solid #d8d8d8;
		margin-bottom: 18px;
	}
	
	#form input.error, #form textarea.error {
		border: 1px solid #ff6600;
	}
	
	#form textarea {
		height: 150px;
	}
	
	#form form {
		margin: 40px 0px;
	}
	
	
	
	#form p input {
		width: auto;
		border: 0px;
		background: none;
		height: auto;
		margin-left: 120px;
	}
	
/*** TITLES  ******************************************************************************************************************************************************/

h2 {
	font-size: 24px;
	font-weight: bold;
	color: #005e96;
}
h2#type-remorque {
	width: 980px;
	height: 45px;
	display: block;
	background: url(/images/layout/type-bg.gif) no-repeat;
	overflow: hidden;
	text-indent: -9999px;	
}

h2#contact {
	width: 980px;
	height: 45px;
	display: block;
	background: url(/images/layout/contact-h2-bg.gif) no-repeat;
	overflow: hidden;
	text-indent: -9999px;	
}
	
h3 {
	color: #005e96;
	font-weight: 500;
	font-size: 18px;
	margin: 5px 0px 15px 0px;	
}

h4 {
	font-size: 14px;
	font-weight: 900;
	color: #7c848c;
	margin-bottom: 10px;
}


/*** LISTS  ******************************************************************************************************************************************************/

ul.arrow {
	margin: 10px 0px;
}

	ul.arrow li {
		background: url(/images/layout/arrow-li-bg.gif) no-repeat 0px 3px;
		padding-left: 14px;
		margin-bottom: 15px;
	}
	
ul.details {

}

	ul.details li {
		padding: 7px 0px 7px 14px;
		background: url(/images/layout/arrow-li-bg.gif) no-repeat 0px 10px;
		border-top: 1px solid #c9ced3;
		color: #7c848c;
	}	

		ul.details li span {
			color: #015aa6;
		}


/*** LINKS  ******************************************************************************************************************************************************/
	
a {
	color: #1074a8;
}

a:hover {

	color: #f59d00;
}
	
	
a.promo {
	width: 300px;
	height: 30px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/images/layout/promo-btn-bg.gif) no-repeat top left;
}

	a.promo:hover {
		background-position: bottom left;
	}
	
a.voir {
	width: 160px;
	height: 41px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/images/layout/voir-bg.gif) no-repeat top left;
}

	a.voir:hover {
		background-position: bottom left;
	}	
	

a.print {
	width: 200px;
	height: 30px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/images/layout/print-bg.gif) no-repeat top left;
}

	a.print:hover {
		background-position: bottom left;
	}	
	
a.contact {
	width: 200px;
	height: 30px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/images/layout/contact-bg.gif) no-repeat top left;
}

	a.contact:hover {
		background-position: bottom left;
	}		


