/** Styles communs au forum et à la gestion des users **/
.requis {font-weight:bold;color:#ff8530}

.error_box {border:1px solid red;padding:5px;text-align:left;margin:5px 0}
.error_box h6{font-weight:bold;font-size:16px;color:red}
.error_message {font-weight:bold;color:red}

.messages_container {border:1px solid black;padding:5px;text-align:left;margin:5px 0}
.messages_container h6{font-weight:bold;color:red}

/** Bloc de trail (yahoo bar) **/
.trail{font-weight:bold;text-align:left;margin-bottom:10px;}
    .trail a{color:#000}
    .trail a:hover{}

/** Bloc de pagination **/
.pagination{margin-top:10px;margin-bottom:10px;} 
.pagination_top{overflow:hidden;width:100%;height:1px;background:#000000} /* modified */
.pagination_middle{width:100%;height:2em;padding:2px 0; font-size:12px; color:white ;background:#000000} /* modified */
    .pagination_middle_left{margin:5px auto auto 1em;padding:0;float:left;vertical-align:middle}
    .pagination_middle_left img{vertical-align:middle}
    .pagination_middle_left a{color:white;font-weight:normal}
    .pagination_middle_left a:hover{font-weight:bold}
    .pagination_middle_right{margin:auto 1em auto auto;padding:0;float:right}
    button.filter{border:0;background:url(../images/bt_ok.gif);width:27px;height:18px;vertical-align:top;margin-top:2px;margin-left:6px} /* modified */
.pagination_bottom{overflow:hidden;width:100%;height:1px;background:#000000;} /* modified */

/** Elements de formulaire **/
input[type=submit],input[type=button]{cursor:pointer;cursor:hand;/*pour IE5.x*/}
label,button,input.button{cursor:pointer;cursor:hand;/*pour IE5.x*/}

/* bouttons */
button.go{border:0;background:url(../images/bt_ok.gif);width:27px;height:18px;margin-left:4px} /* modified */
button.save{border:0;background:url(../images/bt_save.jpg);width:92px;height:17px;margin-left:5px} /* modified */
button.delete{border:0;background:url(../images/bt_delete.jpg);width:78px;height:17px;margin-left:5px} /* modified */
button.preview{border:0;background:url(../images/bt_preview.jpg);width:98px;height:17px;margin-left:5px} /* modified */
button.alert{border:0;background:url(../images/bt_alert.gif);width:73px;height:17px;margin-left:5px}

button.edit{border:0;background:url(../images/bt_edit.jpg);width:67px;height:17px;margin-left:5px}
button.restricted{border:0;background:url(../images/bt_private-thread.gif);width:101px;height:17px;margin-left:5px}
button.readonlyon{border:0;background:url(../images/bt_read-only-on-thread.gif);width:106px;height:17px;margin-left:5px}
button.readonlyoff{border:0;background:url(../images/bt_read-only-off-thread.gif);width:106px;height:17px;margin-left:5px}
button.moderator{border:0;background:url(../images/bt_define-moderators.gif);width:78px;height:17px;margin-left:5px}
button.quote{border:0;background:url(../images/bt_quote-post.jpg);width:86px;height:17px;margin-left:5px}
button.new{border:0;background:url(../images/bt_add.gif);width:73px;height:19px;margin-right:20px}

/* citations des posts */

.genmed {font-size:11px}
.quote {font-size:11px}


