@import "menu_haut.css";
@import "menu_arbre.css";
@import "rub.css";
@import url(boutique_catalogue.css);
@import url(menu2.css);

.bold { font-weight: bold; }
.border { border: 1px solid #000; }
.bottom { vertical-align: bottom; }
.center { text-align: center; }
.fantasy { font-family: fantasy; }
.cursive { font-family: cursive; }
.hidden { display: none; }
.italic { font-style: italic; }
.justify { text-align: justify; }
.left { text-align: left; }
.middle { vertical-align: middle; }
.monospace { font-family: monospace; }
.nowrap { white-space: nowrap; }
.right { text-align: right; }
.sans-serif { font-family: sans-serif; }
.serif { font-family: serif; }
.top { vertical-align: top; }
.underline { text-decoration: underline; }

body {
    background-color:#ffffff;
	background-image: url(../images/interface/bac.jpg);
	background-repeat: repeat-x;
    border-width: 0;
    color: #000;
    font-family: verdana, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

td { font-size: 12px; }

.ab-layout {
	background-color: #ffffff;
	color: inherit;
    left: 50%;
    margin-left: -501px;
    position: absolute;
    top: 170px;
    width: 1002px;
}

a {
    background-color: transparent;
    color: #006;
    font-weight: bold;
    text-decoration:underline;
}

a:hover {
    background-color: transparent;
    color: #1c5fff;
	text-decoration:underline;
}

img { border-width: 0; }
form { margin: 0; }

.header {
	background-color: #000000;
	color: inherit;
	height: 170px;
    left: 50%;
    margin-left: -501px;
    position: absolute;
    top: 0;
    width: 1002px;
}

#leftPanel { display: none; }

.contenu {
    font-size: 12px;
    padding: 15px;
    text-align: justify;
    vertical-align: top;
}
.contenu img { margin: 8px; }

h1, h2, h3, h4, h5, h6 {
    background-color: transparent;
    color: #007;
}
h1 { font-size: 1.4em; }
h2 {
    background-color: transparent;
    color: #777;
    font-size: 1.2em;
}
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1.0em; }

.menu {
	text-align: center;
	vertical-align: top;
	width: 221px;
}

.menu fieldset {
    border-color: #777;
    border-style: solid;
    border-width: 1px;
    margin: 0 0.5em 1em;
}

.menu fieldset em {
    font-size: 12px;
    vertical-align: middle;
}

.menu fieldset strong {
    font-size: 14px;
    padding: 0 0.5em;
    vertical-align: middle;
}

.menu fieldset img {
    vertical-align: middle;
}

.menu fieldset legend {
    background-color: transparent;
    color: #007;
    font-size: 13px;
    padding: 0 0.5em;
}

.menu fieldset input {
    vertical-align: middle;
}

.footer {
    background-color:#1855b2;
	height:20px;
    color: #ffffff;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
}

.footer a {
    background-color: transparent;
    color: #ffffff;
    font-size: 10px;
    font-weight: normal;
    text-decoration: underline;
}