/*

Vous etes sur une feuille de style pour les programmes d'evenements marques comme des tableaux avec la classe vcalendar. Ecrite par Jeremy Keith : http://adactio.com/

Licence Creative Commons Attribution license :
http://creativecommons.org/licenses/by/3.0/

Pour plus d'informations sur le microformat hCalendar, visitez svp : http://microformats.org/wiki/hcalendar-fr

*/
table.vcalendar {
	border-collapse: collapse;
	margin-bottom: 2em;
	font-family: "Lucida Grande","Trebuchet MS",Verdana,Tahoma,Helvetica,Arial,sans-serif;
	font-size: 1em;
	line-height: 1.5;
	color: #333;
}
table.vcalendar caption {
	font-family: Georgia,"Times New Roman",serif;
	font-size: 1.8em;
	line-height: 1;
	text-align: center;
}
table.vcalendar tr {
	vertical-align: text-top;
}
table.vcalendar th,
table.vcalendar th * {
	font-weight: bold;
}
table.vcalendar th,
table.vcalendar td {
	padding: .5em .5em .75em;
}
table.vcalendar thead td {
	border: 0;
}
table.vcalendar thead th {
	text-align: center;
	vertical-align: bottom;
	color: #456;
	background-color: #dde;
	border: 1px dotted #ccd;
}
table.vcalendar tbody td {
	background-color: #eee;
	border: 1px solid #ddd;
}
table.vcalendar tbody td:hover,
table.vcalendar tbody td:focus {
	background-color: #ddd;
	border: 1px solid #ccc;
}
table.vcalendar tbody th {
	text-align: right;
	color: #fff;
	background-color: #789;
	border: 1px dotted #99a;
}
table.vcalendar tbody th abbr {
	border: none;
}
table.vcalendar tbody tr:hover th,
table.vcalendar tbody tr:focus th {
	background-color: #678;
	border: 1px dotted #889;
}

/* classes non-hCalendar  */

table.vcalendar tbody td.global {
	background-color: #ffc;
	border: 1px solid #cc9;
}
table.vcalendar tbody td.global:hover,
table.vcalendar tbody td.global:focus {
	background-color: #eeb;
	border: 1px solid #cc9;
}
table.vcalendar tbody tr.break th {
	background-color: #89a;
}
table.vcalendar tbody tr.break td {
	background-color: #eef;
}

/* icônes  */
a[title~="twitter"]:before {
content: url(/events/images/twitter.png); 
padding-right: 2px;}

a[title~="linkedin"]:before {
content: url(/events/images/linked_in.png); 
padding-right: 2px;}

a[title~="wikipedia"]:before {
content: url(/events/images/Wikipedia-icon.png); 
padding-right: 2px;}

a[title~="cv"]:before {
content: url(/events/images/cv_icon.png); 
padding-right: 2px;}

a[title~="blog"]:before {
content: url(/events/images/rss.png); 
padding-right: 2px;}

a[title~="facebook"]:before {
content: url(/events/images/facebook.png); 
padding-right: 2px;}

a[title~="card"]:before {
content: url(/events/images/card.png); 
padding-right: 2px;}

a[title~="plaxo"]:before {
content: url(/events/images/plaxo.png); 
padding-right: 2px;}

a[title~="tumblr"]:before {
content: url(/events/images/tumblr.png); 
padding-right: 2px;}

a[title~="sl"]:before {
content: url(/events/images/secondlife.png); 
padding-right: 2px;}

a[title~="explorateur"]:after {
content: url(/events/images/explorateur.png); 
padding-left: 2px;}

a[title~="autranswiki"]:before {
content: url(/events/images/crayonwiki.png); 
padding-right: 2px;}

