/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
    Style name:     proSilver
    Based on style: proSilver (this is the default phpBB 3 style)
    Original author:    subBlue ( http://www.subBlue.com/ )
    Modified by:    JosephK ( http://schroffenstein.free.fr )

    Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/
/* General proSilver Markup Styles
---------------------------------------- */

* {
    /* Reset browsers default margin, padding and font sizes */
    margin: 0;
    padding: 0;
}

html {
    font-size: 100%;
    /* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
    height: 101%;
    color: #627485;
    background: transparent;
}

body {
    /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
    font-family: 'lucida grande','Lucida Sans Unicode', tahoma, sans-serif;
    color: #627485;
    background: transparent;
    /*font-size: 62.5%;          This sets the default font size to be equivalent to 10px */
    font-size: 12px !important;
    margin: 0;
}

h1 {
    /* Forum name */
    margin-right: 200px;
    color: #fff;
    margin-top: 15px;
    font-weight: bold;
    font-size: 2em;
}

h2 {
    font-weight: normal !important;
    color: #fff !important;
    font-size: 2em !important;
    margin: 0 !important;
    padding : 5px 0 5px 10px !important;
    background-color : #7387A9;
    -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius : 5px 5px 0 0;
}
h2 a, h2 a:hover { color : #fff !important; text-decoration:none !important;}
h3 a {text-decoration:none}

h2.solo {
    margin-bottom: 1em;
}

h3 {
    /* Sub-headers (also used as post headers, but defined later) */
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 3px;
    padding-bottom: 2px;
    font-size: 1.05em;
    color: #115098;
    margin-top: 20px;
}

h4 {
    /* Forum and topic list titles */
    font-size: 1.3em;
}

p {
    line-height: 1.3em;
    font-size: 1.1em;
    margin-bottom: 1.5em;
}

img {
    border-width: 0;
}

hr {
    /* Also see tweaks.css */
    border: 0 none #fff;
    border-top: 1px solid #CCCCCC;
    height: 1px;
    margin: 5px 0;
    display: block;
}

hr.dashed {
    border-top: 1px dashed #CCCCCC;
    margin: 10px 0;
}

p.right {
    text-align: right;
}

/* Main blocks
---------------------------------------- */
#wrap {
    padding: 0 5px;
    min-width: 650px;
}

#simple-wrap {
    padding: 6px 10px;
}

#page-body {
    margin: 4px 0;
    padding : 0;
    margin-right : 255px;
    background-color : #fff;
    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius : 5px;
}
#simple-wrap #page-body { /* Correctif pour le mode popup */
    margin-right : 0;
}
#page-footer {
    clear: both;
    padding-top : 20px;
}

#page-footer h3 {
    margin-top: 20px;
}

/* Search box
--------------------------------------------- */
#search-box {
    display: block;
    float:right;
    width : 250px;
    padding: 10px 0;
    margin-top : 40px\9; /* IE8 et versions inférieures */
}

#search-box #keywords, #search-box #search_keywords, #search-box #add_keywords {
    background-color: #fff;
    color: #999;
    float:left;
    width : 200px;
    height: 26px;
    -webkit-border-radius: 5px 0 0 5px; -moz-border-radius: 5px 0 0 5px; border-radius : 5px 0 0 5px;
    border: 1px solid #ccc;
    padding: 2px;
    border-right : none;
}

#search-box #keywords:focus, #search-box #search_keywords:focus, #search-box #add_keywords:focus {
    color:#000;
}

#search-box .button {
    border: 1px solid #ccc;
    height: 26px;
    padding: 2px;
    -webkit-border-radius: 0 5px 5px 0; -moz-border-radius: 0 5px 5px 0; border-radius : 0 5px 5px 0;
}
#search-box .button:hover {
    background-color : #eee;
}
#search-box p {
    margin : 5px 0 0 5px;
    font-size: 10px;
}
#search-box p a {color: #ccc;}
#search-box p a:hover {color: #999;}
/* backgrounds
---------------------------------------- */
.headerbar {
    color: #fff;
    height : 80px;
    text-align : center;
    margin-top : 20px;
    width : 60%;
}

.forabg, .forumbg {
    background-color: #ddddf6;
    border-top : 1px solid #7387A9;
    margin-bottom : 4px;
}

.panel {
    margin : 0;
    margin-bottom: 4px;
    padding: 5px;
    color: #28313F;
    padding-right : 20px;
}

.post:target .content {
    color: #000000;
}

.post:target h3 a {
    color: #000000;
}

.rowbg {
    margin: 5px 5px 2px 5px;
}

.ucprowbg {
    background-color: #DCDEE2;
}

.fieldsbg {
    background-color: #E7E8EA;
}

/* Horizontal lists
----------------------------------------*/
ul.linklist {
    display: block;
    margin: 0;
}

ul.linklist li {
    display: block;
    list-style-type: none;
    float: left;
    width: auto;
    margin-right: 5px;
    font-size: 1.1em;
    line-height: 2.2em;
}

ul.linklist li.rightside, p.rightside {
    float: right;
    margin-right: 0;
    margin-left: 5px;
    text-align: right;
}

ul.navlinks {
    padding-bottom: 1px;
    margin-bottom: 1px;
    border-bottom: 1px solid #fff;
    font-weight: bold;
}

ul.leftside {
    float: left;
    margin-left: 0;
    margin-right: 5px;
    text-align: left;
}

ul.rightside {
    float: right;
    margin-left: 5px;
    margin-right: -5px;
    text-align: right;
}

/* Table styles
----------------------------------------*/
table.table1 {
    /* See tweaks.css */
}

#ucp-main table.table1 {
    padding: 2px;
}

table.table1 thead th {
    font-weight: normal;
    text-transform: uppercase;
    color: #357082;
    line-height: 1.3em;
    font-size: 1em;
    padding: 0 0 4px 3px;
}

table.table1 thead th span {
    padding-left: 7px;
}

table.table1 tbody tr {
    border: 1px solid #BFC1CF;
}

table.table1 tbody tr:hover, table.table1 tbody tr.hover {
    background-color: #f3f5fc;
    color: #000;
}

table.table1 td {
    color: #627485;
    font-size: 1.1em;
}

table.table1 tbody td {
    padding: 5px;
}

table.table1 tbody th {
    padding: 5px;
    border-bottom: 1px solid #000000;
    text-align: left;
    color: #333333;
    background-color: #fff;
}

