div.site_echEvenement,
div.site_echDate,
div.site_echTitre,
div.site_echLieu,
div.site_echDescription,
div.site_echReference,
div.site_echNote,
div.site_echCommentaireDate {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
span.site_echType {
	text-align: right;
}
div.site_echEvenement {
	margin: 5px 0px 0px 20px;
	background-color: #F0F0F0;
	border-bottom-color: #D3D3D3;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-color: #D3D3D3;
	border-right-style: solid;
	border-right-width: 2px;
	border-top-color: #dddddd;
	border-top-style: solid;
	border-top-width: 1px;
	border-left-color: #dddddd;
	border-left-style: solid;
	border-left-width: 1px;
	padding: 5px 5px 5px 5px;
}
div.site_echDate {
	margin: 30px 2px 2px 2px;
	font-size: 14px;
	background-color: #EBEBF3;
	font-weight: bold;
	border: 2px solid #131387;
	padding: 5px 5px 5px 5px;
	margin-bottom:20px;
}
div.site_echDateMois {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	color:#131387;
	background-color: #EBEBF3;
}

div.site_echTitre {
	font-weight: bold;
	font-size: 12px;
	color: #131387;
	border-bottom: 1px solid #CACACA;
}
div.site_echLieu {
	color: grey;
	font-weight: bold;
	margin: 5px 0px 0px 10px;
}
div.site_echDescription {
	padding: 5px 5px 5px 5px;
	background-color: white;
	margin: 2px 2px 2px 10px;
	border: 1px solid #D3D3D3;
}
div.site_echReference {
	margin: 0px 0px 0px 20px;
}
div.site_echNote {
	margin: 0px 0px 0px 20px;
}
div.site_echCommentaireDate {
	margin: 0px 0px 0px 20px;
}
/* Echéancier */

table.site_calTable,
a.site_calMoisLien {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

}

table.site_calTable {
	background-image: url(/commun/images/bleu/calendar_ech.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 2px 5px 1px 5px;
}

a.site_calMoisLien:link,
a.site_calMoisLien:active,
a.site_calMoisLien:focus,
a.site_calMoisLien:visited {
	font-size: 11px;
	color:#000000;
	text-decoration: none;
	font-weight: bold;
}
a.site_calMoisLien:hover{
	font-size: 11px;
	color:#000000;
	text-decoration: underline;
	font-weight: bold;
}

td.site_calJours {
	font-size: 11px;
	color: #AF0101;
	text-align: center;
}

td.site_calDate {
	font-size: 11px;
	text-align: center;
	padding: 2px 2px 2px 2px;
}

td.site_calDateSel {
	font-size: 11px;
	text-align: center;
	padding: 2px 2px 2px 2px;
	background-color: #EBEBF3;
}

a.site_calDate:link,
a.site_calDate:active,
a.site_calDate:focus,
a.site_calDate:visited {
	font-size: 11px;
	color:#131387;
	text-decoration: none;
	font-weight: bold;
}

a.site_calDate:hover{
	font-size: 11px;
	color:#AF0101;
	text-decoration: none;
	font-weight: bold;
}

/*personalisation echeancier */

p.site_echeancierMenuTitre,
p.site_echeancierMenuTxt,
p.site_echeancierMenuTxtItalic,
a.site_echeancierMenuLien{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size : 11px ;
}
p.site_echeancierMenuTitre{
	font-style : normal;
	color: #ffffff;
	font-weight : bold;
}
p.site_echeancierMenuTxt{
	font-style : normal;
	color: #000000;
	font-weight: regular;
	text-decoration: none;
}
p.site_echeancierMenuTxtItalic{
	font-style : italic;
	color: #555555;
	font-weight: regular;
	text-decoration: none;
}