/* Style definition file generated by highlight 2.6.7, http://www.andre-simon.de/ */

/* Highlighting theme definition: */

body.hl	{ background-color:#1e1616; }
pre.hl	{ color:#c4b1a8; background-color:#1e1616; font-size:10pt; font-family:Courier New;}
.hl.num	{ color:#9c928c; }
.hl.esc	{ color:#837d83; }
.hl.str	{ color:#635d63; }
.hl.dstr	{ color:#635d63; }
.hl.slc	{ color:#c4674a; }
.hl.com	{ color:#c4674a; }
.hl.dir	{ color:#e7a731; }
.hl.sym	{ color:#506070; }
.hl.line	{ color:#9c928c; }
.hl.mark	{ background-color:#394e62;}
.hl.kwa	{ color:#d67129; }
.hl.kwb	{ color:#ba1919; }
.hl.kwc	{ color:#7b2421; }
.hl.kwd	{ color:#ad5139; }


/* Content of C:\Documents and Settings\user\Bureau\TC\FIREFOX\photo_simple_fichiers\photo_simple.css: */
body {
	background-color: #000000
}
#gallery {
	position: relative;
	width: 750px;
}
#thumbs {
	width: 180px;
	float: left;
}
#thumbs a {
	display: block;
	float: right;
	margin: 0 0 5px 5px;
	width: 50px;
	height: 50px;
	border: 1px solid #000;
}
#thumbs a img {
	width: 50px;
	height: 50px;
	border: 0;
}
#thumbs a:hover {
	border-color: #ddd;
}
#thumbs a:hover img {
	position: absolute;
	width: auto;
	height: auto;
	left: 185px;
	top: 0;
	border: 1px solid #333;
}
