body
{
width: 760px;
height: 100%;
margin: auto; /* Pour centrer notre page */
margin-top: 0px;
margin-bottom: 0px;
background-color: RGB(0,0,0);
/*overflow: visible;*/
/*overflow: auto;*/
}
.conteneur
{
height: 500px;
overflow: hidden;
}
.en_tete
{
/*position: fixed;*/
margin: auto;
}
.menu
{
float: left;
width: 230px;
/*height: 450px;*/
Position: fixed;/* */
top: 86px;/* */
bottom: 21px;/* */
background-color: RGB(0,0,0);
color:white;
padding-left:5px;
border-left: 1px solid grey;
overflow: auto;
}
.corps
{
width: 500px;/* */
margin-left: 250px;
padding-left: 0px;
padding-right: 10px;/* */
text-align: justify;
position: fixed;/* */
color:#ffc600;
background-color: RGB(0,0,0);
top: 86px;/* */
Bottom: 21px;/* */
overflow: visible;/* */
overflow: auto;/* */
}
.pied
{
background-color: RGB(255,198,0);
width: 760px;
height: 20px;
position: fixed;
bottom:0;
}
.article
{
padding:5px;
}
a
{
color: white;
}
a:hover
{
color: #ffc600;
}
a.Banniere
{
color: black;
}
a.Banniere:hover
{
color: white;
}
