
    /* CSS Document */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
// Perso for images & color
//:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

a {
    color:#000;
}


/*couleur du texte de la sidebar*/
#menu_object a:hover, #mapsearch a:hover {
    color: #40392F;
}

#menu_object .cat li {
    border-bottom: 1px solid #BBB;
}

#identification {
    color:#fff;
}

#identification input#login_name, #identification input#password {
    border:1px solid #680;
}

.content h2, 
.content h3, 
.content .price { 
    color: #FFFFFF; 
}

.content h4{ 
    color:#FFF; 
    background-color:#0071B9; 
}

.content h3 a, .content h3 a:link{
    color:#FFF;
}

.content h3 a:hover{
    color:#e5e5e5;
}

.content a img{
   	border: 1px solid #0071B9;
}

.content .arrow a img{
   	border: 0px none;
}


.box {
    border:1px solid #0071B9;
}

.box_header {
    background-color:#0071B9; 
}

/*-------------- BUTTON ------------*/

.content a.button {
    border-color:#013c80;
    border-width:1px;
    background-color:#107bbf;
}

.content a.positive:hover {
    background-color:#CCCCCC;
    border-color: #939393;
    color:#474747;
}
.content a.negative:hover {
    border-color:#013c80;
    background-color:#107bbf;
    color:#474747;
}
.content a.positive:active {
    background-color:#1d4f6f;
    color:white;
}
.content a.negative:active {
    background-color:#107bbf;
    color:white;
}
.content a.positive {
    color:white;
}
.content a.negative {
    color:white;
}

/*-------------------------pagination---------------------------*/

.pagination span a {
    border: 1px solid #0071B9;
}
.pagination span a:hover {
    background: #ffffff;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
// FINANCEMENT
//:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

#finance_container input.text {
    border:1px solid #000;
    color:#1a2dbb;
}

#tab1 td, .bgcelldark{
    background-color:#777; 
    border-bottom:1px solid #bdd5f2;
    color:#FFF;
}

.colsim1{
    border-bottom:1px solid #BBB;
    background-color:#EEE; 
} 


.total{
    background-color:#bdd5f2;
    border-bottom:1px solid #555;
    color:#000;
}

.colsim3{
    color:#333333;
}

#finance_container .title{
    border-bottom:1px solid #BBB;
}

/*----------- defind in the default -----------*/

.highlight {
	background-color:#E5E5E5;
}

.pagination {
	background:#DFDFDF;
}

#logo a{
	height:100px;
}