/* CSS Document */


.info a:link{text-decoration: none; color: #ffffff}
.info a:visited{text-decoration: none; color: #ffffff} 
.info a:active{text-decoration: none; color: #ffffff}
.info a:hover{text-decoration: none; color: #cccccc}


/*** 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: 0px solid #8a040c;
	padding-bottom:0px;
	margin-top: 25px;
}

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

div.info_societe {
	float:left;
	margin-left: 15px;
	width:440px;
	_width:455px;
}


.nom_societe{
	font-family: verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

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

div.article_valeur{
	float:left;
	margin-bottom:0px;
	width: 150px;
	_width: 150px;
	text-align:justify
}

div.article_valeur_liste{
	float:left;
	margin-bottom:0px;
	width: 350px;
	_width: 350px;
	text-align:justify
}

div.article_description{
	padding: 5px;
	padding-bottom:10px;
	margin-bottom:2px;
	text-align:justify;
	/*border: 1px solid #8a040c;*/
	/*background-color:#EFE0D1;*/
}

div.article_description_titre{
	width:250px;
	color:#990000;
	font-weight:bold;
	font-size: 14px;
	margin-bottom:2px;
	border-bottom:1px solid #000000;
	padding-top:15px;
}

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;
}

.navigation_select_page{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#8a040c;
	border:1px solid #999999;
}


/*** Style de la fiche article ***/
div.nom_societe{
}

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

li{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
}

ul{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/*** Style pour le formulaire de devis ***/
.devis-intitule{
	float:left;
	width: 100px;
	margin-bottom:0px;
	font-weight:bold;
}

.devis-champ{
	float:left;
	width: 400px;
	margin-bottom:0px;	
}
/*
.devis-champ input{
	width:200px;
}

.devis-champ textarea{
	width:400px;
	height:200px;
}*/
