.menuOptions {
	position:absolute;
/*	border:1px solid #999999;*/
/*	width:100px;*/
	font-size:13px;
	z-index:100000000;
}

.menuOptions *{
	margin:0;
	padding:0;
}

.menuOptions li{
	list-style:none;
	
}

.menuOptions a{
	color:#000000;
	text-decoration:none;
	text-align:center;
	display:block;
	width:200px;
	height:13px;
	background:url(../images/green_block.gif) top left no-repeat;
	background-color:#D5D5D5;
	z-index:1000000000;
	
}

.menuOptions a:hover{
	cursor:pointer;
	background-color:#FFFFFF;	
	z-index:1000000000;
}

#agenda{
	position:relative;
	z-index:100;
	width:725px;
	height:500px;
	overflow:auto;
	margin-top:5px;
}



#agenda table, tr, td{
	border:0;
	margin:0;
	padding:0;
	border-collapse:collapse;
	z-index:1;
	
}

#agenda td{
	height:39px;
}

#agenda td.pborderblack{
	height:2px;
	background:#000000;
	z-index:140;
}

.errorForm{
	margin:10px;
	color:#FF0000;
	font-weight:bold;
	text-align:center;
	font-size:13px;
	width:700px;
	background:#FFFFCC;
	border:1px solid #000000;
}

.pjour{
  background:#CCCCCC;
  text-align:center;
  font-size:14px;
  font-family:Arial, Helvetica, sans-serif;
}

.pjourtoday{
  background:#FF9900;
  text-align:center;
  font-size:16px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
}

.pseperate{
	background:url(../images/green_block2.gif) repeat-y;
	width:13px;
}

.psample{
  background:url(../images/grey_block2.gif) repeat;
  width:91px;
}

.psampleclose{
  background:url(../images/dark_block2.gif) repeat;
  width:91px;
}

.psampletoday{
  background:url(../images/orange_block2.gif) repeat;
  width:91px;
}

.pvide{
   width:50px;
}

.pheure{
   width:50px;
   font-size:14px;
   text-align:center;
}

.prdvpasse{
	position:absolute;
	width:91px;
	border-right: 1px solid #ffffff;
	z-index:120;
	font-weight:bold;
	background:#D2F48A center no-repeat;
}

.prdvfutur{
	position:absolute;
	width:91px;
	border-right: 1px solid #ffffff;
	z-index:120;
	background:#c2dc31 center no-repeat;
}

.prdvpasse_close{
	position:absolute;
	width:91px;
	border-right: 1px solid #ffffff;
	z-index:120;
	font-weight:bold;
	background:#E1E1E1 center no-repeat;
}

.prdvfutur_close{
	position:absolute;
	width:91px;
	border-right: 1px solid #ffffff;
	z-index:120;
	background:#CCCCCC center no-repeat;
}

.prdv_planifie{
	position:absolute;
    font-size:12px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
}



.prdv_non_planifie{
	position:absolute;
    font-size:12px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
}

.prdv_planifie label{
   width:76px;
   height:9px;
   float:left;
   background-color:#FFCC99;
   border:1px dashed #666666;
   overflow:hidden;
   font-size:11px;
   padding-bottom:2px;
   cursor:pointer;
   font-weight:normal;
   font-family:Arial, Helvetica, sans-serif;
}

.prdv_non_planifie label{
   width:76px;
   height:9px;
   float:left;
   background-color:#FFFFCC;
   border:1px dashed #666666;
   overflow:hidden;
   font-size:11px;
   padding-bottom:2px;
   cursor:pointer;
   font-family:Arial, Helvetica, sans-serif;
}

.prdv_non_planifie a{
   width:13px;
   height:13px;
   display:block;
}
.prdv_planifie a{
	width:13px;
	height:13px;
	display:block;
}


.led1{
	background:url(../images/led1.gif) no-repeat;
	width:13px;
	height:13px;
	float:left;
}

.led2{
	background:url(../images/led22.gif) no-repeat;
	width:13px;
	height:13px;
	float:left;
}

.led3{
	background:url(../images/led3.gif) no-repeat;
	width:13px;
	height:13px;
	float:left;
}

.led4{
	background:url(../images/led42.gif) no-repeat;
	width:13px;
	height:13px;
	float:left;
}

.data{
	font-weight:bold;
	font-size:14px;
}

.lbl{
	float:left;
	height:20px;
	display:block;
	font-style:italic;
	font-size:14px;
	width:150px;
}

.distribForm{
	margin:5px;
	margin-left:auto;
	margin-right:auto;
	width:700px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.mailok{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#33CC66;
}

.mailko{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FF0000;
}

#legende{
	z-index:200;
	left:0;
	top:0;
	background-color:#FFFF99;
	border:1px solid #000000;
	padding:10px;
}