/* Fichier de style pour Interlogement */




table.login {
		color: #000000;
		background-color: #FFFFFF;
}


td.login {
		color: #000000;
		background-color: #FFFFFF;
		padding: 3px;
}

body {
    color: #000000;
    background-color: #FFFFFF;
    font-family: Trebuchet, Arial, "Times New Roman", Times;
    font-size: 16px;
}

A {
	font-family: Trebuchet;
	font-weight: bold;
    color: #333333;
    text-decoration: none;
    font-size: 12px;
}

td {
    color: #000000;
    font-family: Arial, "Times New Roman", Times;
    font-size: 16px;
}


.email {
    font-family: Arial, "Times New Roman", Times;
    font-size: 16px;
    font-weight: normal;
    text-decoration: underline
}


.code {
    color: #000000;
    font-family: "Courier New", Courier;
    font-size: 16px;
}

.disabledLink{
	color: #555555;
	font-family: "Trebuchet MS", Courier;
	font-size: 12px;
}

.headerDiv{
	position:relative;
	left:0px;
	top:0px;
	height:140;
	width:100%;
	z-index:1;
	background-color:#9DB9ED;
}

table.dropDownMenuDisplayer {
		background-color:#F3F32C
}

.mainDiv{
	position:relative;
	left:0px;
	top:0px;
	height:85%;
	width:100%;
	z-index:0;
	background-color:#FFFFFF;
}

.headerUser{
	font-weight:bold;
}

.headerDate{
	color:#555555;
	font-size: 12px;
}

table.list{
	font-family: Trebuchet;
	background-color: #EEFFEE;
	border-width: 2px;
	border-style: solid;
	border-color: black;
}

th.list{
	font-family: Trebuchet;
	background-color: #AAFFAA;
	vertical-align: top;
}

.title{
	font-family: Trebuchet;
	font-size: 18pt;
	color: #FF3333;
	font-weight: bold;
}

.thead{
	font-family: Trebuchet;
	background-color: #AAFFAA;
	vertical-align: top;
}

.mainTableCaption{
	text-align: left;
	font-family: Trebuchet;
	font-size: 20pt;
	font-weight: bold;
}

.tableCaption{
	text-align: left;
	font-family: Trebuchet;
	font-size: 16pt;
	font-weight: bold;
}

td.list{
	font-family: Trebuchet;
	border-width: 1px;
	border-style: solid;
	border-color: #AAFFAA;
	vertical-align: top;
}

table.form{
	font-family: Trebuchet;
	background-color: #EEEEFF;
	border-width: 0px;
}

td.formLib{
	white-space: nowrap;
	font-family: Trebuchet;
	font-weight: bold;
	background-color: #AAAAFF;
	vertical-align: top;
}

td.formVal{
	font-family: Trebuchet;
	border-width: 1px;
	border-style: solid;
	border-color: #AAAAFF;
	vertical-align: top;
}

li.error{
	font-family: Trebuchet;
	font-size: 12pt;
	color: #FF3333;
	font-weight: bold;
}

li.errorEnorme{
	font-family: Trebuchet;
	font-weight: bold;
	font-size: 25pt;
	color: red;
}



.enregistrementSuccessful{
	font-family: Trebuchet;
	font-weight: bold;
	font-size: 14pt;
	color: green;
}


input.cancel{
	background-image: "/images/default/cancel.gif";
}

div.active{
	color: red;
	background-color: #FFGG55;
}

div.inactive{
	color: #AAAAAA;
}

div.visible{
	visibility: visible;
}

div.hidden{
	visibility: hidden
}

td.onglet{
	background-color: yellow;
	cursor: hand;
}

img.button.hover{
	cursor: hand;
}

td.message{
	font-family: "Geneva, Trebuchet, Arial";
	font-style: italic;
	font-size: small;
}

td.ongletNormal{
	background-image: url(/images/default/fond_onglet_normal.png);
	color: white;
	font-family: "Geneva, Trebuchet, Arial";
	font-style: bold;
	font-size: large;
}

td.ongletActive{
	background-color: white;
	font-color: black;
	font-family: "Geneva, Trebuchet, Arial";
	font-style: bold;
	font-size: x-large;
}

tr.separator{
	height: 50px;
	vertical-align: bottom;
}

.numeroArchive{
	text-align: left;
	font-family: Trebuchet;
	font-size: 12pt;
	font-weight: bold;
}


/* jja - 2008-12-02 - style pour le DIV Patientez SVP */
#attente {
	/*display:none; C'est le onLoad du body qui cache la div attente*/
	/*background: #ffffff;*/
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	opacity: 0.75;
	z-index: 100;
	/*Transparence IE*/
	filter: alpha(opacity = 75);
}

/* jja - 2008-12-02 - style pour le DIV Patientez SVP */
#attente #loader {
	width: 100%;
	height: 100%-200px;
	/*height: 150%;*/
	font-weight: bold;
	position: absolute;
	z-index: 100;
	top: 200px;
	left: 0px;
}


