body {background-color: #f8f7f5;}

#verticalhorizon 
{
overflow: auto;
overflow-y: hidden; 
}

.doesitfloat {
	text-align:left;
	position: absolute; 
	top: 0px; 
	left: 7px; 
	background: #ffffff;
        /* Required for IE 5, 6, 7 */
        /* ...or something to trigger hasLayout, like zoom: 1; */
        width: 187px; 
		height: 400px;
        /* Theoretically for IE 8 & 9 (more valid) */
        /* ...but not required as filter works too */
        /* should come BEFORE filter */
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

        /* This works in IE 8 & 9 too */
        /* ... but also 5, 6, 7 */
        filter: alpha(opacity=15);

        /* Older than Firefox 0.9 */
        -moz-opacity:0.15;

        /* Safari 1.x (pre WebKit!) */
        -khtml-opacity: 0.15;

        /* Modern!
        /* Firefox 0.9+, Safari 2?, Chrome any?
        /* Opera 9+, IE 9+ */
        opacity: 0.15;
}

.welldoesit
{
text-align:left;
position: absolute; 
top: 0px; 
left: 10px; 

}

.activenet
{
	width:3000px;
	height:535px;
	overflow: auto;
	overflow-y: hidden; 
	padding-left:225px;
	position:absolute;
	top:0px;
	
	
}


.activedautresmedias
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	
	
}


.activeperson
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	background-image:url('http://www.naomijulia.com/personnee/jii.jpg');
	background-repeat:repeat;
	
	
}


.activephotography
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	background-image:url('http://www.naomijulia.com/photographie/images/background.gif');
	background-repeat:repeat;
	background-color:#912500;
	
	
}

.photofloat {
	position:absolute;
	top:0px;
	left:34px;
}

#content {
	padding-left:225px;
	position:absolute;
	left:0px;
}

#vbase {
	position:absolute;
	left:0px;
	top:75px;
	background-color:#ffffff;
}

#viewalign {
	padding-left:225px;

}

#viewer {
	width:900px;
	height:600px;


	
}

text {
	font-size:11px;
	color:#333333;
	font-family: Helvetica, sans-serif, arial;
	background-color:#ffffff;
}

.submit {
	border:0;
	overflow:hidden;
	outline:none;
	background-color: #e3c83a;
}

A:link {text-decoration: none;color:#e3c83a;}
A:visited {text-decoration: none;color:#e3c83a;}
A:active {text-decoration: none;color:#e3c83a;}
A:hover {text-decoration: none;color:#e3c83a;}

h1
{
	font-size:53px;
	font-weight:100;
	font-family:"Times New Roman", Times, serif;
	background-color:#191919;
	text-align: right;
	color: #eeeeee;
	
}

sup
{
	font-weight:100;
	font-family:Arial, Helvetica, sans-serif;
	color:#C00;
}


#logo
{
	font-size:43px;
	color:#333333;
	font-family: courier new;
	font-weight:500;
	

}

#text
{
	font-size:11px;
	color:#666666;
	font-family: Helvetica, sans-serif, arial;
	

}


/* hide from ie on mac \*/
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */
	
	
