@CHARSET "ISO-8859-1";
/*
 * Ce fichier regroupe le style à appliquer aux fenêtre DOM, 
 * avec la syntaxe suivante : 
 * ${nomDeLaPageAffichéeDansLeDiv}Window élémentsEnfants...
 * 
 * C'est au js de donner la bonne classe aux fenêtres.
 */

.contactChooseWindow {
	background-color: white; /* empeche d'avoir la popup transparente */
	min-height: 80%; /* force la taille minimum à la taille originale (évite redimensionnement incessant) */
}

.contactChooseWindow #contactFormContainer {
	position: absolute;
	top:100px;
	bottom: 36px;
	clear:both;
	width:100%;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}

.contactChooseWindow div#contactFormContainer table{
	padding: 0;
	margin: 0;
}

.contactChooseWindow #contactAction {
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-top: #999 solid 1px;
	width: 100%;
	padding: 8px;
	height: 20px;
}

.appDetailsActionsWindow h3 {
	display: none;
}
.candDetailsActionsWindow h3 {
	display: none;
}


/* Apercu HTML es pièces jointes*/

.htmlPreview {
	overflow-y : auto;
	padding-left : 5px;
	padding-right : 15px;
	height : 100%
}