@import url(layout.css);
@import url(nav.css);
@import url(form.css);

html {
    height: 100%;
}

html, body {
    margin: 0px;
    /* background-color: #697669;*/
    background-color: #7f8389;
}

body {
    font-family: "DejaVu Sans", 'Verdana', sans-serif;
    font-weight: normal;
    font-size: 12px;
    padding: 1%;
    color: #eee;
}
h1, h2, h3, h4, h5, div, p, table, form, input, textarea, span {
    font-family: "DejaVu Sans", 'Verdana', sans-serif;
    font-size: 100%;
}

h1, h2, h3, h4, h5, div, p {
   line-height: 170%;
}

li {
    color: #333;
}


/* Links tags */
a {
    text-decoration: none;
    font-weight: normal;
}

a:link, a:active, a:visited {
    color: #666;
}
a:hover {
    color : #333;
}

/* subNavigation -> top of the page */
.a1:link, .a1:active, .a1:visited {
    color: #eee;
}
.a1:hover {
    color : #fc3;
}

/* horizontal navigation */
.a2:link, .a2:active, .a2:visited {
    color : #111;
}
.a2:hover {
    color : #fff;
}

/* table headers */
.a3:link, .a3:active, .a3:visited {
    color : #fff;
}
.a3:hover {
    color: #fc3;
}

/* LINKS on the link page */
.a4:link, .a4:active, .a4:visited {
    color : #000;
}
.a4:hover {
    color : #e60;
}

/* foot -> link to EMiloG */
.a5:link, .a5:active, .a5:visited {
    color: #fff;
}
.a5:hover {
    color : #fc3;
}

/* vertical navigation on the left of the page */
.a6:link, .a6:active, .a6:visited {
    font-weight: bolder;
    color: #333;
}
.a6:hover {
    color : #147;
}

/* search - texte */
.a7:link, .a7:active, .a7:visited {
    color: #444;
}
.a7:hover {
    color : #f60;
}

.a8:link, .a8:active, .a8:visited {
    color: #ff0;
}
.a8:hover {
    color : #fff;
}

/* search - texte */
.a9:link, .a9:active, .a9:visited {
    color: #666;
    font-weight: bolder;
}
.a9:hover {
    color : #333;
    font-weight: bolder;
}
/* search - title */
.a10:link, .a10:active, .a10:visited {
    color: #333;
}
.a10:hover {
    color : #666;
}

.index:link, .index:active, .index:visited {
    color: #333;
}
.index:hover {
    color : #47b;
}


ul li {
    list-style-type: square;
}

img{
    border: 1px solid #333;
}

