/******
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;
}