/* 
    Document   : color
    Created on : Feb 9, 2013, 11:52:48 AM
    Author     : User™
    Description:
        Purpose of the stylesheet follows.
*/

.bgr-top {
    background-color: rgb(12, 128, 235);

}
.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {

    background-color: rgb(12, 128, 235);
}
.navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:hover {
    background-color: rgb(12, 128, 235);

}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
background-color: rgb(12, 128, 235);
color: white;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
background-color: rgb(12, 128, 235);
}
.nav-tabs > li > a {
    /*special color*/
background-color: rgb(174, 227, 252);
}
.nav > li > a:hover {
background-color: rgb(12, 128, 235);
}
.carousel-control {
background: rgb(12, 128, 235);
}

.footer a:hover {
color: rgb(12, 128, 235);
}
.projet {
/*border-bottom: 1px dotted rgb(12, 128, 235);*/
border-bottom: none;
}

.breadcrumb a:hover {
color: rgb(12, 128, 235);
}
a:hover {
color: rgb(12, 128, 235);
}
.newAcordian li h5 {
color: rgb(18, 86, 172);
}
span .inner-link {
color: rgb(12, 128, 235);
}

