#content {
	background-image: url(../img/layout/pages/specialiste.png);
	margin-right: 0;
}

#searchRayon {
	position: relative;
	width: 650px;
	background: #eaf0f6;
	height: 50px;
	margin: 10px 0;
}

#searchRayon input {
	height:26px;
	font-size: 1.2em;
	width: 600px;
	margin: 10px;
}

#searchRayon .btnGo {
	position: absolute;
	right: 0px;
	top: 7px;
}

#searchRayon input.prompt {
	color: #CCC;
	font-style: italic;
}

.rayons {
	height: 300px;
	width: 700px;
}

.rayons li {
	color: #4c7491;
	height: 30px;
	margin: 2px;
	width: 220px;
	float: left;
	text-indent: 5px;
}

.rayons li a {
	list-style-type: none;
	color: #4c7491;
	display: block;
	text-decoration: none;
	font-size: 0.8em;
	background: #eaf0f6;
	text-align: left;
	line-height: 33px;
}

.rayons li a:hover {
	background: #FFF;
}

.rayons li a:active {
	background: #CCC;
}

#container {
	position: relative;
	min-height: 200px;
}

.specialistes {
	margin-top: 20px;
	width: 700px;
}

.specialistes>li {
	color: #4c7491;
	width: 130px;
	height: 180px;
	margin: 2px;
	float: left;
	background: #eaf0f6;
}

.specialistes>li a {
	list-style-type: none;
	color: #4c7491;
	display: block;
	height:100%;
	width: 100%;
	text-decoration: none;
	font-size: 0.8em;
	background: #eaf0f6;
	text-align: center;
}

.specialistes>li a img {
	width: 110px;
	height: auto;
	display: block;
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 5px;
}

.specialistes>li a:hover {
	background: #FFF;
}

.specialistes>li a:active {
	background: #CCC;
}

#content .specialistes li ul.sousRayons {
	display: none;
	position: absolute;
	font-size: 0.7em;
	color: #FFF;
	list-style-type: circle;
	z-index: 1000;
}


#content .specialistes li ul.sousRayons li {
	width: 168px;
	padding: 0 15px;
	position: relative;
	display: block;
	float: none;
	margin: 0;
	text-align: left;
	background: url(../img/layout/sousRayons/middle.png);
	color: #333;
	list-style-type: circle;
}
#content .specialistes li ul li.top{
	background: url(../img/layout/sousRayons/top.png);
	height: 33px;
}

#content .specialistes li ul li.bottom{
	background: url(../img/layout/sousRayons/bottom.png) no-repeat;
	height: 24px;
}
#contactForm {
	position: absolute;
	top:0;
	left:150px;
}
#contactForm .textinput {
	height: 22px;
	width: 450px;
	margin-bottom: 4px;
}

#contactForm input {
	margin-right: 4px;
}
#contactForm textarea {
	width: 450px;
	height: 180px;
}
