       #ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:250px;	/* Width of box */
		height:250px;	/* Height of box */
		overflow:auto;	/* Scrolling features */
		border:1px solid #317082;	/* Dark green border */
		background-color:#FFF;	/* White background color */
		text-align:left;
		font-size:0.9em;
		z-index:100;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		cursor:pointer;
		font-size:11px;
                border-bottom: solid 1px #666666;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#FFCC00;
		color:#FFF;
	}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}

/***********************************************************/
.titre,h1
{
        font-family:arial;
        font-size:12px;
        color: #FFFFFF;
}
h1
{
        font-family:arial;
        font-size:12px;
        color: #FFFFFF;
        margin: 0px;

}
h2
{
        font-family:arial;
        font-size:11px;
        color: #000000;
        margin:0px;
}
.fileariane
{
        font-family:arial;
        font-size:10px;
        color: #666666;
        padding-left:10px;
}
input
{
        font-family:arial;
        font-size:9px;
        color:gray;
}
a
{
        font-family:arial;
        color: #FFFFFF;
}
a:hover
{
        color:#0b5479;
        text-decoration:none;
}
img{ border:none}
body, div
{
         font-family:arial;
}
.recherche
{
        font-size:11px;
        width:180px; 
}
/***********************************************************/
        