/* CSS Document */

/*** Style des sous titre dans la gestion de l'annuaire ***/
div.article_sous_titre{
	background-color:#CCCCCC;
	width:100%;
	margin-bottom: 4px;
	margin-top: 15px;
	padding: 2px;
	font-weight:bold;
	border-top: 2px solid #666666;
}

/*** Style du rollhover sur une image cliquable ***/
img.bordPhoto_hover{
	border: 2px solid #8A040C;
}

/*** Comportement des boutons ***/
input.bouton_rechercher, input.bouton_rechercher_hover, input.bouton_rechercher_click {
	margin: 0px;
	padding: 0px;
	width:100px;
}

input.bouton_rechercher{
	font-weight:bold;
	border-style: outset;
	background-color:#8a040c;
	color:#FFFFFF;
}

input.bouton_rechercher_hover{
	font-weight:bold;
	border-style: outset;
	background-color:#8a040c;
	color:#999999;
}

input.bouton_rechercher_click{
	font-weight:bold;
	border-style: inset;
	background-color:#FFFFFF;
	color:#8a040c;
}

/*** Style de la liste des article (recherche) ***/
div.liste_societe {
}

div.bloc_societe {
	border-bottom: 1px solid #8a040c;
	margin-top: 10px;
	margin-bottom: 4px;
	padding-bottom: 4px;
}

div.logo_societe {
	float:left;
	border: 0px solid blue;
}

div.info_societe {
	float:left;
	margin-left: 15px;
	width:400px;
}

div.article_titre{
	float:left;
	font-weight:bold;
	width: 80px;
	margin-bottom:2px;
}

div.article_valeur{
	float:left;
	margin-bottom:2px;
	width: 300px;
}

div.description_valeur{
	float:left;
	margin-bottom:2px;
	width: 400px;
}


div.article_description{
	padding: 5px;
	margin-bottom:2px;
	width: 450px;
	border: 1px solid #8a040c;
	background-color:#EFE0D1;
}

div.article_description li{
}

div.article_description ul{
	margin:15px;
}

/*** Style de la navigation ***/
.navigation{

}

.navigation_page{
	background-color:#8A040C;
	color:#FFFFFF;
	font-weight:bold;
}

/*** Style de la fiche article ***/
div.nom_societe{
	border-bottom: 1px solid #8a040c;
}

/*** Style des photos de l'annuaire ***/
.bordPhoto_annuaire{
	border:  1px solid #ee7b00;
	padding: 1px;
}

/*** ***/
.champ_date_off{
	background-color:#CCCCCC;
}