body {
	margin: 0;
	background: #F6F5F4 url(../images/v1scbackground.jpg) repeat-x;
	font-family: Trebuchet MS, Verdana;
	font-size: 12px;
	color: #4F4F4F;
}

table, img {
	border: 0;
}

.titreparaf {
	color: #2E8E24;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
}

.red { color: #FF0000; }

.center { text-align: center; }

a { text-decoration: underline; color: #2E8E24; }
a:link { text-decoration: underline; color: #2E8E24; }
a:visited { text-decoration: underline; color: #2E8E24; }
a:hover { text-decoration: none; color: #000000; }

a.ext { text-decoration: underline; color: #9B9694; }
a.ext:link { text-decoration: underline; color: #9B9694; }
a.ext:visited { text-decoration: underline; color: #9B9694; }
a.ext:hover { text-decoration: none; color: #9B9694; }

a.sombre { text-decoration: underline; color: #F6F5F4; }
a.sombre:link { text-decoration: underline; color: #F6F5F4; }
a.sombre:visited { text-decoration: underline; color: #F6F5F4; }
a.sombre:hover { text-decoration: overline; color: #FFFFFF; background-color: #7E7E7E; }

input {
	border: 1px solid #9B9693;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	padding-left: 3px;
}

.radcheck {
	border: 0;
	background-color: #F6F5F4;
}

.textarea {
	border: 1px solid #9B9693;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	padding-left: 3px;
}

.inputimage {
	border: 0;
	padding-left: 3px;
}

label {
	width: 8em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}

.submit input
{
	margin-left: 4.5em;
	color: #000;
	background: #ffa20f;
	border: 2px outset #d7b9c9;
}

.formbutton {
	cursor: pointer;
	border: outset 1px #ccc;
	background: #2E8E24;
	color: #666;
	font-weight: bold;
	padding: 1px 2px;
	background: url(../images/submit_bg.gif) repeat-x left top;
}

fieldset
{
	border: 1px solid #781351;
	width: 400px;
	padding: 0 10px 10px 10px;
}

legend
{
	color: #000000;
	background: #FFA20C;
	border: 1px solid #781351;
	padding: 2px 6px;
	font-weight: bold;
	font-variant: small-caps;
}