* {
	border: none;
	margin: 0;
	padding: 0;
}
body {
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
}
textarea {
	font: 12px Arial, Helvetica, sans-serif;
}
#container {
	margin: 10px auto;
	text-align: left;
	width: 400px;
}
#header,
#footer,
#body
{
	background-color: #FF9900;
}
#header {
	height: 10px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}
#header h1 {
	display: none;
}
#body {
	padding: 0 28px 0 20px;
	position: relative;
}
#body h2 {
	font-size: 24px;
	color: white;
	text-align: center;
	margin-bottom: 1em;
}
#footer {
	height: 10px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

a {
	color: black;
}
a:hover {
	color: white;
	text-decoration: none;
}
p {
	padding: 0.5em 0;
	text-align: justify;
}

ul, ol {
	padding-left: 2em;
}

/*
 * Content width: 350px
 * Form layout
 */
fieldset legend {
	font-size: 1.5em;
	font-weight: bold;
}
fieldset dt {
	font-weight: bold;
	float: left;
	clear: both;
	width: 100px;
}
fieldset dd {
	padding-left: 100px;
	margin: 0 0 0.3em 0;
	clear: right;
}
fieldset input, fieldset textarea, fieldset select {
	border: solid 1px black;
	padding: 0.1em;
}

.close {
	margin-top: 3em;
	text-align: center;
}
.close input {
	border: solid 1px black;
}


/*
 * Reglement
 */
#reglement dl {
	margin: 0 5px;
}

#reglement dt {
	font-weight: bold;
	text-transform: uppercase;
}
#reglement dd {
	margin: 0.5em 0 2em 0;
	text-align: justify;
}


/*
 * Contact
 */
#contact {
	margin: 0 5px;
}
#contact input,
#contact textarea {
	width: 230px;
}
#contact textarea {
	height: 8em;
}
#contact dd.submit input, #contact .close input {
	width: auto;
}


/*
 * Parrainage
 */
#parrainage {
	margin: 0 5px;
}


/*
 * FAQ
 */
#faq {
	margin: 0 5px;
}
#faq ol {
	margin-bottom: 2em;
}
#faq dl {
	counter-reset: faq;
}
#faq dt {
	counter-increment: faq;
	font-weight: bold;
}
#faq dt:before {
	content: counter(faq) ". ";
}
#faq dd {
	text-align: justify;
	padding-left: 2em;
	margin-bottom: 1em;
}
#faq dd:hover {
	background: white;
}


/*
 * Inscription
 */
#inscription {
	margin: 0 5px;
}
#inscription .announce {
	color: #FFFFFF;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 1em;
	text-align: center;
	text-decoration: blink;
}
#inscription hr {
	visibility: hidden;
	margin: 1em 0;
}
#inscription dd#form-password-confirm {
	padding: 0;
	height: 30px;
}
#inscription em {
	font-weight: normal;
}
#inscription dd#form-address textarea {
	width: 230px;
	height: 4em;
}
#inscription dd#form-country select {
	width: 230px;
}
#inscription .checkbox {
	padding: 0;
}
#inscription .checkbox input {
	border: none;
}


/*
 * Inscription confirmee
 */
#inscription-confirmee {
	margin: 0 5px;
}

#inscription-confirmee p {
	text-align: center;
}
#inscription-confirmee p.warning {
	background-color: red;
	color: white;
	font-weight: bold;
	margin-top: 2em;
	padding: 1em;
	-moz-border-radius: 1em;
}


/*
 * Mot de passe oublie
 */
#mot-de-passe-oublie {
	margin: 0 5px;
}


/*
 * Profil
 */
#profil {
	margin: 0 5px;
}
#profil form {
	padding-bottom: 2em;
}
#profil dd#form-country select {
	width: 95%;
}


/*
 * Gains
 */
#gains {
	margin: 0 5px;
}
#gains p {
	text-align: center;
}
#gains table {
	width: 100%;
}
#gains table caption {
	font-size: 1.5em;
	font-weight: bold;
}
#gains table th, #gains table td {
	text-align: center;
	padding: 0.2em;
}
#gains table th {
	background-color: white;
	color: #FF7D0C;
	border-bottom: solid 2px #FF7D0C;
}
#gains table tr {
	background-color: #F0F0F0;
}
#gains table tr:hover {
	background-color: #FF7D0C;
}


/*
 * Paiements
 */
#paiements {
	margin: 0 5px;
}
#paiements .commander-paiement fieldset {
	background-color: #F0F0F0;
	border: solid 1px black;
	padding: 5px;
}
#paiements .commander-paiement fieldset legend {
	margin-left: 10px;
	padding: 0 5px;
}

#paiements .historique-paiement {
	margin-top: 3em;
}
#paiements table {
	width: 100%;
}
#paiements table caption {
	font-size: 1.5em;
	font-weight: bold;
}
#paiements table th, #paiements table td {
	text-align: center;
	padding: 0.2em;
}
#paiements table th {
	background-color: white;
	color: #FF7D0C;
	border-bottom: solid 2px #FF7D0C;
}
#paiements table tr {
	background-color: #F0F0F0;
}
#paiements table tr:hover {
	background-color: #FF7D0C;
}


/*
 * Parrainage membre
 */
#parrainage-membre {
	margin: 0 5px;
}
#parrainage-membre .resume-parrainage p {
	text-align: center;
}
#parrainage-membre table {
	width: 100%;
}
#parrainage-membre table caption {
	font-size: 1.5em;
	font-weight: bold;
}
#parrainage-membre table th, #parrainage-membre table td {
	text-align: center;
	padding: 0.2em;
}
#parrainage-membre table th {
	background-color: white;
	color: #FF7D0C;
	border-bottom: solid 2px #FF7D0C;
}
#parrainage-membre table tr {
	background-color: #F0F0F0;
}
#parrainage-membre table tr:hover {
	background-color: #FF7D0C;
}
#parrainage-membre .note {
	font-style: italic;
	text-align: right;
}
#parrainage-membre .formulaire-parrainage {
	margin-top: 3em;
}
#parrainage-membre .formulaire-parrainage p {
	text-align: center;
}
#parrainage-membre .formulaire-parrainage dt#label-message {
	float: none;
}
#parrainage-membre .formulaire-parrainage dd#form-message {
	padding-left: 0;
}
#parrainage-membre .formulaire-parrainage textarea {
	width: 95%;
	height: 10em;
}


/*
 * Desinscription
 */
#desinscription {
	margin: 0 5px;
}
#desinscription p.message {
	text-align: center;
}
#desinscription dd {
	padding: 0;
	text-align: center;
}


/*
 * Online
 */
#online {
	margin: 0 5px;
}

#liste-gagnants {
	margin: 0 5px;
}
#liste-gagnants table {
	width: 100%;
}
#liste-gagnants table caption {
	font-size: 1.5em;
	font-weight: bold;
}
#liste-gagnants table th, #liste-gagnants table td {
	text-align: center;
	padding: 0.2em;
}
#liste-gagnants table th {
	background-color: white;
	color: #FF7D0C;
	border-bottom: solid 2px #FF7D0C;
}
#liste-gagnants table tr {
	background-color: #F0F0F0;
}
#liste-gagnants table tr:hover {
	background-color: #FF7D0C;
}

