/* ******************************************************* */
/* LES 3 PRODUIT */
/* ******************************************************* */
#productFrame
{
	float: left;
	display: inline;
	width: 676px;
	height: 254px;
	background-color: #d4d5cd;
    margin: 8px 0 0 ;
}
.product
{
	float: left;
	display: inline;
	margin: 0 0 4px;
}
.productORCA
{
	float: left;
	display: inline;
	background: #fff no-repeat url(../img/productFrame.png);
	margin: 7px 0 7px 11px;
	width: 214px;
	height: 236px;
	color: #000;
}
.productMANITOU
{
	float: left;
	display: inline;
	background: #fff no-repeat url(../img/productFrame.png);
	width: 214px;
	height: 236px;
	margin: 7px 0 7px 7px;
}
.productCALIBUR
{
	float: left;
	display: inline;
	background: #fff no-repeat url(../img/productFrame.png);
	width: 214px;
	height: 236px;
	margin: 7px 0 7px 7px;
}
#logoORCA
{
	margin: 10px auto;
	background: no-repeat url(../img/logo-sprite2.png);
	height: 78px;
	width: 182px;
}

#logoMANITOU
{
	margin: 22px auto 23px;
	background: no-repeat url(../img/logo-sprite2.png) 0 -78px;
	height: 53px;
	width: 180px;
}

#logoCALIBUR
{
	margin: 8px auto 9px;
	background: no-repeat url(../img/logo-sprite2.png) 0 -131px;
	height: 81px;
	width: 130px;
}
.productContent
{
	margin: 5px auto;
	padding: 15px 10px 0;
	text-align: left;
	height: 85px;
	width: 193px;
	font-size: 15px;
}
.contentORCA
{
	color: #000;
}
.contentMANITOU,
.contentCALIBUR
{
	color: #000;
}

.contentCALIBUR
{
	color: #000;
}
.productMore
{
	float: right;
	display: inline;
	margin: 0 10px 0;
	padding: 3px 25px 0 0;
	width: 99px;
	height: 19px;
	font-size: 13px;
	color: #fff;
	text-align: right;
	cursor: pointer;
}
.moreORCA
{
	background: no-repeat url(../img/moreButton.png) 0 0;
}
	.moreORCA:hover
	{
		background: no-repeat url(../img/moreButton.png) 0 -66px;
	}
.moreMANITOU
{
	background: no-repeat url(../img/moreButton.png) 0 -22px;
}
	.moreMANITOU:hover
	{
		background: no-repeat url(../img/moreButton.png) 0 -88px;
	}
.moreCALIBUR
{
	background: no-repeat url(../img/moreButton.png) 0 -44px;
}
	.moreCALIBUR:hover
	{
		background: no-repeat url(../img/moreButton.png) 0 -110px;
	}
/* ******************************************************* */
/* NOUVELLES */
/* ******************************************************* */
#newsFrame
{
	float: right;
	display: inline;
	width: 241px;
	margin: 8px 7px 0 0px;
}
#newsHead
{
	font: bold 22px Arial;
	padding: 6px 0 0 15px;
	color: #fff;
	width: 226px;
	height: 31px;
	background: #f1f8ee no-repeat url(../img/titleYellow.png);
	letter-spacing: 2px;
}

#newsContent
{
	padding: 5px 10px;
	width: 221px;
	margin: 5px 0;
	color: #666;
	font-size: 12px;
}
.newsTitle
{
	color: #8ba937;
	font-weight: bold;
	font-size: 14px;
}
.bg
{
	background-color: #ecede8;
}

.underline
{
	text-decoration: underline;
}

.video
{
    margin: 0 0 10px;
}


/* ******************************************************* */
/* TEMOIGNAGE */
/* ******************************************************* */
#testimonialFrame
{
	float: left;
	display: inline;
	margin: 15px 3px 7px 0px;
	width:678px;
}
.testimonialHead
{
	float: left;
	display: inline;
	width: 668px;
	background: no-repeat url(../img/testimonialFrame-sprite.png) 0 0;
	height: 24px;
	padding: 7px 0 0 10px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
}
.testimonialHead span /* le titre principal*/
{
	float: left;
	display: inline;
	width: 200px;
}
.testimonialHead a
{
	float: right;
	display: inline;
	margin: 0px 0 0;
	font-size: 13px;
	width: 230px;
	height: 20px;
	color: #fff;
}
.testimonialHead a span
{
	float: right;
	display: inline;
	width: 170px;
	text-align: right;

}
.moreTestimonial
{
	float: right;
	display: inline;
	height: 19px;
	width: 19px;
	background: no-repeat url(../img/moreButton.png) right -132px;
	/*-background-color: #306b28;/* IE6 only hack*/
	margin: -2px 20px 0 10px ;
	text-align: right;
	letter-spacing: 0px;
	cursor: pointer;
}
.moreTestimonial:hover
{
	background: no-repeat url(../img/moreButton.png) right -151px;
}
.testimonialContent
{
	float: left;
	display: inline;
	width: 646px;
	border-left: 1px solid #215d21;
	border-right: 1px solid #215d21;
	padding: 15px 15px;
	text-align: justify;
	background-color: #fff;
}
.testimonialText
{
	text-align: justify;
}
.testimonialSignature
{
	text-align: right;
	color: #215d21;
	font-weight: bold;
	margin: 20px 0 0;
}
.testimonialFooter
{
	float: left;
	display: inline;
	width: 678px;
	background: #fff no-repeat url(../img/testimonialFrame-sprite.png) 0 -32px;
	height: 34px;
}
/* ******************************************************* */
/*   TEXT dans le bas			*/
/* ******************************************************* */
#textFrame
{
	float: left;
	display: inline;
	width: 913px;
	padding: 15px;
	text-align: justify;
	font-size: 15px;
	color: #929290;
}

