/* ------ GLOBAL ------ */

	/*
	html {
		*overflow: auto;
		_overflow:inherit;
	}*/
body {
 font-family: Tahoma,Arial,Helvetica,sans-serif;
 font-size:13px;
 /* text-align:center; */
 background-color:#333333;
 padding:0px;
 margin:0px;
 color:#777777;
}
/*
	html, body {
	scrollbar-face-color:#CCCCCC;
	scrollbar-arrow-color:#555555;
	scrollbar-track-color:#f0f0f0;
	scrollbar-shadow-color:#aaaaaa;
	scrollbar-highlight-color:#f0f0f0;
	scrollbar-3dlight-color:#909090;
	scrollbar-darkshadow-Color:#909090;
}*/

h1, h2, h3, h4, form, input, p, hr, a , dl, dd {
 margin:0;
 padding:0;
}

ul, li {
 margin: 0;
 padding: 0;
 list-style: none outside none;
}

img {
 display: block;
 margin: 0;
 padding: 0;
 border: none;
 outline: none;
}

input, textarea {
 font-family:Tahoma,Arial,Helvetica,sans-serif;
 margin:0;
 padding:0;
}

textarea {
overflow:auto;
}

a, a:focus, a:active, div {
 color:#888888;
 text-decoration:none;
 outline: medium none;
}

.devider {
 clear:both;
}

#container {
 position: absolute;
 left: -3000px;
}

#containerBrowse {
 margin-top: 30px;
 margin-left: auto;
 margin-right: auto;
 width: 1135px;
 background-color: #151515;
}

/* ------ HEADER ------ */
#header {
 position: absolute;
 top: 0px;
 left: 0px;
 background: url(../images/header_bg.jpg) repeat-x;
 width: 100%;
 height: 30px;
}
#header_shadow {
 position: absolute;
 top: 30px;
 left: 0px;
 width: 100%;
 height: 10px;
 font-size: 0px;
 background: url(../images/header_shadow.png) no-repeat;
	/*
	*background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='templates/hpneo/images/header_shadow.png',sizingMethod='crop');
	*/
}

/* ------ MENU ------ */
#menu {
 position: relative;
 float:right;
}
#magic-line {
 position: absolute;
 height: 20px;
 background: rgba(100, 100, 100, 1);
 z-index: 100;
 -moz-border-radius: 5px; /* Gecko (Mozilla Firefox) */
 -webkit-border-radius: 5px; /* Webkit (Safari, Chrome) */
 -khtml-border-radius: 5px; /* Linux (Konqueror) */
}
#menu li {
 display: inline;
 margin-top: 5px;
 line-height: 25px;
}
#menu li.menu_text_last a {
 background: none;
}
#menu li.menu_text a {
 color: #64FF64;
}
#menu li a:hover {
 color: #64FF64;
 /*
 color: #777777;
 */
}
#menu li a {
 position: relative;
 z-index: 200;
 display: block;
 float: left;
 padding: 2px 12px 2px 12px;
 background: url(../images/sep.gif) no-repeat right;
}

#menu_but {
 float: right;
}
#menu_but img {
 border: none;
}
#menu_but a {
 width: 20px;
 height: 20px;
 float: left;
 margin-right: 1px;
 margin-top: 5px;
}
#menu_but span {
 display: none;
}
#menu_but a:hover {
	/*
	filter:alpha(opacity=60);
	*/
 opacity: 0.60;
}
#menu_but a.menu_but_rss { background: url(../images/rss.gif) no-repeat; }
#menu_but a.menu_but_last { margin-right: 9px; }
#menu_but a.hpn_img_next_link { 
 background: url(../images/next.gif) no-repeat;
 margin-right: 9px;
}
#menu_but a.hpn_img_next_link_off { 
 background: url(../images/nonext.gif) no-repeat;
 margin-right: 9px;
}
#menu_but a.hpn_img_previous_link { 
 background: url(../images/prev.gif) no-repeat;
}
#menu_but a.hpn_img_previous_link_off { 
 background: url(../images/noprev.gif) no-repeat;
}
#menu_but a.menu_but_prev {	background: url(../images/prev.gif) no-repeat; }
#menu_but a.b_noir {	background: url(../images/b_noir.gif) no-repeat; }
#menu_but a.b_gris_f { background: url(../images/b_gris_f.gif) no-repeat; }
#menu_but a.b_gris_c { background: url(../images/b_gris_c.gif) no-repeat; }
#menu_but a.b_blanc { background: url(../images/b_blanc.gif) no-repeat; }

