
.page
{
background-color: rgb(0,0,0);
width: 1024px;
margin: auto;
height: auto;
}

.baniere
{
clear: both;
position: absolute;
width: 700px;
height: 120px;
float: left;
margin-left: 280px;
}
h2
{
color: rgb(255,222,0);
padding-left: 20px;
}

.chat
{
clear: both;
position: absolute;
top: 20px;
width: 160px;
height: 230px;
float: left;
margin-left: 20px;
height: 230px;
}

.text
{
clear: both;
position: absolute;
top: 120px;
margin-left: 221px;
float: left;
color: rgb(242,220,0);
text-indent: 20px;
font-size: 1em;
text-align: justify;
width: 700px;
border: 2px solid rgb(255,222,0);
padding: 20px;
}
p
{
color: rgb(255,222,0);
}
.imp
{
color: red ;
}

