/* CSS Document */

p.contacttitre
{
	font-family: Constantia;
	font-size: 20;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

td.contactmail
{
	font-family: Constantia;
	font-size: 14;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}

input.contactmail
{
	background-color: #000000;
	font-family: Constantia;
	font-size: 14;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
}

td.contactsujet
{
	font-family: Constantia;
	font-size: 14;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}

input.contactsujet
{
	background-color: #000000;
	font-family: Constantia;
	font-size: 14;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
}

td.contactmessage
{
	font-family: Constantia;
	font-size: 14;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	vertical-align: top;
}

textarea.contactmessage
{
	background-color: #000000;
	font-family: Constantia;
	font-size: 14;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
}

input.contactvalidationunselect
{
	font-family: Constantia;
	font-size: 16;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	border-bottom-color: #990000;
	border-bottom-style: solid;
	border-bottom-width: 1;
	border-right-color: #990000;
	border-right-style: solid;
	border-right-width: 1;
	border-top-color: #990000;
	border-top-style: solid;
	border-top-width: 1;
	border-left-color: #990000;
	border-left-style: solid;
	border-left-width: 1;
	background-color: #000000;
	cursor: pointer;
	width: 100;
}

input.contactvalidationselect
{
	font-family: Constantia;
	font-size: 16;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	border-bottom-color: #990000;
	border-bottom-style: solid;
	border-bottom-width: 1;
	border-right-color: #990000;
	border-right-style: solid;
	border-right-width: 1;
	border-top-width: 0;
	border-left-width: 0;
	border-top-color: #990000;
	border-top-style: solid;
	border-top-width: 1;
	border-left-color: #990000;
	border-left-style: solid;
	border-left-width: 1;
	background-color: #000000;
	cursor: pointer;
	width: 100;
}

p.contactmessageenvoye
{
	font-family: Constantia;
	font-size: 20;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}

p.contacterreurmail
{
	font-family: Constantia;
	font-size: 20;
	font-weight: normal;
	color: #990000;
	text-align: center;
}


