/******
GENERAL
*******/
html
{
	height:100%;
}

body
{
	font-family:Verdana;
	font-size:0.7em;
	color:black;
	margin:0px;
	overflow:auto;
	height:100%;
	width:100%;
}

td
{
	font-family:Verdana;
	font-size:11px;
	color:black;
}

input
{
  	font-family:Verdana;
	font-size:1em;
	color:black;
}

textarea
{
  	font-family:Verdana;
	font-size:1em;
	color:black;
}

select
{
	font-size:1em;
	color:black;
    font-family:Verdana;
}

a.generalLienBleu
{
	text-decoration:none;
	color:#2461FE;
}

a.generalLienBleu:hover
{
	text-decoration:underline;
	color:#2461FE;
}

a.generalLienNoir
{
	text-decoration:none;
	color:black;
}

a.generalLienNoir:hover
{
	text-decoration:underline;
	color:black;
}

td.bandeauGaucheConteneur
{
	width:170px;
	height:100%;
	vertical-align:top;
}

div.bandeauGaucheConteneur
{
	width:170px;
	background-color:#e4e4e4;
	vertical-align:super;
	float:left;
}

#conteneur_recherche
{
	width:100%;
	border-top:solid 1px #FFFFFF;
	float:left;
	height:29px;
}

div.entourage_vide
{
	padding:3px;
	color:white;
	float:left;
}

div.entourage_plein
{
	padding:2px;
	color:black;
	background:url(../Images/point_alpha_bleu.png);
	border:solid 1px #335EA8;
	cursor:pointer;
	cursor:hand;
	float:left;
}

.ConteneurBlocInfoClient
{
    vertical-align:top;
    text-align: right;
}

.TableBlocInfoClient
{
	background-color:#00008B;
    padding:0px 5px 5px 5px;
    border-left: solid 1px #FFFFFF;
    border-right: solid 1px #FFFFFF;
    border-bottom: solid 1px #FFFFFF;
	vertical-align:top;
}

.TdBlocIdentification
{
    background-color:#FFE4C4;
    padding:5px;
	vertical-align:middle;
}

.TdBlocIdentificationInside
{
	white-space:nowrap;
}

.TdBlocPanier
{
    background-color:#FFFFFF;
    padding:5px;
    vertical-align:middle;
}
.TdBlocAide
{
    background-color:#E6E6FA;
    padding:5px;
	vertical-align:middle;
}


