body 
{ 
	margin: 0px, 0px, 0px, 0px; 
	background:white;
	width: 540px;
	margin:auto;
}

/* FORMULAIRE */

#formulaire
{
	width:540px;
	float:left;
	margin-right:10px;
	margin-left:7px;
}

form p
{
	clear: both;
	padding-bottom:5px;
	padding-top:5px;
}

/* LABEL DU FORMULAIRE POUR RENDRE LE CHAMPS ACCESSIBLE PAR SIMPLE CLIC */
label
{
	float: left;
	text-align: left;
	width: 120px;
	margin-left:10px;
}

/* CHAMPS FORMULAIRE */
input, select
{
	float: left;
	text-align: left;
	width:200px;
}

/* AUTO-COMPLETION */
#select_commune, #select_paroisse
{
	width:202px;
	margin-left:130px;
	border:1px solid grey;
	display:none;
}

#select_commune p, #select_paroisse p
{
	padding: Opx;
	margin: 0px;
	font-size: 9px;
}

fieldset
{
	clear:both;
	margin:0px;
	margin-top:7px;
	position:relative;
	padding:8px;
	background:#eaf4fc;
}

/* LEGEND FORMULAIRE (EN-TETE) */
form legend
{
	color: orange;
	font-weight: bold;
}

/* TABLEAU DES RESULTATS */
#tab_result, .tab_result
{
	border: solid #ffb441 5px;
	margin: auto;
	margin-right:10px;
	width:1OO%;
}

/* CELLULE DU TABLEAU */
#tab_result td, .tab_result td, #info_bulle td
{
	font-size: 13px;
}

/* LIEN CONTENU DANS LE TABLEAU */
#tab_result a, .tab_result a, #info_bulle a
{
	text-decoration: none;
	color: black;
	font-style: italic;
	font-weight: bold;
}

/* LIEN CONTENU DANS LE TABLEAU LORS DU PASSAGE DE LA SOURIS */
#tab_result a:hover, .tab_result a:hover, #info_bulle a:hover
{
	text-decoration: underline;
	color: black;
	font-style: italic;
	font-weight: bold;
}

/* TITRE DU TABLEAU */
#info_bulle caption, #info_bulle caption:hover
{
	background: green;
}

/* LIGNE DU TABLEAU */
#tab_result tr, .tab_result tr, #info_bulle tr
{
	border: solid grey 1px;
	color: black;
	background: #d0e3ff;
}

/* LIGNE DU TABLEAU LORS DU PASSAGE DE LA SOURIS */
#tab_result tr:hover, .tab_result tr:hover, #info_bulle tr:hover
{
	border: solid grey 1px;
	color: black;
	background: #fed089;
}

/* EN-TETE DU TABLEAU, 1ERE LIGNE */	
#tab_result .en_tete_tab, #tab_result .en_tete_tab:hover, .tab_result .en_tete_tab, .tab_result .en_tete_tab:hover, #info_bulle .en_tete_tab, #info_bulle .en_tete_tab:hover
{
	background: #0e6ab4;
	color: white;
}
