#calendrier{
	position:absolute;
	margin-left:30px;
	z-index:0;
		}	
		
		/*structure de base calendrier jour et mois*/
	
.jour{
	width:20px;
	height:20px;
	float:left;
	margin:2px;
	border:1px solid;
	text-align:center;
	font-size:12pt;
	line-height:20px;
	padding:5px;
	cursor:default;
	z-index:1;
	}
.mois{
	position:relative;
	width:100px;
	height:20px;
	float:left;
	margin:2px;
	border:1px solid;
	text-align:center;
	font-size:12pt;
	line-height:20px;
	padding:5px;
	cursor:default;
	z-index:0;
	}
	
	
	/*classe pour les cours de Laurent*/
	
.cours{
	width:20px;
	height:20px;
	float:left;
	margin:2px;
	border:1px solid;
	background-image:url("x.png");
	text-align:center;
	font-size:12pt;
	line-height:20px;
	padding:5px;
	cursor:default;
	z-index:1;
	}

	/*classe pour Workshops et Reading Scessions*/
	
.evnmt{
	
	width:40px;
	height:40px;
	color:lime;
	float:left;
	margin:2px;
	border: none;
	background-image:url("tv.gif");
	text-align:center;
	font-size:20pt;
	line-height:50px;
	padding:10px;
	cursor:default;
	z-index:1;
	}

		
	/*block pour descriptifs intervenants ou évènements*/
	
#iuliana{
	width:294px;
	height:40px;
	float:left;
	margin:2px;
	margin-bottom:6px;
	border:1px solid #333333;
	text-align:center;
	font-family:tahoma;
	font-size:08pt;
	color:#333333;
	display:none;
	line-height:20px;
	padding:10px;
	cursor:default;
	z-index:1;
	}
	
#patrick{
	
	width:102px;
	height:40px;
	float:left;
	margin:2px;
	margin-bottom:6px;
	border:1px solid #333333;
	text-align:center;
	font-family:tahoma;
	font-size:08pt;
	color:#333333;
	display:none;
	line-height:20px 10px;
	padding:10px;
	cursor:default;
	z-index:1;
	}
	
#marc{
	width:102px;
	height:40px;
	float:left;
	margin:2px;
	margin-bottom:6px;
	border:1px solid #333333;
	text-align:center;
	font-family:tahoma;
	font-size:08pt;
	color:#333333;
	display:none;
	line-height:20px 10px;
	padding:10px;
	cursor:default;
	z-index:1;
	}
	
#arduino{
	position:relative;
	width:294px;
	height:40px;
	float:left;
	margin:2px;
	border:1px solid #333333;
	text-align:center;
	font-family:tahoma;
	font-size:08pt;
	color:#333333;
	display:none;
	line-height:20px;
	padding:10px;
	cursor:default;
	z-index:1;
	}
	
	/*contenant évènement et descriptifs intervenants*/
	
#week1{
	width:px;
	height:40px;
	float:left;
	margin-bottom:30px;
	border:none;
	text-align:center;
	font-size:20pt;
	line-height:50px;
	cursor:default;
	z-index:1;
	
}

#week2{
	
	width:320px;
	height:40px;
	float:left;
	margin-bottom:30px;
	border:none;
	text-align:center;
	font-size:20pt;
	line-height:50px;
	cursor:default;
	z-index:1;
	}
	
#week4 {
	
	width:320px;
	height:40px;
	float:left;
	margin-bottom:30px;
	border:none;
	text-align:center;
	font-size:20pt;
	line-height:50px;
	cursor:default;
	z-index:1;
	
	}
	


	
#rs1 {
	
	width:128px;
	height:40px;
	float:left;
	margin-bottom:30px;
	border:none;
	text-align:center;
	font-size:20pt;
	line-height:50px;
	cursor:default;
	z-index:1;
	
	}
	
#rs2{
	
	width:px;
	height:40px;
	float:left;
	margin-bottom:30px;
	border:none;
	text-align:center;
	font-size:20pt;
	line-height:50px;
	cursor:default;
	z-index:1;
	}
	
.bip{
	width:20px;
	height:20px;
	float:left;
	margin:2px;
	border:1px solid;
	text-align:center;
	font-size:10pt;
	line-height:20px;
	padding:5px;
	cursor:default;
	z-index:1;
	background-color:lime;
	
	}
		
		
	/*image cacahuète et mollusques géométriques*/
.image{
	position:relative;
	width:100px;
	height:100px;
	float:left;
	margin:2px;
	border:1px solid #33FF33;
	line-height:50px;
	cursor:default;
	z-index:1;
	}
	
	