/* Specific column styles */
table.table1 .name      { text-align: left; color : #357082}
table.table1 .posts     { text-align: center !important; width: 7%; }
table.table1 .joined    { text-align: left; width: 15%; }
table.table1 .active    { text-align: left; width: 15%; }
table.table1 .mark      { text-align: center; width: 7%; }
table.table1 .info      { text-align: left; width: 30%; }
table.table1 .info div  { width: 100%; white-space: normal; overflow: hidden; }
table.table1 .autocol   { line-height: 2em; white-space: nowrap; }
table.table1 thead .autocol { padding-left: 1em; }

table.table1 span.rank-img {
    float: right;
    width: auto;
}

table.info td {
    padding: 3px;
}

table.info tbody th {
    padding: 3px;
    text-align: right;
    vertical-align: top;
    color: #000000;
    font-weight: normal;
}

.forumbg table.table1 {
    margin: 0 -2px -1px -1px;
}

/* Misc layout styles
---------------------------------------- */
/* column[1-2] styles are containers for two column layouts
   Also see tweaks.css */
.column1 {
    float: left;
    clear: left;
    width: 49%;
}

.column2 {
    float: right;
    clear: right;
    width: 49%;
}

/* General classes for placing floating blocks */
.left-box {
    float: left;
    width: auto;
    text-align: left;
}

.right-box {
    float: right;
    width: auto;
    text-align: right;
}

dl.details {
    font-size: 1.2em;
}

dl.details dt {
    float: left;
    clear: left;
    width: 30%;
    text-align: left;
    color: #000000;
    display: block;
    margin : 5px 0;
}

dl.details dd {
    margin : 5px 0;
    padding-left: 5px;
    color: #627485;
    float: left;
    width: 65%;
}

/* Pagination
---------------------------------------- */
.pagination {
    height: 1%; /* IE tweak (holly hack) */
    width: auto;
    text-align: right;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    float: right;
}

.pagination span.page-sep {
    display: none;
}

li.pagination {
    margin-top: 0;
}

.pagination strong, .pagination b {
    font-weight: normal;
}

.pagination span strong {
    padding: 0 2px;
    margin: 0 2px;
    font-weight: normal;
    color: #fff;
    background-color: #7387A9;
    border: 1px solid #7387A9;
    font-size: 0.9em;
}

.pagination span a, .pagination span a {
    font-weight: normal;
    text-decoration: none;
    color: #6b6bb5;
    margin: 0 2px;
    padding: 0 2px;
    background-color: #ECEDEE;
    border: 1px solid #B4BAC0;
    font-size: 0.9em;
    line-height: 1.5em;
}

.pagination span a:hover {
    border-color: #7387A9;
    background-color: #7387A9;
    color: #FFF;
    text-decoration: none;
}

.pagination img {
    vertical-align: middle;
}
.h_pagination {
    float:right;
    margin: 0 10px;
/*  margin-top:-15px;*/
}
.h_pagination strong {  font-weight : normal;}
.h_pagination .page_number {
    display : block;
}
.h_pagination .pagination {
    display : none;
    font-size : 55%;
}

.h_pagination:hover .pagination {
    display : block;
}
.h_pagination:hover .page_number {
    display : none;
}

/* Pagination in viewforum for multipage topics */
.row .pagination {
    display: block;
    float: right;
    width: auto;
    margin-top: 0;
    padding: 1px 0 1px 15px;
    font-size: 0.9em;
    background: none 0 50% no-repeat;
}

.row .pagination span a, li.pagination span a {
    background-color: #fff;
}

.row .pagination span a:hover, li.pagination span a:hover {
    background-color: #7387A9;
}

/* Miscellaneous styles
---------------------------------------- */
#forum-permissions {
    float: right;
    width: auto;
    padding-left: 5px;
    margin-left: 5px;
    margin-top: 10px;
    text-align: right;
}

.copyright {
    padding: 5px;
    text-align: center;
    color: #cccccc;
    background: transparent url("//forum.framasoft.org/purge.php") no-repeat;
}
.copyright a, .copyright a:hover { color: #999999;}


.small {
    font-size: 0.9em !important;
}

.titlespace {
    margin-bottom: 15px;
}

.headerspace {
    margin-top: 20px;
}

.error {
    color: #E6690D;
    font-weight: bold;
    font-size: 1em;
}

.reported {
    background-color: #F7ECEF;
}

li.reported:hover {
    background-color: #ECD5D8 !important;
}

div.rules {
    background-color: #ECD5D8;
    color: #E6690D;
    padding: 0 10px;
    margin: 10px 0;
    font-size: 1.1em;
}

div.rules ul, div.rules ol {
    margin-left: 20px;
}

p.rules {
    background-color: #ECD5D8;
    background-image: none;
    padding: 5px;
}

p.rules img {
    vertical-align: middle;
    padding-top: 5px;
}

p.rules a {
    vertical-align: middle;
    clear: both;
}

#top {
    position: absolute;
    top: -20px;
}

.clear {
    display: block;
    clear: both;
    font-size: 1px;
    line-height: 1px;
    background: transparent;
}

/* proSilver Link Styles
---------------------------------------- */

a { color: #105289; text-decoration: none; }
a:hover { color: #E6690D; text-decoration: underline; }

/* Coloured usernames */
.username-coloured {
    font-weight: bold;
    display: inline !important;
    padding: 0 !important;
}

/* Links on gradient backgrounds */
#search-box a, .navbg a, .forumbg .header a, .forabg .header a, th a {
    color: #357082;
    text-decoration: none;
}

#search-box a:hover, .navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover {
    color: #357082;
    text-decoration: underline;
}

/* Links for forum/topic lists */
a.forumtitle {
    font-size: 1.2em;
    font-weight: bold;
    color: #105289;
    text-decoration: none;
}

a.forumtitle:hover {
    color: #E6690D;
    text-decoration: underline;
}

a.topictitle {
    font-size: 1.2em;
    font-weight: bold;
    color: #105289;
    text-decoration: none;
}

a.topictitle:hover {
    color: #E6690D;
    text-decoration: underline;
}

/* Post body links */
.postlink {
    color: #368AD2;
    text-decoration: none;
    padding-bottom: 0;
}

.postlink:hover {
    text-decoration: none;
    color: #0D4473;
}

.signature a, .signature a:hover {
    border: none;
    text-decoration: underline;
    background-color: transparent;
}

/* Profile links */
.postprofile a, .postprofile dt.author a {
    font-weight: bold;
    color: #105289;
    text-decoration: none;
}
.postprofile dt {
    text-align : center;
}
.postprofile a:hover, .postprofile dt.author a:hover {
    text-decoration: underline;
    color: #E6690D;
}


/* Profile searchresults */
.search .postprofile a {
    color: #105289;
    text-decoration: none;
    font-weight: normal;
}

.search .postprofile a:hover {
    color: #E6690D;
    text-decoration: underline;
}

/* invisible skip link, used for accessibility  */
.skiplink {
    position: absolute;
    left: -999px;
    width: 990px;
}

/* Feed icon in forumlist_body.html */
a.feed-icon-forum {
    float: right;
    margin: 3px;
}
/* proSilver Content Styles
---------------------------------------- */

ul.topiclist {
    display: block;
    list-style-type: none;
    margin: 0;
}

ul.forums {
    background-color: #fff;
}

ul.topiclist li {
    color: #4C5D77;
    display: block;
    list-style-type: none;
    margin: 0;
}

ul.topiclist dl {
    position: relative;
}

ul.topiclist li.row dl {
    padding: 2px 0;
}

ul.topiclist dt {
    display: block;
    float: left;
    width: 50%;
    font-size: 1.1em;
    padding-left: 5px;
    padding-right: 5px;
}

