/* Gestion des textes */
.accroche {
    height: 10px;
    font-size: 10px;
    margin-bottom:10px;
    text-align: center;
    color: #888888;
}
.zone_texte1 {
    margin: 15px 0px 0px 0px;
    text-align: justify;
}
/* Gestion des barre de bouton vertical */
.barre_type_bien {    
    border: 1px solid #3c78a7;
    margin: 0px 20px 5px 0px;
    text-align: center;      	
	padding: 4px 7px 4px 7px;
	width: 100px;
}
.barre_type_bien_actif {
    border: 2px solid #B22222;       
    background-color: #B22222;
    margin: 0px 20px 5px 0px;
    text-align: center;      	
	padding: 4px 7px 4px 7px;
}
.barre_type_bien a {    
    text-decoration: none;        
}
.barre_type_bien_actif a {
    color: #FFFFFF;
    font-weight: bold;
}
.barre_type_bien a:hover {    
    color: #B22222;    
    font-weight: bold;
}
/* Gestion des barre de bouton horizontal */
.barre_type_bien_horizontal {    
    border: 1px solid #AAAAAA;
    margin: 0px 3px 0px 0px;          	
	padding: 2px 5px 2px 5px;	
	display: inline;
}
.barre_type_bien_horizontal_actif {       
    border: 2px solid #B22222;
    background-color: #B22222;    
    margin: 0px 3px 0px 0px;          	
	padding: 2px 5px 2px 5px;	
	display: inline;
}
.barre_type_bien_horizontal a {    
    text-decoration: none;
    color: #666666;        
}
.barre_type_bien_horizontal_actif a {
    color: #FFFFFF;
    font-weight: bold;
}
.barre_type_bien_horizontal a:hover {    
    color: #B22222;    
    font-weight: bold;
}
/* Gestion des titres */
.titre_type_critere {
     font-weight: bold;
     color: #666666;
     border-bottom: 1px dotted #666;
     margin-bottom: 5px;
}
/* Gestion des étapes de l'ajout d'une annonce */
#etapes_annonce {
    margin-left:auto;
    margin-right:auto;
}
#etapes_annonce img {
    border: 0px;
}
#etapes_annonce .libelle_off {
    font-weight: bold;
    color: #666666;
    font-size: 14px;
}
#etapes_annonce .libelle_on {
    font-weight: bold;
    color: #B22222;
    font-size: 14px;
}
/* Gestion de types / valeur de critère */
#tableau_type_critere {
    color: #666666;
}
/* Gestion du bloc d'identification */
#identification {
    text-align: justify;
}
#identification #presentation img {
    padding-top: 5px;
}
#identification .separateur {
    border-right: 1px dotted #888888;
}
#membre_accueil {
    display: block;
    width: 100%;
    float: left;
    margin-top: 20px;
}
.barre_lien_bouton {
    display: inline;
}
.lien_bouton {
    border: 1px solid #AAAAAA;
    margin: 0px 10px 0px 0px;          	
	padding: 5px 10px 5px 10px;
}
.lien_bouton_actif {
    border: 2px solid #B22222;
    margin: 0px 10px 0px 0px;          	
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	text-decoration: none;
}
.lien_bouton:hover {
    text-decoration: none;
    border: 1px solid #B22222;
    color: #B22222;    
}

/* Gestion des messages d'erreur */
#boxErreur {
    width: 100%;
    dislpay: inline;
    border: 1px dotted #B22222;
    
}
#boxErreurDetail {
    width: 50%;
    margin-left:auto;
    margin-right:auto;
    color: #B22222;
    font-weight: bold; 
    padding: 5px 0px 5px 0px;   
}
/* Gestion des messages de confirmation */
#boxConfirmation {
    width: 100%;
    dislpay: inline;
    border: 1px dotted #456b35;
    
}
#boxConfirmationDetail {    
    text-align: center;
    color: #456b35;
    font-weight: bold; 
    padding: 5px 0px 5px 0px;   
}
