/* CSS Document */

body {
background-image:url(images/font-noir.jpg);
background-repeat:repeat-y; 
background-position:center;
background-color:#000;
}

table {
width:1000px;

border:none;
font-family:Georgia, "Times New Roman", Times, serif;
}

.logo {
width:1000px;
height:286px;
}

.menu {
width:300px;
height:100%;
background-image:url(images/deco-menu-vert.jpg);
background-position:top left;
background-repeat:no-repeat;
background-color:#FFFFFF;
font-size:14px;
text-align:left;
}

.contenu {
width:700px;
height:100%;
background-color:#FFFFFF;
text-align:left;
line-height:25px;
}

.bottom {
width:1000px;
height:30px;
background-color:#82C0CF;
color:#000000;
font-size:10px;
text-align:right;
}

.red {

color:#EF0101;

}

h1 {
color:#82C0CF;
font-size:25px;
}

h2 {
color:#99C925;
font-size:20px;
}

.bouton {
list-style-image:url(images/bouton-liste.jpg);
list-style-position:inherit;
background-repeat:no-repeat;
}

a:hover {color:#F15525;}
a {color:#077BB4; text-decoration:none}

.finvente {background-color:#F00; color:#FFF;}

