/******************
***Body Elements***
*******************/

* {
	margin:0;
	padding:0;
}

body {
	font-size:12px;	
	color:#FFFFFF;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, Arial, sans-serif;
	background:url(../images/back.png) top left repeat-x #F54B03;
}

a:link {color:#F54B03; text-decoration:none; font-weight:bold;} 
a:visited {color:#F54B03; text-decoration:none; font-weight:bold;} 
a:hover {color:#FFFFFF; text-decoration:none; font-weight:bold;}





/******************
*****Container*****
*******************/

#container {
	text-align : left;
	width : 1200px;
	padding : 10px;
	margin : 30px auto;
	background-color: #FFFFFF;
}





/*******************
*******Header*******
********************/

#header h1 {width:1200px; position:relative; height:255px; top:0; left:0; background:url(../images/header.png) no-repeat;}
	#header h1 a:link {display:block; position:absolute; bottom:0; left:0; width:300px; height:100px; background:url(../images/header2.png) no-repeat;}
	#header h1 a:visited {display:block; position:absolute; bottom:0; left:0; width:300px; height:100px; background:url(../images/header2.png) no-repeat;}
	#header h1 a:hover {background-position:0 -500px;}
	#header h1 a span {display:none;}
	
	
	
	
	
/*******************
*******Content*******
********************/

#content {
	width:1200px;
	background:url(../images/backcontent.gif) top left repeat-y #FFFFFF;
	margin-top:10px;
	text-align:left;
	position:relative;
}





/*******************
*******Colonnes*******
********************/

#left {width:220px; background:url(../images/headleft.gif) top left no-repeat; padding:5px 10px; float:left; left:0; top:0; color:#333333;}
	#left h3 {font-size:16px; font-weight:normal; padding:4px 0 5px 0; margin:0 0 10px 0; border-bottom:1px solid #333333;}
	#left h4 {font-size:13px; font-weight:bold; padding:5px 0 0 0; margin:10px 0 5px 0;}
	

#center {width:680px; background:url(../images/headcenter.gif) top left no-repeat; float:left; margin:0 0 0 10px; left:0; top:0; padding:5px 10px;}
	#center h2 {font-family:Georgia, "Times New Roman", Times, serif; font-size:20px; font-weight:normal; padding:0 0 5px 0; margin:0 0 10px 0; border-bottom:1px solid #FFFFFF;}
	p.center {display:block; width:680px; text-align:center; margin-bottom:10px;}
	h3.underline {font-size:16px; font-weight:normal; padding:4px 0 5px 0; margin:10px 0 5px 0; border-bottom:1px solid #FFFFFF;}
	h3.notype {font-size:16px; font-weight:normal; margin:20px 0 5px 0;}
	ul.notype {margin:0; text-align:left; padding:0; list-style-type:none;}
	#center ul {color:#FFFFFF; margin:0; text-align:left; padding:0 0 0 15px; margin-bottom:15px;}
	table {width:680px; border-top:1px solid; border-left:1px solid; border-right:1px solid;}
		td.g {width:190px; padding:5px; font-weight:bold; border-right:1px solid; border-bottom:1px solid;}
		td.d {width:470px; padding:5px; border-bottom:1px solid;}
		td.l {width:170px; padding:5px; border-right:1px solid; border-bottom:1px solid;}
		td.c {width:210px; padding:5px; border-bottom:1px solid; border-right:solid 1px;}
		td.r {width:230px; padding:5px; border-bottom:1px solid;}
	#center img {border:1px solid #FFFFFF; padding:5px; margin:0;}
	#center a:link img {background:#224455;}
	#center a:visited img {background:#224455;}
	#center a:hover img {background:#FFFFFF;}


#right {width:220px; background:url(../images/headright.gif) top left no-repeat; padding:5px 10px; float:right; right:0; top:0; color:#000000;}
	#right h3 {font-size:16px; font-weight:normal; padding:4px 0 5px 0; margin:0 0 10px 0; border-bottom:1px solid #333333;}
	#right ul {color:#000000; margin:0; text-align:left; padding:0 0 0 15px; margin-bottom:15px;}
		#right ul li {padding:0;}
	





/*******************
*******Clear********
********************/

hr.clear  {clear:both; height:1px; font-size:1px; border:none; background:transparent; visibility:hidden;}






/*******************
*******Light********
********************/

#lightbox{
	position: absolute;
	color:#FFFFFF;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #000000;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(http://christinesgarra.chez-alice.fr/images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background:url(http://christinesgarra.chez-alice.fr/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://christinesgarra.chez-alice.fr/images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, Arial, sans-serif;
	background-color: #000000;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	