ul.topiclist dd {
    display: block;
    float: left;
    padding: 4px 0;
}

ul.topiclist dfn {
    /* Labels for post/view counts */
    position: absolute;
    left: -999px;
    width: 990px;
}

ul.topiclist li.row dt a.subforum {
    background-image: none;
    background-position: 0 50%;
    background-repeat: no-repeat;
    position: relative;
    white-space: nowrap;
    padding: 0 0 0 12px;
}

.forum-image {
    float: left;
    padding-top: 5px;
    margin-right: 5px;
}

li.row {
    border-top: 1px dotted #DFE6EE;
}
li.row:hover {
    background-color : #f3f5fc;
}
li.row strong {
    font-weight: normal;
    color: #000000;
}

li.header dt, li.header dd {
    line-height: 1em;
    border-left-width: 0;
    margin: 2px 0 4px 0;
    color: #357082;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 1.2em;
}
li.header dd {
    font-size : 1em;
}
li.header dt {
    font-weight: bold;
}

li.header dd {
    margin-left: 1px;
}

li.header dl.icon {
    min-height: 0;
}

li.header dl.icon dt {
    /* Tweak for headers alignment when folder icon used */
    padding-left: 10px;
    padding-right: 25px;
}

/* Forum list column styles */
dl.icon {
    min-height: 35px;
    background-position: 5px 50%;       /* Position of folder icon */
    background-repeat: no-repeat;
}

dl.icon dt {
    padding: 5px 10px 5px 30px;                 /* Space for folder icon */
    background-repeat: no-repeat;
    background-position: 5px 95%;       /* Position of topic icon */
    width : 64%;
}

dd.posts, dd.topics, dd.views {
    width: 8%;
    text-align: center;
    line-height: 2.2em;
    font-size: 1.2em;
}

.icon dd.posts,.icon dd.topics, .icon dd.views {
    display:none;
}
.icon dd.posts,.icon dd.topics, .icon dd.views, .icon dd.lastpost {
    padding-top : 7px;
}
.icon dt br {
    margin-bottom : 5px;
}
.icon dt img {
    vertical-align : top;
}

.icon dd.show_stats {
    float : right;
    padding-right: 1px;
    cursor : pointer;
}
/* List in forum description */
dl.icon dt ol,
dl.icon dt ul {
    list-style-position: inside;
    margin-left: 1em;
}

dl.icon dt li {
    display: list-item;
    list-style-type: inherit;
}

dd.lastpost {
    width: 25%;
    font-size: 1.1em;
}

dd.redirect {
    font-size: 1.1em;
    line-height: 2.5em;
}

dd.moderation {
    font-size: 1.1em;
}

dd.lastpost span, ul.topiclist dd.searchby span, ul.topiclist dd.info span, ul.topiclist dd.time span, dd.redirect span, dd.moderation span {
    display: block;
    padding-left: 5px;
}

dd.time {
    width: auto;
    line-height: 200%;
    font-size: 1.1em;
}

dd.extra {
    width: 12%;
    line-height: 200%;
    text-align: center;
    font-size: 1.1em;
}

dd.mark {
    float: right !important;
    width: 9%;
    text-align: center;
    line-height: 200%;
    font-size: 1.2em;
}

dd.info {
    width: 30%;
}

dd.option {
    width: 15%;
    line-height: 200%;
    text-align: center;
    font-size: 1.1em;
}

dd.searchby {
    width: 47%;
    font-size: 1.1em;
    line-height: 1em;
}

ul.topiclist dd.searchextra {
    margin-left: 5px;
    padding: 0.2em 0;
    font-size: 1.1em;
    color: #333333;
    border-left: none;
    clear: both;
    width: 98%;
    overflow: hidden;
}

/* Container for post/reply buttons and pagination */
.topic-actions {
    margin-bottom: 3px;
    font-size: 1.1em;
    height: 28px;
    min-height: 28px;
}
div[class].topic-actions {
    height: auto;
}

/* Post body styles
----------------------------------------*/
.post {
    float:left;
    width: 100%;
    border-bottom : dotted 2px #eee;
    margin-bottom:4px;
    padding-top:4px;
}

.divider {clear : left;}
.postbody {
    padding: 0;
    line-height: 1.48em;
    color: #333333;
    width: 76%;
    float: right;
    margin-right:10px;
}

#preview .postbody {
    float : left;
    margin : 10px;
    background-color : #F4F6FC;
    padding : 10px;
    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius : 5px;
    width : 95%;
}
#preview .postbody h3 { margin : 0 }
#postingbox .panel { width : 100%; }

.postbody .content {
    font-size: 1.3em;
    padding-left: 10px;
    border-left: 3px solid #eee;

}

.search .postbody {
    width: 68%
}

#options-panel, #poll-panel {
    background-color : #E3E6FF;
    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius : 5px;
}

/* Topic review panel
----------------------------------------*/
#review {
    margin-top: 2em;
}

#topicreview {
    padding-right: 5px;
    overflow: auto;
    height: 300px;
}

#topicreview .postbody {
    width: auto;
    float: none;
    margin: 0;
    height: auto;
}

#topicreview .post {
    height: auto;
}

#topicreview h2 {
    border-bottom-width: 0;
}

.post-ignore .postbody {
    display: none;
}

/* MCP Post details
----------------------------------------*/
#post_details
{
    /* This will only work in IE7+, plus the others */
    overflow: auto;
    max-height: 300px;
}

#expand
{
    clear: both;
}

/* Content container styles
----------------------------------------*/
.content {
    min-height: 3em;
    overflow: hidden;
    line-height: 1.4em;
    font-size: 1em;
    color: #333333;
    padding-bottom: 1px;
}

.content h2, .panel h2 {
    font-weight: normal;
    color: #fff;
    border-bottom: 1px solid #CCCCCC;
    font-size: 1.6em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
}

.panel h3 {
    margin: 0.5em 0;
}

.panel p {
    font-size: 1.2em;
    margin-bottom: 1em;
    line-height: 1.4em;
}

.content p {
    font-size: 1.2em;
    margin-bottom: 1em;
    line-height: 1.4em;
}

dl.faq {
    font-size: 1.1em;
    margin-top: 1em;
    margin-bottom: 2em;
    line-height: 1.4em;
}

dl.faq dt {
    font-weight: bold;
    color: #333333;
}

.content dl.faq {
    font-size: 1.2em;
    margin-bottom: 0.5em;
}

.content li {
    list-style-type: inherit;
}

.content ul, .content ol {
    margin-bottom: 1em;
    margin-left: 3em;
}

.posthilit {
    background-color: #F3BFCC;
    color: #E6690D;
    padding: 0 2px 1px 2px;
}

.announce, .unreadpost {
    /* Highlight the announcements & unread posts box */
    border-left-color: #BCBCBC;
    border-right-color: #BCBCBC;
}

/* Post author */
p.author {
    margin: 0 15em 0.6em 0;
    padding: 0 0 5px 0;
    font-size: 1em;
    line-height: 1.2em;
}

