form.profil img.avatar {
    vertical-align: middle;
    margin-right: 1em;
    border: 1px solid #999;
    float: right;
    width: 64px;
}

dd.mapInfo {
    font-size: 0.9em;
}

form.article input#f_titre {
    font-size: 1.4em;
}

form.article textarea {
    width: 99%;
}

.admin table {
    border-collapse: collapse;
    width: 100%;
    margin: 1em 0;
}

.admin table thead {
    background: #eee;
}

.admin table tr {
    border: 1px solid #ccc;
}

.admin table th, .admin table td {
    padding: 0.3em;
    text-align: left;
}

.admin h2 {
    margin-bottom: 0.5em;
}

input.delete {
    color: darkred;
}

input.valid {
    color: green;
}

input.publish {
    color: darkblue;
}

.admin_column .preview {
    margin: 1em;
}

.admin_column .article_actions input {
    margin: 0.5em;
}

form.valid {
    margin-bottom: 1em;
}


ul.editorToolbar li.h3 {
    padding-top: 2px;
}

ul.editorToolbar li.h3 a {
    font-size: 1.2em;
    font-weight: bold;
}

ul.editorToolbar li.lexique a {
    color: #060;
    text-decoration: underline;
}

ul.editorToolbar li.article a {
    color: #600;
    text-decoration: underline;
}

ul.editorToolbar li.image a {
    background: url("../pics/picture.png") no-repeat 5px 2px;
    padding-left: 23px;
}

.admin .back_link {
    margin-bottom: 1em;
}

.admin ul.submenu {
    list-style-type: square;
    padding-left: 2em;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px dashed #999;
    color: #ccc;
}

.admin ul.submenu a {
    color: darkblue;
}

.admin ul.submenu .selected {
    color: black;
}

.admin ul.submenu .selected a {
    font-weight: bold;
    color: blue;
}

.admin ul.submenu b {
    color: #a80;
}

.guest_list p.check {
    float: right;
}

.guest_list a.member {
    padding-left: 12px;
    background: url("../pics/member.png") no-repeat left center;
}

.guest_list a.anonymous {
    padding-left: 14px;
    background: url("../pics/message.png") no-repeat left center;
    font-weight: normal;
}

.admin dl.items dt {
    font-weight: bold;
}

.admin dl.items dd {
    margin: 0.5em 0 0.5em 1em;
}

#map_canvas {
    width: 100%;
    height: 200px;
    border: 1px solid #decd87;
}
