﻿/*
**
** Feuille de Style par défaut Eureka-Technology
** David Verrière 30/10/2006
*/
*
*{margin:0}
body
{
	background: white url(logo.png) center 0 no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

form 
{

	}
p, ul
{
	line-height:25px;
	list-style-position: inside;
	list-style-type: disc;
	text-align:left;
	}

.menu {
	width:920px; 
	height: 28px;
	color:#b15914;
	font-size:14px;
	text-transform:uppercase;
	font-weight: bold;
	background: url(fondmenu.gif) left repeat-x;
	font-family:Arial, Helvetica, sans-serif
	}
	a{
		text-decoration:none;
		color:#b15914;
	}
	a:hover
	{
		text-decoration:underline overline;
	}
.menuItem 
{
	background: url(separationMenu.gif) right no-repeat;
	padding-right: 5px;
}	
#debutMenu
{
	left: 31px;
	position: absolute;
	height:27px;
	width:9px;
	background: url(menuGauche.gif) no-repeat ;
}
#finMenu
{
	top: 130px;
	left: 954px;
	position: absolute;
	height:27px;
	width:7px;
	background: url(menuDroite.gif) no-repeat ;
}
.dataTable
{
	border-color: black;
	margin: 10px 0 10px 0;
}
.missionTable
{
	border-color: black;
	margin: 10px 0 10px 0;
}
.log
{
	top: 260px;
	position: absolute;
	bottom: 0;
	right: 100px;
	width: 350;
}
.texte
{
	top: 280px;
	position: absolute;
	bottom: 0;
	width: 600;
	left: 70px;
}

TD
{
	font-size: 14px;
	border-color: #b15914;
}
#copyright
{
	position: absolute;
	bottom: 0;
	right: 30px;
}

/*#ButtonSaisieMission, #ButtonStat, #ButtonFacture{background: url(bouton.gif) top no-repeat;border:0;cursor:pointer;color:#b15914;font-size:12px;}
#MenuHaut1_Panel1 a{text-decoration:none;}
#MenuHaut1_Panel1 a:hover{text-decoration:underline;}*/
#PanelContent{width:900px;}
#Table2{
	width:600px;
}
.missionTableHeader
{
	background:#feecd3;
	color: #b15914;
	}
.missionTableLabel
{
	background:#fdf8f1;
	color: #b15914;
	}
.TableSelectedItem{background:#fdf8f1}