/****************************************/
/*				greffe de vie					*/
/*				   HEADER					*/
/*												*/
/****************************************/

#global #header {
	width: 717px;
	height: 273px;
	background: url('../images/bg_header.gif') no-repeat;
	background-color: #FFFFFF;
	}
	
#global #header img {
	float: left;
	padding-left: 30px;
	}
	
#global #header ul {
	margin-left: 235px;
	}
	
#global #header li {
	display: inline;
	padding: 0px 5px 8px 8px;
	background: url('../images/puce_header.gif') no-repeat;
	background-position: left top;
	}
	
#global #header li a {
	position: relative;
	top: 7px;
	text-decoration: none;
	color: #313131;
	font-size: 11px;
	}
	
#global #header li a:hover {
	color: #FFA825;
	}
	
#global #header #citations {
	position : relative;
	top : 5px;
	left : -95px; 
	/*display: table;
	width: 380px;
	height: 60px;*/
	margin: 10px 0px 0px 300px;
	
	}
	
#global #header #nav {
	width: 717px;
	height: 186px;
	}
	
/*--------- Lightbox -----------*/
#lightbox{
    background-color:#eee;
    padding: 10px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
}

#lightboxDetails{
    font-size: 0.9em;
    color: #555;
    padding-top: 0.5em;
}

#closeButton{ top: 5px; right: 5px; }

#lightboxCaption{ float: left; }

#keyboardMsg{ float: right; }

#lightbox img{ border: none; }

#overlay img{ border: none; }

#overlay{ background-image: url(lightbox/overlay.png); }

* html #overlay{ /*Hack IE */
    background-color: #000;
    background-color: transparent;
    background-image: url(blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="lightbox/overlay.png", sizingMethod="scale");
}
/*-------- fin lightbox -------*/