/* Post signature */
.signature {
    margin-top: 1.5em;
    padding-top: 0.2em;
    font-size: 1.1em;
    border-top: 1px dotted #CCC;
    color : #404e6b;
    clear: left;
    line-height: 140%;
    overflow: hidden;
    width: 100%;
}
.signature a {color : #404e6b;}

dd .signature {
    margin: 0;
    padding: 0;
    clear: none;
    border: none;
}

.signature li {
    list-style-type: inherit;
}

.signature ul, .signature ol {
    margin-bottom: 1em;
    margin-left: 3em;
}

/* Post noticies */
.notice {
    width: auto;
    margin-top: 1.5em;
    padding-top: 0.2em;
    font-size: 1em;
    border-top: 1px dotted #CCC;
    clear: left;
    line-height: 130%;
    color : #999;
}
.notice a {color : #999;}

/* Jump to post link for now */
ul.searchresults {
    list-style: none;
    text-align: right;
    clear: both;
}

#report .panel {
    padding-left : 10px;
}
#report .panel select {
    width : 400px;
}

#confirm .panel, #message {
    text-align : center;
}

textarea#message { /* Correctif pour la zone de texte */
    text-align : left;
}
/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
    background: #EBEADD url("images/quote.gif") 6px 8px no-repeat;
    border: 1px solid #DBDBCE;
    font-size: 0.95em;
    margin: 0.5em 1px 0 25px;
    overflow: hidden;
    padding: 5px;
}

blockquote blockquote {
    /* Nested quotes */
    background-color:#EFEED9;
    font-size: 1em;
    margin: 0.5em 1px 0 15px;
}

blockquote blockquote blockquote {
    /* Nested quotes */
    background-color: #EBEADD;
}

blockquote cite {
    /* Username/source of quoter */
    font-style: normal;
    font-weight: bold;
    margin-left: 20px;
    display: block;
    font-size: 0.9em;
}

blockquote cite cite {
    font-size: 1em;
}

blockquote.uncited {
    padding-top: 25px;
}

/* Code block */
dl.codebox {
    padding: 3px;
    background-color: #fff;
    border: 1px solid #C9D2D8;
    font-size: 1em;
}

dl.codebox dt {
    text-transform: uppercase;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 3px;
    font-size: 0.8em;
    font-weight: bold;
    display: block;
}

blockquote dl.codebox {
    margin-left: 0;
}

dl.codebox code {
    /* Also see tweaks.css */
    overflow: auto;
    display: block;
    height: auto;
    max-height: 200px;
    white-space: normal;
    padding-top: 5px;
    font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
    line-height: 1.3em;
    color: #2E8B57;
    margin: 2px 0;
}

.syntaxbg       { color: #fff; }
.syntaxcomment  { color: #FF8000; }
.syntaxdefault  { color: #0000BB; }
.syntaxhtml     { color: #000000; }
.syntaxkeyword  { color: #007700; }
.syntaxstring   { color: #DD0000; }

/* Attachments
----------------------------------------*/
.attachbox {
    margin: 5px 5px 5px 0;
    padding: 6px;
    background-color: #fff;
    border: 1px dashed #C9D2D8;
}

.pm-message .attachbox {
    background-color: #F2F3F3;
}

.attachbox dt {
    text-transform: uppercase;
}

.attachbox dd {
    margin-top: 4px;
    padding-top: 4px;
    border-top: 1px solid #C9D2D8;
}

.attachbox dd dd {
    border: none;
}

.attachbox p {
    line-height: 110%;
    color: #666666;
    font-weight: normal;
    clear: left;
}

.attachbox p.stats
{
    line-height: 110%;
    color: #666666;
    font-weight: normal;
}

.attach-image {
    margin: 3px 0;
    width: 100%;
    max-height: 350px;
    overflow: auto;
}

.attach-image img {
    border: 1px solid #999999;
/*  cursor: move; */
    cursor: default;
}

/* Inline image thumbnails */
div.inline-attachment dl.thumbnail, div.inline-attachment dl.file {
    display: block;
    margin-bottom: 4px;
}

div.inline-attachment p {
    font-size: 100%;
}

dl.file {
    display: block;
}

dl.file dt {
    text-transform: none;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

dl.file dd {
    color: #666666;
    margin: 0;
    padding: 0;
}

dl.thumbnail img {
    padding: 3px;
    border: 1px solid #666666;
    background-color: #FFF;
}

dl.thumbnail dd {
    color: #666666;
    font-style: italic;
}

.attachbox dl.thumbnail dd {
    font-size: 100%;
}

dl.thumbnail dt a:hover {
    background-color: #EEEEEE;
}

dl.thumbnail dt a:hover img {
    border: 1px solid #368AD2;
}

/* Post poll styles
----------------------------------------*/
fieldset.polls dl {
    margin-top: 5px;
    border-top: 1px solid #DCDEE2;
    padding: 5px 0 0 0;
    line-height: 120%;
    color: #666666;
}

fieldset.polls dl.voted {
    font-weight: bold;
    color: #000000;
}

fieldset.polls dt {
    text-align: left;
    float: left;
    display: block;
    width: 30%;
    border-right: none;
    padding: 0;
    margin: 0;
    font-size: 1.1em;
}

fieldset.polls dd {
    float: left;
    width: 10%;
    border-left: none;
    padding: 0 5px;
    margin-left: 0;
    font-size: 1.1em;
}

fieldset.polls dd.resultbar {
    width: 50%;
}

fieldset.polls dd input {
    margin: 2px 0;
}

fieldset.polls dd div {
    text-align: right;
    color: #fff;
    font-weight: bold;
    padding: 0 2px;
    overflow: visible;
    min-width: 2%;
}

.pollbar1 {
    background-color: #AA2346;
    border-bottom: 1px solid #74162C;
    border-right: 1px solid #74162C;
}

.pollbar2 {
    background-color: #BE1E4A;
    border-bottom: 1px solid #8C1C38;
    border-right: 1px solid #8C1C38;
}

.pollbar3 {
    background-color: #D11A4E;
    border-bottom: 1px solid #AA2346;
    border-right: 1px solid #AA2346;
}

.pollbar4 {
    background-color: #E41653;
    border-bottom: 1px solid #BE1E4A;
    border-right: 1px solid #BE1E4A;
}

.pollbar5 {
    background-color: #F81157;
    border-bottom: 1px solid #D11A4E;
    border-right: 1px solid #D11A4E;
}

/* Poster profile block
----------------------------------------*/
.postprofile {
    /* Also see tweaks.css */
    margin: 5px 5px 10px 0;
    min-height: 80px;
    color: #666666;
    width: 22%;
}
.pm .postbody {
    width : 100%;
}

.postprofile dd, .postprofile dt {
    line-height: 1.2em;
    text-align : center;
}

.postprofile strong {
    font-weight: normal;
    color: #000000;
}

.avatar {
    border: none;
    margin-bottom: 3px;
}

/* Poster profile used by search*/
.search .postprofile {
    width: 30%;
    margin-top : 22px;
}

/* pm list in compose message if mass pm is enabled */
dl.pmlist dt {
    width: 60% !important;
}

dl.pmlist dt textarea {
    width: 95%;
}

dl.pmlist dd {
    margin-left: 61% !important;
    margin-bottom: 2px;
}

/* Sub-header (navigation bar)
--------------------------------------------- */
a.print, a.sendemail, a.fontsize {
    display: block;
    overflow: hidden;
    height: 18px;
    text-indent: -5000px;
    text-align: left;
    background-repeat: no-repeat;
}

a.print {
    background-image: none;
    width: 22px;
}

a.sendemail {
    background-image: none;
    width: 22px;
}

a.fontsize {
    background-image: none;
    background-position: 0 -1px;
    width: 29px;
}

a.fontsize:hover {
    background-position: 0 -20px;
    text-decoration: none;
}

/* Poster profile icons
----------------------------------------*/
p.profile-icons {
    padding-top: 10px;
    text-align :center;
    font-size:1.1em;
}
p.post-icons {
    padding-top: 10px;
    font-size:1.1em;
    width : 100%;
    float : right;
    text-align : right;
}
p.post-icons img {vertical-align : middle;}
p.post-icons a {margin : 0 3px;}

p.post-icons a, p.profile-icons a {
    text-decoration : none;
    margin : 4px 2px;
}

/* proSilver Control Panel Styles
---------------------------------------- */
/* Main CP box
----------------------------------------*/
#cp-main {
    clear: left;
    margin-top : 10px;
}

#cp-main .content {
    padding: 0;
}

#cp-main h3, #cp-main hr, #cp-menu hr {
    border-color: #A4B3BF;
}

#cp-main .panel p {
    font-size: 1.1em;
}

#cp-main .panel ol {
    margin-left: 2em;
    font-size: 1.1em;
}

ul.cplist {
    margin-bottom: 5px;
    border-top: 1px solid #B5C1CB;
}

#cp-main .panel li.header dd, #cp-main .panel li.header dt {
    color: #000000;
    margin-bottom: 2px;
}

#cp-main table.table1 {
    margin-bottom: 1em;
}

