﻿#messagerie { padding: 3px 0 0 10px }

#messagerie .column { float: left; }
#messagerie .column.last { float: right !important; }

#messagerie .toolSep { padding: 5px 5px; }
#messagerie .tool { padding-top: 8px; }

#messagerie .boxL31 { background: transparent url('../images/messages/boxL31.gif') no-repeat scroll 0 0; height: 31px; width: 14px; }
#messagerie .boxC31 { background: transparent url('../images/messages/boxC31.gif') repeat-x scroll 0 0;  height: 31px; }
#messagerie .boxR31 { background: transparent url('../images/messages/boxR31.gif') no-repeat scroll 0 0; height: 31px; width: 14px; }
#messagerie .boxL56 { background: transparent url('../images/messages/boxL56.gif') no-repeat scroll 0 0; height: 56px; width: 6px; }
#messagerie .boxC56 { background: transparent url('../images/messages/boxC56.gif') repeat-x scroll 0 0;  height: 56px; }
#messagerie .boxR56 { background: transparent url('../images/messages/boxR56.gif') no-repeat scroll 0 0; height: 56px; width: 6px; }

#messagerie INPUT { font-size: 11px; color: #545454; }
#messagerie INPUT, #messagerie TEXTAREA { width: 628px; }
#messagerie A { color: #FFFFFF; font-size: 10px; display:inline; height: 25px; margin: 4px 20px 0 5px; padding: 2px 0 0 32px; background: transparent url('../images/messages/pictos.gif') no-repeat scroll 0 0 }
#messagerie A:hover { color: #F3F3F3; }
#messagerie A.disabled { color: #357dbf; cursor: hand; }
#messagerie A.disabled:hover { color: #357dbf; }

#messagerie .break7 { height: 7px; clear: both; } 
#messagerie .break9 { height: 9px; clear: both; } 

/*-------------------------------------*/
/* Dossiers							   */
/*-------------------------------------*/

#folders DIV { width: 180px; height: 20px; margin-left: 3px; padding: 6px 0 0 9px; background: transparent url('../images/messages/folder.gif') repeat-x scroll 0 0; }
#folders A, 
#folders STRONG { color: #545761; font-size: 10px; margin: 0; padding: 2px 0 8px 32px; background: transparent url('../images/messages/pictos.gif') no-repeat scroll 0 0 }
#folders STRONG { color: #000000; }
#folders A:hover { color: #0196CD; }

/*-------------------------------------*/
/* Liste des messages				   */
/*-------------------------------------*/

#messages TD { border: none; padding: 5px 10px; margin: 0; }
#messages TH { border-top: none; text-align: left; background: transparent url('../images/messages/header.gif') repeat-x scroll 0 0; height: 26px; padding: 0 10px; margin: 0; font-weight: bold; }

#messageslistcontainer { width: 543px; padding-top: 1px; }
#messageslistcontainer .col1 { width: 16px; }
#messageslistcontainer .col2 { width: 116px; }
#messageslistcontainer .col3 { width: 175px; }
#messageslistcontainer .col4 { width: 100px; border-right: 0; } 
#messageslistcontainer .col5 { width: 34px; border-left: 0; }

#messageslistheader { border: 1px solid #D9D9D9; display:block; width: 543px; color: #545761; }

#messageslist TABLE { width: auto; }
#messageslist { height: 200px; overflow: auto; border-left: 1px solid #D9D9D9; border-bottom: 1px solid #D9D9D9; border-right: 1px solid #D9D9D9; }
#messageslist .over { background-color: #F3F3F3; cursor: pointer; }
#messageslist .out { background-color: #FFFFFF; cursor: pointer; }
#messageslist .messageselected { background-color: #bbd9ec; color: #424242; cursor: pointer; }
#messageslist .messagenonlu { font-weight:bold; }

#message { padding-top: 5px; }
#message IFRAME { width: 541px; height: 450px; border: 1px solid #D9D9D9;  }

/*-------------------------------------*/
/* Répondre à un message			   */
/*-------------------------------------*/

#messageinfo { padding-left: 4px; }
#messageinfo UL { padding-left: 10px; list-style-image: none; list-style-position: outside; list-style-type: none; }
#messageinfo LI { color: #000000; font-weight: bold; padding: 2px 0; font-size: 11px; }

#messagerie .formField { clear: both; padding: 9px 0 2px 10px; }
#messagerie .formField LABEL { float: left; display: block; width: 80px; text-align: right; padding: 2px 10px 4px 0; }

