/* CSS d'intro */

html {
background:#000;
overflow:hidden;
margin:0;
padding:0;
overflow:hidden;
height:100%;
wiedth:100%;
}

div {
margin:0;
padding:0;
position:absolute;
top:50%;
left:50%;
width:420px;
height:355px;
margin-top:-177px;
margin-left:-210px;
background:url('images/interface/biglogo.jpg') no-repeat;
}

div img {
margin:0;
padding:0;
border:none;
position:absolute;
right:0;
bottom:-1px;
width:128px;
height:33px;
}

div.biglogo {
background:url('version2.0/images/interface/biglogo.jpg');
}

div.biglogo a {
margin:0;
padding:0;
border:none;
position:absolute;
right:0;
bottom:19px;
width:128px;
height:33px;
}

div.msgwelcome {
position:relative;
left:50%;
top:0;
width:420px;
height:355px;
margin:0px;
margin-left:-210px;
background:none;
}
div.bottom {
position:relative;
left:50%;
bottom:0;
width:420px;
height:355px;
margin:0px;
margin-left:-210px;
background:none;
}

p {
color:#fff;
font-weight:900;
font-family:arial;
font-size:70%;
text-align:center;
width:100%;
line-height:1em;
}

.normal {
font-weight:normal;
}