#cp-main table.table1 thead th {
    color: #333333;
    font-weight: bold;
    border-bottom: 1px solid #333333;
    padding: 5px;
}

#cp-main table.table1 tbody th {
    font-style: italic;
    background-color: transparent !important;
    border-bottom: none;
}

#cp-main .pagination {
    float: right;
    width: auto;
    padding-top: 1px;
}

#cp-main .postbody p {
    font-size: 1.1em;
}

#cp-main .pm-message {
    border: 1px solid #DBDEE2;
    margin: 10px 0;
    background-color: #fff;
    width: auto;
    float: none;
}

.pm-message h2 {
    padding-bottom: 5px;
}

#cp-main .postbody h3, #cp-main .box2 h3 {
    margin-top: 0;
}

#cp-main .buttons {
    margin-left: 0;
}

#cp-main ul.linklist {
    margin: 0;
}

/* MCP Specific tweaks */
.mcp-main .postbody {
    width: 100%;
}

/* CP tabbed menu
----------------------------------------*/
#tabs {
    line-height: normal;
    margin: 0 10px;
    min-width: 570px;
    background-color : #fff;
    padding-left : 10px;
}

#tabs ul {
    list-style: none;
}

#tabs li {
    display: inline;
    font-size: 1em;
    font-weight: bold;

}

#tabs a {
    float: left;
    margin-top: 8px;
    padding:0 0 0 0;
    text-decoration: none;
    position: relative;
    cursor: pointer;
}

#tabs a span {
    float: left;
    display: block;
    padding: 5px 10px 10px 10px;
    color: #627485;
    white-space: nowrap;

}

#tabs a:hover span {
    color: #E6690D;
}
#tabs .activetab a {border-bottom:none;}
#tabs .activetab a span {
    background-color: #E3E6FF;
    padding-bottom: 10px;
    margin-top : -1px;
    color: #000;
    -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius : 5px 5px 0 0;
    border-bottom: 1px solid #E3E6FF;
}

/* UCP navigation menu
----------------------------------------*/
#navigation {
    height : 32px;
    text-align : center;
    background-color : #E3E6FF;
    -webkit-border-radius: 5px ; -moz-border-radius: 5px ; border-radius : 5px ;
    margin : 0 10px;
}

#navigation ul {
    list-style:none;
    margin-left : 5px;
}

/* Default list state */
#navigation li {
    font-weight: bold;
    display: inline;
}

/* Link styles for the sub-section links */
#navigation a {
    float: left;
    display: block;
    padding: 8px;
    text-decoration: none;
    font-weight: bold;
    color: #627485;
    background-color : #E3E6FF;
}

#navigation a:hover {color: #E6690D;}

#navigation #active-subsection a {color: #000;}

/* Preferences pane layout
----------------------------------------*/
#cp-main h2 {
    border-bottom: none;
    padding: 0;
    margin-left: 10px;
    color: #333333;
    background-color : transparent;
}

#cp-main .panel {
    background-color: #fff;
    padding : 10px;
}

#cp-main .pm {
    background-color: #fff;
}

/* Friends list */
.cp-mini {
    background-color: #fff;
    padding: 0 5px;
    margin: 20px 15px 10px 5px;
    width : 200px;
    float:right;
}

dl.mini dt {
    font-weight: bold;
    color: #676767;
}

dl.mini dd {
    padding-top: 4px;
}

.friend-online {
    font-weight: bold;
}

.friend-offline {
    font-style: italic;
}

/* PM Styles
----------------------------------------*/
#pm-menu {
    line-height: 2.5em;
}

/* PM panel adjustments */
.pm-panel-header {
    margin: 0;
    padding-bottom: 10px;
}

.reply-all {
    display: block;
    padding-top: 4px;
    clear: both;
    float: left;
}

.pm-panel-message {
    padding-top: 10px;
    padding-left : 10px;
}

.pm-return-to {
    padding-top: 23px;
}

.pm-message-nav {
    margin: 0;
    padding: 2px 0px 5px 10px;
}

/* PM Message history */
.current {
    color: #999999;
}

/* Defined rules list for PM options */
ol.def-rules {
    padding-left: 0;
}

ol.def-rules li {
    line-height: 180%;
    padding: 1px;
}

/* PM marking colours */
.pmlist li.bg1 {
    border: solid 3px transparent;
    border-width: 0 3px;
}

.pmlist li.bg2 {
    border: solid 3px transparent;
    border-width: 0 3px;
}

.pmlist li.pm_message_reported_colour, .pm_message_reported_colour {
    border-left-color: #bcbcbc;
    border-right-color: #bcbcbc;
}

.pmlist li.pm_marked_colour, .pm_marked_colour {
    border: solid 3px #fff;
    border-width: 0 3px;
}

.pmlist li.pm_replied_colour, .pm_replied_colour {
    border: solid 3px #c2c2c2;
    border-width: 0 3px;
}

.pmlist li.pm_friend_colour, .pm_friend_colour {
    border: solid 3px #bdbdbd;
    border-width: 0 3px;
}

.pmlist li.pm_foe_colour, .pm_foe_colour {
    border: solid 3px #000000;
    border-width: 0 3px;
}

