html, body 		{background:#CCC; font: 11px Verdana, Arial, Helvetica, sans-serif; color:#777; background-image:url(images/fondbody.png);}
a				{color:#999; text-decoration:none;}
a:hover			{color:#B00}
div 			{margin:0; padding:0}
#clear			{clear:both;}
#gen			{position:absolute; width:985px; height:601px; left:50%; top:20px; margin-left:-492px; background-image:url(images/fond.png); background-repeat:no-repeat;z-index:1}

#bh				{position:absolute; width:980px; height:391px; top:1px; left:1px; z-index:2}
#bhfix			{position:absolute; width:980px; height:391px; top:1px; left:1px; z-index:2; visibility:hidden}

#nav			{position:absolute; width:218px; height:135px; top:392px; left:1px; background-image:url(images/nav.png); background-repeat:no-repeat; padding:5px 0 0 25px}
#nav p			{margin:20px 0 0 0}

#langue			{position:absolute; width:218px; height:30px; top:560px; left:1px;; text-align:center}
#events			{position:absolute; width:380px; height:190px; top:400px; left:250px;}
#drinks			{position:absolute; width:140px; height:120px; top:400px; left:670px;}
#clarines		{position:absolute; width:140px; height:120px; top:400px; left:820px;}
#logos			{position:absolute; width:290px; height:60px; top:530px; left:670px; text-align:center}	

#tabevtdiv		{width:100%; height:160px; overflow:auto; margin: 10px 0 0 0}
#tabevt			{width:360px; border-collapse:collapse}
#tabevt td		{border-top:1px dotted #CCC; border-bottom:1px dotted #CCC; padding:3px; vertical-align:top}
#tabevt	.tit	{color:#333; white-space:nowrap; width:120px}


#bb				{position:absolute; width:900px; height:35px; left:50%; top:630px; margin-left:-450px; text-align:right}
#bb a			{color:#666; text-decoration:none}
#bb a:hover		{color:#B00}

/* ==================== calendrier ========================== */
.ds_box {
	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head {
	background-color: #B00000;
	color: #FFF;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.ds_subhead {
	background-color: #CCC;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	font-family: Verdana;
	width: 10px;
}

.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 10px;
	text-align: center;
	font-family: Verdana;
	padding: 2px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #D00000;
} /* This hover code won't work for IE */
