/* Annuaire */

.col2 #page #article form#rechercheAnnuaire {
	margin: 10px 0 20px 0;
	padding: 5px 10px 10px 10px;
  	border: 1px solid #ddd;
}

.col2 #page #article form#rechercheAnnuaire fieldset {
  	border:none;
}

.col2 #page #article form#rechercheAnnuaire label {
	display: block;
  	color: #555;
  	font-size: 11px;
  	font-family: Arial, sans-serif;
}

.col2 #page #article form#rechercheAnnuaire div {
	display: inline;
  	margin-right: 10px;
  	float: left;
}

.col2 #page #article form#rechercheAnnuaire input#nom {
  	width: 131px;
  	height: 18px;
  	border: 1px solid #BBBAB8;
  	color: #888;
  	font-size: 12px;
  	padding: 0 2px;
  	font-family: Arial, sans-serif;
  	top: -1px;
  	position: relative;
}

.col2 #page #article form#rechercheAnnuaire select#service {
  	width: 250px;
  	height: 18px;
  	border: 1px solid #BBBAB8;
  	color: #888;
  	font-size: 12px;
  	font-family: Arial, sans-serif;
}

.col2 #page #article form#rechercheAnnuaire input.submit {
  	background: #65625a;
  	border: none;
  	color: #fff;
  	font-size: 13px;
  	font-family: Arial, sans-serif;
  	width: 90px;
  	padding: 3px 5px 6px 5px;
  	height: 22px;
  	float: left;
  	margin-top: 16px;
  	display: inline;
  	margin-left: 5px;
  	cursor: pointer;
}

.col2 #page #article form#rechercheAnnuaire input.submit:hover {
	background: #963c38;
}

.col2 #page #article dl {
  	height:43px;
  	position:relative;
  	border-bottom:1px solid #E3E2DD;
  	padding-top:5px;
}

.col2 #page #article dl.ligneAlterne {
  	background: #F5F4EF;
}

.col2 #page #article dl dt {
  	padding-left:25px;
  	background: url(../images/pucePerso.gif) no-repeat 2px 3px;
}

.col2 #page div#article dl dt a {
  	font-size: 13px;
  	font-family: Arial, sans-serif;
  	font-weight: bold;
  	text-decoration: underline;
  	color: #444 !important;
}

.col2 #page div#article dl dt a:hover {
	text-decoration: none;
}

.col2 #page #article dl dt a span {
  	text-transform: uppercase;
}

.col2 #page #article dl dd {
  	color:#777;
  	font-size:10px;
  	padding-left:25px;
  	font-family: Arial, sans-serif;
}

.col2 #page #article dl dd span {
  	text-transform: uppercase;
}

.col2 #page #article dl dd.tel {
  	position:absolute;
  	right:24px;
  	bottom:13px;
  	color: #8d332d;
  	font-size:13px;
  	font-family: Arial, sans-serif;
  	font-weight: bold;
  	background: url(../images/puceTel.gif) no-repeat 0 2px;
}

.col2 #page #article a.suiteResultats {
  	color:#444;
  	font-size:12px;
  	font-family: Arial, sans-serif;
  	float:right;
  	margin-top: 10px;
}

