/**************************
*        Agenda Une       *
***************************/

.agenda_une {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.agenda_une li .pop {
	border: 1px solid #666666;
	position: absolute;
	padding: 5px;
	background: #EEE;
	z-index: 10;
	width: 303px;
}

.agenda_une .aujourdhui {
	width: 335px;
	float: left;
}

.agenda_une .avenir {
	width: 335px;
	float: left;
	margin-left: 30px;
}

.agenda_une .titre {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 3px 0px 0px 10px; /* 1=haut, 2=droite, 3=bas, 4=gauche */
	height: 16px;
	margin-bottom: 8px;
}
.agenda_une .aujourdhui .titre {
	background-color: #74a840;
}

.agenda_une .avenir .titre {
	background-color: #feb400;
}

.agenda_une .info {
	font-size: 12px;
	padding: 0px;
	text-align: justify;
}

.agenda_une .rubrique {
	font-weight: bold;
	color: #5478a1;
}

a.afficher_agenda {
	width: 98px;	
	height: 19px;
	margin: 8px 0px 0px 0px;
	background: transparent url( 'images/afficher_agenda.png' ) no-repeat 0px 0px;
	border: none;
	cursor: pointer;
	opacity: 0.9;
	float: right;
}
a.afficher_agenda:hover {
	opacity: 1;
}



/*****************************
*        Agenda Normal       *
*****************************/

.agenda {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
} 

.agenda .recherche {
	border: 1px dotted #feb400;
	width: 440px;
	height: 212px;
	float: left;
	margin-bottom: 20px;
	padding: 8px;
}

.agenda .recherche_max {
	border: 1px dotted #feb400;
	width: 655px;
	height: 212px;
	float: left;
	margin-bottom: 20px;
	padding: 8px;
}

.agenda .webtv {
	width: 230px;
	height: 205px;	
	float: right;
	margin-left: 10px;
}

.agenda .bloc_calendrier {
	width: 210px;
	float: left;
	padding: 0px;
}

.agenda .recherche .bloc_filtre {
	width: 220px;
	float: left;
	margin-left: 10px;
}

.agenda .recherche_max .bloc_filtre {
	width: 435px;
	float: left;
	margin-left: 10px;
	padding: 0px;
}

.agenda .titre {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 3px 0px 0px 10px; /* 1=haut, 2=droite, 3=bas, 4=gauche */
	height: 16px;
}

.agenda .bloc_calendrier .titre {
	background-color: #74a840;
}

.agenda .bloc_filtre .titre {
	background-color: #feb400;
}

.agenda .recherche fieldset {
	border: 1px dotted #feb400;
	margin-top: 5px;
	margin-bottom: 12px;
	width: 200px;
	padding/*\**/: 0px 8px 8px 8px\9	/* Hack IE */
}
.agenda .recherche fieldset legend {
	font-weight: bold;
	font-size: 13px;
	color: #feb400;
	background-color: #ffffff;
	margin-left/*\**/: 6px\9	 /* Hack IE */
}
.agenda .recherche_max fieldset {
	border: 1px dotted #feb400;
	margin-top: 8px;
	margin-bottom: 12px;
	width: 415px;
	padding/*\**/: 0px 8px 8px 8px\9	/* Hack IE */
}
.agenda .recherche_max fieldset legend {
	font-weight: bold;
	font-size: 13px;
	color: #feb400;
	background-color: #ffffff;
	margin-left/*\**/: 6px\9	 /* Hack IE */
}
.agenda .recherche .filtre {
	color: #5478a1;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	display: block;
	margin: 0px;
	float: left;
	padding-top: 2px;
	margin-left/*\**/: 6px\9	 /* Hack IE */
	padding-right/*\**/: 6px\9	 /* Hack IE */
}
.agenda .recherche_max .filtre {
	color: #5478a1;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	display: block;
	margin: 6px 0px 6px 0px;
	float: left;
	padding-top: 2px;
	margin-left/*\**/: 6px\9	 /* Hack IE */
	padding-right/*\**/: 6px\9	 /* Hack IE */
}
.agenda .recherche .filtre span {
	width: 85px;
	float: left;
	padding-top: 5px;
}
.agenda .recherche_max .filtre span {
	width: 100px;
	float: left;
	padding-top: 5px;
}

.agenda .recherche select {
	border: #c1c1c1 1px solid;
	width: 110px;
}

.agenda .recherche_max select {
	border: #c1c1c1 1px solid;
	width: 200px;
}

.agenda .evenement {
	margin-bottom: 20px;
}	

.agenda .evenement .titre {
	border-bottom: 1px dotted #feb400;
	background-color: #000000;	
	padding: 6px 8px;
	height: auto;
	color: #feb400;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}	

.agenda .bloc_contenu {
	border-bottom: 1px dotted #feb400;
	border-left: 1px dotted #feb400;
	border-right: 1px dotted #feb400;
}	

.agenda .texte {
	padding: 8px 8px 0px 8px;
}

.agenda .images {
	background-color: #ffffff;
	border: 1px solid #737373;
	padding: 2px;
	float: left;
	display: inline;
	margin: 0px 10px 8px 0px;
}	
.agenda .sans_images {
	background-color: #ffffff;
	border: 1px solid #737373;
	padding: 2px;
	float: left;
	display: inline;
	margin: 0px 10px 8px 0px;
	width: 170px;	
	height: 114px;
	background: transparent url('images/event_sans_image.png') no-repeat 2px 2px;
}


.agenda .chapo {
	font-size: 12px;
	text-align: justify;
	padding-bottom: 8px;
}

.agenda .evenement a.lire_la_suite {
	width: 64px;	
	height: 19px;
	background: transparent url('images/lire_la_suite.png') no-repeat 0px 0px;
	border: none;
	cursor: pointer;
	opacity: 0.9;
	float: left;
	margin: 14px 0px;
}
.agenda a.lire_la_suite:hover {
	opacity: 1;
}

.agenda .bloc_infos {
	width: 220px;
	height: 100%;
	margin-left: 20px;
	padding: 8px 8px 12px 8px;
	background-color: #eeefef;
	float: right;
	display: block;
}

.agenda .titre_infos {
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	background-color: #5478a1;
	padding: 2px 8px;
	margin: 2px 0px 12px 0px;
}

.agenda .infos {
	font-weight: bold;
	font-size: 12px;
	color: #5478a1;
	display: inline;
	line-height: 24px;
}

.agenda a.lien_agenda {
	font-weight: normal;
	color: #737373;
	text-decoration: none;
}
.agenda a.lien_agenda:hover {
	text-decoration: underline;
}


/*************************
*       Calendrier       *
*************************/

.agenda .calendrier {
	width: 208px;
	height: 155px;	
	margin-top: 8px;
}

.agenda .calendrier .top {
	width: 206px;
	height: 32px;	
	background: transparent url('images/calendrier_mois.png') repeat-x 0px 0px;
	padding: 0px;
	text-align: center;
	border-top: 1px solid #e3e3e5;
	border-left: 1px solid #e3e3e5;
	border-right: 1px solid #e3e3e5;
	border-bottom: 1px solid #6699cc;
}

.agenda .calendrier .top .mois {
	font-size: 11px;
	font-weight: bold;
	color: #5478a1;
	margin-top: 4px;
	display: block;
	cursor: pointer;
}

.agenda .calendrier .top a.mois_precedent {
	background: transparent url('images/calendrier_mois_precedent.png') no-repeat 0px 0px;
	width: 13px;
	height: 13px;
	margin-top: 4px;
	margin-left: 6px;
	float: left;
	opacity: 0.7;
}
.agenda .calendrier .top a.mois_precedent:hover {
	opacity: 1;
}

.agenda .calendrier .top a.mois_suivant {
	background: transparent url('images/calendrier_mois_suivant.png') no-repeat 0px 0px;
	width: 13px;
	height: 13px;
	margin-top: 4px;
	margin-right: 6px;
	float: right;
	opacity: 0.7;
}
.agenda .calendrier .top a.mois_suivant:hover {
	opacity: 1;
}

.agenda .calendrier .top .semaine {
	clear: both;
	padding: 1px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 210px;
}

.agenda .calendrier .top .jour, .agenda .calendrier .top .num_sem {
	display: inline;
	font-size: 8px;
	color: #6699cc;
	width: 26px;
	padding: 0px;
	float: left;
}
.agenda .calendrier .top .num_sem {
	color: #5478a1;
}

.agenda .calendrier .bottom .semaine {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.agenda .calendrier .bottom .jour, .agenda .calendrier .bottom .num_sem {
	background-color: #edf5fd;
	border: 1px solid #e3e3e5;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	color: #6699cc;
	text-align: center;
	width: 24px;
	height: 18px;
	padding-top: 5px;
	float: left;
	cursor: pointer;
}
.agenda .calendrier .bottom .jour:hover {
	background-color: #6699cc;
	color: #ffffff;
}
.agenda .calendrier .bottom .jour_sel {
	background-color: #88bbee;
	color: #ffffff;
}
.agenda .calendrier .bottom .jour_off {
	background-color: #edf5fd;
	border: 1px solid #e3e3e5;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	color: #c1c1c1;
	text-align: center;
	width: 24px;
	height: 18px;
	padding-top: 5px;
	float: left;
}
.agenda .calendrier .bottom .num_sem {
	background-color: #5478a1;
	color: #ffffff;
}
.agenda .calendrier .bottom .num_sem:hover {
	color: #99ccff;
}

.agenda .bloc_calendrier .mask {
	position: relative;
	width: 208px;
	height: 192px;
	overflow: hidden;
	margin-bottom: 10px;
}

.agenda .bloc_calendrier .mask .container {
	display: block;
	position: absolute;
}
.agenda .bloc_calendrier .mask .calendrier {
	position: relative;
	width: 208px;
	height: 170px;
	float: left;
	border: none;   	
	text-align: center;
}


.agenda .bp_agenda {
	float: right;
	margin-left: 10px;
}
.agenda div.info,.agenda div.photo,.agenda div.doc,.agenda div.print {
	float:right;
	clear:none;
	outline:none;
	width:18px;
	height:18px;
	margin-left:5px;
}
.agenda div.info {
	background: url(icone/tb-info-18px.png) transparent no-repeat;
}
.agenda div.photo {
	background: url(icone/tb-pictures-18px.png) transparent no-repeat;
}
.agenda div.doc {
	background: url(icone/tb-downloads-18px.png) transparent no-repeat;
}
.agenda div.print {
	background: url(icone/tb-printer-18px.png) transparent no-repeat;
}
.agenda div.retour {
	float:right;
	clear:none;
	outline:none;
	width:14px;
	height:14px;
	margin-right:5px;
	background: url(icone/tb-retour2.png) transparent no-repeat;
}

/*****************
message
*****************/
.messages .bloc-header  {
	padding: 5px 20px 0px 10px;
	margin: 0px;
	width: 650px;
	height: 20px;
	display: block;
	overflow:hidden;
	position:relative;
}
.messages div.rss-icon {
	width:20px;
	height:20px;
	float:right;
	background: transparent url('images/rss-20x20.png') no-repeat 0px 0px;
}
.messages .bloc-header .titre  {
	position:absolute;
	height:20px;
	left:0px;
}
.messages .bloc-header .titre span.onglet  {
	padding: 5px;
	margin: 0px 5px;
	width: 170px;
	height: 10px;
	opacity:0.5;
	font-weight:bold;
	font-size:10px;
	color:#000;
	border:none;
	background: transparent url('images/agenda-message-onglet-top.png') no-repeat 0px 0px;
}
.messages .bloc-top  {
	padding: 0px;
	margin: 0px;
	width: 700px;
	height: 10px;
	background: transparent url('images/bloc-resultats-page-top.png') no-repeat 0px 0px;
	display: block;
}
.messages .bloc-middle  {
	padding: 0px 10px;
	margin: 0px;
	width: 680px;
	height:70px;
	position:relative;
	background: transparent url('images/bloc-resultats-page-middle.png') repeat-y 0px 0px;
	display: block;
	overflow:hidden;
}
.messages .bloc-bottom  {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 700px;
	height: 10px;
	background: transparent url('images/bloc-resultats-page-bottom.png') no-repeat 0px 0px;
	display: block;
}
.messages .message {
	position:absolute;
	display:block;
	opacity:0;
}
.messages .message p {
	padding: 0px;
	border:none;
	margin:5px 0px;
	font-weight:normal;
	text-decoration:underline;
	text-transform:capitalize;
}
.messages .message div.title {
	width:490px;
	height:18px;
	padding:0px 0px 30px 23px;
	background: url(icone/tb-printer-18px.png) transparent no-repeat;
	cursor:pointer;
	margin-left:190px;
}
.messages .message .contenu {
	padding:0px 10px;
	font-size:larger;
	font-weight:bold;
	text-decoration:none;
	text-transform:none;
}
 .aucun {
	text-decoration:none;
	text-align:center;
}
.messages .message .images {
	background-color: #ffffff;
	border: 1px solid #737373;
	padding: 2px;
	float: left;
	display: inline;
	margin: 0px 10px 8px 0px;
}
.messages .message .sans_images {
	background-color: #ffffff;
	border: 1px solid #737373;
	padding: 2px;
	float: left;
	display: inline;
	margin: 0px 10px 8px 0px;
	width: 170px;
	height: 114px;
	background: transparent url('images/event_sans_image.png') no-repeat 2px 2px;
}

/*********************
fiche
*********************/
.agenda .fiche {
}
