/*#treeview {
	background-color: transparent;
	width: auto;
	height: auto;
	padding-top: 6px;
}

#treeview h1 {
	color: #646464;
	font-size: 11px;
	font-weight: bold;
}

#treeview a {
	color: #005D9D;
	text-decoration: none;
	border-bottom: 1px dotted silver;
	padding-bottom: 1px;
}

#treeview a.cmds {
	color: #646464;
	text-decoration: underline;
	border-bottom: 0;
	padding-bottom: 0;
}

#treeview a.cmds:hover {
	color: #EB6909;
	text-decoration: none;
	border-bottom: 0;
	padding-bottom: 0;
}

#treeview a:hover {
	color: #EB6909;
	text-decoration: none;
}*/

#annuaire_cat_title {
	width: 655px;
	height: auto;
	background-color: transparent;
	font-size: 13px;
	padding: 0px 0px 4px 0px;
	font-weight: bold;
	border-bottom: 1px solid #DCDCDC;
}

#annuaire_cat_content {
	width: 655px;
	height: auto;
	background-color: transparent;
	padding: 25px 0px 10px 0px;
}

#entreprises {
  width: 650px;
  height: auto;
  background-color: transparent;
  margin-top: 30px;
}

#ents_bandeaux {
	width: 650px;
	height: auto;
	background-color: transparent;
	margin-top: 25px;
}

#ents_bandeaux img {
    padding: 0;
    border: 0;
}

#bandeaux_content {
	width: 610px;
	height: auto;
	background-color: transparent;
	padding: 0px 20px 5px 20px;
    background: url(images/f_ents_bck.gif);
    background-repeat: repeat-y;
}

#bandeaux_content span.title {
    float: left;
    font-size: 14px;
    color: #005D9D;
}

#bandeaux_content span.view_fiche {
    float: right;
    padding-top: 13px;
}

#bandeaux_content a{
    font-size: 11px;
    color: #005D9D;
    text-decoration: underline;
}

#bandeaux_content img{
    float: left;
    padding: 0px 6px 1px 0px;
    border: 0;
}

#ents_fiches {
	width: 650px;
	height: auto;
	background-color: transparent;
	margin-top: 25px;
}

#fiches_content {
	width: 610px;
	height: auto;
	background-color: transparent;
	padding: 0px 20px 5px 20px;
    background: url(images/f_ents_bck.gif);
    background-repeat: repeat-y;
    float: left;
}

#fiches_content span.coordonnees {
    float: right;
    width: 200px;
    padding: 10px 10px 0px 10px;
    margin-top: 10px;
    border: 1px solid silver;
    background-color: #f7f8f3;
    color: #005D9D;
    min-height: 150px;
    text-align: center;
}

#fiches_content span.coordonnees a {
    color: #005D9D;
    text-decoration: none;
}

#fiches_content span.coordonnees a:hover {
    text-decoration: underline;
}

#fiches_content span.coordonnees a:hover {
    text-decoration: underline;
}

#fiches_content h1 {
    font-size: 12px;
    color: #005D9D;
    width: 200px;
    border-bottom: 1px dotted silver;
    padding-bottom: 5px;
    float: left;
    font-weight: normal;
}

#fiches_content span.title {
    float: left;
    font-size: 18px;
    color: #005D9D;
    width: 370px;
    border-bottom: 1px dotted silver;
    padding-bottom: 5px;
    padding-top: 8px;
}

#fiches_content span.adresse {
    font-size: 12px;
    color: #005D9D;
    width: 370px;
    border-bottom: 1px dotted silver;
    padding-bottom: 5px;
    float: left;
}

#fiches_content label {
    width: 60px;
    float: left;
    color: #646464;
    text-align: left;
    padding-left: 25px;
}

#fiches_content p {
    color: #646464;
    text-align: center;
}

#presentation {
	width: 610px;
	height: auto;
	background-color: transparent;
	padding: 0px 20px 5px 20px;
    background: url(images/f_ents_bck.gif);
    background-repeat: repeat-y;
    float: left;
}

#presentation img{
    padding: 3px;
    border: 1px solid silver;
}

#presentation ul {
    margin-left: 30px;
}

#presentation span.title {
    font-size: 12px;
    color: #005D9D;
    width: 610px;
    border-bottom: 1px dotted silver;
    padding-bottom: 5px;
    float: left;
}

#presentation a {
    color: #005D9D;
    text-decoration: none;
}

#presentation a:hover {
    text-decoration: underline;
}


