@charset "utf-8";

#planning .heures {
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	position: relative;
	left: 0;
	width: 40px;
	margin: auto;
	padding-top: 3px;
}

#planning .vertical_droite {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: var(--gris-d) /*#dddddd*/;
}

#planning .vertical_gauche {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: var(--gris-d) /*#dddddd*/;
}

#planning .horizontal_bas {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

.bord_bleu_haut {
	border-top-style: solid;
	border-top-width: 1px;
}

.bord_bleu_bas {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.bord_bleu_droite {
	border-right-style: solid;
	border-right-width: 1px;
}

.bord_bleu_gauche {
	border-left-style: solid;
	border-left-width: 1px;
}

#planning .bord_gris_haut {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: var(--gris) /*#dfddde*/;
}

#planning .bord_gris_bas {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: var(--gris) /*#dfddde*/;
}

#planning .bord_gris_droite {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: var(--gris) /*#dfddde*/;
}

#planning .bord_gris_gauche {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: var(--gris) /*#dfddde*/;
}


#planning .grille_horizontale {
	background-image:
		url(../../img/conference/planning/front/repeat_grille_60px.gif);
}

#planning .boite {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	width: 100%;
	margin: auto;
	position: relative;
	left: 0;
	text-align: center;
}

#planning .nav {
	padding: 0 10px;
	text-decoration: none;
}

.legend {
	width: 15px;
	height: 15px;
	margin-left: 5px;
}

#planning .event {
	text-align: center;
	border-width: 1px;
	border-style: solid;
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.eventDate {
	position: absolute;
	top: 1px;
	left: 1px;
	font-size: 9px;
	padding: 0 3px 1px;
}

.eventTitle {
	font-weight: bolder;
	position: relative;
}
.eventTitleWeek {
    padding-top: 0;
}
.eventTitleDay {
    padding-top: 12px;
}
.eventRoom {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 10px;
	padding: 2px 5px;
}

.eventInfo {
	font-weight: lighter;
	font-style: italic;
	text-decoration: none;
}

.pagination {
	padding: 5px;
	text-align: center;
	margin: 20px 10px;
	float: left;
}

.pagination span {
	padding: 0 10px;
}

.pagination .current {
	font-weight: bolder;
}

.popupTime {
	font-style: italic;
	font-size: smaller;
	padding: 2px;
}
.borderBottom {
	border-bottom: 1px dotted var(--gris-9) /*#999999*/;
    margin-bottom: 5px;
}

.popupRoom {
	float: right;
}

.popupTitle {
	font-style: italic;
	font-weight: bolder;
	font-size: larger;
	
}

.popupSpeaker {
	font-style: italic;
	padding-top: 10px;
}

.popupDescription,.popupFile,.popupPapers,.popupPaper {
	padding-top: 10px;
}

.popupPaper .title {
	font-weight: bolder;
}

.popupPaper .speaker {
	font-style: italic;
}

.eventTitle a {
	text-decoration: none;
}

.focus {
	font-weight: bolder;
}

table.tableau a {
	color: inherit;
}