/*BEGIN Successes and errors */
.error, .valide
{
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: center left;
	min-height: 26px;
	padding-left: 40px;
	padding-top: 10px;
}

p.success
{
	background: url("emblem_success.jpg") left center no-repeat;
	padding-left: 50px;
	height: 30px;
	padding-top: 10px;
	color: green;
	font-weight: bold;
}

p.success a
{
	text-decoration: none;
	color: green;
}

p.error a
{
	text-decoration: none;
	color: rgb(196, 46, 0);
}

.error
{
	background-image: url("emblem_stop.png");
	color: rgb(196, 46, 0);
}

.valide
{
	background-image: url("emblem_valide.jpg");
	color: rgb(0, 141, 7);
}
/*END Successes and errors */

/*BEGIN Infoboxes */
div.warning
{
	border: 5px double red;
	background: rgb(255, 204, 204);
	padding: 0 5px;
	margin: 5px 0px;
	overflow: auto;
}
/*END /Infoboxes */

/*BEGIN Contact */
form#contact textarea
{
	font-size: 12px;
	font-family: verdana, helvetica, sans-serif;
	vertical-align: middle;
}

form#contact label
{
	display: block;
	float: left;
	width: 200px;
}
/*END Contact */