.pm-legend {
    border-left-width: 10px;
    border-left-style: solid;
    border-right-width: 0;
    margin-bottom: 3px;
    padding-left: 3px;
}
.pm_marked_colour {
    border-color : #E3E6FF
}

/* Avatar gallery */
#gallery label {
    position: relative;
    float: left;
    margin: 10px;
    padding: 5px;
    width: auto;
    background: #fff;
    border: 1px solid #CCC;
    text-align: center;
}

#gallery label:hover {
    background-color: #EEE;
}

/* proSilver Form Styles
---------------------------------------- */

/* General form styles
----------------------------------------*/
fieldset {
    border-width: 0;
    font-size: 1.1em;
}

input {
    font-weight: normal;
    cursor: pointer;
    vertical-align: middle;
    padding: 0 3px;
    font-size: 1em;
}

select {
    font-weight: normal;
    cursor: pointer;
    vertical-align: middle;
    padding: 1px;
    background-color: #FAFAFA;
    font-size :0.9em;
    border : 1px solid #7387A9;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius : 3px;
}

option {
    padding-right: 1em;
}

option.disabled-option {
    color: graytext;
}

textarea {
    width: 60%;
    padding: 2px;
    font-size: 1em;
    line-height: 1.4em;
    text-align :left;
}

label {
    cursor: default;
    padding-right: 5px;
    color: #676767;
}

label input {
    vertical-align: middle;
}

label img {
    vertical-align: middle;
}

/* Definition list layout for forms
---------------------------------------- */
fieldset dl {
    padding: 4px 0;
}

fieldset dt {
    float: left;
    width: 35%;
    text-align: left;
    display: block;
}

fieldset dd {
    margin-left: 36%;
    vertical-align: top;
    margin-bottom: 3px;
}
.fields1 {
    clear : left;
}
/* Specific layout 1 */
fieldset.fields1 dt {
    width: 15em;
    border-right-width: 0;
}

fieldset.fields1 dd {
    margin-left: 15em;
    border-left-width: 0;
}

fieldset.fields1 {
    background-color: transparent;
}

fieldset.fields1 div {
    margin-bottom: 3px;
}

/* Set it back to 0px for the reCaptcha divs: PHPBB3-9587 */
fieldset.fields1 #recaptcha_widget_div div {
    margin-bottom: 0;
}

/* Specific layout 2 */
fieldset.fields2 dt {
    width: 15em;
    border-right-width: 0;
}

fieldset.fields2 dd {
    margin-left: 16em;
    border-left-width: 0;
}

/* Form elements */
dt label {
    font-weight: bold;
    text-align: left;
}

dd label {
    white-space: nowrap;
    color: #333;
}

dd input, dd textarea {
    margin-right: 3px;
}

dd select {
    width: auto;
}

dd textarea {
    width: 85%;
}

/* Hover effects */
fieldset dl:hover dt label {
    color: #000000;
}
fieldset dl dt span {
    visibility:hidden;
}
fieldset dl:hover dt span {
    visibility:visible;
}
fieldset.fields2 dl:hover dt label {
    color: inherit;
}

#timezone {
    width: 95%;
}

* html #timezone {
    width: 50%;
}

/* Display options on viewtopic/viewforum pages  */
fieldset.display-options {
    text-align: center;
    margin: 3px 0 5px 0;
}

fieldset.display-options label {
    white-space: nowrap;
    padding-right: 2px;
}

fieldset.display-options a {
    margin-top: 3px;
}

/* Display actions for ucp and mcp pages */
fieldset.display-actions {
    text-align: right;
    line-height: 2em;
    white-space: nowrap;
    padding-right: 1em;
}

fieldset.display-actions label {
    white-space: nowrap;
    padding-right: 2px;
}

fieldset.sort-options {
    line-height: 2em;
}

/* MCP forum selection*/
fieldset.forum-selection {
    margin: 5px 0 3px 0;
    float: right;
}

fieldset.forum-selection2 {
    margin: 13px 0 3px 0;
    float: right;
}

/* Jumpbox */
fieldset.jumpbox {
    margin-top: 15px;
    height: 2.5em;
}
fieldset.jumpbox select {
    width : 200px;
}
fieldset.jumpbox select option {
    margin-right : 10px
}
fieldset.quickmod {
    margin: 5px 0;
}
#quick-mod-select { width : 180px;}

/* Submit button fieldset */
fieldset.submit-buttons {
    text-align: center;
    vertical-align: middle;
    margin: 5px 0;
}

fieldset.submit-buttons input {
    vertical-align: middle;
    padding-top: 3px;
    padding-bottom: 3px;
}

/* Posting page styles
----------------------------------------*/

/* Buttons used in the editor */
#format-buttons {
    margin: 0 5px 10px 0;
}

#format-buttons img, #format-buttons select {
    vertical-align: middle;
}

/* Main message box */
#message-box {
    width: 100%;
    margin-top : 5px;
}

#message-box textarea {
    width: 100%;
    font-size: 1.2em;
    color: #333333;
}

/* Input field styles
---------------------------------------- */
.inputbox {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    padding: 2px;
    cursor: text;
}

.inputbox:hover {
    border: 1px solid #999;
}

.inputbox:focus {
    border: 1px solid #999;
    color: #4b4b4b;
}

input.inputbox  { width: 90%; }
input.medium    { width: 50%; }
input.narrow    { width: 25%; }
input.tiny      { width: 125px; }

textarea.inputbox {
    width: 85%;
}

.autowidth {
    width: auto !important;
}

/* Form button styles
---------------------------------------- */
input.button1, input.button2 { font-size: 1.1em; }

p.post-icons a, p.profile-icons a,
a.button1, input.button1, input.button3, a.button2, input.button2 {
    width: auto !important;
    border : 1px solid #7387A9;
    color: #8085A1;
    text-shadow: 1px 1px #fff;
    background-color : #F4F6FC;
    font-weight: bold;
    padding : 1px 10px;
    -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius : 10px;
    -webkit-box-shadow: 1px 1px 0 #DDDDF6;-moz-box-shadow: 1px 1px 0 #DDDDF6;box-shadow: 1px 1px 0 #DDDDF6;
}
a.button1 img, a.button2 img { vertical-align : middle; }

input.button3 {
    padding: 0;
    margin: 0;
    line-height: 5px;
    height: 12px;
    background-image: none;
    font-variant: small-caps;
}

/* <a> button in the style of the form buttons */
a.button1, a.button2 {
    text-decoration: none;
    padding: 2px 8px;
    line-height: 250%;
    vertical-align: text-bottom;
    background-position: 0 1px;
}