/* ------ PANNEAU ------ */
#panel {
 position: absolute;
 top: 30px;
 left: -400px;
 width: 442px;
}
#panel_shad {
 position: absolute;
 top: 0px;
 right: 0px;
 width: 10px;
 height: 100%;
 background: url(../images/panel_shadow.png) no-repeat;
	/*
	*background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='templates/hpneo/images/panel_shadow.png',sizingMethod='crop');
	*/
}
#panel_click_bar {
 position: absolute;
 top: 0px;
 right: 10px;
 width: 32px;
 /* height: 100%; */
 background: url(../images/panel_clickbar_off.png) no-repeat;
 cursor: pointer;
}
#click_bar_arrow.active { /* Icone flèche */
 background-image: url(../images/arrow_back.png);
}
#click_bar_arrow { /* Icone flèche */
 height: 100%;
 background-position: -18px 30px;
 background-repeat: no-repeat;
 background-image: url(../images/arrow_forward.png);
}
#click_bar_arrow:hover{
 background-position: -43px 30px;
} /* Fin Icone flèche */
#panel_scroll {
 position: absolute;
 top: 0px;
 left: 0px;
 height: 100%;
 width: 400px;
 overflow: auto;
 background: url(../images/scroll_bg.jpg) repeat-y top right;
}

/* ------ CONTENU DU PANNEAU ------ */
#panel_content {
 left:5px;
 position:relative;
 top:0;
 width:374px;
}
#panel_content span.sep {
 margin-left: 5px;
 margin-right: 5px;
 color: #000000;
}
h1.titre_image {
 background-color: #1D1D1D;
 color:#A1A1A1;
 font-size: 14px;
 font-weight: bold;
 margin-top:10px;
 text-align: center;
 letter-spacing: 1px;
 padding:5px;
}
div.image_notes {
 background: #292929 url(../images/back_noir.jpg);
 font-size: 11px;
 color: #9e9e9e;
 padding: 8px;
}
div.image_notes a {
 color: #637a90;
}
div.image_notes p {
 margin-top: 0px;
 margin-bottom: 5px;
}
div.image_notes div.sep {
 text-align: right;
}
#panel_content h2 {
 background:url(../images/h2_bg.jpg) no-repeat scroll right top #616161;
 color:#F0F0F0;
 font-size:11px;
 letter-spacing:1px;
 margin-top:5px;
 padding:3px;
 /* text-transform:uppercase; */
}
#panel_content div.mini_block {
 background:url(../images/bak_infos.jpg) repeat scroll 0 0 #454545;
 color:#ABABAB;
 font-size:11px;
 padding:5px;
}
#panel_content div.mini_block a {
 color: #474747;
 text-decoration: none;
}
#panel_content div.mini_block a:hover {
 text-decoration: underline;
}
#panel_content div.mini_block ul li {
	display: inline;
}
#infos_block label {
 padding-left: 3px;
}
#box_name {
 border-right:6px solid #454545;
 width:179px;
}
#box_email {
 width:179px;
}
#box_url {
 margin-top: 5px;
 width:364px;
}
#box_name, #box_email {
 float: left;
}
input.input_infos {
 background-color:#222222;
 border:medium none;
 color:#9B9B9B;
 font-size:12px;
 height:18px;
 line-height:18px;
 margin-top:2px;
 text-indent:3px;
 width:100%;
}
textarea.input_message {
 background-color:#222222;
 border:5px solid #222222;
 color:#9B9B9B;
 font-size:12px;
 height:100px;
 margin-top:10px;
 width:354px;
}
#infos_save_block {
 float:left;
 margin-top:5px;
}
#infos_save_block label {
 margin-left:5px;
}
input.input_submit {
 background-color:#222222;
 border:medium none;
 color:#9B9B9B;
 float:right;
 font-size:11px;
 height:17px;
 margin-top:4px;
 width:140px;
}
#merci {
 background:url(../images/back_noir.jpg) repeat scroll 0 0 #222222;
 color:#C98750;
 display:none;
 font-size:11px;
 margin-top:5px;
 padding-bottom:5px;
 padding-top:5px;
 text-align:center;
}
#image_comments {
 color:#A0A0A0;
 font-size:11px;
}
#image_comments li {
 background:url(../images/back_noir.jpg) repeat scroll 0 0 #262626;
 margin-top:5px;
 padding:7px;
 width:359px;
}
#image_comments li span {
 display: block;
 margin-top: 10px;
 color: #565656;
}
#image_comments li a {
 color: #637a90;
}
#image_comments li span a {
 color: #CCCCCC;
 text-decoration: none;
 font-weight: bold;
}
#image_comments li.admin_comment {
 background: #222222;
}
#image_comments li.admin_comment span {
 color: #84aec7;
}
#image_comments li.admin_comment span a {
 color: #84aec7;
}
a.bv {
 display: block;
 width: 170px;
 height: 20px;
 float: left;
 margin: 6px;
	/*
	_margin: 5px;
	*/
}
iframe.bv {
 display: inline;
 margin: 6px;
	/*
	_margin: 5px;
	*/
}
a.bv:hover {
	/*
	filter:alpha(opacity=60);
	*/
 opacity: 0.60;
}
a.vfxy { background-image:url(../images/orthers/bv_vfxy.jpg); }
a.photocommunity { background-image:url(../images/orthers/bv_photocommunity.jpg); }
a.coolphotoblogs { background-image:url(../images/orthers/bv_coolphotoblogs.jpg); }
a.google { background-image:url(../images/orthers/bv_google.jpg); }

