/* Couleur du lien baniere */
div#header {
background: linear-gradient(to right, #E79A5B 0%,#FFEFB6 100%);
 }


/* Couleur du titre du block et de la police */
.sidebar .title {
background-color: #eacb7c;
color: #000000;
}

#header h1 a {
color: #404c7e;
font-size: 26px;
font-family: Arial;
}

div#header a:hover {
color:#C01B4B;
}

/* Encadrement */
.node {
border: 1px solid #2F574D;
}

/* Couleur du fond du block */
.sidebar .block .content {
background-color: #f4efb8;
color: #333333;
line-height: 25px;
font-size: 13px;
}

/* Couleur de fond des menu */
div#navigation {
background:#FCFAE1;
}

/* Disparition colonnes revenu brut + galerie photos */
th.views-field.views-field-current-balance-1, td.views-field.views-field-current-balance-1, div#block-cforge-gallery-random-photo {
display:none;
}

/* Propriété des survol des liens */
.sidebar .block .content a:hover, .sidebar .block .content a:active  {
font-weight : bold;
text-decoration: underline;
color:green;
background-color:#FAA000;
}
/*font-style:italic;*/

/* Propriété du menu secondaire */
div.region.region-headerright {
font-size: 13px;
}

.region-headerright a:hover{
background-color:#FAA000;
}