body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color:white;
}

html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#topbar {
	width: 100%;
	height: 80px;
	margin-left: 0px;
	margin-top: 0px;
	border:0;
	overflow: hidden;	
	/*background-color: white;*/
	/*border: 2px groove #999999;*/
}

#container {
	/*float: left;*/
	width: 100%;
	min-height: 100%;
	padding: 0;
	/*margin-top:140px;*/
	border: 0;
	background-color: gray;
}

#content {
  /*background-color: #EECCCC;*/
  padding-top: 15px; /*155px;*/
  /*padding: 2px;*/
  font-family: Trebuchet MS;
  font-size: 90%;
  border: 0px groove #999999;
  z-index:16;
  width:100%;
}


#acao {
	position: relative;
	float: right;
	top: 2px;
	width: 160px;
	text-align: right;
	height: 15px;
	font-family: Trebuchet MS, Helvetica, Sans Serif;
	color: #333333;
	font-size: 70%;
}

#coordonnees {
	visibility: hidden;
	position: absolute;
	top: 0px;
}
a.acao {
	text-decoration: none;
	color: #333333;
}

.spacer {
	clear: both;
}

a.acao:hover{
	color: #BB0000;
}


#titre {
	font-family: Trebuchet MS;
	font-size: 120%;
	color: black;
	position: absolute;
	top: 102px;
	left: 270px;
	height: 16px;
	width: 226px;
	text-align: left;
	
}

a.classic{
	color: black;
	font-size: 85%;	
}
a.classic:hover{
	color: red;
	font-size: 85%;		
}
a.classic:visited{
	color: black;
	font-size: 85%;	
}

/***********************
* barre de navigation
************************/
a.navbar {
	font-family: "Trebuchet MS";
	font-size: 90%;
	color: rgb(89,97,133);
	text-decoration: none;
}

a.navbar:hover {
	color: #DD4444;
	text-decoration: none;
	
}
/************
* menu
*************/
div.menu {
	z-index: 15;
	margin-top: 50px;
	padding-right: 5px;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 90%;
	position:relative;
	color: rgb(89,97,133);
	
}


.menuItem {
  	background-color:white;
  	font-family: Trebuchet MS, Helvetica, Sans Serif;
  	font-size: 80%;
  	padding: 0px 10px 0px 10px;
  	font-weight: bold;
  	text-align: center;
	border-right: solid 1px gray;
	color: gray;
	height: 20px;
  }
.menuItemCurrent {
  	background-color:rgb(165,222,51);
  	font-family: Trebuchet MS, Helvetica, Sans Serif;
  	font-size: 80%;
  	padding: 0px 20px 0px 20px;
  	font-weight: bold;
  	text-align: center;
	border-right: solid 1px gray;
	

  }


.currentPage{
	
	color: white;
	display:block;
}

#menuTitrePage {
  	position: absolute;
  	font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;
  	font-size: 20px; 
  	/*color: rgb(120,167,126);*/
  	color:rgb(165,222,51);
  	top: 18px;
  	height: 22px;
  	width: 380px;
  	text-align: right;
  	left:50%;
  	margin-left:-10px;
  	
  }
 #titreSite {
  	position: absolute;
  	font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;
  	font-size: 30px; 
  	color: rgb(165,222,51);
  	margin-left: 110px;
  	top: 7px;
  	height: 74px;
  	width: 300px;
  	left:50%;
  	margin-left:-390px;
  	text-align: left;
  	z-index: 10;
  	
  	overflow: hidden;
  }
 #logo{
	position: absolute;
	top:0px;
	left:50%;
	margin-left: -467px;
	height: 80px;
	width:54px;
}
	 
 #headerImage {
 	position: absolute;
 	width: 108px;
 	height: 70px;
 	border: 0;
 	left:50%;
 	margin-left:382px;
 	overflow: hidden;
 }
 #menuBox {
  	position: relative;
	left: 50%;
	margin-left: -400px;
  	width:867px;
  	text-align: right;
	z-index:2;
	border: 0;
	height: 20px;
  }
#user {
	font-family: Trebuchet MS, Helvetica, Sans Serif;
  	font-size: 70%;
  	font-weight: bold;
  	text-align: right;
	color: #555555;
	position: absolute;
	left: 50%;
	margin-left:90px;
	width: 280px;
	top: 50px;
	font-style:italic;
	
}
 #pad {
	width: 20px;
	padding:0;
	border:0;
	margin:0;

  }
a.menu {
	color: #222222;
	text-decoration: none;
	display : block;
}

a.menu:hover{
	color: white;
	/*background-color : rgb(120,167,126);*/
	background-color:rgb(165,222,51);
 
	display:block;
	
}

	


/******* PAGE main.php **********/
	
select{
border : 1px solid #DDDDDD ;
width:150px;
font-family: Arial, Sans Serif;
font-size: 10pt;
}

textarea {
border : 1px solid #DDDDDD ;
width:150px;
font-family: Arial, Sans Serif;
font-size: 10pt;
}

