body {
background-color : #E8E8E8;
font-family: Arial;
}
a {
color : black;
text-decoration : none;
}
img {
border : 0;
}
.header {
width : 900px;
height : 220px;
text-align : center;
margin-top : 20px;
margin-left : auto;
margin-right : auto;
font-weight : bold;
background-image : url("banniere.jpg");
background-repeat: no-repeat;
}
.page {
background-image : url("back.jpg");
width : 900px;
text-align : center;
margin-left : auto;
margin-right : auto;
margin-top : -20px;
}
.menu {
width : 200px ;
vertical-align : top ;
}
.menu td {
width : 200px;
height : 25px;
border-right : 1px solid #E8E8E8
}
.menu td:hover {
background-image : url("menu_hover.jpg");
}
.menu table {
border-collapse : collapse;
}
.select {
background-image : url("menu_select.jpg");
}
.read {
overflow : auto;
width : 700px;
border-top : 1px solid #E8E8E8;
vertical-align : top ;
padding-top : 25px ;
padding-bottom : 25px ;
padding-left : 25px ;
padding-right : 30px ;
}
.read a {
color : blue;
text-decoration : underline;
}
.read p {
text-align : justify;
}
.footer {
width : 900px;
margin-left : auto;
margin-right : auto;
text-align: center;
}
.bar {
border-top: 1px solid #E8E8E8;
width: 500px;
margin-left : auto;
margin-right : auto;
}