.page
{
background-color: rgb(0,0,0);
width: 1024px;
margin: auto;
height: auto;
}
.baniere
{
margin: auto;
height: 230px;
}
h2
{
color: rgb(242,220,0);
padding-left: 20px;
}
.t
{
font-family: Verdana, Arial, serif;
margin-top: 5px;
border: 2px solid rgb(242,220,0);
margin-right: 50px;
float: right;
padding: 10px;
color: rgb(242,220,0);
text-indent: 20px;
font-size: 1em;
text-align: justify;
width: 650px;
}
.images
{
position: absolute;
width: 250px;
height: 250px;
float: left;
margin-left: 250px;
top: 580px;

}
.fin
{
float: right;
}
p
{
color: rgb(255,222,0);
}
.pied
{
position: absolute;
top: 600px;
text-align: center; 
margin: auto;
margin-top: 20px;
width: 300px;
height: 50px;
float: left;
margin-left: 50px;
}