/* ------ LOGO ------ */
#logo {
 display: block;
 background: url(../images/hpneo.png) no-repeat;
 width: 190px;
 height: 53px;
 float: left;
}

/* ------ INFOS EXIF ------ */
#exif {
 position:absolute;
 top: 0px;
 left: 0px;
 background: #FFFFFF url(../images/exif1.gif) no-repeat top left;
 width: 250px;
	/*
	filter:alpha(opacity=0);
	*/
 opacity: 0;
 padding-top: 1px;
 padding-left: 1px;
}
#exif2 {
 background: url(../images/exif2.gif) no-repeat bottom right;
 padding-right: 1px;
}
#exif_titre {
 background-color: #e0e0e0;
 text-align: center;
 font-size: 12px;
 font-weight: bold;
 color: #545454;
 padding: 4px;
}
#exif_gauche {
 background-color: #F2F2F2;
 text-align: right;
 color: #7B7B7B;
 font-size: 11px;
 line-height: 16px;
 width: 90px;
 float: left;
 padding-top: 5px;
 padding-right: 5px;
 padding-bottom: 5px;
}
#exif_droite {
 text-align: left;
 color: #000000;
 font-size: 11px;
 line-height: 16px;
 width: 140px;
 float: left;
 padding-top: 5px;
 padding-left: 5px;
 padding-bottom: 5px;
}
#exif_piedpage {
 font-size: 10px;
 color: #7B7B7B;
 text-align: center;
 padding: 5px;
 background: url(../images/exif1.gif) no-repeat -1px top;
}

#display {
 text-align:left;
 clear:both;
 border:0px solid #151515;
}
#display p {
 margin:1em;
}

