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

body {
 font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
 font-size: 11px;
 background-color: #151a1e;
}
img {
	border: none;
}
a:link, a:visited, a:active { color: #ffffff; text-decoration: none; }
a:hover { color: #de5f01; }
#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: #151a1e;
}
#con { 
 width: 822px;
 color: #eaeaea;
 margin: 0px 0px 0px 0px;
 padding: 0px;
}
#foo { 
 width: 822px;
 color: #8a8a8a;
 border: 0px solid #ccc;
 background: #151a1e;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 font-size: 9px;
}
.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;
}
.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;
}