/* Ecrire un message ****************************************************************************/

#ecrire_message {
	width : 				700px;
	margin : 				0 auto;
}

#ecrire_message #nouv_message {
	width : 				600px;
	margin : 				0 auto;
	margin-bottom : 		10px;
	margin-top : 			20px; 
}

#ecrire_message table {
	margin : 				0 auto;	
}

#ecrire_message table th {
	text-align : 			left;
	padding : 				3px;
	font-size: 				12px;
	padding : 				5px 10px;
	color : 				white;
}

#ecrire_message table td {
	padding : 				3px;
	text-align: 			left;
	padding-left	: 			20px;
}

#ecrire_message select {
	width :				 	150px;
}

#ecrire_message #sujet, #ecrire_message #message,#ecrire_message #destinataire {
	width : 				350px;
	border : 				1px solid black;
}

/* Lire un message ********************************************************************************/

#lire_message {
	width : 				700px;
	margin : 				0 auto;
	font-size :				11px; 
}

#lire_message #nouv_message {
	width : 				650px;
	margin : 				10px auto;
	margin-bottom : 		10px; 
	color : 				white;
	padding-left : 			30px;
}

#lire_message #nouv_message .expe_date {
	padding : 				2px;
}

#lire_message #nouv_message .sujet {
	padding : 				2px;
	font-weight: 			bold;
	font-family: 			Tahoma,Verdana,Arial,sans-serif;
}

#lire_message #nouv_message .message {
	width : 				600px;
	margin : 				20px auto;
}

/* Liste des messages ****************************************************************************/

#messagerie {
	width : 				779px;
}

#messagerie #listeMessages {
	width : 				700px;
	margin : 				0 auto;
}
 
#listeMessages table {	
	margin-bottom : 		10px; 
}

#listeMessages table th {	
	padding : 				5px;
	text-align : 			left;
	color : 				white;
	font-size: 				11px;
}

#listeMessages table th.date {	
	width : 				60px;
}

#listeMessages table th.modifier {	
	width : 				20px;
}

#listeMessages table th.expediteur {	
	width : 				100px;
}


#listeMessages table .coteGauche {	
	text-align: 			center;
	width : 				20px;
}

#listeMessages table .coteGauche input {	
	cursor: 				pointer;
}

#listeMessages table .coteDroite {	
	width : 				20px;
}

#listeMessages table td {	
	padding : 				3px;
}

#listeMessages .options,#ecrire_message .options,#lire_message .options {
	text-align :			center;
	margin-bottom : 		20px;
	margin-top : 			8px;
}

#listeMessages .options a,#ecrire_message .options a,#lire_message .options a {	
	text-decoration: 		none;
	font-size: 				11px;
	color : 				white;
	font-weight: 			bold;
}

#listeMessages .options a:hover,#ecrire_message .options a:hover,#lire_message .options a:hover {	
	color : 				#B49C80 !important;
}

#listeMessages #optionsItem,#ecrire_message #optionsItem,#lire_message #optionsItem {
	text-align :			left;
	margin : 				6px 3px;
}

#listeMessages #optionsItem a,#ecrire_message #optionsItem a ,#lire_message #optionsItem a  {	
	text-decoration: 		none;
	font-size: 				11px;
	color : 				white;
	font-family: 			Tahoma,Verdana,Arial,sans-serif;
}

#listeMessages #optionsItem a:hover,#ecrire_message #optionsItem a:hover ,#lire_message #optionsItem a:hover  {	
	color : 				#B49C80 !important;
}

.erreur {
	color:					#FF902A;
	font-size:				13px;
	font-weight:			bold;
	margin : 				50px auto;
	text-align:				center;
	width:					500px;
	border : 				2px solid #FF902A;
	padding : 				5px;	
}


#listeMessages a.contenuMess {	
	text-decoration: 		none;
	font-size: 				11px;
	font-weight: 			bold;
	color : 				white;
	font-family: 			Tahoma,Verdana,Arial,sans-serif;
}

#listeMessages a.contenuMess:hover {	
	text-decoration: 		underline;
}

#messageInitial {
	clear : 				both;
	float : 				left;
	margin-bottom : 		30px;
	border : 				1px solid white;
	padding : 				5px;	
}

#messageInitial label {
	width : 				100px;	
	font-size: 				11px;
	font-weight: 			bold;
	color : 				white;
}

#messageInitial div div {
	width : 				450px;	
	font-size: 				11px;
	font-weight: 			bold;
	color : 				white;
	float : 				left;
	margin : 				2px 0;
}

#messageInitial div {
	float : 				left;
}
