img
{
	border: none;
}

body  
{
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	font-family: "Trebuchet MS", "Lucida Grande", Lucida, Verdana, Geneva, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align:left;
}

/* Propriétés de fond de la boite de dialogue de sélection de la période de l'agenda -----------------------------------------*/
.selection-cadre
{
	background-color: whiteSmoke;
	width: 100%;
	height: 100%;
}

/* Propriétés du bouton "précédent" de la boite de dialogue de sélection de la période de l'agenda ----------------------------*/
.selection-btnprecedent
{
	float: left;
	margin-left: 2px;
	margin-top: 4px;
	display: block;
}
	
/* Propriétés du bouton "suivant" de la boite de dialogue de sélection de la période de l'agenda ------------------------------*/
.selection-btnsuivant
{
	float: left;
	margin-right: 2px;
	margin-top: 4px;
	display: block;
}

/* Propriétés du bouton "suivant" de la boite de dialogue de sélection de la période de l'agenda ------------------------------*/
.selection-selectionperiode  
{
	float: left;
	margin-top: 10px;
	margin-left: 17px;
}

/* Styles du panneau gauche */
div#panneau-gauche 
{
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: auto;
	font-size: 8pt; /* SHL : taille police */
}

/* Styles du panneau haut */
div#panneau-haut
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

ul.menu
{
	list-style-type: none;
	padding: 0;
	margin: 5px;
}

ul.menu li
{
	float: left;
	margin-left: 0;
	padding-left: 0;
	height:40px;/*FGT Espacement entre boutons (40-30 hauteur bouton = 10px)- ligne inexistante par defaut*/
}

ul.menu li a
{
	margin: 2px;
	height: 30px;/*FGT Hauteur bouton - 20px par dft*/
	float: left;
	display: block;
	text-align: center;
	border: 1px solid gray;
	text-decoration: none;
	color: black;
	background: white;
}

ul.menu li a:link /*SHL*/
{
	background: #D0D0D0;
	border: 1px solid #D0D0D0;
	color: black;
}

ul.menu li a:visited /*SHL*/
{
	background: #D0D0D0; /*SHL : 208.208.208*/
	border: 1px solid #D0D0D0;
	color: black;
}

ul.menu li a:hover /*SHL*/
{
	/*background: #ccc;*/
	background: #158569; /*SHL : 80.80.80*/
	border: 1px #158569;
	color: white;
	font-weight: bolder; /*SHL : police gras*/
}

div.login-cadreprincipal
{
	position: absolute;
	border: 1px solid;
	border-top-color: silver;
	border-left-color: silver;
	border-bottom-color: black;
	border-right-color: black;
	width: 320px;
	height: 150px;
	top: 50%;
	left: 50%;
	margin-top: -85px;
	margin-bottom: auto;
	margin-left: -160px;
	margin-right: auto;
	text-align: center;
}

div.login-titre
{
	height: 30px;
	line-height: 30px;
	text-align: center;
	/*background-color: #3C3EA2;*/
	background-color: #158569;
	color: white;
	font-weight: bold;
}

.panneau-haut-titre
{
	width: 80%;
	text-align: left;
	font-size: 28pt;
	font-style: italic;
	font-weight: bold;
}

div.infosbulle
{
	position: absolute;
	display:none;
	left: 0;
	top: 0;
	width:auto;
	height:auto;
	font-size: 9pt;
	border: 1px solid gray;
	background-color: yellow;
	padding: 5px;
}

table.ptes-graphique
{
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	text-align: left;
	white-space: nowrap;
	font-size:9pt;
}

table.ptes-graphique th.ptes-graphique
{
	text-align: center;
}

img.void
{
	border: none;
	width: 1px;
	height: 1px;
}

div#options
{
	background-color: whiteSmoke;
	width: 100%;
	height: 100%;
}
