body {
	margin: 0px;
	padding-top: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
}

img {
	border: 0px;
}

#container {
	clear: both;
	width: 880px;
	height: 664px;
}

#header {
	clear: both;
	width: 880px;
	height: 95px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	vertical-align: top;
}

#middle_left {
	float: left;
	width: 20px;
	height: 380px;
	background-image: url(images/middle_left.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#middle_center {
	float: left;
	width: 477px;
	height: 380px;
	background-image: url(images/middle_center.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#middle_right {
	float: right;
	width: 383px;
	height: 380px;
	background-image: url(images/middle_right.gif);
	background-repeat: no-repeat;
	background-position: center center;
}


#footer {
	clear: both;
	width: 880px;
	height: 194px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.petit {
	font-size: 9px;
}

form {
	margin: 0;
}

#ezsignup table td {
	height: 30px;
	font-size: 11px;
}

.label {
	font-size: 13px;
}

select {
	font-size: 9px;
}

a.inscription {
	font-size: 18px;
	font-weight: bold;
	font-color: #Fa158B;
	cursor: pointer;
}

a:hover.inscription {
	font-size: 18px;
	font-weight: bold;
	font-color: #00CCFF;
	cursor: pointer;
}

td.photo {
	width: 137px;
	height: 132px;
	background-image: url(images/fond_photo.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.bleu {
	color: #00CCFF;
}

.rose {
	color: #Fa158B;
	font-size: 9px;
}

.gris  {
	color: #999999;
}
