@charset "utf-8";
/* CSS Document */

/* ---------------------------- formulaire ---------------------------- */

form.preinscrform select {
	border: 1px solid #3ab64a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	color: #3e4a4e;
}
form.preinscrform option {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}
form.preinscrform option.ligue {
	border-top: 1px dotted #2083ad;
	border-bottom: 1px dotted #2083ad;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #2083ad;
	background-color: #aed6fa;
	text-align:center;
}

form.preinscrform input {
	border: 1px solid #3ab64a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3e4a4e;
	/*background-color:#aed6fa;*/
	width: 3em;
	text-align: right;
}

form.preinscrform input#email {
	border: 1px solid #3ab64a;
	background-color: white;
	width: 20em;
	text-align: left;
	font-weight: normal;
}

form.preinscrform input#action0, form.newsletter input#action1 {
	border: 0px;
}
form.preinscrform input#button {
	border: 1px solid #3ab64a;
	font-weight: bold;
	background-color: #FFFFFF;
	width: 10em;
	text-align: center;
}

form.preinscrform textarea {
	border: 1px solid #3ab64a;
	background-color: white;
	width: 99%;
	height: 4em;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3e4a4e;
	margin: 3px;
}

form.preinscrform span.error {
	color: red;
}
form.preinscrform span.good {
	color: #00CC00;
}
/* -------------------------- Tableau preinscription -------------------------- */
table.pretable {
	border: 1px solid #2083ad;
	border-collapse:collapse;
	border-left: 1px solid #2083ad;
	border-right: 1px solid #2083ad;
}
table.pretable#pt2 {
	border: 2px solid #2083ad;
	border-collapse:collapse;
}

table.pretable tr.lineclubs td{
	font-weight: bold;
	padding: 1em;
}

table.pretable tr.linecourse td{
	border-top: 1px dashed #2083ad;
	border-bottom: 1px dashed #2083ad;
	border-left: 1px dotted #2083ad;
	border-right: 1px dotted #2083ad;
	padding: 2px;
	font-size: 9px;
	color: #3e4a4e;
}

table.pretable tr.linesmall td{
	border-top: 1px dashed #2083ad;
	border-bottom: 1px dashed #2083ad;
	border-left: 1px dotted #2083ad;
	border-right: 1px dotted #2083ad;
	padding: 0px;
	font-size: 9px;
	color: #3e4a4e;
}

table.pretable tr.linesmall#double td{
	font-style: italic;
}
table.pretable tr.linesmall#payed td{
	background-color: #99DDFF;
}
table.pretable tr.linesmall#doublepayed td{
	font-style: italic;
	background-color: #99DDFF;
}

table.pretable tr.linetotal td{

	border-top: 1px solid #2083ad;
	border-bottom: 1px dashed #2083ad;
	border-left: 1px dotted #2083ad;
	border-right: 1px dotted #2083ad;
	font-weight: bold;
}

table.pretable tr.lineprix td{

	border-top: 2px solid #2083ad;
	border-bottom: 2px solid #2083ad;
	border-left: 1px dotted #2083ad;
	border-right: 1px dotted #2083ad;
	font-weight: bold;
	text-align: right;
}

table.pretable tr.lineheader td{

	border-top: 2px solid #2083ad;
	border-bottom: 1px dashed #2083ad;
	border-left: 1px dotted #2083ad;
	border-right: 1px dotted #2083ad;
	font-weight: bold;
	text-align: center;
	padding: 2px;
}

table.pretable tr.lineheader2 td {

	border-top: 1px dashed #2083ad;
	border-bottom: 1px solid #2083ad;
	border-left: 1px dotted #2083ad;
	border-right: 1px dotted #2083ad;
	font-weight: bold;
	text-align: center;
	padding: 2px;
}

table.pretable tr.title td{

	border: 2px solid #2083ad;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: #006699;
	padding: 3px;
}

table.pretable tfoot td {
	border-top: 2px solid #2083ad;
	padding: 7px;
}

span.values {
	color:#0000FF;
}
span.fl {
	font-size: 14px;
	font-weight: bold;
	color: #1f83ae;
}
span.small {
	font-size: 10px;
	color: #1f83ae;
}

span.strike {
	text-decoration: line-through;
}

@media print
{
	table.pretable {
		border: 1px solid #2083ad;
		border-collapse:collapse;
		border-left: 1px solid #2083ad;
		border-right: 1px solid #2083ad;
		margin: 10px;
	}
}