Familiarise-toi^^ :
body
{
width: 554px;
background-color: #000000;
background-image: url("../img/fond2.png");
background-position: center center;
background-repeat: repeat-y;
margin: auto;
text-align: center;
}
- corps
{
width: 550px;
height: 700px;
background-image: url("../img/bg.jpg");
background-position: center center;
background-attachment: fixed;
background-repeat: no-repeat;
border: 1px solid #FFFFFF;
margin-top: 10px;
margin-bottom: 20px;
overflow: auto;
}
- menu
{
width: 500px;
height: 50px;
background: transparent;
word-spacing: 20px;
font-size: 15px;
padding-top: 10px;
}
- text
{
width: 400px;
background-color: #000000;
border: 1px solid #FFFFFF;
filter: alpha(opacity = 50);
opacity: 0.5;
margin-bottom: 15px;
padding: 15px;
}
- title_text p:first-letter
{
font-style: times new roman;
font-size: 20pt;
border-left: 3px solid #FFFFFF;
border-bottom: 3px solid #FFFFFF;
padding-left: 5px;
padding-bottom: 5px;
}
- tchat
{
width: 380px;
background-color: #000000;
filter: alpha(opacity = 50);
opacity: 0.5;
border: 1px solid #FFFFFF;
padding-left: 5px;
font-style: times new roman;
}
- tchat_pseudo
{
width: 380px;
background-color: #000000;
filter: alpha(opacity = 50);
opacity: 0.5;
border: 1px solid #FFFFFF;
padding-left: 5px;
}
a
{
text-decoration: none;
color: #FFFFFF;
font-style: italic;
}
a:hover
{
color: #B8860B;
}
p
{
color: #FFFFFF;
font-style: times new roman;
font-size: 12pt;
}
.img_border
{
border: 1px solid #FFFFFF;
}