police

bootstrap 268
body {
 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 font-size: 14px;
 line-height: 1.42857143;
 color: #444444;
 background-color: #ffffff;
}

couleur fond haut 

template 846
.navbar-default {
 background-color: #0077bb;
 border-color: #0067a2;
}
 
template 989
.t3-mainnav {
 border: 0;
 border-bottom: 1px solid #0067a2;
 margin-bottom: 0;
 border-radius: 0;
}
 

alignement image

enlever block
template 1396
article img, .article-intro img {
 display: block;
 width: 100% \9;
 max-width: 100%;
 height: auto;
}
 

couleur fond bas

template 2669
.t3-footer {
 background: #f7f7f7;
 color: #666666;
}
 

bouton

bootstrap 2468
.btn-primary {
 color: #ffffff;
 background-color: #0077bb;
 border-color: #0067a2;
}
 
bootstrap 2472
btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #005788;
  border-color: #004064;
}
 

lien

 
template 85
a {
 color: #0077bb;
 text-decoration: none;
 outline: none;
 -webkit-transition: all 0.2s;
 -o-transition: all 0.2s;
 transition: all 0.2s;
}
 
bootstrap 283
a {
 color: #0077bb;
 text-decoration: none;
}
 

breadcrumb

 
template 760
.t3-navhelper {
 background: #eeeeee;
 color: #999999;
 padding: 5px 0;
}
 
template 777
.breadcrumb > .active {
 color: #999999;
}
 
bootstap 4598
.breadcrumb {
 padding: 8px 15px;
 margin-bottom: 20px;
 list-style: none;
 background-color: #eeeeee;
 border-radius: 0;
}
 

fond logo

template 2467
.logo a {
 background: #52a22e;
}
 

hauteur bandeau haut

 
template 74
body {
 padding-top: 55px;
}
 
bootstrap 4071
.navbar {
 position: relative;
 min-height: 55px;
 margin-bottom: 20px;
 border: 1px solid transparent;
}
 

tableau

 
template 115
td, tr td {
 border-top: 1px solid #dddddd;
}
 
j’ai ajouté en fin de template
th, td, tr {
  line-height: 1.5;
  text-align: justify;
  border: 1px solid #8cca50;
  padding: 5px;
}
 
j’ai ajouté  en fin de template
pour les bordures de liste de catégories
 
.system-unpublished, tr.system-unpublished {
  background: #ffffff;
  border-top: 4px solid #8cca50;
  border-bottom: 4px solid #8cca50;
}
 
 

navigation

 
.navbar-default .navbar-nav > li > a{
 color: #bbe6ff;
 padding: 20px;
 text-transform: uppercase;
}
 
hauteur ligne roll over
 
template 863
.navbar-default .navbar-nav > li > a {
    padding: 0;
    line-height: 75px;
  }
 

titre module

 
template 2707
.t3-footer-sl .t3-module .module-title {
 color: #444444;
 font-size: 18px;
 margin-bottom: 10px;
}