* {
	margin: 0;
	padding: 0;
}

body
{
	margin: 0px; 
	padding: 0px; 
	width: 100%;
	height: 100%;
	
	background-color: #19171c;
}

/* ##########PAGE DE GARDE ################*/

#conteneur
{
background: url(./page_garde_site.jpg) no-repeat;
background-position : center;
position: relative;
width: 1024px;
height: 768px;
text-align: left;
left: 50%; 
/*top: 50%;
margin-top: -484px;*/
margin-left: -512px;
}

#orki
{
/*background-color: red;*/
float:left;
position: relative;
width: 412px;
height: 120px;
left: 50px;
top: 450px;
display : block;
}

#flash
{
/*background-color: yellow;*/
float:right;
position: relative;
width: 412px;
height: 120px;
right: 50px;
top: 450px;
display : block;
}

#contact
{
/*background-color: green;*/
position: relative;
width: 354px;
height: 60px;
float:right;
right: 2 px;
top: 580px;
display : block;
}

#shock
{
background: url(./shock2.jpg) no-repeat;
background-position : center;
position: relative;
width: 38px;
height: 38px;
float:right;
right: 150px;
display : block;
}

#texte
{
margin-top:10px;
position: absolute;
font-family: arial;
font-size:8pt;
width: 300px;
height: 38px;
float:right;
right: 120px;
display : block;
color: white;
}

a:hover 
{
cursor: pointer;
}

/* ########## FLASH ################*/

#conteneur2
{
background-color: #19171c;
position: relative;
width: 1024px;
height: 600px;
border-style: solid ; 
border-color: #9c9d9f ;
border-width: 1px;
text-align: left;
left: 50%; 
/*top: 50%;
margin-top: -484px;*/
margin-left: -512px;
}

/* ########## Intro_orki ################*/

#content {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 600px;
	z-index: 1;
}

#bt {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 600px;
	z-index: 2;

	cursor: pointer;
}