/* ------ BROWSE / THUMBNAILS ------ */
#thumbnailwrap {
 width:800px;
 float:left;
}
/*img.thumbs {
 float:left;
 border:1px solid #333333;
 padding:0.2em;
 margin:0.3em 0.3em 0.3em 0.3em;
}
.thumbnails {
 float:left;
 border:1px solid #333333;
 padding:0.4em;
 margin:0em 0.3em 0.6em 0.3em; 
}*/
#thumbnailwrap a.thumbnails {
 display: block;
 width: 190px;
 height: 190px;
 background-color: #000000;
 background-position: center center;
 background-repeat: no-repeat;
 border: 1px solid transparent;
}
#thumbnailwrap a.thumbnails:hover {
 border: 1px solid #999999;
}
#thumbnailwrap div.thumb_block {
 width: 198px;
 height: 198px;
 float: left;
 margin-right: 2px;
 margin-bottom: 2px;
}

ul, li {
 margin: 0;
 padding: 0;
 list-style: none;
}

/* ------ ABOUT ------ */
#separator {
 height: 18px;
 width: 96px;
 margin-left: 172px;
 margin-top: 10px;
 margin-bottom: 20px;
 background: url(../images/separator_about.png) no-repeat;
	/*
	*background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='templates/hpneo/images/separator_about.png',sizingMethod='crop');
	*/
}

#containerAbout {
 position: absolute;
 top: 30px;
 left: 0px;
 width: 100%;
 height: 600px;
 overflow: auto;
 background: url(../images/others/transpa.gif);
}
#photo_about {
 /* margin-top: 30px; */
 margin-left: 32px;
 width: 500px;
 height: 440px;
}
#imgAbout {
 float: left;
 border: 1px solid #000000;
 width: 498px;
}
#imgAboutAuth {
 float: left;
 /* border: 1px solid #333333; */
 width: 44px;
}
#contact_about {
 float: left;
 width: 456px;
 background-color: #000000;
 color: #DDFFDD;
 text-align: center;
 font-size: 11px;
 line-height: 49px;
 /*
 filter:alpha(opacity=40);
 */
 opacity: 0.40;
}
#contact_about a {
 color: #70ff70;
 font-size: 12px;
 text-decoration: none;
}
#contact_about a:hover {
 text-decoration: underline;
}
#doc_title {
 position: absolute;
 left: 3px;
 bottom: 15px;
 width: 25px;
}
#copy_hpn {
 position: absolute;
 right: 20px;
 bottom: 5px;
 font-size: 10px;
 color: #FFFFFF;
}
#HpnAbout {
 margin-left: 58px;
 margin-top: 20px;
 width: 449px;
 font-size: 11px;
 color: #DDDDDD;
}
#HpnAbout p {
 text-align: justify;
 margin-bottom: 10px;
 text-indent: 10px;
}
#HpnAbout li {
 text-transform: none;
 line-height: 16px;
 margin-bottom: 20px;
 /* text-indent: 10px; */
}
#HpnAbout li li {
 margin-left: 20px;
 text-transform: none;
 margin-bottom: 0px;
}

#footer {
 background-color:#000000;
 text-align:right;
 color:#555555; 
 font-size:85%;
}

#footer_about{
 background-color:#111111;
 padding:0.5em;
 text-align:center;
 color:#555555; 
 font-size:95%;
}
/* 
#imageWrap {
 background-position:center center;
}
 */
#image {
	/*
	filter:alpha(opacity=0);
	*/
 opacity: 0;
}

#details {
 width:300px;
 float:right;
 background-color:#222222;
 padding:1em;
 margin:0px 0px 5px 5px;
}
#details h2 {
 color:#454545;
 font-size:120%;
 letter-spacing:3px;
 margin:0.3em 0 0;
 padding:0;
}

#text {
 float:left;
 padding-left: 5px;
}
#text2 {
 float:right;
 padding-right: 5px;
	/*
	padding-right: 5px;
	float:none;
	*/
}

.mark {
 background-color:#222222;
 color:orange;
}

.tags10 {
 font-size:90%;
}

/* Contact */
.pfc_err {
 border:1px solid red;
 background-color:green;
}

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
.tool-title {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	color: #808080;
	padding: 8px 8px 4px;
	background: url(../images/bubble.png) top left;
}
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
}
.tool-loading {
	background: url(../images/loading.gif) center center no-repeat;
	width: 30px;
	height: 30px;
	margin: 0 auto;
}
