<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -------------------------------------------------------------------------------------------
 *
 * Divs principaux (layout de la page)
 *
 * ------------------------------------------------------------------------------------------- */

/**
 * 	Image affichee a cote des criteres de recherche
 */
#image_recherche
{
	background-image: url('../../images/recherche_entree.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	width: 134px;
	height: 100px;
	right: 20px;
	opacity: 0.8;
	-moz-box-shadow: 8px 8px 12px #aaa;
	-webkit-box-shadow: 8px 8px 12px #aaa;
	box-shadow: 8px 8px 12px #aaa;
}

.form_bloc_dimension
{
}

.form_bloc_coordonnees
{
}

.bloc_dimensions .replier, .bloc_dimensions .deplier
{
	display: inline;
}

table#criteres
{
	width: 100%;
}

.form_bloc_dimensions .replier img,
.form_bloc_coordonnees .replier img
{
	background-image: url("../../images/grosse_fleche_bas_noire.png");
	background-position: center center;
	background-repeat: no-repeat;
	border: medium none;
	height: 16px;
	width: 16px;
}

.form_bloc_dimensions .deplier img,
.form_bloc_coordonnees .deplier img
{
	background-image: url('../../images/grosse_fleche_haut_noire.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 16px;
	height: 16px;
	border: none;
}

/**
 * 	Ligne d'un phĂŠnomĂ¨ne
 */
tr[type="phenomene"] {
	cursor: pointer;
}

</pre></body></html>