body{
	background: #333333;
	color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
div, p, a {
	color: #999999;
	text-decoration: none;
}
a:hover{
	color:white;
}
#page-background{
	display: block;
	position: absolute;
	background-image: url('./images/background.gif');
	background-repeat: no-repeat;	
	left:50%;
	top:50%;
	margin-left:-750px;
	margin-top:-450px;
	width:500px;
	height: 800px;
}
#page-inner{
	display: block;
	position: absolute;
	left:50%;
	top:50%;
	margin-left:-400px;
	margin-top:-300px;
	width:700px;
	height: 590px;
	border: 10px solid black;
}

#header{
	background: none;
	display: block;
	position: absolute;
	left:50%;
	top:50%;	
	margin-top:-150px;
	margin-left:250px;
	text-align: right;
	z-index: 1500;
}
#header #logo{
	margin-left:-2px;
	margin-bottom: 0px;
}
#header a,
#header span
{
	margin-right: 10px;
}


#content-wraper{
	overflow: hidden; 
	height: 590px; 
	width: 700px;
	position: relative;
}
#gallery-wraper{
	overflow: hidden; 
	height: 590px; 
	width: 700px;
	position: relative;
}
#gallery{
	position: relative;
	width:700px;
	height:590px;
}


.arrow
{
	display:block;
	width:20px;
	height:20px;
	background-repeat: no-repeat;
	position: absolute;
	cursor: pointer;
}
.arrow span{
	display: none;
}
#next{
	background-image: url('./images/arrow_r.gif');
	left:200px;
}
#previous{
	background-image: url('./images/arrow_l.gif');
	left:120px;
}
#num_page{
	font-size: x-small;
	color: white;
	padding-right: 30px;
}



#next:hover{
	background-image: url('./images/arrow_r_over.gif');
}
#previous:hover{
	background-image: url('./images/arrow_l_over.gif');
}


.img{
	float:left;
	width:700px;
	height: 590px;
}
.loading{
	background-image: url('./images/loader.gif');
	background-repeat: no-repeat;	
	background-position: center;
	padding: 60px;
}
textarea,
input{
	background-color: white;
	border: 2px solid #333;	
	color: #333;
	margin: 2px;
}
label{
	display:table-cell;
	width: 100px;
	float: left;
	margin: 2px;
	margin-left: 50px;
}
fieldset{
	
	border: 1px solid pink;
}
input.button,
a.button{
	background-color: white;
	border: 2px solid #333;
	padding: 2px;
	margin: 2px;
	color: #333;
	font-weight: bolder;
	text-transform: uppercase;
	float: right
}
input.button:hover,
a.button:hover{
	background-color: #333;
	color:white;
}

#contact, #contact_response {
	background-color: #ff6fcf;
	display: block;
	color: #333;
	padding: 10px;
	padding-right: 120px;
	margin: 0px;
	
	border: 10px solid #ff6fcf;
}

#a_propos{
	color: black;
	padding: 20px;
	padding-right:120px;
	text-align: justify;
	background-color: #ff8000;
	height: 590px;
}
#a_propos a{
	color:white;
}