/* CONTACT */

table.contact
{
	border-style:none;
	margin:0 auto;
	width:500px;
}

table.contact th
{
	font-weight:bold;
	text-align:left;
	width:200px;
}

table.contact td input.error
{
	border:1px dotted #FF0000;
}

table.contact td input
{
	width:290px;
	border:1px solid #000000;
}

table.contact td textarea.error
{
	border:1px dotted #FF0000;
}

table.contact td textarea
{
	width:492px;
	height:120px;
	border:1px solid #000000;
}

table.contact td input.submit
{
	width:200px;
	float:right;
}

/* GALERIE */
.galerie_thumb
{
	width:114px;
	height:101px;
	float:left;
}

.galerie_thumb a img
{
	border:3px solid white;
}

.galerie_thumb a:hover img
{
	border:3px solid #CC0000;
}