/** CADRE **/
.cadre_top_left {
	width: 58px;
	height: 105px;
	background: url('/img/recherche_cadre_top_left.gif') no-repeat;
	float: left;
}

.cadre_top_middle {
	width: 833px;
	height: 105px;
	background: url('/img/recherche_cadre_top_middle.gif') repeat-x;
	float: left;
}

.cadre_top_right {
	width: 42px;
	height: 105px;
	background: url('/img/recherche_cadre_top_right.gif') no-repeat;
	float: left;
}

/****** LIGNE 1 ***********/
.recherche_ligne1_left {
	width: 58px;
	height: 172px;
	background: url('/img/recherche_ligne1_left.gif') no-repeat;
	float: left;
}
.recherche_ligne1_middle {
	width: 833px;
	height: 172px;
	background: url('/img/recherche_ligne1_middle.gif') repeat-x;
	float: left;
}
.recherche_ligne1_right {
	width: 21px;
	height: 172px;
	background: url('/img/recherche_ligne1_right.gif') no-repeat;
	float: left;
}




.cadre_bottom_left {
	width: 58px;
	height: 161px;
	background: url('/img/recherche_cadre_bottom_left.gif') no-repeat;
	float: left;
}

.cadre_bottom_middle {
	width: 833px;
	height: 161px;
	background: url('/img/recherche_cadre_bottom_middle.gif') repeat-x;
	float: left;
}

.cadre_bottom_right {
	width: 21px;
	height: 161px;
	background: url('/img/recherche_cadre_bottom_right.gif') no-repeat;
	float: left;
}



/** Positionnement contenu **/

.recherche_table_top {
	padding: 0px 0px 0px 15px;
	width: 818px;
}
.recherche_table_top table {
	width: 633px;
}

.recherche_table {
	padding: 15px 0px 0px 15px;
	width: 818px;
}

.recherche_table td{
	width: 200px;
}



#table_specialites {
	width: 818px;
}

#table_specialites td{
    padding: 0px 0px 3px 0px;
}

#table_specialites .nom_specialite {
	float: left;
	padding: 0px;
}

#table_specialites .picto_aide {
	float: left;
	padding: 3px 2px 0px 2px;
}









#recherche_form{
	padding: 0px 0px 0px 15px;
}

#recherche_form form{
	padding: 0px;
	margin: 0px;
}


.recherche_form_field{
	padding:  0px 0px 8px 0px;
}

#recherche_form .label{
    float: left;
    width: 120px;
    padding: 2px 0px 0px 0px;
}

#recherche_form_submit{
	padding: 0px 0px 0px 95px;
}

/** Mise en forme textes **/

.recherche_titre {
	font-weight: bold;
	color: #9a1360;
	font-size: 14px;
	padding: 15px 0px 10px 15px;
}

.recherche_table_top {
  	color: #757575;
  	font-size: 13px;
}

.recherche_table_top a, .recherche_table_top a:visited {
  	font-weight: bold;
    color: #757575;
  	text-decoration : underline;
}

.recherche_table_top a:hover {
  	text-decoration : none;
}

/* Vignette */

#table_voyants .vignette_photo {
	width: 61px;
	height: 88px;
	float: left;
	padding: 0px 7px 0px 0px;
}

#table_voyants .vignette_info {
	float: left;
}

#table_voyants .vignette_nom {
	padding: 0px 0px 0px 0px;
}

#table_voyants .vignette_nom a{
	color: #9a1360;
	font-weight: bold;
}

#table_voyants .vignette_nom h3{
	margin: 0px;
	font-size: 12px;
	text-decoration: underline;
}

#table_voyants .vignette_type {
	color: #757575;
	padding: 0px 0px 2px 0px;
}

#table_voyants .vignette_note {
	color: #9a1360;
	font-size: 11px;
	padding: 2px 0px 1px 0px;
}

#table_voyants .vignette_picto img{
	float: left;
	padding: 0px 4px 0px 0px;
}

#table_voyants .vignette_etat {
	color: #757575;
	font-size: 10px;
	padding: 5px 0px 0px 0px;
}

#table_voyants .vignette_prix {
	color: #9a1360;
	font-size: 10px;
	padding: 0px 0px 3px 0px;
}


#recherche_form{
	color: #757575;
	font-size: 11px;
	font-weight: bold;
}

#recherche_form input{
	width: 265px;
	color: #757575;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #808080;
	padding: 2px 0px;
}

#recherche_form select{
	width: 268px;
	color: #757575;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 0px;
	border: 2px inset #808080;
}
