.content .innerProject{
	margin: 12px 0 0 56px;
	width: 780px;
}
#introProject{
	color: #1a1a1a;
	margin: 0px;
	padding: 3px;
	width: 100%;
}
#introProject h2{
	border-bottom:1px solid #797979;
	margin-bottom: 6px; 
	width: 100%;
}
.blocks{
	padding-top: 6px;	
	padding-bottom: 6px;
	margin-top: 10px;	
	margin-bottom: 10px;	
	width: 100%;
}
	#calendar{
		background: url("pictures/backgroundCalendar.png") no-repeat 0 0;
		height: 256px;
	}
	#workPackages{
		background: url("pictures/backgroundWP.png") no-repeat 0 0;
		height: 362px;
	}
	#participants{
		background: url("pictures/backgroundParticipants.png") no-repeat 0 0;
		height: 469px;
	}
	
	#myDatepicker{
		float: left;
		margin: 11px 0 11px 15px;
	}
	#descCalendar{
		float: left;
		margin: 10px;
		width: 480px;		
	}

		#descCalendar ul {
			margin-top: 10px;
			
		}
		#descCalendar li, .theBlock li {
			list-style-image: url("pictures/puce.png");
			list-style-position: outside;
			margin-left: 15px;
		}
		.ui-widget-header { 
			background: #c2d9ff; 
			border: none; 
			color: #1027bc; 
			font-weight: bold; 
		}
		.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all{
		    background:#c2d9ff;
		    border: none;
		}
		.ui-datepicker table tbody{
			border:  1px solid #99b9df;
		}
		.ui-datepicker td.highlight a {
			background:#82A3D8;
			color: #ffffff;
		}
		
		.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
		    background: #FFFFFF;
		    border: 1px solid #1b4e7d;
		    color: #808080;
		    font-weight: bold;
		}
		.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
		    background: #597199	;
		    border: 1px solid #1b4e7d;
		    color: #FFFFFF;
		}
		
	#participantsHeader, #workPackageHeader{
		color: #FFFFFF;
		font-size: 20px;
		font-weight: bold; 
		height: 26px;
		margin: 0 5px;
		text-align: center;
	}
	#participantsHeader{
		background: #e7bb0b url("pictures/participantsHeader.png") repeat-x 0 0;
	}
	
	#workPackageHeader{
		background: #e7bb0b url("pictures/workPackageHeader.png") repeat-x 0 0;	
	}
	
	#partenaire, 
	#workPackage {
	    margin: auto;
	    width: 770px;
	    height: 300px;
	}
	#partenaire > ul > li, 
	#workPackage  > ul > li{
		color: #808080;
		display: block;
		height: 30px;
		list-style-type: none;
		margin: 0px;
		padding: 16px 0px 0px;
		position: relative;
		text-align: center;
		width: 130px;
	}
	#partenaire > ul > li.Double{
		height: 42px;
		padding: 8px 0 0;
		
	}
	#partenaire > ul > li.borderMenu, 
	#workPackage > ul > li.borderMenu{
		border-bottom: 1px dotted #808080;
	}
	#partenaire > ul > li.selected, 
	#workPackage > ul > li.selected  {
		background: url("pictures/bgDegradSelectedProject.png") repeat-x scroll 0 0 #FFFFFF;
		border: none;
		color: #404040;
		height: 30px;
		margin-top: -1px;
		padding: 17px 0 0;
	}
	#partenaire > ul > li.selected.Double{
		background: url("pictures/bgDegradSelectedProjectDouble.png") repeat-x scroll 0 0 #FFFFFF;
		height: 42px;
		padding: 9px 0 0;
	}
	
	#partenaire > ul > li.selected.first, 
	#workPackage > ul > li.selected.first  {
		background: url("pictures/bgDegradSelectedFirstProject.png") repeat-x scroll 0 0 #FFFFFF;
		margin-top: 0;
		padding: 16px 0 0;
		
	}
	#partenaire > ul > li.selected.last, 
	#workPackage > ul > li.selected.last {
		background: url("pictures/bgDegradSelectedLastProject.png") repeat-x scroll 0 0 #FFFFFF;
	}
	
	#partenaire > ul > li.selected.borderMenu, 
	#partenaire > ul > li.selected.first.borderMenu,
	#workPackage > ul > li.selected.borderMenu, 
	#workPackage > ul > li.selected.first.borderMenu{
		border-bottom: none;
	}
	
	
	#partenaire > ul, #workPackage > ul {
		background: #E6E6E6 url("pictures/bgDegradRightProject.png") repeat-y right top;
		float: left;
	}
	#workPackage .theBlock,
	#partenaire .theBlock {
	    color: #1a1a1a;
	    overflow-y: auto;
	    padding: 10px 10px 10px 40px;
	    width: 590px;
	}
	*+html #workPackage .theBlock,
	*+html #partenaire .theBlock {
	    width: 574px;
	}
	#workPackage .theBlock  {
	    height: 310px;
	}
	#partenaire .theBlock{
	    height: 414px;	
	}
	
		#partenaire .theBlock h3, 
		#workPackage .theBlock  h3{
		    padding-bottom: 10px;
		}
		#partenaire .theBlock .textTheBlock{
			float: left;
			margin:  0 10px 25px 0;
			width: 380px;
		}
		#partenaire .theBlock .logoTheBlock{
			float: right;
			margin:  30px 0 0 0;
			text-align: center;
			width: 180px;
		}
		
		
			.bold{
				font-weight: bold;
			}