﻿
.formulaire_contenu
{
	padding: 5px;
  background-color:#ddf4ff;
  /*width: 100%;*/
  margin: 0 5px;
}

.formulaire_contenu fieldset
{
  border: solid 1px Gray;
  padding: 5px;
}

.formulaire_contenu fieldset legend
{
  font-weight: bold;
}

.formulaire_contenu table tr
{
	text-align: left;
}

.formulaire_info
{
	border-style: none;
	border-color: inherit;
	border-width: medium;
	height: 22px;
		width: 22px;
	background: url('images/icon-info.gif') no-repeat left top;
}

.formulaire_export
{
	border-style: none;
	border-color: inherit;
	border-width: medium;
	height: 22px;
		width: 22px;
	background: url('images/icon-csv.gif') no-repeat left top;
}

.formulaire_cp
{
	border: solid 1px Gray;
	width: 6ex;
}


.formulaire_ville
{
	border: solid 1px Gray;
	width: 20ex;
}


.formulaire_shortcode
{
	width: 7ex;
}

.formulaire_buttons
{
	text-align: center;
}

.formulaire_buttons input
{
	background-color: #003063;
	font-weight: bold;
	color: White;
	border: none;
}

table.recherche_entreprise_detail
{
	margin: 1em auto;
	width: 600px;
}
table.recherche_entreprise_detail thead 
{
	text-align: center;
	background-color: #0088F6;
	color: White;
}

table.recherche_entreprise_detail thead, table.recherche_entreprise_detail th
{
	font-weight: bold;
}

table.recherche_entreprise_detail tbody
{
	background-color: #ddf4ff;
}


table.tarif
{
	margin: 1em auto;
	width: 100%;
}
table.tarif thead
{
	text-align: center;
	background-color: #0088F6;
	color: White;
}

table.tarif thead
{
	text-align: center;
	background-color: #0088F6;
	color: White;
}

table.tarif thead, table.recherche_entreprise_detail th
{
	font-weight: bold;
}

table.tarif tbody
{
	background-color: #ddf4ff;
}

.recherche_onglet
{
	font-weight: bold;
	color: Green;
	font-size: 14px;
}

.recherche_onglet:hover
{
	text-decoration: underline;
}