/*style sheet for the administration of the website*/

#totalContainer {
	position:relative;
	width:960px;
	height:600px;
	z-index:1;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
}

#leftColumn {
	position:absolute;
	left:0px;
	top:0px;
	width:193px;
	height:40px;
	z-index:3;
	background-color: #FFFFFF;
}


#banner {
	position:absolute;
	left:199px;
	top:0px;
	width:761px;
	height:40px;
	z-index:2;
	background-color: #39778a;
}

#adminMenu {	
	position:absolute;
	left:0px;
	top:44px;
	width:200px;
	height:556px;
	z-index:3;
}

#centerContainer {
	position:absolute;
	left:199px;
	top:44px;
	width:761px;
	height:556px;
	z-index:6;
}

#centerContainerNoLeftMenu {
	position:absolute;
	left:0px;
	top:44px;
	width:960px;
	height:556px;
	z-index:6;
}

#smls{	
	margin: 0;
	padding: 0;
	z-index: 30;
	width:120px;
}

#smls div
{
	position: absolute;
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;
	visibility: hidden;
	width:120px;
}

#smls div a
{	
	position: relative;
	margin: 0;
	width: 120px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #CCCCCC;
	color:#383D44;
	font: 11px arial;
}

#smls div a:hover{	
	background-color: #C1C1C1;
	color:#383D44;
	width:120px;
}

#smls li {	
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: 11px arial;
	width:120px;
}

#smls li a {	
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: 11px arial;
	width:120px;
}

#smls li a:hover{	
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: 11px arial;
	width:120px;
	background-color:C1C1C1;
}

#smProjets {
	position:absolute;
	left:170px;
	top:64px;
	width:120px;
	margin: 0;
	padding: 0;
	font: 11px arial;
	z-index:6;
	background-color: #CCCCCC;
	visibility: hidden;
}

#smCompagnies {
	position:absolute;
	left:170px;
	top:80px;
	width:120px;
	margin: 0;
	padding: 0;
	font: 11px arial;
	z-index:6;
	background-color: #CCCCCC;
	visibility: hidden;
}

#smContacts {
	position:absolute;
	left:170px;
	top:95px;
	width:120px;
	margin: 0;
	padding: 0;
	font: 11px arial;
	z-index:6;
	background-color: #CCCCCC;
	visibility: hidden;
}

#smFactures {
	position:absolute;
	left:170px;
	top:110px;
	width:120px;
	margin: 0;
	padding: 0;
	font: 11px arial;
	z-index:6;
	background-color: #CCCCCC;
	visibility: hidden;
}

#smUtilisateurs {
	position:absolute;
	left:170px;
	top:165px;
	width:120px;
	margin: 0;
	padding: 0;
	font: 11px arial;
	z-index:6;
	background-color: #CCCCCC;
	visibility: hidden;
}

.lien{
	font-family:Arial;
	font-size:11px;
	color:#383D44;
	text-decoration:none;
}

.lien:hover{
	font-family:Arial;
	font-size:11px;
	color:#383D44;
	text-decoration:underline;
}

.txtWelcome {
color:#383d44;
font-family:Arial;
font-size:16px;
font-weight:bold;
}

.txtLogin {
color:#383d44;
font-family:Arial;
font-size:11px;
font-weight:bold;
}

.txtErreur {
	color:#FF0000;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
}

.txtSucces {
	color:#339900;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
}

.txtHeader {
color:#383d44;
font-family:Arial;
font-size:10px;
text-decoration:none;
}

.txtHeader:hover {
color:#383d44;
font-family:Arial;
font-size:10px;
font-weight:bold;
text-decoration:none;
}

.adminLinks {
color:#383d44;
font-family:Arial;
font-size:11px;
font-weight:bold;
text-decoration:underline;
}

input {
 border: 1px solid #555a66;
 padding: 2px;
 color:#555a66;
 font-family:arial;
 font-size:11px;
}

textarea {
 border: 1px solid #555a66;
 padding: 2px;
 color:#555a66;
 font-family:arial;
 font-size:11px;
}

.tableForm td {
 color:#383d44;
 font-family:Arial;
 font-size:11px;
 font-weight:bold;
}

.tableForm td label {
 color:#383d44;
 font-family:Arial;
 font-size:11px;
 font-weight:normal;
}

.liste {
 border: 1px solid #555a66;
 padding: 1px;
 color:#555a66;
 font-family:arial;
 font-size:11px;
}

.liste:hover{
 border: 1px solid #555a66;
 padding: 1px;
 color:#555a66;
 background-color:f5f5f6;
 font-family:arial;
 font-size:11px;
}

.button {
    border: 1px solid #555a66;
    background-color:#FFFFFF;
	font-family:Arial;
	font-size:11px;
	color:#555a66;
	
}

.disabled
{
 background-color: #CCC;
}
