/*********************
 * Styles d'éléments *
 ********************/
 
a, a:visited, a:active
{
	font-weight: normal;
	color: #696AB5;
	background-color: transparent;
	text-decoration: none;
}

a:hover
{
	font-weight: bold;
	color: #585880;
	background-color: transparent;
	text-decoration: none;
}

body
{
	margin: 0px;
	overflow: auto;
	color: #000000;
	background-color: #FFFFFF;
	min-width: 650px;
}

div, p, span, td {
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	color: #000000;
	background-color: transparent;
	text-align: left;
}

input, textarea
{
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	border: solid 1px #6e9ab2;
	background-color: #FFFFFF;
	color: #696AB5;
}

/*************************
* Styles de classe seule *
*************************/

.copyright
{
	font-size: 12px;
	color: #808080;
	background-color: transparent;
}

.form 
{
	text-align: left;
}

.error 
{
	font-weight: bold;
	color: #FF0000;
	background-color: transparent;
}

.success 
{
	font-weight: bold;
	color: #008000;
	background-color: transparent;
}


/*****************************
* Styles de classe d'élément *
*****************************/

a.copyright, a:visited.copyright 
{
	text-decoration: underline;
}

a:hover.copyright 
{
	text-decoration: underline;
	font-weight: bold;
	color: #808080;
	background-color: transparent;
}

a.nolink 
{
	color: #000000;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}

div.addlinks 
{
	margin-top: 7px;
	font-variant: small-caps;
	font-size: 12px;
}

div.w3 div
{
	padding: 0px;
	margin: 2px;
	width: 88px;
	height: 31px;
}

div.copyright 
{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

div.formlastline 
{
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #FFFFFF;
	background-color: #6e9ab2;
}

div.help
{
	margin: 10px 0px 10px 0px;
	text-align: center;
}

div.menulink
{
	text-align: left;
	padding-left: 10px;
}

div.menulink label
{
	font-weight: normal;
	color: #696AB5;
	background-color: transparent;
	text-decoration: none;
}

div.menuselfpage 
{
	padding-left: 10px;
	font-weight: bold;
}

div.menutitle 
{
	font-size: 15px;
	font-weight: bold;
	color: #2f52b2;
	background-color: transparent;
}

div.leftcol
{
	float: left;
	width: 40%;
	text-align: center;
}

div.rightcol
{
	float: right;
	width: 40%;
	text-align: center;
}

div.leftcol div, div.rightcol div
{
	text-align: center;
	padding: 3px;
}

input.button
{
	width: 150px;
}

input.checkbox
{
	border-style: none;
	background-color: transparent;
}

legend.help
{
	font-size: 12px;
	font-variant: small-caps;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
	padding: 0px 3px 0px 3px;
	text-align: left;
}

li 
{
	padding: 5px 0px 5px 0px;
}

li.help
{
	padding: 0px 0px 0px 0px;
}

p.agreement
{
	text-align: justify;
	padding-left: 10px;
	margin-left: 10px;
	margin-bottom: 30px;
	border-left: solid 1px #2f52b2;
}

p.answer, p.subtext, div.subtext
{
	text-align: justify;
	padding-left: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	border-left: solid 1px #2f52b2;
}

p.links 
{
	text-align: center;
}

p.question
{
	padding-top: 10px;
	font-weight: bold;
}

p.subtitle 
{
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	color: #2f52b2;
	background-color: transparent;
	margin-top: 25px;
}

p.text 
{
	text-align: justify;
}

p.title 
{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #2f52b2;
	background-color: transparent;
	margin: 12px 0px 0px 12px;
	padding-bottom: 10px;
}

select.lotto
{
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	border: solid 1px #6e9ab2;
	background-color: #FFFFFF;
	color: #696AB5;
}

span.dldesc
{
	font-weight: bold;
}

span.dlinfo
{
	font-style: italic;
}

span.stats 
{
	font-weight: bold;
}

table.content 
{
	border-collapse: collapse;
	border-style: none;
	width: 100%;
}

table.form 
{
	border-collapse: collapse;
	border: 2px solid #6e9ab2;
	margin: 15px auto 0px auto;
}

table.form td
{
	padding: 4px;
}

table.form td.formlastline
{
	padding: 2px;
	text-align: center;
	border-top: solid 2px #6e9ab2;
	color: #FFFFFF;
	background-color: #6e9ab2;
}

table.help
{
	border-collapse: collapse;
	border-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}

table.help td
{
	padding: 0px 3px 0px 3px;
	vertical-align: middle;
	text-align: justify;
}

table.list 
{
	border-collapse: collapse;
	border-style: none;
	margin: 15px auto 0px auto;
}

table.lotto
{
	border-collapse: collapse;
	margin-top: 10px;
}

table.lotto td
{
	padding: 5px;
	vertical-align: top;
}

table.lotto td.explain
{
	vertical-align: middle;
}

table.numbers
{
	border: 2px solid #6e9ab2;
}

table.numbers tr
{
	height: 35px;
}

table.numbers td
{
	border: 1px dotted #6e9ab2;
	text-align: center;
	vertical-align: top;
	width: 40px;
}

table.numbers tr.link
{
  height: 20px;
}
table.numbers tr.link td
{
  background-color: #E6F0FF;
  vertical-align: middle;
}

table.floatinglist
{
	border-collapse: collapse;
	margin: 0px;
	border: 2px solid #6e9ab2;
}

table.auth
{
	position: absolute;
	right: 6px;
	top: 6px;
	width: 175px;
	height: 73px;
	border-collapse: collapse;
	margin: 0px;
	padding: 2px;
	border: 2px solid #6e9ab2;
}

table.list td, table.floatinglist td
{
	padding: 4px;
	border: 1px solid #FFFFFF;
	white-space: nowrap;
}

tr.odd, tr.odd td
{
	color: #000000;
	background-color: #E6F0FF;
}

tr.even, tr.even td
{
	color: #000000;
	background-color: #DBE7F9;
}

td.content 
{
	width: auto;
	vertical-align: top;
	text-align: center;
	padding: 0px 20px 20px 15px;
}

td.listcateg, td.listheader, td.listheader a
{
	color: #FFFFFF;
	background-color: #6e9ab2;
	font-weight: bold;
}

td.listcateg
{
	text-align: center;
}

td.minilistheader
{
	color: #FFFFFF;
	background-color: #6e9ab2;
	font-weight: bold;
	font-size: 9px;
	height: 15px;
}

td.authline
{
	text-align: center;
	font-size: 11px;
}

td.lastauthline
{
	text-align: center;
	font-size: 11px;
	border-top: 2px solid #6e9ab2;
}

td.menu 
{
	vertical-align: top;
	width: 200px;
	min-width: 200px;
	padding: 0px 10px 3px 10px;
	border-right: solid 1px #6e9ab2;
}

td.pub 
{
	vertical-align: top;
	width: 120px;
	min-width: 120px;
	padding: 0px 10px 3px 10px;
	border-left: solid 1px #6e9ab2;
	text-align: center;
}

ul 
{
	margin-top: 5px;
}

ul.help li
{
  padding: 0px 0px 0px 0px;
}

#googleResults
{
	text-align: center;
	border-style: none;
}

#googleResults iframe
{
	border-style: none;
}
