/* CSS Document */

.titre {
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
}

.soustitre{
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
}

.soustitre2{
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	color: #0A0A6B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
}

.tableau {
	font-size: x-small;
	color: #000000;
}
.tableauGras {
	font-size: x-small;
	font-weight: bold;
	color: #000000;
}
.tableauCouleur {
	color: #FF0000;
	font-size: x-small;
	font-weight: bold;
}

#formblock2 {
	clear: none;
	float: left;
	padding-bottom: 20px;
	width: 450px;
}

#formblock ol label {
	text-align:left;
	margin-right: 0.5em;
	display:block;
}
#formblock2 label {
	float: left;
	width: 130px;
	font-weight: bold;
}

#formblock2 input, #formblock2 select {
width: 180px;
margin-bottom: 5px;
}

#formblock2 br{
clear: left;
}
