.noir {
    font-weight: bold;
    color: #000000;
    font-family : Verdana;
	font-size : 10px;
	}

.bleu {
    font-weight: bold;
    color: #003399;
    font-family : Verdana;
		font-size : 10px;
    }

A:LINK {
    color : #000000;
    font-weight: bold;
		text-decoration: none;
    }

A:VISITED {
    color : #000000;
    font-weight: bold;
		text-decoration: underline;
    }

TD.alltd {
    color : #ffffff;
    font-family : verdana;
    font-size : 10px;
    background-color : #003399;
	}


div.regArea {
	font: 13px Arial, Helvetica, sans-serif;
	width: 700px;
}

div.regArea h2 {
	color: #990033;
	text-transform: uppercase;
}

div.regArea div.float_left {
	width: 350px;
	text-align: center;
	float: left;
	margin-right: 20px;
}

div.regArea div.float_left a {
	font-weight: normal;
	text-decoration: underline;
}

div.regArea div.float_center {
	width: 50px;
	float: center;
}

div.regArea div.float_right {
	width: 250px;
	float: right;
}

div.regArea p.highlight {
	border: 1px solid #aaaaaa;
	background-color: lightblue;
	padding: 15px;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	letter-spacing: -0.5px;
}

div.regArea p.highlight a {
	text-decoration: underline;
}

div.regArea form span.required {
	color: red;
}

div.regArea form th, div.regArea form td {
	font-size: 13px;
	padding: 3px 10px;
}

div.regArea form th {
	width: 300px;
	text-align: right;
	font-weight: normal;
}

div.regArea form td {
	width: 400px;
	text-align: left;
}

div.regArea form input.input_text {
	border: 1px solid grey;
	padding: 2px;
	width: 200px;
}

div.regArea form textarea {
	font: 13px Arial, Helvetica, sans-serif;
}
