1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
| body
{
background-color: #3e5b3b;
width: 800px;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
}
#entete
{
width: 800px;
height: 250px;
background-image: url("img/header_cashplay.jpg");
background-repeat: no-repeat;
margin-bottom: 5px;
}
/* Menu horizontale */
#menu_hori
{
background-image: url("img/.jpg");
background-repeat: no-repeat;
width: 800px;
height: 50px;
margin-bottom: 5px;
}
#menu_hori a
{
font-size: 2;
color: #00ff00;
}
/* Menu verticale de gauche */
#menu
{
width: 125px;
float: left;
}
/* Menu verticale de droite */
#menu_r
{
width: 125px;
float: right;
}
/* Corps de la page */
#cor
{
width: 520px;
margin-left: 140px;
margin-bottom: 20px;
padding: 5px;
color: #999999;
background-color: #000000;
background-image: url("img/.jpg");
background-repeat: repeat-x;
} |