/* Hover states */
p.post-icons a:hover, p.profile-icons a:hover,
a.button1:hover, input.button1:hover, a.button2:hover, input.button2:hover, input.button3:hover {
    background-color : #FCFCFC;
    color: #7387A9;
}
a.button1, input.button1 { color : #474747 }

a.button1:hover, input.button1:hover { color : #000; }

input.disabled {
    font-weight: normal;
    color: #666666;
}

/* Nice method for clearing floated blocks without having to insert any extra markup (like spacer above)
   From http://www.positioniseverything.net/easyclearing.html
#tabs:after, #minitabs:after, .post:after, .gora_navbar:after, fieldset dl:after, ul.topiclist dl:after, ul.linklist:after, dl.polls:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}*/

.clearfix, #tabs, #minitabs, fieldset dl, ul.topiclist dl, dl.polls {
    height: 1%;
    overflow: hidden;
}

/* viewtopic fix */
* html .post {
    height: 25%;
    overflow: hidden;
}

/* gora_navbar fix */
* html .clearfix, * html .gora_navbar, ul.linklist {
    height: 4%;
    overflow: hidden;
}

/* Simple fix so forum and topic lists always have a min-height set, even in IE6
    From http://www.dustindiaz.com/min-height-fast-hack */
dl.icon {
    min-height: 35px;
    height: auto !important;
    height: 35px;
}

* html li.row dl.icon dt {
    height: 35px;
    overflow: visible;
}

* html #search-box {
    width: 25%;
}

/* Correctly clear floating for details on profile view */
*:first-child+html dl.details dd {
    margin-left: 30%;
    float: none;
}

* html dl.details dd {
    margin-left: 30%;
    float: none;
}

* html .forumbg table.table1 {
    margin: 0 -2px 0px -1px;
}

.sep {
    color: #1198D9;
}

ul.topiclist li.row dt a.subforum.read {
    background-image: url("../imageset/subforum_read.png");
}

ul.topiclist li.row dt a.subforum.unread {
    background-image: url("../imageset/subforum_unread.png");
}

/******************
 * Page de profil *
 ******************/
.p_avatar {
    margin-top: 10px;
    width : 200px;
    text-align : center ;
    float:left;
}
.p_block { float:left; }
.p_details h2 {
    text-align:center;
    background: transparent;
    color : #357082;
    font-size: 2em ;
    min-width : 490px; /* pour positionner le bloc detail */
}
.p_details p { text-align : center; }
.p_details { width : 70%; float: right; }
.p_details .details dt { font-weight : bold; color : #3D5061 }
.p_text, .p_stats { clear : left; float:left; width: 100%}
.p_text { margin : 20px 0;}
.p_text .details dt { width : 25%; font-weight : bold; color : #3D5061}
.p_text .details dd { width : 74%;}

.p_feed ul {
    list-style-type: none;
    padding : 5px;
    background-color : #FCF8F4;
    border:none !important;
    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
    font-size: 120%;
}
#my_idc ul { background-color : #FAFCF4; }
.p_feed p {
    text-align : center;
    font-size: 120%;
    margin-bottom : 5px;
}

.p_feed ul li { padding : 4px; margin-left : 0px; *margin-left : 20px; }

.p_feed ul li:hover {
    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}
#comment {clear : left; }
#comment .u_avatar {
    min-height: 50px;
    width:50px;
    margin: 10px 0;
    float:left;
}

#comment .content {
    padding :5px;
    margin: 5px 0;
}

#comment ul {
    list-style-type: none;
    text-align : right
}
#comment ul li {
    display:inline;
}

#tooltip, .p_feed ul li .message {
    position : absolute;
    text-decoration :none;
    padding : 5px;
    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
    z-index :99;
}
#tooltip {
    margin-top : -8px;
    margin-left : 5px;
    background-color : #404e6b;
    color : #fff;
}
#tooltip a {
    color : #fff;
    font-style:italic;
}
.p_feed ul li .message {
    margin-top : 25px;
    margin-left : 40px;
    width :200px;
    background-color : #404e6b;
    color : #fff;
}
#openid_form #tooltip {
    display : none;
    margin:-100px 280px 0 -380px;
}
/*****************************
 *    Barre de navigation    *
 *****************************/
