/**
 *
 * @author	Benoit Asselin <benoit(at)agenceici(dot)com>
 * @version	style.css, 2009/10/14
 * @link	http://www.agenceici.com/
 *
 */


* { padding: 0; margin: 0; font-family: Arial, sans-serif; }
html, body { width: 100%; height: 100%; font-size: 12px; font-family: Arial, sans-serif; background: url(../images/interface/fond.jpg) center; }

ul, li { list-style: none; }
img { border: 0 none; }


.clear { clear: both; }
.no-spam { display: none; }
/*.opacity-0 { opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0); }*/


img#restauration { position: absolute; left: 50%; margin-left: -342px; /*margin-top: -250px;*/ }
table.container { position: relative; width: 100%; height: 100%; }
td.tleft { width: 200px; height: 100%; }
td.tleft img { display: block; width: 200px; height: 100%; background: url(../images/interface/ombre-gauche.png); }
td.tcontainer { width: auto; height: 100%; }
td.tright { width: 200px; height: 100%; }
td.tright img { display: block; width: 200px; height: 100%; background: url(../images/interface/ombre-droite.png); }
div.dcontainer { position: relative; width: 100%; height: 500px; text-align: center; }
div.container { position: absolute; left: -200px; top: 0; right: -200px; height: 500px; }

div#sites { position: relative; margin-top: 200px; height: 150px; background: #000; overflow: hidden; }
div#sites ul { position: absolute; height: 375px; }
div#sites li { list-style: none; }
div#sites img { border: 0 none; }
div.description { text-align: justify; padding-top: 20px; width: 800px; margin: 0 auto; }
div.description img.ici { width: 74px; height: 94px; float: left; margin-right: 20px; background: url(../images/interface/logo-agence-ici.png); }
div.description .contact { color: #c50000; padding-top: 5px; }
div.description .contact h1 { font-size: 14px; float: left; }
div.description .contact a { font-weight: bold; color: #c50000; float: right; }
div.description .links { clear: both; color: #472c17; padding-top: 20px; font-size: 10px; }
div.description .links a { color: #472c17; margin-right: 5px; }


/* lightbox.css */
#lightbox { position: absolute; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; 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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }



