/* CSS document */
@charset "UTF-8";

/***************************/

#agenda{ 

width:595px;
position:relative;
margin-top:15px;
 }
 

 
#scrollagenda {
	height:200px;
	margin-bottom:10px;
	/*overflow:auto;*/
	overflow-x:hidden;
	overflow-y:auto;
	}
	
	
#scrollagenda_agenda {
	height:450px;
	margin-bottom:10px;
	/*overflow:auto;*/
	overflow-x:hidden;
	overflow-y:auto;
	}

#agenda table {
/*border:7px solid #FFFFFF;*/
	
	width:100%;
	background:#000000;
	color:white;
	font-size:14px;
	
}
#agenda table tr:hover {
	color:black !important;
	
	background-color:#FFFFFF;
	
}
#agenda table td {
	border-bottom:1px solid white;
	padding: 5px;
}
/****************************/
#scrollagenda table tr.moins { font-size: 10px; }
#scrollagenda table tr.plus .interprete,#scrollagenda table tr.plusplus .interprete{ font-size: 14px; }
#scrollagenda table tr.plus {background:#534741;}
#scrollagenda table tr.plusplus {background:#A02063;}

#scrollagenda table tr.moins { font-size: 10px; }
#scrollagenda table tr.plus .interprete,#scrollagenda table tr.plusplus .interprete{ font-size: 14px; }
#scrollagenda table tr.plus {background:#534741;}
#scrollagenda table tr.plusplus {background:#A02063;}

#scrollagenda table tr.moinsmoins td.interprete { background: url('/media/agenda_pic_zic.gif') no-repeat left center; padding-left:25px; }


#agenda_search .submit {
	position: absolute;
	top: 10px;
	/*right: 0px !important;*/
	right:10px;
}

#agenda_search {
width:535px;
	position: relative;
	padding: 10px 30px 10px 10px;
	background:url(/media/bg_recherche_avancee.png);
}
#agenda_search input.long {
width:200px;
}
/*#agenda_search .date{
float:right;
display:inline;
}*/
#agenda_search .ico_date{
position:relative;
top:4px;}
#page #corps #agenda .conteneur {
	width:575px !important;
	width:555px;
	clear:both;
	background: #FFFFFF;
	padding: 10px;
}

.col_g_home #agenda .zicos_aj_date { }

.bloc_date_agenda{
background: white;
border:solid 10px white;
}
.bloc_date_agenda p{
margin-bottom:5px;
}
.date_agenda{
background: white url('/media/bg_recherche_avancee.png');

float:left;
margin-right:10px;
padding:5px;
font-weight:bold;
display:inline;
width:200px;}
.descri_detail
{
margin-left:225px;
width:350px !important;
width:340px;
}