input {
font-family: Arial, Sans Serif;
font-size: 10pt;
}

.wide{
width : 100%;
}
.identite{
border : 1px solid #DDDDDD ;
width:300px;

}	
.flat{
border : 1px solid #DDDDDD ;
width:150px;
overflow-y: hidden;
}

a.basic{
	text-decoration:none;
	color : black;
}
a.basic:hover{
	/*text-decoration:underline;*/
	color : red;
}

a.small{
font-size:80%;
text-decoration:none;
color: black;
}

a.small:hover {
color: rgb(165,222,51);
}

.tenDivs{
/*position:relative;*/
width:100%;
height:20px;
font-size: 85%;
text-decoration : none;
color : black;
overflow : hidden;
display:block;
}
.tenDivs:hover{
background-color:#CCEECC;
/*background-image: url('images/supprimer.gif');
background-repeat : no-repeat;
background-position : right;*/
}

table{
 border-collapse:collapse;
 width:100%;
 background-color : white;
 }
 
th{
display : table-cell;
border : none;
color : white;
font-weight : bold;
background-color:rgb(165,222,51);

}

.table td{
	border : 1px solid gray;
	width:20%;
	background-color:white;
}
table.popup{
	font-family: Trebuchet MS;	
	font-size: 90%;	
}

.popuphidden{
	display : none;
	position : absolute;
}

.popupvisible{
  padding: 2px;
  background-color: #CCCCBB;
  font-family: Trebuchet MS;
  font-size: 80%;
  border: 2px groove #999999;
  position : absolute;
  left: 200px;
  top: 200px;
  width: 400px;  
  height: auto;
  display : inline;
  overflow : visible;
  z-index:20;
} 
a.hidden{
	visibility : hidden;
	width : 0px;
	height : 0px;
	
}
a.visible{
	visibility : visible;
	text-decoration : none;
	width : 20px;
	height : 20px;
}
div.textbox {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:778px;
	background-color: white; /*#F5F7F5;*/
	border: 1px solid #666666;
	padding: 10px;
	font-size: 100%;
}

div.error {
  	margin-top: 5px;
  	margin-bottom : 10px;
  	background-color: #FF7700;
  	color: white;
  	/*font-weight: bold;*/
  	width : 300px;
  	padding: 4px;
  	border: 1px solid #CCCCCC;
  }
div.success {
  	margin-top: 5px;
  	margin-bottom : 10px;
  	background-color: green;
  	color: white;
  	/*font-weight: bold;*/
  	width : 300px;
  	padding: 4px;
  	border: 1px solid #CCCCCC;
  }
  .bouton{  	
    color : #333333;
    font-weight: bold;
    border:1px solid #DDDDDD;
    border-style: outset; 
    width : 150px;
    background-color:rgb(165,222,51);
  }
  input[type=text], textarea{
  	border : 1px solid #DDDDDD ;
  }
  .formlist{
  	border : 1px solid #DDDDDD ;
	width:220px;
	overflow-y: hidden;
  }
  .checkboxlist{
  	border : 1px solid #DDDDDD ;
	width:220px;
	height:150px;
	font-size:80%;
	text-align:left;	
	overflow-y: scroll;  
  }
  .moveable:hover{
  	cursor : move;
  }
  #infobulle{
  	z-index:100;
  	font-size:90%;
	padding:2px;
	color:green;
	background:white;
	border:1px solid green;
	font-family: Trebuchet MS;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='gray');
	-moz-box-shadow :3px 3px 4px gray;
	-webkit-box-shadow :3px 3px 4px gray;
	box-shadow:3px 3px 4px gray;
	-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='gray');

  }
  
  /*********************
  *Fiche d'exposition
  */
  .table-poste {
  	width:500px;
  }
   .table-poste td{
   	padding-bottom:5px;   	
   }
   
   .table-poste input[type=text],.table-poste textarea,.table-poste select{
   	font-family:Trebuchet MS;
   	font-size:90%;
   	width:300px;
   }
  .table-produits{
  	width:100%;
  	border-collapse:collapse;
  	border:1px solid #DDDDDD;
  }
.table-produits td,.table-produits th{
  border:1px solid #DDDDDD;
  font-size:11px;
  color:black;
}
.table-produits textarea,.table-produits input[type=text],.table-produits select{
	  font-size:11px;
}
  #plus:hover{
  cursor:pointer;
  }
  #plus{
  	color:black;
  	font-weight:bold;
  }
  .table-produits textarea{
  width:95%;
  border:1px solid white;  
  }
  .table-produits input[type=text]:hover{
  	background-color:#DDDDDD;
  }
  /**
* DEMO
*/
#demoBar {
	position:absolute;
	top:0px;
	width:100%;
	background:#FFCCCC;
	height:25px;
	z-index:10000;
	font-family: Trebuchet MS;
	font-weight:bold;
	text-align:right;
	opacity:0.8;
	color:rgb(200,0,10);
	padding-right:-10px;
}
