#rech_avancee{
	z-index:999;
	width: 844px;
	height: 490px;
	border: 1px solid #999;
	background-color: #fff;
	background-image:url(../fichiers_habillage/fond_table.png);
	background-repeat:repeat-x;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

}

.contenersearch {
	border-spacing: 0px;
	padding: 0px;
	width: 98%;
	font-family: "Lucida Grande", "Lucida sans", Geneva, Arial, Verdana, sans-serif;
}

.contenersearch select {
	width:250px;
}

.leftsearch {
	border-spacing: 0px;
	padding: 0px;
	width: 277px;	
	height: 531px;	
	background-image: url(http://www.auat-toulouse.org/atlasdaglo/tableaux/fichiers_habillage/iframe_left.png);	
	background-repeat: no-repeat;
}

.resultasearchnb{
	height: 18px;
	padding-left: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border:none;
	margin-top: 5px;
	margin-bottom: 3px;
}
.resultasearch{
	width: 250px;
	height: 350px;
	padding-left: 7px;
	font-size: 10px;
	overflow: auto;
	border: 1px solid #666666;
	margin-left: 5px;
	background-color: #ffffff;
}


.rightsearch {
	vertical-align: middle;	
	border-spacing: 0px;
	padding: 0px;
	width: 683px;	
	height: 531px;	
	background-image: url(http://www.auat-toulouse.org/atlasdaglo/tableaux/fichiers_habillage/iframe_right.png);	
	background-repeat: no-repeat;
}


.yousearch{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	vertical-align: middle;
	height: 36px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	background-color: #666;
	background-image: url(../fichiers_habillage/barre.png);	
	background-repeat: repeat-x;
}

.affichsearch{

}



.newsearch{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-indent: 10px;
	vertical-align: middle;
	height: 18px;
	cursor : pointer;
}

.imgnewsearch {
	height: 20px;
	width: 104px;
	vertical-align: middle;
}

.searchcondition{
	text-align: right;
	font-family: "Lucida Grande", "Lucida sans", Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.searchcondition select{
	align: left;
	text-align: left;
	font-family: "Lucida Grande", "Lucida sans", Geneva, Arial, Verdana, sans-serif;
	font-size: 10px;
}

.titresearch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	vertical-align: top;
	font-weight: bold;
	text-indent: 20px;
	margin-right: 0px;
	color: #000;

}
/* OVERLAY*/
/* the overlayed element */ 
.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    /*background-color:#333; */
     
    /*width:675px;     */
    /*min-height:200px; */
    /*border:1px solid #666; */
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow: 0px 0px 5px 3px #999;
    /*-webkit-box-shadow: #999 20px 20px 20px 0px; */
} 
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url(../fichiers_habillage/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}
