#dummy-element{width:2px;}

@charset "utf-8";
/* CSS Document syalim@plazacyber.com */
* { padding: 0; margin: 0; }

@font-face {
    font-family: "Forgotten-Futurist";
    font-weight: normal;
    src: url(forgotte.ttf);
}

body {
 font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
 font-size: 11px;
 background: #151a1e url(../img/bg-new.png) top repeat-x fixed;
}
img {
	border: none;
}
a:link, a:visited, a:active { color: #ffffff; text-decoration: none; }
a:hover { color: #de5f01; }
.clear { clear: both; background: none; }
#wra { 
 margin: 0 auto;
 width: 822px;
}
#hea {
 width: 822px;
 color: #eaeaea;
 padding: 0px;
 border: 0px solid #ccc;
 height: 120px;
 margin: 0px 0px 0px 0px;
 background: transparent;
}
#hea-a {
 float: left;
 width: 350px;
}
#hea-b {
 float: right;
 width: 472px;
}
#lstyle {
 padding-right: 4px;
 padding-top: 60px;
}
#con { 
 width: 822px;
 color: #eaeaea;
 margin: 0px 0px 0px 0px;
 padding: 0px;
}
#foo { 
 width: 960px;
 height: 50px;
 color: #8a8a8a;
 border: 0px solid #ccc;
 background: transparent url(../img/bg-foo.png) no-repeat top;
 margin: 322px 0px 0px 0px;
 padding-top: 0px;
 font-size: 10px;
 font-weight: bold;
 text-shadow: 1px 1px 1px #000000;
}
.slide {
 display:block;
 overflow:hidden;
 height:322px;
 width:51px;
 float:left;
}
.slide .image {
 position:absolute;
}
#courant {
 width:665px;
}
.conteneur {
 width:575px;
 height:280px;
 overflow:hidden;
 padding:10px 71px;
 text-shadow: 2px 2px #000;
}
.mytbl {
 border: #a1a1a1 1px solid;
 height: 22px;
 font: bold 8pt Verdana, Tahoma, Arial, Helvetica, sans-serif; 
 color: #014674;
 background: #55a5d6 url(../img/bg-tbl.png) repeat;
 -moz-border-radius: 6px; 
 -webkit-border-radius: 6px;
}
.mytbl:hover {
 border: #de4f01 1px solid;
 color: #000c7b;
 background: #55a5d6 url(../img/bgtbl.png) repeat;
}
input, select {
	text-decoration: none;
	background: #eeeeee url(../img/bginp.png) repeat;
	border: 1px solid #feaa85;
	padding: 0px 3px 3px 0px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	-moz-border-radius: 4px; 
 	-webkit-border-radius: 4px;
}
input:hover {
	border: 1px solid #b1b1b1;
	background-color: #eaeaea;
}
textarea {
	padding: 3px 3px 3px 3px;
	margin: 0;
	text-decoration: none;
	background: #fefefe;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/*Page Flip*/
#pageflip {
	position: relative;
	right: 0; top: 0;
	float: right; 
}
#pageflip img {
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 50px; height: 50px;
	overflow: hidden;
	position: absolute;
	right: 0; top: 0;
	background: url(../img/bg-script.png) no-repeat right top;
}

/* Stack Menu */
.stack { position: fixed; bottom: 28px; right: 40px; }
.stack > img { position: relative; cursor: pointer; padding-top: 35px; z-index: 2; }
.stack ul { list-style: none; position: absolute; top: 5px; cursor: pointer; z-index: 1; }
.stack ul li { position: absolute; }
.stack ul li img { border: 0; }
.stack ul li span { display: none; }
.stack .openStack li span { 
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	display:block;
	height: 14px;
	position:absolute;
	font-size: 11px;
	top: 17px;
	right:60px;
	line-height: 14px;
	border: 0;
	background-color:#000;
	padding: 3px 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #fcfcfc;
	text-align: center;
	text-shadow: #000 1px 1px 1px;
	opacity: .85;
	filter: alpha(opacity = 85);
}

/* IE Fixes */
.stack { _position: absolute; }
.stack ul { _z-index:-1; _top:-15px; }
.stack ul li { *right:5px; }

