body {
	width: 800px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
	background-image: url("../images/background.PNG");
	text-align: justify;
	font-family: "Century Gothic", "Lucida Grande", Verdana;
	font-size: 10px;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color:#000066;
	text-decoration: underline;
}
.champ{
	width: 90px;
	height: 15px;
	background-image: url("../images/cherche.png");
	border: 1px solid black;
	margin: 0;
}
.envoyer {
	border: 1px solid black;
	background-color:#000066;
	color: #FFFFFF;
	height: 19px;
}
.titre {
	font-size: 0px;
	color: #FFFFFF;
	border-bottom: 0px solid black;
}
.sous_titre
{
	font-size: 12px;
	color:#000066;
	border-bottom: 0px solid black;
}
.sous_titre2
{
	font-size: 12px;
	color:#000066;
	border-bottom: 0px solid black;
}
.contenu
{
	border: 0px solid black;
	float: left;
	margin-top: 10px;
	width: 100%;
}
#footer {
	font-size: 10px;
	color: #000066;
	text-align: center;
	width: 800px;
}
.cellule_grise
{
	background-color: #C0C0C0;
}
.error
{
	color: red;
}
em
{
	font-style: italic;
}
strong
{
	font-style: bold;
}
img
{
   border: none;
}
