body
{
    background: #000000;
    color: #fff178;
    font-family: "Trebuchet MS";
}

img
{
    border: 0px;
}

.catalog table
{
    border: 1px solid gray;
    border-collapse: collapse;
}

.catalog th
{
    background: #888484;
}

.catalog tr
{
    background: #C9C7C7;
}

.catalog tr:hover
{
    background: #AEACAC;
}

.location table
{
    border: 1px solid #000000;
}

.title_location
{
    background: #888484;
}

h1
{
    font-size: 30px;
}

h2
{
    font-size: 20px
}

h3
{
    font-size: 16px;
}

a
{
    color: #fff178;
}

.menu a:link, .menu a:visited, .menu a:active
{
    position:relative;
    display:block;
    color: #000000;
    text-decoration: none;
    text-align:center;
    background:url(../images/button2.png); 
    width:156px;
    height:32px;
    vertical-align:middle;
}

.menu a:hover
{
    color: #000000;
    text-decoration: none;
    background:url(../images/button_over.png); 
    display:block;
    width:156px;
    height:32px;
}

.cata_accueil a:link
{
    text-decoration: none;
    color: #000000;
}

.cata_accueil a:visited
{
    text-decoration: none;
    color: #000000;
}

.cata_accueil a:hover
{
    text-decoration: none;
    color: #ff7d2f;
}

.cata_accueil a:focus
{
    text-decoration: none;
    color: #000000;
}

li
{
    display: inline-block; 
    margin-left: 3%;
    margin-right: 3%;
}

.logo
{
    width: 230px;
    height: 170px;
}

.banniere
{
    height: 170px;
    width: 690px;
}

.search
{
    width: 300px;
    height: 170px;
}

.menu
{
    position:absolute;
    display:inline;
    height: 50px;
    top: 200px;
    left: 2%;
    right: 2%;
}
.menu td
{
    font-color:black;
}

.page
{
    color: #000000;
    position:absolute;
    background: #fff178;
    top: 260px;
    left: 2%;
    right: 2%;
}

