/* CSS Document */

#nossoiree {	width:580px; }
#nossoiree .headerBloc	{	background:url(../../image/header.gif) no-repeat 0px 0px; 	height:24px; width:578px;	}
#nossoiree .blocPage		{	background:url(../../image/bloc.gif) repeat-y;  width:580px; 	}
#nossoiree .footerBloc	{	background:url(../../image/footer.gif) no-repeat 0px 0px; 	height:10px; width:578px;	}

	#presentation 		{width:578px; height:210px; }
		#details 		{width:440px; height:210px; float:left; }
		#details img {	margin: 2px 0px 0px 10px;	}
		
		#logounited 	{width:135px; height:210px; float:right;}
		#logounited img	{ margin:15px 0px 0px 0px; display:block;}
		
	#listesoiree 	{width:578px; height:400px;}
		
		#titre 		{	width:558px; height:12px; margin:0px 10px 0px 10px; border-bottom:solid 1px #ffd65a;	}
		#titre p	{	font-size:0.7em; font-weight:bold;	color:#000000;						}
		
	#listeevenement  {	width:561px; margin:0px 10px 0px 10px; background:#ffeeb6 ; height:300px; overflow:auto; }
		
		.evenement 		{width:540px; float:left; margin:0px 0px 10px 0px; border-bottom:1px dashed #CCCCCC;}
		.evenement h4	{font-size:0.7em; font-weight:bold; margin:5px 0px 0px 5px; color:#FF9C00}
		.evenement h3	{font-size:0.85em; font-weight:bold; margin:5px 0px 0px 5px; color:#990000;}
		.evenement h4 a	{color:#FF9C00}
		.evenement p	{font-size:0.6em; color:#777777;font-weight:bold;margin:2px 5px 0px 5px;}

/** **/
table.calendar { margin: 0px 0px 0px 5px; } 

.calendar td{
	background:#ffe79c; border-top:1px solid #FFFFFF;
}
.calendar td.hcal{
	border-bottom:2px solid #ffd65a; margin:0px;
	font-size:0.7em; padding:0px 0px 5px 0px; background:#FFFFFF;
}
/** **/
.calendar td.hcal .mois{
	float:left; margin:0px;
}
.calendar td.hcal .mois{
	text-align:center; width:368px; font-weight:bold; padding-top:4px;
}
/** **/
.date td{ font-size:0.7em; line-height:1.7em; border-top:none; font-weight:bold;}
.date td.colNormal{
	border-right:2px solid #ffe79c; background:#e9dfc1; color:#000000; text-align:center; border-bottom:2px solid #FFFFFF;
}
.date td.colActif{
	border:1px solid #fba11d; color:#000000; text-align:center; background:#e5ce70;
}
.date td.colActif a{
	font-weight:bold; color:#f37f0e; 
}
select, option { background-color:#ffe79c; text-align:center; }
select { border:1px solid #fba11d;}
option {  }