* {
    padding: 0;
    margin: 0;
    border: 0;
}
body, html {
    color: #000;
    font-family: Verdana, Arial, Tahoma, sans-serif;
    background-color: #FFF;
    text-align: center;
    height: 100%;
}
body {
    font-size: 60%;
}
p { padding: 7px 0 7px 0; }

a {
    color: #000099;
}
a:hover {
    color: #0000FF;
    text-decoration: none;
}

.clear { clear: both; }
.hide {
    display: none;
}
.hidetext {
    font-size: 1px;
    color: #FFF;
    text-indent: -9900px;
}

#main {
    text-align: left;
    margin: 300px auto;
    width: 140px;
}

/**************************
LOGO
**************************/
h1 {
    background: url('../img/logo_big.gif') no-repeat;
    color: #FFF;
    font-size: 1px;
    text-indent: -9900px;
    width: 134px;
    height: 91px;
}

/**************************
MENU
**************************/
ul#menu {
    list-style: none;
    margin: 13px 0 0 40px;
}
#menu li {
    display: block;
    float: left;
    height: 13px;
}

/**************************
MENU ITEMS
**************************/
#menu li a {
    display: block;
    height: 13px;
    color: #FFF;
    font-size: 1px;
    text-indent: -9900px;
    outline: 0;
}

#menu li.fashion {
	width: 44px;
	background: url('../img/menu_choice_fashion.gif') no-repeat;
}
#menu li.fashion a:hover {
	width: 44px;
	background: url('../img/menu_choice_fashion_hover.gif') no-repeat;
}
#menu li.interieur {
    width: 50px;
	background: url('../img/menu_choice_interieur.gif') no-repeat;
}
#menu li.interieur a:hover {
	width: 50px;
	background: url('../img/menu_choice_interieur_hover.gif') no-repeat;
}

