* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #fff url(pics/logo-fond.png) no-repeat top left;
    color: #000;
}

a img {
    border: none;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1em;
}

#header h1 {
    width: 625px;
    height: 100px;
}

#header h1 a {
    width: 90%;
    height: 90px;
    display: block;
    text-indent: -400px;
    overflow: hidden;
}

#header h2 {
    text-indent: -400px;
    overflow: hidden;
}

#header h5 {
    color: #999;
    display: block;
    position: absolute;
    left: 2px;
    top: -1px;
    font-size: 8px;
    width: 300px;
}

a:hover {
    color: red;
}

#menu {
    float: left;
    margin-left: 3em;
    width: 8em;
    padding-top: 4em;
    background: url(pics/arbre.png) no-repeat 0px 150px;
    padding-bottom: 12em;
    z-index: 3;
}

#menu h3 {
    font-size: 1em;
}

#menu ul {
    list-style-type: none;
    margin-left: 0.5em;
    padding-left: 0.5em;
    border-left: 1px dashed #ccc;
    margin-bottom: 1em;
}

#connexion {
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 2;
    width: 25em;
}

#connexion h3 {
    background: #fff;
}

#connexion fieldset {
    border: 1px solid #ccc;
    padding: 0.5em;
    width: 80%;
    float: left;
    background: #fff;
}

#connexion p.submit {
    float: right;
    margin-top: 0.2em;
}

#connexion p.submit input {
    border: 1px solid #999;
    color: #000;
    font-size: 1em;
    background: #ddd;
    cursor: pointer;
    padding: 0 0.5em;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

#connexion p {
    font-size: 0.9em;
    float: left;
}

#connexion p.login {
    margin-right: 5%;
    width: 48%;
}

#connexion p.pass {
    width: 47%;
}

#connexion h3 {
    font-size: 1em;
    color: #666;
}

#connexion fieldset p.login input, #connexion fieldset p.pass input {
    width: 97%;
    border: 1px solid #999;
    font-size: 0.9em;
    background: #fff;
    color: #000;
    padding: 0.2em;
}

#connexion p.permanent {
    padding-top: 0.5em;
}

#decouvrir {
    position: absolute;
    top: 3em;
    right: 1em;
    background: url(pics/decouvrir.png) no-repeat top left;
    width: 140px;
    height: 270px;
    z-index: 0;
}

#home {
    float: left;
    margin-left: 2em;
    margin-top: 1em;
    width: 22em;
}

#messageToday {
    overflow: hidden;
}

#preza {
    list-style-type: none;
    margin: 1em;
    margin-left: 1em;
    margin-top: 1em;
}

#preza li {
    padding-left: 55px;
    margin-bottom: 1.5em;
    background: no-repeat top left;
    height: 4em;
}

#preza li.creer {
    background-image: url(pics/icon-creer.jpg);
}
#preza li.communaute {
    background-image: url(pics/icon-communaute.jpg);
}
#preza li.journaux {
    background-image: url(pics/icon-journaux.jpg);
}

#preza p {
    font-size: 1.0em;
}

#preza a {
    color: darkblue;
}

#preza a:hover {
    color: darkred;
}

#last-news {
    margin-bottom: 1em;
}

#last-news h5, #last-forums h5 {
    font-size: 0.9em;
}

#last-news h5 a, #last-forums h5 a {
    color: #999;
    text-decoration: none;
}

#last-news h5 a:hover, #last-forums h5 a:hover {
    text-decoration: underline;
}

#last-news h3, #last-forums h3 {
    font-size: 1.3em;
}

#last-news h3 a, #last-forums h3 a {
    color: #000;
}

#last-news h3 a:hover, #last-forums h3 a:hover {
    text-decoration: none;
}

#last-news p {
    font-size: 0.9em;
    margin-left: 0.8em;
    margin-top: 0.5em;
}

#last-forums ul {
    list-style-type: square;
    margin-left: 1.5em;
    font-size: 0.9em;
}

#last-forums li {
    color: #999;
}

#last-ecrits {
    min-width: 28em;
    position: absolute;
    z-index: 4;
    left: 37em;
    padding-left: 1em;
    border-left: 2px solid #ddd;
    right: 13em;
}

#last-ecrits ul {
    list-style-type: none;
}

#last-ecrits .une li {
    margin-bottom: 0.5em;
}

#last-ecrits .une p.date {
    float: left;
    clear: left;
    width: 3em;
    font-size: 0.9em;
    border-right: 1px solid #999;
    padding-right: 0.5em;
    padding-bottom: 0.5em;
    margin-right: 1em;
}

#last-ecrits .une h3 {
    font-size: 1em;
    margin-bottom: 0.4em;
    float: left;
}

#last-ecrits .une .desc {
    font-size: 0.9em;
    margin-left: 4.5em;
    clear: left;
}

#last-ecrits .une blockquote {
    text-align: right;
    font-size: 0.9em;
}

#last-ecrits .reste {
    margin-bottom: 0.8em;
}

#last-ecrits .reste dt {
    float: left;
    clear: left;
    width: 3.5em;
    font-size: 0.8em;
    padding-right: 0.2em;
    padding-top: 0.2em;
    border-right: 1px solid #ccc;
    color: #666;
}

