﻿@charset "utf-8";
/* Specifique Sessions d'interview : Barre d'icone */
#CADREPAGE #PageInterne #TitrePage.iconRetourParole {
	width: 182px;
}

#CADREPAGE #PageInterne #BtnDeconnexChat {
	margin: 8px 0px 0px 3px;
	padding: 3px 0px 4px 0px;
	float: right;
	height: 14px;
	display: inline;
	text-align: center;
}

/* Specifique Sessions d'interview : Mode Historique & Liste de questions */
#ZoneScroll .itwTitre {
	border: 1px solid #BDBDBD;
	margin-bottom: 0px;
	padding: 4px 12px 3px 12px;
	text-transform: uppercase;
}

#ZoneScroll .itwBox {
	margin: 0px 1px 12px 0px;
}

* html #ZoneScroll .itwBox { /* Pour IE6 */
	margin-bottom: 0px;
	padding-bottom: 12px;
}

*+html #ZoneScroll .itwBox { /* Pour IE7 */
	margin-bottom: 0px;
	padding-bottom: 12px;
}

#ZoneScroll .itwBox .itwDesc {
	padding: 5px 0px 0px 14px;
	float: left;
	width: 75%;
	display: inline;
}

#ZoneScroll .itwBox .itwDescFull {
	width: 95%;
}

#ZoneScroll .itwBox .itwMultiple {
	background: url(../../content/img/boutons/btn_droite_bleu.gif) no-repeat 4px 7px;
}

#ZoneScroll .itwBox .itwEltDesc {
	margin-top: 5px;
}

#ZoneScroll .itwBox .itwPortrait {
	float: right;
	display: inline;
}

#ZoneScroll .itwBox .btnLong {
	padding-top: 3px;
	width: 140px;
	height: 14px;
	text-align: center;
}

#ZoneScroll .itwBox #FormQuestItw {
	height: 21px;
	text-align: right;
}

#ZoneScroll .itwBox #FormQuestItw .btnLong {
	padding-top: 0px;
	height: 21px;
}

/* Specifique Sessions d'interview : Mode Inscription */
#FormInscritItw {
	width: 100%;
}

#FormInscritItw .editChapeau {
	font-weight: bold;
}

#FormInscritItw #Nom, #FormInscritItw #Prenom, #FormInscritItw #Email, #FormInscritItw #Question {
	width: 330px;
}

#FormInscritItw #CodePostal {
	width: 50px;
}

#FormInscritItw #Question {
	margin-top: 5px;
	height: 125px;
}

#FormInscritItw #BtnValidItw {
	margin-right: 28px;
	float: right;
}
