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

a {
    color:#000;
}

#logo a {
	margin-top:10px;
}

/*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 #e20909;
}

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

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

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

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

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

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


.box {
    border:1px solid #e20909;
}

.box_header {
    background-color:#e20909; 
}

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

.content a.button {
    border-color:#AAAAAA #888888 #888888 #AAAAAA;
    border-width:1px;
    background-color:#CCCCCC;
}

.content a.positive:hover {
    background-color:#E6EFC2;
    border-color: #CCEE88 #AADD66 #AADD66 #CCEE88;
    color:#529214;
}
.content a.negative:hover {
    background-color:#FBE3E4;
    border-color:#EEDDDD #DDBBBB #DDBBBB #EEDDDD;
    color:#DD2211;
}
.content a.positive:active {
    background-color:#529214;
    color:white;
}
.content a.negative:active {
    background-color:#DD2211;
    color:white;
}
.content a.positive {
    color:#3B6600;
}
.content a.negative {
    color:#DD2211;
}

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

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

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

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

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

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


.total{
    background-color:#e20909;
    border-bottom:1px solid #FFF;
    color:#FFF;
}

.colsim3{
    color:#333333;
}

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

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

.highlight {
	background-color:#E5E5E5;
}

.pagination {
	background:#DFDFDF;
}
