@CHARSET "ISO-8859-1";

/**
 *	inclusion des css de base
 */
@import url("base.css");
@import url("layout.css");
@import url("menu.css");

/**
 *	Boite de dialogue: connexion 
 */
#container .login
{
	width:691px;
	height:260px;
	margin:auto;
	padding-top:30px;
}
#container .login2
{
	width:350px;
	height:100px;
	margin-left:20px;
	padding-top:13px;
}
#container .login FORM
{
	background:white;
	border:1px #369 solid;
	margin-left:8px;
	padding:1px;
	height:160px;
	width:320px;
}

/*tableau pour formulaires GET*/
.tabform 
{
	padding:7px;
	vertical-align:top;
}

/*cellules readonly formulaires jqGrid*/
.readonly_cell 
{
	background:#cccccc;
	color:black;
}

/* boite */
.simplebox{ border: #333 outset 2px; 
			background-color:#DDD; 
			color:#009; font-family:Arial,Helvetica; 
			font-size:12px; margin:10px; height:120px; width:350px; text-align:center; }








