/* page agenda, surcharge de la couleur d'un événement dans le calendrier (SPIP 3 uniquement) */

.calendrier-couleur5, .calendrier-couleur5 .fc-event-skin {
   background-color: #3582BA !important;
   border-color: #3582BA !important;
   color: #021C45 !important;
}

.labex {
	float: left;
	background-color: #fff;
	width: 96%;
	padding: 2%;
	margin-bottom: 2%;
	border-top: solid 5px #ccc;
	border-bottom: solid 0px #ccc;
}

.label-IA {
	float: left;
	background-color: #fff;
	width: 96%;
	padding: 2%;
	margin-bottom: 5%;
	border-top: solid 5px #ccc;
	border-bottom: solid 0px #ccc;
}

#colgauche .partenaire, #colgauche #recherche, #colgauche div.menu2, #deconnexion {
	background-color: #fff;
	border-bottom: solid 1px #ccc;
}

#colgauche #partenaires a.textealigne {
	text-align: left;
}

#colgauche #partenaires a.petitehauteur {
	height: 40px;
	width: 165px;
	background-color: #fff;
}

#colgauche #partenaires a.titregauche {
	height: 30px;
	width: 177px;
	background-color: #fff;
	border-top: solid 5px #ccc;
	border-bottom: solid 0px #ccc;
	text-align: left;
}

.menupartenaires > li {
	width: 165px;
}
.menupartenaires > li > a {
	border-top: solid 5px #ccc;
	border-bottom: solid 1px #ccc;
	height: 40px;
	color: #333;
}
.menupartenaires ul li a {
	height: 40px;
	line-height: 40px;
	background: #ddd;
	color: #333;
}
.menupartenaires ul li:last-child a {
	text-align: center;
	height: 60px;
}
.menupartenaires > li > a:hover, .menupartenaires > li > a.active {
	color: #333;
}
.menupartenaires > li > a.active {
	border-bottom: 1px solid #ccc;
	height: 20px;
}

