div
{
	/*border: 1px dashed blue; /*debug only*/
}

h1
{
	color: #00007F;
}

#haut
{
	text-align: center;
	/*border-bottom: 1px solid #0000FF;*/
}

#menu
{
	float: left;
	width: 210px;
	text-align: center;
	border-right: 3px solid #0000FF;
	border-top: 3px solid #0000FF;
	border-bottom: 3px solid #0000FF;
	padding-bottom: 10px;
	height: 70%;
}

#texte
{
	padding-left: 50px;
	padding-right: 100px;
	text-align: justify;
}

#recherche
{
	margin-left: 220px;
	border-bottom: 2px solid #0000FF;
	border-right: 1px solid #0000FF;
}

#type_recherche
{
	text-align: center;
	float: left;
	width: 250px;
	height: 50px;
	float: left;
}

#zone_recherche
{
	text-align: center;
	height: 150px;
}

#contenu
{
	margin-left: 220px;
}

#resultat
{
	font-size: 14px;
}

thead
{
	color: #00007F;
	font-weight: bold;
}

#resultat>td
{
	padding-left: 5px;
	padding-right: 5px;
}

.result_nom, .result_prenom
{
	font-weight: bold;
}

.help
{
	background-color: lightyellow;
	border: 1px solid blue;
	padding: 5px;
}

.msg
{
	text-align: center;
	font-weight: bold;
	font-size: 25;
	padding-top: 25%;
}