html,body
{
	margin: 0px;
	height: 100%;
	background-color: #FFDDBB;
}

a
{
	color: #505050;
	text-decoration: none;
}

form
{
	margin: 0px;
}

.prix
{
	color: #EC6231;
	font-family: Trebuchet MS;
	font-size: 15px;
	font-weight: bold;
}

.titre
{
	color: #EC6231;
	font-family: Trebuchet MS;
	font-size: 27px;
}

.texte
{
	color: #505050;
	font-family: Trebuchet MS;
	font-size: 11px;
	line-height: 16px;
}

.bouton
{
	padding: 0px 10px;
	color: #505050;
	font-family: Trebuchet MS;
	font-size: 12px;
	background-color: #0A1D3B;
	border: 0px;
}

.clear_both
{
	clear: both;
}

.champs-saisie
{
	height: 17px;
	color: #505050;
	font-family: Trebuchet MS;
	font-size: 11px;
	border: 1px solid #AAAAAA;
}

.selecteur
{
	color: #505050;
	font-family: Trebuchet MS;
	font-size: 11px;
	border: 1px solid #AAAAAA;
}

