/********************* Agenda ******************************/

#calendarglobal{
	position: relative;
	top: 10px;
	padding:0 0 0 45px;
}

table.calendar{
	border : 1px solid #1D73B3;
	padding  : 0px;
	border-spacing : 1px;
	text-align : center;
	background-color : #1D73B3;	
	font-family:Arial, Helvetica, sans-serif;
}

table.calendar th, table.calendar td{
	width: 30px;
	height: 20px;
}

table.calendar th {
	background-color : #42AEDD;
	color : #FFFFFF;
	font-weight : bold;
	font-size : 14px;

}

table.calendar td {
	background-color : #FFFFFF;
	font-size : 12px;
}

table.calendar td a{
	color : #000000;
	text-decoration : none;
	font-weight : normal;
}

table.calendar td.weekend {
	background-color : #EAEAEA;
}

table.calendar td.jouravec{
	font-weight : bold;
	background-color : #A7A7A7;	
}

table.calendar td.aujourdui {
	color : red;
}

table.calendar td.aujourdui a{
	color : red;
	text-decoration : none;
	font-weight : normal;
}

table.calendar td.jourcourant {
	font-weight : bold;
	background-color :#D1ECF7;
}

table.calendar td.jourcourant a{
	text-decoration : none;
	font-weight : bold;
	color: #196298;
	font-size: 13px;
}

table.calendartop{
	padding  : 0px;
	border-spacing : 1px;
	text-align : center;
	width : 210px;	
}

.titrecalendar{
	color : #1D73B3;
	font-weight : bold;
	text-transform: uppercase;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
}


#formtheme {
	padding-top : 5px;
	color : #155DBB;
	font-family:Arial, Helvetica, sans-serif;
}

.agendacalendar{
	float : left;
	font-family:Arial, Helvetica, sans-serif;
}


#agendaancre{
	float : left;
	padding-left : 50px;
	color : #155DBB;
	font-weight : bold;
	font-family:Arial, Helvetica, sans-serif;
	
}
#agendaancre #menuancres {
	clear: both;
	padding: 0 0 0 0px;
	margin: 0 0 0 0;

}
#agendaancre #menuancres .ancre {
	float: left;
	font-size: 11px;
}
#agendaancre #menuancres .ancre a {
	display: block;
	width: 240px;
	padding: 0 4px 2px 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #717171;
	font-weight: normal;
	background-image: url(../../images/images_habitat35/puce_ancre.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	text-decoration: none;
}
#agendaancre #menuancres .ancre a:hover {
	/* background-image: url(../../images/images_habitat35/puce_ancre_on.gif);
	background-repeat: no-repeat;
	background-position: left top; */
	text-decoration: underline;	
}