/* Gaetan Langhade pour www.equallia.com - 2007 */


/* proprietes proprietaires ou CSS 3 pour le menu */
.menu li a img	{
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.menu li:hover a img,
.menu li.actif a img	{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.menu li.dernierMenu a img	{
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.menu li.dernierMenu:hover a img,
.menu li.dernierMenuActif a img	{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}



/* http://jquery.com/demo/thickbox/ */
.couverture	{
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	height: 100%;
	width: 100%;
	display: none;
}
* html .couverture { /* ie6 hack *//* a laisser ici de preference a stylesIE6.css */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

.couvrir .couverture	{
	display: block;
}

.faitiere	{
	text-align: left;
	width: 552px;
	margin-left: -286px;
	height: 334px;
	margin-top: -157px;
	padding: 5px 7px 15px 13px;
	background: url(FondFaitiere.png) bottom left no-repeat;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 102;
}
* html .faitiere	{ /* ie6 hack *//* a laisser ici de preference a stylesIE6.css */
	background-image: url(fondFaitiere.gif);
	position: absolute;
	/*margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');*/
}

.fSimple	{
	background-image: url(FondFaitiereSimple.png);
}
* html .fSimple	{ /* ie6 hack *//* a laisser ici de preference a stylesIE6.css */
	background-image: url(FondFaitiereSimple.gif);
}

.faitiereZoom	{
	text-align: left;
	width: 674px;
	margin-left: -337px;
	height: 551px;
	margin-top: -270px;
	padding: 5px 7px 15px 13px;
	background: url(FondFaitiereZoom.png) bottom left no-repeat;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 102;
}
* html .faitiereZoom	{ /* ie6 hack *//* a laisser ici de preference a stylesIE6.css */
	background-image: url(fondFaitiereZoom.gif);
	position: absolute;
}

/*---------------rajouts Ben--------------------------*/

.faitiereLarge{
	text-align: left;
	width: 916px;
	margin-left: -458px;
	height: 413px;
	margin-top: -186px;
	padding: 5px 7px 15px 13px;
	background: url(fondFaitiereLarge.gif) top left no-repeat;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 102;
}

* html .faitiereLarge	{ /* ie6 hack *//* a laisser ici de preference a stylesIE6.css */
	background-image: url(fondFaitiereLarge.gif);
	position: absolute;
}

.faitierePopup	{
	text-align: left;
	width: 552px;
	margin:0 0 0 10px;
	height: 334px;
	padding: 5px 7px 15px 13px;
	background: url(FondFaitiere.png) bottom left no-repeat;
	z-index: 102;
	position:absolute;
	top:10px;
	left:0;
}

.blackbackground
{
	background:#000;	
	position:relative;
	height:380px;
}

.listage div.forceDroite
{
	float: right !important;
}
