/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

.leightbox {
/*.lightbox_gw{*/
	display:none;
	position: absolute;
	top:60%;
	left:50%;
	z-index:9999;
	width:auto;
	height:auto;
	margin:-220px 0 0 -250px;
	border:1px solid #fff;
	/*background:#FDFCE9;*/
	background: white;
	text-align:left;
	padding: 1em;
	overflow: auto;	
}

.lightbox_gw[id]{
/* IE6 and below Can't See This */
	position:fixed;
}

#overlay_gw{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	_width: 2400px; /* this will be read by IE only */
	height:100%;
	z-index:5000;
	background-color:#C8C8C8;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);

}

#overlay_gw[id]{
/* IE6 and below Can't See This */
	position:fixed;
}

/*----  CSS pour LEIGHTBOX SPECIFIQUES  ----*/

#pays_multilangue_belgique, #pays_multilangue_suisse
{
      width:200px;
	height:100px;
      top:65%;
      // top: 62%; /* pr IE */
	left:62%;
	// left: 65%; /* pr IE */
	text-align: center;
}

#pays_multilangue_belgique H3, #pays_multilangue_suisse H3
{
      font-size: 14px;
}

#pays_multilangue_belgique a, #pays_multilangue_suisse a
{
      margin : 10px;
}

#pays_multilangue_belgique a.lbAction
{
      /*padding-top : 50px;*/
}

#pays_multilangue_belgique a.lbAction img
{
      vertical-align : text-bottom;
}

