.page
{
background-image: url("bg15.gif");
width: 1024px;
margin: auto;
height: auto;
}
.baniere
{
clear: both;
position: absolute;
margin: left;
margin-left: 15px;
width: 1000px;
height: 211px;
top: 5px;
text-align: center;
}
.nom
{
color: rgb(200,200,150);
}
.citation
{
clear: both;
position: absolute;
background-color: rgb(0,0,0);
padding: 5px;
margin: left;
margin-left: 225px;
border: 2px solid rgb(255,222,0);
width: 750px;
height: auto;
color: rgb(255,222,0);
top: 225px;
text-align: center;
font-style: italic;
line-height: 2.5;

}
.signature
{
color: rgb(200,200,150);
}
.texta
{
clear: both;
position: absolute;
background-color: rgb(0,0,0);
text-indent: 20px;
padding: 5px;
float: left;
margin-left: 225px;
top: 380px;
width: 750px;
color: rgb(255,222,0);
text-align: justify;
line-height: 1.5;
}
.textb
{
clear: both;
position: absolute;
background-color: rgb(0,0,0);
text-indent: 20px;
float: left;
margin-left: 10px;
top: 600px;
width: 970px;
color: rgb(255,222,0);
text-align: justify;
line-height: 1.5;
}
p
{
color: rgb(255,222,0);
}



