
html
{
	background-color: #99CCFF;
}

body
{
	overflow: hidden;
	padding: 0;
  margin: 0;
	height: 100%;
  width: 100%;
}

/* Background: start*/
#bgimg {
  width: 100%;
	position: absolute;
	z-index: -1;
}

#realBody {
	color: #EEEEEE;
	font-size: 16px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
	text-align: center;

	position: absolute;
	z-index: 5;
	overflow: auto;
	height: 100%;
  width: 100%;
  background-image: url(img/raster.png);
}
/* Background: end*/

/* Menu: start*/
#fl_menu {
  position: absolute;
  top: 50px;
  left: 0px;
  z-index: 9999;
  width: 150px;
  height: 50px;
}

#fl_menu .label {
  padding-left: 20px;
  line-height: 50px;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  background: #000;
  color: #fff;
  letter-spacing: 7px;
}

#fl_menu .menu {
  --display: none;
}

#fl_menu .menu .menu_item {
  display: block;
  background: #000;
  color: #bbb;
  border-top: 1px solid #333;
  padding: 10px 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

#fl_menu .menu a.menu_item:hover {
  background:#333;
  color:#fff;
}
/* Menu: end*/

div.page
{
	position: relative;
	width: 60%;
	min-width: 760px;
	margin-left: auto; 
  margin-right: auto;
  background-color: rgb(30,30,30);
  background-color: rgba(30,30,30,.25);
}





p
{
	color: #FFFFFF;
	text-align: left;
	text-indent: 20px;
	opacity: .9;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
}

hr
{
	color: #111111;
	border-style: dashed;
}

table.infos
{
	width: 400px;
	padding: 1.5em;
	margin-left: auto; 
	margin-right: auto;
  background-color: rgb(30,30,30);
  background-color: rgba(30,30,30,.5);
	cursor: help;
	border-color: #DDDDDD;
	border-style: dotted;
	-moz-border-radius: 10px;
	-moz-box-shadow: inset 15px 15px 15px -10px #000;
}

th.infos
{
	text-align: right;
}

td.infos
{
	text-align: left;
}

div.slide, div.footer
{
	position: relative;
	width: 760px;
	margin-left: auto; 
	margin-right: auto;
	background-color: #151515;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0px 20px 10px -10px #000;
}

div.slide
{
	height: 500px;
}

div.header
{
	height:45px;
	width:745px;
	padding-top:15px;
	padding-left:15px;
	text-align: left;
}

div.silhouette
{
	float: left;
	margin-left: 90px;
}

img.icone
{
	float: left;
	width: 64px;
	height: 64px;
	margin-right: 10px;
}

div.refcenter
{
	margin-right: auto;
	margin-left: auto;
	width: 200px;
}

div.centered
{
	clear:left;
	position: relative;
	width: 500px;
	height:450px;
	margin-left: auto; 
	margin-right: auto;
}

h1
{
  position: relative;
}

h1, h1 a, h1 a:hover
{
	font-size:26px;
	font-weight:normal;
	--color:#9f9f9f;
	color:#dbdbdb;
	text-decoration:none;
	margin-bottom:-5px;
}

h1, a, span.title
{
	font-weight:normal;
	--color:#dbdbdb;
	color:#000000;
	text-decoration:none;
}

h2
{
	font-size:12px;
	font-weight:normal;
	color:#dbdbdb;
	margin-top:-5px;
}

img
{
	border: none;
}

a.zoomin
{
	cursor: -moz-zoom-in;
}

a.otop
{
	cursor: n-resize;
}

a.linked
{
	color:#888888;
	text-decoration: none;
	border-width: 0px 0px 1px 0px;
    border-style: none none dashed none;
}

a.linked:link, a.linked:visited
{
}

a.linked:hover
{
    border-style: none none dotted none;
}


/* Contact : start*/
div.contact
{
	position: relative;
	width: 760px;
	margin-left: auto; 
	margin-right: auto;
}

input:focus, textarea:focus
{
   background-color: #99CCFF;
}

legend
{
	color: #EEEEEE;
	font-weight: bold;
}
 
fieldset
{
  background-color: rgb(30,30,30);
  background-color: rgba(30,30,30,.5);
	-moz-border-radius: 10px;
}

#contact-option-name, #contact-option-email, #contact-text
{
	clear: both;
	margin-top: .25em;
	margin-bottom: .25em;
}

#contact-option-name-author, #contact-option-email-adress, #contact-text-message
{
	width: 300px;
}

#contact-submit
{
	text-align: right;
}

#contact-option-name label, #contact-option-email label, #contact-text label
{
	text-align: right;
	width: 200px;
	float: left;
	padding: 4px 0.2px 0.2px;
}
/* Contact : end*/