.gora_navbar {
    clear:both;
    position: relative;
    display : block;
    width : 250px;
    float:right;
    margin-top: 4px;
    font-size : 120%;
}
.gora_navbar ul {
    list-style : none;
    margin-left:0;
}
.time {
    padding : 0 5px;
    text-align : right;
    font-size : 80%;
    color : #ccc;
}
.time a { color : #ccc;}
.time:hover, .time a:hover {color : #999;}

.etiquette {
    position:fixed;
    top:200px;
    right:0;
    width : 15px;
    z-index : 50;
    background-color : #F4F6FC;
    padding-right : 3px;
    border : 1px solid #ccc;
    border-right : none;
    -webkit-border-radius: 50px 0 0 50px; -moz-border-radius: 50px 0 0 50px; border-radius : 50px 0 0 50px;
}
.etiquette span a { display : block; background : transparent url("./images/icons.png") no-repeat; width : 16px; height : 16px; margin : 5px 0 5px 2px;}
span.e_top a, span.e_bottom a {background-image : none;padding : 3px 1px 0 1px;} /* Slants */
span.e_nav a, span.e_nav2 a {background-position : 0px 0px;}
span.e_search a {background-position : 0px -16px;}
span.e_user a {background-position : -16px 0px;}
span.e_mask a {background-position : -16px -16px;}

/*****************************
 * Nouveau sujet/ S'inscrire *
 *****************************/
.big-buttons {
    margin-top : 8px;
    margin-bottom : 15px;
    text-align : center;
    font-size: 16px !important;
    font-family: Arial,Sans-serif;
}

.big-buttons a {
    position: relative;
    padding: 8px 15px 8px 15px;
    color : #333;
    text-shadow: 1px 1px #FFE773;
    text-decoration: none;
    border: 1px solid #FFAD3B;
    -webkit-border-radius: 5px ; -moz-border-radius: 5px; border-radius: 5px;
    background-color: #FFAD3B;
    background-image: -moz-linear-gradient(top, #FFF07D, #FFAD3B);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF07D), to(#FFAD3B));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFF07D,endColorstr=#FFAD3B);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFF07D,endColorstr=#FFAD3B)";
}

.big-buttons a:hover {
    background-image: -moz-linear-gradient(top, #FFE773, #FFAD3B);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFE773), to(#FFAD3B));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFE773,endColorstr=#FFAD3B);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFD24B,endColorstr=#FFAD3B)";
    color : #111;
}

/***************************
 * Login/Cadre utilisateur *
 ***************************/
.login {
    width: 230px;
    padding : 5px 10px;
    background-color : #E3E6FF;
    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius : 5px;
    margin-bottom : 5px;
}

.login img { vertical-align : middle }

.login h4 {
    text-align :center;
    font-size: 100%;
    padding-bottom : 10px;
}
.login a:hover {color: #4B5D7A;}
.login li { margin : 2px 0 ;}
.user_search {
    clear:both;
    margin : 10px 0;
    border-top : 1px dashed #404e6b;
    border-bottom : 1px dashed #404e6b;
    padding : 5px 0;
}

.my_avatar {
    float: left;
    margin-right : 10px;
    margin-bottom : 10px;
}
.user_icons {
    margin : 0 auto;
    height : 48px;
}
.user_icons li {
    display : block;
    float : left;
    width : 33%;
    text-align :center;
}
.user_icons li a {
    display : block;
    margin : 0 auto;
    background : transparent url("./images/icons.png") no-repeat;
    height : 32px;
    width : 32px;
}
.user_icons li a.prefs {
    display:none;
}
.user_icons li:hover a.prefs {
    display:inline;
    position : absolute;
    margin-top : -25px;
    margin-left : 20px;
    background : none;
    height : 16px;
    width : 16px;
}

.user_icons li a span {
    display:none;
}
.user_icons li:hover a span {
    display:inline;
    position : absolute;
    width : 120px;
    margin-top : 40px;
    margin-left : -60px;
    padding : 2px;
    background-color : #404e6b;
    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius : 5px;
    color : #fff;
}

li.subscribe a { background-position : 0 -96px;}
li.unsubscribe a { background-position : 0 -128px;}
li.bookmark a { background-position : -32px -96px;}
li.unbookmark a { background-position : -32px -128px;}
li.print a { background-position : -64px -96px;}
li.email a { background-position : -64px -128px;}
li.mark_read a { background-position : -96px -96px;}
li.up a { background-position : -96px -128px;}
li.feed a { background-position : -128px -96px;}

/**********************
 * Zone de navigation *
 **********************/
.jumpbox {
    width: 230px;
    padding : 5px 10px;
    background-color : #ddddf6;
    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius : 5px;
    margin-bottom : 5px;
}

.jumpbox div.jumpheader a {
    border-top : 1px solid #7387A9;
    color: #627485;
    display: block;
    width: auto;
    padding: 5px 0;
    padding-left: 8px;
    text-decoration: none;
    font-weight : bold;
}
.jumpbox div.jumpindex {
    padding : 10px 0;
}
.jumpbox div.jumpindex a{
    background-color : #7387A9;
    color: #FCFCFC;
    text-decoration : none;
    font-size: 1.1em;
    padding : 3px 5px 1px 5px;
    margin : 0 2px;
    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius : 5px;
}

.jumpbox div.jumpmenu{
    background-color: #fff;
    margin-left : 10px;
    margin-bottom : 10px;
}
.jumpbox div.jumpmenu ul {
    list-style : none;
}
.jumpbox div.jumpmenu ul li {
    border-top : 1px dotted #A1A1DB;
    padding : 5px;
}
.jumpbox div.jumpmenu ul li.selected{
    background-color : #e3e6ff;
}
.jumpbox div.jumpmenu ul li:hover {
    background-color : #f3f5fc;
}

.jumpbox div.jumpmenu a {
    text-decoration:none;
}

.ariane, .ariane a {
    font-size : 0.9em;
    color : #404e6b;
}

#gora_navbar {
    position : fixed;
    top:190px;
    right : 0;
    z-index : 48;
}
/**********************
 * Zone de modération *
 **********************/
.mod {
    background-color : #F6DDDD;
}
.mod div.jumpheader a,.mod div.jumpindex a{
    border-color : #CA8E8E;
}
.mod div.jumpmenu ul li {
    border-color : #DBA1A1;
}
.mod div.jumpmenu ul li.selected{
    background-color : #FFE6E3;
}
.mod div.jumpmenu ul li:hover {
    background-color : #FCF3F5;
}
/***************************
* Avatar liste des membres *
****************************/
.thumbnail {
    z-index: 0;
    position:relative;
}
a.thumbnail:hover {
    z-index: 50;
}
.thumbnail span {
    position: absolute;
    left: 0px;
    display: none;
    color: #FFF;
    text-decoration: none;
}
.thumbnail span img {
    border-width: 0;
}
a.thumbnail:hover span {
    position:absolute;
    display:block;
    padding : 5px;
    background-color : #f3f5fc;
    top: 15px;
    left: 10px;
    border: 1px solid #999;
    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius : 5px;
    text-align : center;
}
.memberlist-avatar {
    width: 22px;
}
/**************************
*         Jappix          *
***************************/
#jappix_mini {
    margin-right:60px;
}

.bg1, .bg2, .bg3 {background-color : #fff;}

/**************************
*       Slants            *
***************************/
.slantT, .slantL, .slantB, .slantR {
    border : solid transparent 7px;
    width :0px;
    height : 0px;
    line-height:0px;
}
.slantT {
    border-top-color : #77849a;
}
.slantL {
    border-left-color : #77849a;
}
.slantB {
    border-bottom-color : #77849a;
}
.slantR {
    border-right-color : #77849a;
}

/*************************
*          Icônes        *
**************************/
.logout, #tooltip table tr td div, .login ul li div, .prefs .i_prefs, .groups {
    display : block;
    margin : 0 auto;
    background : transparent url("./images/icons.png") no-repeat;
    height : 16px;
    width : 16px;
}
.logout {
    float: right;
    background-position : -64px -16px;
}

#tooltip table tr td div, .login ul li div, .groups {
    float : left;
    margin-right : 5px;
}

#tooltip table tr td .frama {background-position : 0px -32px;}
#tooltip table tr td .blogger {background-position : 0px -48px;}
#tooltip table tr td .flickr {background-position : -16px -48px;}
#tooltip table tr td .orange {background-position : -32px -48px;}
#tooltip table tr td .technorati {background-position : -48px -48px;}
#tooltip table tr td .yahoo {background-position : -80px -48px;}
#tooltip table tr td .wordpress {background-position : -64px -48px;}

.login ul li .pm {background-position : -48px 0px;}
.login ul li .wall {background-position : -32px 0px;}
.login ul li .profile {background-position : -48px -16px;}
.groups {background-position : -80px 0px; width : 24px;}
.prefs .i_prefs {background-position : -64px 0px;}

.facebook, .twitter, .google, .openid {
    border:none;
    display : block;
    margin : 0 auto;
    background : transparent url("./images/icons.png") no-repeat;
    height : 24px;
    width : 95px !important;
}

.facebook {background-position : -100px -16px;}
.twitter {background-position : -100px -64px;}
.google {background-position : -100px -40px;}
.openid {background-position : 0px -64px; margin-top:0px; margin-left:10px}

.f_stats, .f_online {
    margin : 0 10px 0 0;
    float : left;
    display : block;
    background : transparent url("./images/icons.png") no-repeat;
    height : 32px;
    width : 32px;
}
.f_stats {background-position : -160px -128px;}
.f_online {background-position : -160px -96px;}

.i_rss, .i_idc {
    position:absolute;
    margin-bottom : -16px;
    display : block;
    background : transparent url("./images/icons.png") no-repeat;
    height : 16px;
    width : 16px;
}

.i_rss {background-position : -32px -32px;}
.i_idc {background-position : -16px -32px;}

/*******************
 * Fix Bootstrap 3 *
 *******************/
li.row:before, li.row:after {
    clear:none !important;
}

*, *:before, *:after {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

#nav-alert.alert {
    font-size:12px !important;
    line-height:18px !important;
}

#register .alert {
    margin-top:10px;
    margin-left:-200px;
    max-width:500px;
}

#register .panel>fieldset,
#register .panel>h3,
#register .panel>p {
    max-width:700px;
    margin:0 auto;
}
