/*********************************************************
* CSS screen - agenda
* 
* name:     yoga yogi yogu
*
* date:     2007.10.12
* author:   erational <http://www.erational.org> + helene francqueville
* version:  0.5
* licence:  GPL
*
**********************************************************/

/* overide usual layout */
#more { display:none;}
#content {	padding: 0; margin:0 20px 30px 180px !important; }

/***************
 * agenda 
 *****************/
#agenda {font-size: 11px;	line-height: 17px;}
#agenda h3 {font-size: 1.4em;}

#agenda h1.maincat {
	width: 665px;	height: 38px;	margin:0;
	background: transparent url(../img/nav_maincat.gif) no-repeat top left;
	display: block;
  cursor: pointer;
	font-family: Arial, Helvetica, Verdana, sans-serif;font-size: 11px;font-weight: normal;
	line-height: 33px;text-indent: 17px;
	color: #000;	
}

#agenda h1.oover {	background: #CDE796;}
#agenda h1.clicked {background-image:url(../img/nav_maincat_m.gif); background-position:bottom left;}


.box_date,.box_lieu,.box_prof {/*border:1px solid red;*/} 
.box_date {	width: 180px;/*250px;*/	display: block;	float: left;}
.box_lieu {	width: 270px;/*200px;*/	display: block;	float: left;	font-weight: bold;	background:transparent url(../img/pict.png) no-repeat center left;}
.box_prof {	width: 200px;	display: block;	float: left;	font-weight: bold;	color:#000;  background:transparent url(../img/pict.png) no-repeat center left;}


.bigbox { height: 180px;	display: block; background:transparent url(../img/copytext_bg.gif) no-repeat bottom left;}
.box_l {  width: 200px;/*250px;*/	display: block;	float: left;	padding-top: 7px;	padding-bottom: 9px;}
.box_r {	width: 450px; /*400px;*/	display: block;	float:left;	padding-top: 7px;	padding-bottom: 9px;}
.bigbox,.box_l,.box_r {/*border:1px solid teal;*/}
