/********************* Agenda ******************************/

table.calendar{
	border : 1px solid #1D73B3;
	padding  : 0px;
	border-spacing : 1px;
	text-align : center;
	background-color : #1D73B3;	
}

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;
}
table.calendar td a.jourDebutEvt{
	text-decoration : none;
	color : #000000;
	text-decoration : none;
	font-weight : bold;

}
table.calendar td a{
	color : #000000;
	text-decoration : none;
	font-weight : normal;
}

table.calendar td.weekend {
	background-color : #EAEAEA;
}

table.calendar td.jouravec{
	background-color : #A7A7A7;	
}

table.calendar td.jouravec_s{
	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;
}

table.calendartop{
	padding  : 0px;
	border-spacing : 1px;
	text-align : center;
	width : 210px;	
}

#formtheme{
	padding-top : 5px;
}

.titrecalendar{
	color : #1D73B3;
	font-weight : bold;
	text-transform: uppercase;
	font-size: 14px;
}


#formtheme {
	color : #155DBB;
}

.agendacalendar{
	float : left;
}


#agendaancre{
	float : left;
	padding-left : 50px;
	margin-left : 15px;
	color : #155DBB;
	font-weight : bold;
	/*text-transform: capitalize;*/
}

/* --------------------- Resultats recherche  --------------------------------------- */
#result-agenda{
	margin-top : 20px;
}
#result-agenda .recherche-resultats-label {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	display: block;
	margin-bottom: 10px;
	padding-right: 10px;
	color: #313131;
	font-weight: bold;
	text-align: right;
}
#result-agenda a.recherche-result-titre {
	padding: 0 0 0 14px;
	margin: 0 0 5px 10px;
	color: #707070;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	background-image: url(../../images/images_gesec/puce_map_2.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}
#result-agenda a:hover {
	text-decoration: underline;
}
#result-agenda .recherche-result-summary {
	margin: 0 0 20px 25px;
	padding-right: 25px;
	color: #313131;
	font-size: 11px;
	text-align: justify;
	display: block;
}
#result-agenda .recherche-result-summary a {
	color: #E60207;
	text-decoration: none;
}
a.calendrier-titre{
    padding: 0 0 0 24px;
    margin: 0 25px 5px 3px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    display: block;
    text-decoration: none;
    background-image: url(../../images/images_gesec/puce_titre_agenda.gif);
    background-repeat: no-repeat;
    background-position: 7px 3px;
    background-color:#42AEDD;

}
