#main h1{
	color: #996699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	margin-bottom: 20px;
}
#main a {
	color: #F00;
}


#main .retour_info {
	text-align: center;
	
	line-height: 40px;
	min-height:40px;
	margin-top: 10px;
	visibility:hidden;
	
}
#main .retour_info.ok {
	background-color: #9F9;
	border: 1px solid #0C0;
	min-height:38px;
}
#main .retour_info.erreur {
	background-color: #FE9AA4;
	border: 1px solid #F00;
	min-height:38px;
}
form {
	margin-top: 20px;
	display: block;
	height:330px;
}




#form_gauche {
	float: left;
	width: 50%;
	text-align: right;
}
#form_gauche div {
	margin-bottom: 5px;
}
#form_gauche input {
	width: 150px;
	padding: 3px;
	border: 1px solid #999;
}
#form_gauche select {
	border: 1px solid #999;
}
#form_gauche .naissance{
	width: 50px;
}

#form_gauche #restaurant{
	width: 157px;
}

#form_droit {
	float: left;
	margin-left: 10px;
}
#form_droit div label {
	display: block;
	margin-bottom: 5px;
	clear: both;
}
#form_droit input[type=text] {
	width: 125px;
	padding: 3px;
	border: 1px solid #999;
	margin-bottom: 10px;
	float: left;
}
#btn_parcourir_wrapper {
	width: 61px;
	height: 22px;
	display: block;
	float: left;
	margin-left: 3px;
}

#form_droit textarea {
	width: 200px;
	padding: 3px;
	border: 1px solid #999;
	height: 110px;
}
#form_bas {
	clear: both;
	text-align: center;
}
#form_bas input {
	margin-top: 20px;
}



#loader_wrapper {
	display:none;
	width: 483px;
	height: 90px;
	background-color: #FFF;
	border: 1px solid #000;
	text-align: right;
	margin:0 auto;
}
#loader_gris {
	width: 461px;
	height: 40px;
	margin-top: 14px;
	margin-left: 10px;
	background-color: #CCCCCC;
	border: 1px solid #000;
	text-align:left;
	margin-right:10px;
}
#loader_violet {
	width: 60%;
	height: 100%;
	background-color:#996699;
}
#loader_status {
	font-size: 12px;
	font-weight: bold;
	margin-top: 13px;
	margin-right: 20px;
}

#loader_wrapper a {
	position:relative;
	bottom:-20px;
	right:20px;
}
#confirmation_participation {
	display: none;
}

#confirmation_participation p {
	margin-bottom: 20px;
}

