/*
LE STYLE POUR LES DIALOGUES
*/

/* tempo pour la page */
body {
	font-family: Verdana, Helvetica, Arial, sans-serif, monospace;
	color: #000;
	background: #FFF;
}
td{
	vertical-align: top;
}

/* fin tempo */

/* la box contenant les dialogues  */
.dialdirect {
	width: 200px;
	border: 1px solid #000;
	font-family: Verdana, Helvetica, Arial, sans-serif, monospace;
}

/* la bar du titre */
.dialdirect .bartitre{
	background: #4F809E;
	border-bottom: 1px solid #000;
}

/* titre des dialogues */
.dialdirect .titre {
	display: block;
	text-decoration: none;
	color: #FFF;
	height: 18px;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding-left: 3px;
}


/* etat connexion inactive */
.dialdirect .etat{
	display: block;
	text-decoration: none;
	float: right;
	width: 22px;
	height: 12px;
	background-image: url("img/connect.png");
	background-repeat: no-repeat;
	margin: 3px;
}

/* etat connexion active */
.dialdirect .etat2{
	display: block;
	text-decoration: none;
	float: right;
	width: 22px;
	height: 12px;
	background-image: url("img/connect2.png");
	background-repeat: no-repeat;
	margin: 3px;
}

/* zone de lecture des messages */
.dialdirect .lecture{
	width: 100%;
	height: 200px;
	overflow: auto;
	font-size: 11px;
}

/* zone des elements de saisies */
.dialdirect .zenvoie{
	border-top: 1px solid #000;
}

/* zone de l'interlocuteur */
.dialdirect .envoie{
	background: #DBFFBE ;
	color: #000;
	font-size: 11px;
	text-align: center;
	border-bottom: 1px solid #000;
}

/* zone de l'interlocuteur vide*/
.dialdirect .rien{
	display: none;
}

/* input texte de saisie */
.dialdirect .saisie{
	border: none;
	width: 165px;
}

/* input  bouton de validation */
.dialdirect .ok{
	float: right;
	display: block;
	text-decoration: none;
	background-image: url("img/ok2.png");
	background-repeat: no-repeat;
	width: 20px;
	height: 15px;
}
.dialdirect .ok:hover{
	background-image: url("img/ok.png");
}

/* bouton de fermeture message prive */
.dialdirect .fermeture{
	display: block;
	float: right;
	text-decoration: none;
	background-image: url("img/close.png");
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
}
.dialdirect .fermeture:hover{
	background-image: url("img/close2.png");
}


/********************\
|* Pour les dialogues *|
\********************/

.message{
	padding-top: 6px;
	clear: both;
}

.messageprive{
	padding-top: 6px;
	clear: both;
	background: #FEFFCE ;
}

.erreur{
	padding: 4px;
	clear: both;
	background: #FFB6B9 ;
}

.prof{
	width:22px;
	height:22px;
	float:left;
	background-image: url("img/prof.png");
}

.eleve{
}

.prive{
	width:22px;
	height:22px;
	float:left;
	background-image: url("img/prive.png");
}
