html,body{
background: url(images/xy.jpg) repeat;
margin:0px;
padding:0px;
height:100%;
font-family:Arial, Helvetica, sans-serif;
}

iframe {
    overflow:hidden;
	padding:0;
	margin:0;
	border:none;
}

.global {
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
}
.header{height:40px;
background:#282424;
	opacity: 0.9;
	color:#FFF;
	text-align:right;
	vertical-align:middle;
	padding-right:30px;
	font-family:Arial, Helvetica, sans-serif;
}
.header a {color:#FFF;
text-decoration:none;}


.top{ text-align:center;
}
.down {
	height:180px;
	background:#282424;
	opacity: 0.92;
	padding-top:20px;
}




#menu {
	position:relative;
	width:1050px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	overflow:hidden;
	
}
#line-top {
	position:absolute;
	top:0px;
	left:42px;
	height:1px;
	width:966px;
	border-top:#FFF solid 1px;

	
}
#line-bottom {
	position:absolute;
	top:152px;
	left:43px;
	height:1px;
	width:964px;
	border-top:#FFF solid 1px;

	
}

#C1,#C2,#C3,#C4,#C5,#C6 {
width:175px;
float:left;
text-align:center;
display:inline-block;
}
.footer {
	height:30px;
background:#282424;
	opacity: 0.92;
	color:#FFF;
	text-align:center;
	vertical-align: top;
	font-family:Arial, Helvetica, sans-serif;
}



#shadowing
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index:10;
	opacity:0.98;
	filter: alpha(opacity=90);
}

#box {width:500px;
	margin-left:auto;
margin-right:auto;
position:relative;
color:#FFFFFF;
}
#inbox { padding-left:25px;
padding-top:60px;
}

.submit {
	text-align:center;
	padding-top:10px;
}
#boxtitle
{
	
	background-color: #282424;
	opacity:0.92;
	color:white;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:-30px;
	position:absolute;
	top:0px;
	left:0px;
	width:530px;
}

#boxresult
{
	
	background-color: #282424;
	opacity:0.92;
	color:white;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:-30px;
	position:absolute;
	top:0px;
	left:0px;
	width:530px;
}
#boxresultretour{	
	background-color: #282424;
	opacity:0.92;
	color:white;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:-30px;
	position:absolute;
	bottom:0px;
	left:0px;
	width:530px;
}
#boxresultretour a {
	color:#FFF;
	text-decoration:none;
}

#boxresultchargement {
	background-color:#FFFFFF;
	opacity:0.95;
	text-align:center;
	top:85px;
	left:110px;
	width:250px;
	height:180px;
	border-radius:15px;
	position:absolute;
	padding-top:30px;
		
	
}

#close, #close a { position:absolute;
right:10px;
top:0;
	padding-top:8px;
	padding-bottom:10px;

}

.tbmessage {
	text-align:left;
}
.tdmessage {
	width:150px;
	font-weight:bold;
}.td2message {
	width:150px;
	padding-bottom:5px;
	padding-top:20px;
	text-align:left;
	font-weight:bold;
}.td1message {
	width:150px;
	padding-bottom:5px;
	padding-top:10px;
	text-align:left;
	font-weight:bold;
}
.center-box {
	vertical-align:middle;
	text-align:center;
	height:100%;
	width:100%;
}
#loginshadowing
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index:10;
	opacity:0.98;
	filter: alpha(opacity=90);
}
#loginbox{
	
	width:500px;
	margin-left:auto;
margin-right:auto;
position:relative;
color:#FFFFFF;
}
	#logintitle
{
	
	background-color: #282424;
	opacity:0.92;
	color:white;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:0px;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}

#logincontent{
	margin-top:50px;
	margin-left:30px;
}

#loginclose { position:absolute;
right:10px;
top:0;
	padding-top:8px;
	padding-bottom:10px;
	color:#FFF;
}
.lgalign{
	text-align:center;
	padding-top:15px;
}
.lgconnect{
	text-align:center;
	font-weight:bold;
	padding-bottom:10px;
}
#lgfond {width:280px;
height:68px;
margin-left:auto;
margin-right:auto;
background-color:#FFFFFF;
border-radius:15px;
opacity:0.95;
padding-top:15px;
padding-left:10px;}

input[type=text] {
	
	width:150px;
}
.lgerreur {
	color:#FF0000;
	font-weight:bold;
	text-align:center;
	padding-top:10px;
}