body{
background-color: rgb(96,130,168);
font-family: hanshand, arial;
font-size: 80%;
cursor:url("curseur/curseur-bleu.cur");


}

<!-- présentation -->
.barre
{
border : 1px solid black ;
color : yellow ;
font-weight : bold ;
font-size: 120%;
background-image : url("menu.jpg") ;


background-repeat: repeat-x;
padding-left : 18px ;

}

<!-- article -->
.article
{
background-color : white ;
border : 1px solid black ;
color : black ;
padding : 13px ;
min-height : 466px;

}




.news_texte
{
background-color : white ;
border : 1px solid black ;
color : black ;
font-size : 15px ;
padding : 13px ;
height : 200px;
}

h2, h3
{
color: blue;
}

h4
{

color: green;
}

<!-- menu -->
.menu
{
border : 1px solid black ;
color : yellow ;
font-weight : bold ;
font-size : 18px ;
background-image: url(".../images/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 : 200px;
}

<!-- dernier article -->
.dernier_article
{
border : 1px solid black ;
color : yellow ;
font-weight : bold ;
font-size : 18px ;
background-image: url(".../images/barre_menu_vert.jpg");
background-repeat: repeat-x;
padding-left : 18px ;
}

.dernier_article_texte
{
background-color : white ;
border : 1px solid black ;
color : black ;
font-size : 15px ;
padding : 13px ;
height : 200px;
}

<!-- copyright -->
.copyright
{
background-color : white ;
border : 1px solid black ;
color : blue ;
font-size : 15px ;
padding : 13px ;

}
.copyright2
{
background-color : white ;
border : 1px solid black ;

height : 10px;
}