/* CSS Document */

#box_agenda {
width:						382px;
position:					relative;
}

#box_agenda h1 {
height:						45px;
position:					relative;
margin:						0;
padding:					0;
}

#contenu_agenda {
position:					relative;
padding-top:				12px;
}

#footer_box_agenda {
height:						25px;
border-top:					1px solid #ededed;
position:					relative;
margin-top:					4px;
padding-top:				5px;
}


.agenda_item_liste {
width:						100%; 
height:						35px; 
position:					relative; 
background-image:			url(../../images/new-boxes/bg-box.png); 
background-repeat:			repeat-y; 
display:					block;
padding-left:				15px;
padding-right:				15px;
/* Fonts */
line-height:				35px;
font-family:				Arial, Helvetica, sans-serif;
font-size:					13px;
color:						#006f8f;
}
.agenda_item_liste a {
	text-decoration:			none;
	color:						#006f8f;
	}
	.agenda_item_liste a span {
		color:						#01baf7;
		}
.agenda_item_liste a:hover {
	text-decoration:			none;
	color:						#003a4c;
	}
	.agenda_item_liste a:hover span {
		color:						#56d4fd;
		}
		
.agenda_item_vide {
width:						100%; 
height:						35px; 
position:					relative; 
background-image:			url(../../images/new-boxes/bg-agenda-vide.png); 
background-repeat:			repeat; 
display:					block;
padding-left:				15px;
padding-right:				15px;
/* Fonts */
line-height:				35px;
font-family:				Arial, Helvetica, sans-serif;
font-size:					13px;
color:						#006f8f;
}

#btn_agenda_0 ,
#btn_agenda_1 ,
#btn_agenda_2 ,
#btn_agenda_3 ,
#btn_agenda_4 ,
#btn_agenda_5 ,
#btn_agenda_6 ,
#btn_agenda_7 {
	position:			absolute; 
	left:				315px;
	}
#btn_agenda_0 a ,
#btn_agenda_1 a ,
#btn_agenda_2 a ,
#btn_agenda_3 a ,
#btn_agenda_4 a ,
#btn_agenda_5 a ,
#btn_agenda_6 a ,
#btn_agenda_7 a {
	color:					#fff;
	line-height:			15px;
	margin-top:				10px;
	}
#btn_agenda_0 a:hover ,
#btn_agenda_1 a:hover ,
#btn_agenda_2 a:hover ,
#btn_agenda_3 a:hover ,
#btn_agenda_4 a:hover ,
#btn_agenda_5 a:hover ,
#btn_agenda_6 a:hover ,
#btn_agenda_7 a:hover {
	color:					#01baf7;
	}
