h1 {
font-size: 22px;
font-weight: bold;
color: #34339B;
text-align: center;
padding: 15px 0 0 0;
}

.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	width: 685px;
	margin-bottom: 20px;
	float: right;
	}

fieldset {
	width: 530px;
	padding: 0 10px 10px 10px;
	border: 1px solid #34339B;
	margin-bottom: 10px;
	}

legend {
	color: #34339B;
	font-size:14px;
	font-weight: bold;
	}

/*Code pour calendrier*/
.date {
	width: 45px;
	height: 45px;
	float: right;
	padding-right: 20px;
	margin-top: 12px;
	background: url(image/date.gif) no-repeat;
	}
.date p {
	font-size: 12px;
	font-weight: bold;
	color: #34339B;
	text-align:center;
	line-height: 12px;
	margin: 0;
	}
.annee {
	color: #FFCC32;
	line-height: 18px;
	}

