*
{
    font-family: Georgia;
	color: white;
}
td, th
{
    border: 1px solid black;
	border-color: white;
}
table
{
    border-collapse: collapse;
}
.gras
{
    font-weight: bold;
}
#bloc_page
{
    width: 900px;
    margin: auto;
}
@media all and (max-width: 1024px)
{
    #bloc_page
    {
        width: auto;
    }
}
body
{
    background-image: url("image/fond.png");
	background-attachment: fixed;
}
ul#menu_horizontal {  /*Ici , c'est ma configuration, à vous de la changer */
width : 600px;
height : 25px;
list-style-type : none; /* Car sinon les puces se placent n'importe où */
}
ul#menu_horizontal li {
padding : 0 0.5em; /* Pour espacer les boutons entre eux */
}
li.bouton_gauche {
float : left;
}
li.bouton_droite {
float : right;
}