html{
	background-color:#0a090a;
}
body{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color:#0a090a;
}
/*body#index{background-color:#0a090a;}body#participe{background-color:#1a171b;}*/
body h1 a{
	display:block;
	width:100%;
	text-indent:-5000px;
}
body#index h1 a{
	height:285px;
}
body#participe h1 a{
	height:147px;
}
body #main{
	display:block;
	width:980px;
	height:590px;
	margin:0 auto;
	position:relative;
}

body#index #main{
	background:url('img/index_bg.jpg') 50% 0 no-repeat;
}
body#participe #main{
	background:url('img/participe_bg.jpg') 50% 0 no-repeat;
}
#footer{
	position:absolute;
	bottom:0;
	right:0;
	display:block;
	width:530px;
	height:18px;
	padding:17px 0;
}

#footer p{
	font-size:9px;
	color:#d5d700;
	text-align:center;
	line-height:1.3em;
}
#footer p a{
	text-decoration:none;
	color:#d5d700;
}

#links a{
	display:block;
	width:84px;
	height:60px;
	float:left;
	text-decoration:none;
	color:#1a171b;
	font-size:10px;
	text-align:center;
}
#links{
	display:block;
	height:58px;
	width:350px;
	margin:170px 0 0 32px;
	overflow:hidden;
}
#links a{
	display:block;
	background:url('img/menu_bg.jpg') 0 0 no-repeat;
	height:58px;
	margin:0;
	padding:0;
	text-indent:-5000px;
}
/*#links a span.apple{
	display:block;
	background:url('img/menu_bg.jpg') 0 0 no-repeat;
	width:37px;
	height:37px;
	margin:0 23px 10px 25px;
}
#links a span.orange{
	background-position:0 -37px;
}
#links a:hover span.yellow{
	background-position:-37px 0;
}
#links a:hover span.orange{
	background-position:-37px -37px;
}*/

a#part_fr{
	width:65px;
}
a#part_en{
	width:78px;
	background-position:-78px 0;
}
a#access_fr{
	width:83px;
	background-position:-195px 0;
}
a#access_en{
	width:73px;
	background-position:-278px 0;
}
#links a#access_fr{
	margin-left:51px;
}
form{
	width:480px;
	height:215px;
	margin:55px 0 40px 15px;
	padding:0;
	font-size:12px;
}
form fieldset legend
{
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:15px;
}
form input{
	border:1px solid #e9e9e9;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
form label, form input.submit{
	cursor:pointer;
}

body.fr form input.submit{
	background:url('img/send_bg.png');
}
body.en form input.submit{
	background:url('img/send_bg_en.png');
}
form input.submit{
	float:right;
	display:block;
	border:none;
	width:88px;
	height:28px;
	font-size:1px;
	color:#fff;
	text-indent:-500px;
	outline:none;
	margin-right:25px;
}
fieldset.fbox{
	width:225px;
	float:left;
	height:190px;
	font-size:11px;
}
fieldset.fbox div{
	margin:13px 0;
	padding:2px 1px;
	border:1px solid #FFF;
}

fieldset.fbox div.error{
	border:1px solid #FF8F8F;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

fieldset.fbox label{
	display:inline-block;
	width:65px;
}
fieldset.fbox input
{
	width:140px;
}
fieldset#confirm{
	width:100%;
	clear:left;
}
fieldset#parrain{
	margin-left:25px;
}

.yl,form fieldset legend{
	color:#d5d700;
}

table#gifts{
	font-size:12px;
	width:490px;
	margin-left:25px;
}

table#gifts caption{
	text-align:left;
	margin-bottom:8px;
}
table#gifts td{
	padding:4px 0;
}

div#confirm{
	display:block;
	width:490px;
	margin:150px 0 0 25px;
	font-size:11px;
	line-height:1.5em;
}
div#confirm a{
	display:block;
	margin:15px 0 0 0;
	color:#4790C3;
}

fieldset#confirm p.error{
	color:#FF8F8F;
	float:left;
	font-size:11px;	
}