#last-ecrits .reste dd {
    margin-bottom: 0.4em;
    margin-left: 4em;
}

#last-ecrits .ecrits-reste {
    width: 55%;
    float: left;
}

#last-ecrits .suite {
    font-size: 0.9em;
}
#last-ecrits .suite a {
    color: darkblue;
}

#last-ecrits .forums {
    margin-left: 60%;
}
#last-ecrits .forums ul {
    list-style-type: square;
    margin-left: 1.5em;
}
#last-ecrits .forums li {
    margin-bottom: 0.2em;
    font-size: 0.9em;
    color: #ccc;
}

#last-ecrits h2 {
    font-size: 1.2em;
    margin-bottom: 0.6em;
}

hr {
    visibility: hidden;
    clear: both;
}

#last-ecrits .discover {
    margin-top: 1em;
    padding: 0.5em;
    border: 1px solid #ccc;
    background: #e9e9e9;
}

#last-ecrits .discover h5 {
    color: green;
    font-size: 0.9em;
    font-weight: normal;
    text-align: right;
}
#last-ecrits .discover h5 a {
    color: green;
}

#last-ecrits .discover-more {
    clear: both;
    padding: 1em;
    text-align: center;
}

#links {
    position: absolute;
    left: 3em;
    top: 44em;
    text-align: center;
}

#links .jel {
    font-size: 0.9em;
    margin-top: 1em;
}

#links .jel a {
    color: darkblue;
}

#links .jel a:hover {
    text-decoration: none;
}

#pub {
    position: absolute;
    right: 1em;
    top: 28em;
}

#pub .pub img {
    border: 1px solid #ccc;
}
#pub .legend {
    margin-left: auto;
    margin-right: auto;
    width: 7em;
    text-align: center;
    background: #ccc;
    padding: 0 0.4em 0.1em 0.4em;
    font-size: 0.8em;
    margin-top: -0.4em;
    color: #666;
}

#page, #annuaire {
    margin: 2em;
    float: left;
}

#page .content {
    width: 50em;
}

#page h2, #page h3, #page p, #page h4, #page ul, #page ol, #page dl {
    margin-bottom: 1em;
}

#page .img-right {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
    clear: right;
}

#page .img-right img, #page .img-left img {
    border: 1px solid #ddd;
}

#page .img-left {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
    clear: left;
}

#page hr {
    clear: right;
    visibility: hidden;
}

#page .features {
    list-style-type: none;
}

#page .features img {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}

#page .features li {
    clear: left;
}

#page .features h3 {
    margin-left: 110px;
}

#page .features p {
    margin-left: 110px;
}

#page .features hr {
    clear: both;
    margin-bottom: 1em;
}

#page input.submit {
    padding: 0.2em;
    font-size: 1.2em;
    font-weight: bold;
}

#page .links dt {
    font-weight: bold;
}

#page .links dd {
    margin: 0.5em;
    margin-left: 1em;
    margin-bottom: 1em;
}

#annuaire #choose {
    border: 1px solid #ccc;
    background: #e9e9e9;
    width: 100%;
    padding: 0.5em;
    font-size: 0.9em;
}

#annuaire {
    width: 55em;
}

#annuaire h2 {
    margin-bottom: 0.5em;
}

#annuaire #choose {
    height: 1.2em;
}

#annuaire #choose a {
    color: darkblue;
}

#annuaire #choose a:hover {
    color: blue;
    text-decoration: none;
}

#annuaire #choose .type {
    float: left;
    margin: 0;
}

#annuaire #choose .ordre {
    text-align: right;
    margin: 0;
}

#choose .active {
    font-weight: bold;
    color: #000;
}

#annuaire .results {
    list-style-type: none;
    margin: 2em;
    margin-top: 1em;
}

#annuaire .results li {
    margin-bottom: 1em;
}

#annuaire .results li h5 {
    color: green;
    font-size: 1em;
    font-weight: normal;
    margin-top: 0.3em;
    font-size: 0.9em;
}

#annuaire .results li h5 a {
    color: green;
}

#annuaire .results li h3 {
    margin-bottom: 0.5em;
}

#annuaire .pagination {
    list-style-type: none;
    text-align: center;
    margin: 0.5em;
}

#annuaire .pagination li {
    display: inline;
    margin: 0.5em;
    font-size: 1.3em;
}

#annuaire .pagination li.current {
    font-size: 1.7em;
    font-weight: bold;
}

#annuaire .pagination a {
    color: darkblue;
}

#decouvrir-edit .actions {
    font-size: 0.9em;
    color: #666;
    text-align: right;
}

#decouvrir-edit li {
    background: #eee;
    border: 1px solid #ccc;
    padding: 0.5em;
}

#decouvrir-edit dd, #decouvrir-edit dl {
    margin: 0.5em;
}

#decouvrir-edit textarea {
    font-family: Arial, Helvetica, sans-serif;
}

ul.isLogged {
    margin: 0.5em;
    margin-left: 1em;
    font-size: 0.9em;
}

#connexion a {
    color: blue;
}

#connexion a:hover {
    color: black;
}

p.warning {
    background: #ff9;
    padding: 0.4em;
    border: 2px solid #cc0;
}