/*** Surcharge des couleurs pour la teinte du site e-pmsi */
/**
bleu clair : #17a1e0
bleu foncé : #004874
bleu très clair : #e7f5fb
*/

/**************** couleurs pour le menu horizontal **********************/

.menu-horizontal > ul li a {
  color: #11537C;
}


/************************** Logo contrasté ******************************/
.zone-logo {
	background-color: #004874;
}
.zone-logo .logo .icomoon-liga {
	color: #FFF;
	background-color: #17a1e0;
}
.footer .footer-gauche .icomoon-liga {
	color:#004874;
}

/************************** Teinte foncée *******************************/

.breadcrumb {
	color: #004874;
}
.breadcrumb > .active {
	color: #004874;
}
h1 {
	color: #004874;
}
.accordion li {
	 background-color: #004874;
}
.content a.color {
	color: #004874;
}
.content h1 {
	color: #004874;
}
.content h2 {
	color: #004874;
}
.content h3 {
		color: #004874;
}
.content h4 {
	color: #004874;
}
.content h5 {
	color: #004874;
}
.content fieldset.fieldset-darkblue {
	border: 2px solid #004874;
}
.content fieldset.fieldset-darkblue legend {
	background: #004874;
}
.coul-darkblue {
	color:#004874;
}
.info a {
	color:#004874;
}
.ligne-footer {
	background-color: #004874;
}
.welcome-text {
	color:#004874;
	
}
.picto-accueil:hover, .picto-accueil:focus {
	color:#004874;
}
.footer .footer-gauche {
	background-color: #004874;
}
.footer .footer-droit p {
	color:#004874;
}
.footer .footer-droit a {
	color:#004874;
}
.select-profil select {
	color: #004874;
}
.select-profil select {
	color: #004874;
}
.tableau tbody td a, .tableau tbody th a {
	color: #004874;
}
.tableau-1 .td-title {
	color:#004874;
}
.table-title {
	color:#004874;
}	
.tableau-1 tbody td a {
	color: #004874;
}
.tableau-2 .td-title {
	color:#004874;
}
.tableau-2 tbody td a {
	color: #004874;
}
.content .h3-left {
		color: #004874;
}
.reference {
		color: #004874;
}
.icon_back {
	color: #004874;
}


.content .btn, input[type="button"], input[type="submit"], input[type="reset"] {
/*http://www.color-hex.com/color/08397b : second tints */
	background: #326c8f;
	background-image: -webkit-linear-gradient(top, #326c8f, #004874);
	background-image: -moz-linear-gradient(top, #326c8f, #004874);
	background-image: -ms-linear-gradient(top, #326c8f, #004874);
	background-image: -o-linear-gradient(top, #326c8f, #004874);
	background-image: linear-gradient(to bottom, #326c8f, #004874);
}
.content .btn:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover{
/* Anne : je ne comprends pas d'où sortent ces couleurs... */
/*	background: #17a1e0;
	background: #19b3fa;*/
	background: #8acfee;
	background-image: -webkit-linear-gradient(top, #8acfee, #19b3fa);
	background-image: -moz-linear-gradient(top, #8acfee, #19b3fa);
	background-image: -ms-linear-gradient(top, #8acfee, #19b3fa);
	background-image: -o-linear-gradient(top, #8acfee, #19b3fa);
	background-image: linear-gradient(to bottom, #8acfee, #19b3fa);
}

/**************************	 arrière plan ******************/
.tableau tbody tr:nth-child(2n+1) {
	background: #e7f5fb;
}

.tableau tbody tr:hover {
	background-color: #ddd;
}

/*************************** Teinte claire **********************************/

.navbar {
	background-color: #17a1e0;
}
.picto-accueil {
	color:#17a1e0;
}
.accordion li a:hover, .accordion li.active > a {
	background-color: #17a1e0;
}
.accordion li a i {
  color: #17a1e0;
}
.content .btn-action a {
  color: #17a1e0;
}
.content .btn-action:hover {
	background-color: #17a1e0;
}
.content a {
	color: #17a1e0;
}
/* Lien avec aplat de couleur TODO ANNE : est-ce vraiment utilisé ? */
.content a.color {
	background-color: #17a1e0;
}
.content fieldset {
	border: 2px solid #17a1e0;
}
.content fieldset legend {
	background: #17a1e0;
}
.coul-blue {
	color:#17a1e0;
}
.puce-bleu {
	color:#17a1e0 !important;
}
/* L'etat hover du menu/submenu */
.menu-horizontal > ul li a:hover,
.menu-horizontal > ul li:hover > a {
	background: #17a1e0;
}
/* Indication d'un sous menu (fleche) */
.menu-horizontal > ul .has-sub > a::after {
	border-left: 4px solid #17a1e0;
}
.footer .footer-droit .mention {
	color:#17a1e0;
}
.content .btn-lien:hover {
	background-color: #17a1e0;
}
.bleuTh {
	background-color:	#17a1e0;
}
.tableau thead {
	color: #17a1e0;
}
.tableau-1 thead {
	color: #17a1e0;
}

.tableau-2 {
	border:1px solid #17a1e0;
}
.tableau-2 thead {
	color: #17a1e0;
}

/**************************	******************/