/* Info
-------------------------------------------------------------- */
#info {
	width: 210px;
	height: 71px;

	padding: 10px 25px 0px 25px;

	color: white;
	font-size: 16px;

	background: url('images/customer/bg_info.jpg') 0 0 no-repeat;
}

/* Btn Voir Newsletters
-------------------------------------------------------------- */
.btnVoirNewsletters {
	display: block;
	padding: 8px 0 8px 15px;
	margin: 0 4px;

	text-decoration: none;
	text-align: left;

	color: #e8e8e8;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;

    background-image: none;
	background-color: #cb0119;

	border: 0;
	border-top: 1px solid #1d1d1d;
	border-bottom: 1px solid #1d1d1d;
}

	.btnVoirNewsletters:hover {
        background-image: none;
        background-color: black;
        
		border: 0px;
		padding: 9px 0 9px 15px;
	}

/* Banner
-------------------------------------------------------------- */

#banner {
	width: 700px;
	height: 370px;
	padding:0px;
	margin:0px;

	overflow: hidden;
	background-color:black;
}

#yt-container{	
	padding:0px;
	margin:0px;
	
	left:-20px;
	
	}


#video-controls { display: none;width: 333px; }
#video-controls a { color: #ddd; text-decoration: underline; }


/* Filter
-------------------------------------------------------------- */

.filter {
	width: 349px;
	height: 102px;

	background: url('images/customer/bg_filter.jpg') 0 0 no-repeat;

	position: relative;
	top: -102px;
	margin-bottom: -129px;
	z-index: 2;
}

.searchPage .filter {
	width: 339px;
	height: 24px;

	background: url('images/customer/bg_filter_page.jpg') 0 0 repeat-x;

	top: 0px;
	margin-bottom: -34px;

	padding: 10px 5px 0px 5px;
	color: white;
	font-size: 12px;
}


/* Manufacturers
-------------------------------------------------------------- */

#manufacturersContainer {
	width: 100%;
	margin: 0px auto;
	background-color: white;
}

#manufacturers {
	width: 960px;
	background-color: white;

	margin: 6px auto 0px auto;
}

/* 3box
-------------------------------------------------------------- */

.smallBox {
	float: left;
	width: 215px;
	background-color: #e4e4e4;

	padding: 1px;
	margin: 0px 0px 12px 0px;
}

	.smallBox h2 {
		text-shadow: white 1px 1px 0px;
	}

	.smallBox .contour {
		border: 1px solid white;
		padding: 13px;
		height: 205px;

		background: url('images/customer/bg_contour.jpg') 0 0 repeat-x;

		text-shadow: white 1px 1px 0px;
	}

	.smallBox hr {
		background-color: #d9d9d9;
		color: #d9d9d9;
		border-bottom: 1px solid white;
		height: 2px;
	}

/* Important
-------------------------------------------------------------- */

.important .contour {
	padding: 10px;
	border: 1px solid #575757;
}

/* Cadre
-------------------------------------------------------------- */

.mainRight2 .cadre  {padding: 0px;color:#676767; text-transform: uppercase;font-size: 11px; border: 1px solid #dadada;border-left: 1px solid #b5b5b5;border-bottom: 1px solid #b5b5b5;background-image: none;}

.cadre .contour {
	padding: 15px;
	border: 1px solid white;
}

	.cadre .contour h3 {
		color: #e1272f;
	}

		.cadre h3 {
			text-shadow: white 1px 1px 0px;
		}

.cadreRouge {
	background-color: #e1272f;
	padding: 10px;
	color: white;

	text-transform: none;
}

	.cadreRouge a {
		color: white;
	}

.contour {
	padding: 10px;
	border: 1px solid #838383;
}

.payements {
	display: block;
	background-color: #242424;

	padding: 10px 0px;

	border-top: 1px solid #4d4d4d;
	text-align: center;
}

/* Notice
-------------------------------------------------------------- */

.notice  {}

.notice .contour {
	padding: 15px;
	border: 1px solid white;
}

/* Contact
-------------------------------------------------------------- */

.contact {
	padding: 5px;
	background-color: #575757;
	color: #e9e9e9;
}

/* Span
--------------------------------------------------------------- */

span.red {
	color: #db0019;
}

/* Facebook
--------------------------------------------------------------- */

.fbflick {
	display: block;
	width: 252px;
	background-color: #131313;

	padding: 0 4px;
}

	.fbflick .title {
		display: block;
		/*width: 107px;
		height: 31px;

		background: url('images/customer/bg_fbFlick_title.jpg') 0 0 no-repeat;

		padding: 12px 0px 0px 15px;*/
		padding: 10px 0 0 0;
		color: #e8e8e8;
		font-size: 11px;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
	}

.fbflick .btnYoutube {
	display: block;
	width: 88px;
	height: 43px;

	background: url('images/customer/bg_fbFlick_youtube.jpg') 0 0 no-repeat;

	float: left;
}

	.fbflick .btnYoutube:hover {
		background-position: bottom;
	}

.fbflick .btnFacebook {
	display: block;
	width: 95px;
	height: 43px;

	background: url('images/customer/bg_fbFlick_facebook.jpg') 0 0 no-repeat;

	float: left;
}

	.fbflick .btnFacebook:hover {
		background-position: bottom;
	}

.fbflick .btnFlickr {
	display: block;
	width: 69px;
	height: 43px;

	background: url('images/customer/bg_fbFlick_flickr.jpg') 0 0 no-repeat;

	float: left;
}

	.fbflick .btnFlickr:hover {
		background-position: bottom;
	}
