/* global */
/* form recherche */
form.formulaire_recherche{
	margin-top: 0px;
	background-color: #D6E7F3;
	border: 1px solid #3399CC;
}
.tableau_recherche_entreprise
{
	width:550px;
	text-align:left;
}

.tableau_recherche_entreprise tr td
{
	font-weight:bold;
	color:#660033;
	padding: 5px;
}

form.formulaire_recherche input 
{
border: 1px solid #006699;
}
form.formulaire_recherche select
{
border: 1px solid #006699;
}

form input.form_image{
	border:none;
	margin-top: 4px;
}



div.row
{ clear: both;
  width: 448px;
}

div.row span.formlabel 
{ float: left;
  width: 150px;
  text-align: left;
}

div.row span.forminput
{ float: right;
  text-align: right;
} 

div.spacer
{ clear: both;
  width: 80px;
}

.radio
{ 
  width: 15px;
}

.submit
{ font-family: verdana, arial, sans-serif;
  border: 1px solid;
  width: 50px;
  height: 20px;
  cursor: pointer;
  font-size: 100%;
}

.envoyer
{ font-family: verdana, arial, sans-serif;
  border: 1px solid;
  width: 100px;
  height: 20px;
  cursor: pointer;
  font-size: 100%;
}

.recherche
{ font-family: verdana, arial, sans-serif;
  border: 1px solid;
  width: 230px;
  height: 25px;
  cursor: text;
  font-size: 100%;
}


.enregistrer
{ border: 0px;
  width: 100px;
  height: 26px;
  cursor: pointer;
  padding-right:80px;
}

.visible{
	visibility:visible;
}

.invisible{
	visibility:hidden;
}

.tableau
{
	width:680px;
	color:#0033FF;
	text-align:center;
	border: 1px solid #0099CC;
}

.tableau_tr_entete
{
	height:30px;
	background-color:#C7E2F5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099CC;
}

.tableau_td_entete
{
	color:#0066CC;
	text-align:center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099CC;
	background-color: #C7E2F5;
}

.tableau_tr
{
	background-color:#DDDDDD;
	height:30px;
	text-align:center;
}

.tableau_td
{
	background-color:#F2F2F2;
	height:30px;
	text-align:left;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 1px;
}

.tableau_tr_img
{
	width:60px;
	text-align:center;
}

.tableau_detail_entreprise
{
	width:500px;
	border: 2px solid #666666;
}

.tableau_detail_entreprise_td_titre
{
	background-color:#DDDDDD;
	width:150px;
	height:30px;
}

.tableau_detail_entreprise_td
{
	text-align:left;
	background-color:#F8F8FF;
}



/* Surcharge de feuille CSS
--------------------------------------------------*/
/*#content {
	float:right;
	width:820px;
	padding-top:12px;
	margin-left:0px;
}


#container {
  padding-top:0;
  border-top:10px solid white;
  background:white;
}*/
td.tableau_td_image {
	background-color:#F2F2F2;
	height:30px;
	text-align:center;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 1px;
}

