
/* ################ CSS styling for "Classe Affaire" section */


h3, h3 > a, .ie8aside a.active{
	color:#2ba0e8 !important;
}

a.next span.btn{
	background:#2ba0e8;
}

.plus{
	background-color:#2ba0e8;
}

a.next span.btn{
	background:#2ba0e8;
}

/* ########### Labels */

.main-form label.large{
		color:#2ba0e8;
}

/* ####### Cards themeing */ 

/* titles */

.titlebundle.cgp h3 > a{
	color:#cd220e !important;
}
.titlebundle.visiter h3 > a{
	color:#1cb0bb !important;
}
.titlebundle.etudier h3 > a{
	color:#ff6016 !important;
}
.titlebundle.affaire h3 > a{
	color:#2ba0e8 !important;
}
.titlebundle.investir h3 > a{
	color:#d2b770 !important;
}
.titlebundle.loger h3 > a{
	color:#2cc218 !important;
}
.titlebundle h3 > a:hover{
	color:#000 !important;
}

/* Plusses */

.cgp .plus {
	background-color:#cd220e;
}
.visiter .plus{
background-color:#1cb0bb;
}
.etudier .plus{
background-color:#ff6016;
}
.affaire .plus{
background-color:#2ba0e8;
}
.investir .plus{
background-color:#d2b770;
}
.loger .plus{
background-color:#2cc218;
}
.plus:hover{
	background-color:#1e272e;
}