/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0063a1;
	background-color: #FFFFFF;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0063a1;
}

form {
	margin: 0px;
	padding: 0px;
}


.Arial9px {
	font-size: 9px;
}
.Arial10px {
	font-size: 10px;
}
.Arial11px {
	font-size: 11px;
}
.Arial12px {
	font-size: 12px;
}
.Arial13px {
	font-size: 13px;
}


.blocInscription input, .blocInscription select {
	border: 1px solid #7dafce;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0063a1;
}
.blocInscription input {
	height: 12px;
}


.borderNone, input.borderNone {
	border: none;
}


.borderNone { border: none; }
.clearFloat { clear: both; }
.clearLeft { clear: left; }
.clearRight { clear: right; }
.floatLeft { float: left; }
.floatRight { float: right; }
.pasDeRetourLigne { white-space: nowrap; }
.textDecoNone { text-decoration: none; }
.textDecoSouligne { text-decoration: underline; }
.textDecoBarre { text-decoration: line-through; }
.positionRelative { position: relative; }
.positionRelativeGlobalLayer { position: relative; left: 0px; top: 0px; text-align: left; }
.positionAbsolueLayer {
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
	width: 393px;
}


.lotsTXT p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 53px;
}


.blocQuestion, .blocQuestion td {
	font-size: 12px;
}

.TxtOrange20px {
	color: #df4b10;
	font-size: 20px;
}

.listeGagnantsDescription {
	margin: 20px 0px 10px 0px;
	padding: 0px;
	clear: both;
}
.listeGagnants {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.listeGagnants li {
	width: 238px;
	float: left;
	line-height: 18px;
	color: #df4b10;
	font-weight: bold;
}
.bordureHautBleu {
	border-top: 1px dotted #0063a1;
}