body{
background-color: #231f20 ;
}

<!-- présentation -->
.barre
{
border : 1px solid black ;
color : yellow ;
font-weight : bold ;
font-size : 18px ;
background-image: url("barre_menu_vert.jpg");

background-repeat: repeat-x;
padding-left : 18px ;
}

<!-- articles -->
.article
{
background-color : white ;
border : 1px solid black ;
color : black ;
padding : 13px ;
height : 445px;
}

<!-- news -->
.news
{
border : 1px solid black ;
color : yellow ;
font-weight : bold ;
font-size : 18px ;
background-image: url("barre_menu_vert.jpg");

background-repeat: repeat-x;
padding-left : 18px ;
}

.news_texte
{
background-color : white ;
border : 1px solid black ;
color : black ;
font-size : 15px ;
padding : 13px ;
height : 205px;
}

h2, h3
{
color: blue;
}

h4
{

color: green;
}

<!-- menu -->
.menu
{
border : 1px solid black ;
color : yellow ;
font-weight : bold ;
font-size : 18px ;
background-image: url("barre_menu_vert.jpg");

background-repeat: repeat-x;
padding-left : 18px ;
}

.menu_texte
{
background-color : white ;
border : 1px solid black ;
color : black ;
font-size : 15px ;
padding : 13px ;
height : 205px;
}

<!-- copyright -->
.copyright
{
background-color : white ;
border : 1px solid black ;
color : blue ;
font-size : 15px ;
padding : 13px ;

}

<!-- logiciel -->
.logiciel
{
color : #b1b9bb;
}

<!-- made in création -->
.creation
{
color : #2a7385
}