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

*{
	margin: 0;
	padding: 0;
}

.clear{
	clear: both;
}

body{
	background: url(images/bg.gif) top left repeat-x;
	font-family: Helvetica, Arial,  sans-serif
}

#box{
	width: 886px;
	height: 565px;
	background: url(images/bottom.gif) bottom left no-repeat;
	margin: 0 auto;
	margin-top: 90px;
}

#box-top{
	width: 886px;
	height: 30px;
	background: url(images/topbar.gif) top left no-repeat;
	margin: 0 auto;
	display: block;
}

#box-top p{
	text-align: right;
	font-size: 12px;	
	margin-top: 20px;
	margin-right: 60px;
	width: 200px;
	color: #a8e5f6;
	float: right;
}

#box-top p a{
	text-decoration: none;
	color: #a8e5f6;
}

#box-top p a:hover{
	text-decoration: underline;
}

#logo {
	width: 304px;
	height: 136px;
	background: url(images/logo.gif) top left no-repeat;
	margin-left: 80px;
}

/*	content		*/


#content{
	width: 700px;
	height: 320px;
	float: right;
	margin-right: 60px;
	margin-top: -10px;
}


#left-content{
	width: 380px;
	height: auto;
	
	float: left;
	padding: 10px 10px;
	border-right: #a8e5f6 thin solid;
}

#left-content h2{
	color: #f37c20;
	font-size: 22px;
	margin-top: 25px;
	text-align: right;
	font-weight:normal;
}

#left-content h3{
	color: #f37c20;
	font-size: 18px;
	margin-top: 50px;
	text-align: right;
	font-weight:normal;
	font-style: italic;
}


#left-content p{
	margin-top: 5px;
	text-align: right;
	font-size: 16px;
	line-height: 20px;
	color: #a2a2a2;
}

/*	register form	*/

#left-content form{
	float: right;
	padding-top: 40px;
	width: auto;
}

#left-content form input#elistaddress22962046{
	width: 255px;
	height: 25px;
	background: url(images/input-email.gif) top right no-repeat;
	float: right;
	border: none;
	padding-left: 65px;
	padding-top: 3px;
	font-size: 16px;
	color: #bbb4b4;
	margin-top: 5px;
}

#left-content form input#elistname{
	width: 255px;
	height: 25px;
	background: url(images/input-name.gif) top left no-repeat;
	float: right;
	border: none;
	padding-left: 65px;
	padding-top: 3px;
	font-size: 16px;
	color: #bbb4b4;
}

/* french  */
#left-content form#french input#elistaddress22962046{
	width: 256px;
	height: 25px;
	background: url(images/input-courriel.gif) top right no-repeat;
	float: right;
	border: none;
	padding-left: 75px;
	padding-top: 3px;
	font-size: 16px;
	color: #bbb4b4;
	margin-top: 5px;
}

#left-content form#french input#elistname{
	width: 256px;
	height: 25px;
	background: url(images/input-prenom.gif) top left no-repeat;
	float: right;
	border: none;
	padding-left: 75px;
	padding-top: 3px;
	font-size: 16px;
	color: #bbb4b4;
}

#left-content form #buttons{
	text-align: right;
	font-size: 12px;
	margin-top: 5px;
	display: none;
}

#left-content form input#submit-register{
	width: 56px;
	height: 26px;
	background: url(images/register-submit.gif) top left no-repeat;
	display: block;
	border: none;
	margin-top: 5px;
	float: right;
}



/*	right content	*/

#right-content{
	width: 275px;
	height: auto;
	background:#FFFFFF;
	float: right;
	padding: 10px 10px;
	
}

#right-content h2{
	color: #55d4f6;
	font-size: 22px;
	text-align: left;
	font-weight:normal;
}

#right-content h3{
	color: #55d4f6;
	font-size: 18px;
	text-align: left;
	font-weight:normal;
	font-style: italic;
	margin-top: 25px;
}



#right-content p{
	margin-top: 5px;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	color: #a2a2a2;
}



/*	register form	*/

#right-content form{
	float: right;
	padding-top: 22px;
	width: 270px;
}

#right-content form input#elistaddress1184931172{
	width: 256px;
	height: 28px;
	background: url(images/input.gif) top left no-repeat;
	float: left;
	border: none;
	padding-top: 3px;
	padding-left: 10px;
	font-size: 16px;
	color: #bbb4b4;
}

#right-content form input#elistname{
	width: 256px;
	height: 28px;
	background: url(images/input.gif) top left no-repeat;
	float: left;
	border: none;
	padding-top: 3px;
	padding-left: 10px;
	font-size: 16px;
	color: #bbb4b4;
}

#right-content form #buttons{
	text-align: right;
	font-size: 12px;
	margin-top: 5px;
	display: none;
}

#right-content form input#submit-partner{
	width: 56px;
	height: 26px;
	background: url(images/partner-submit.gif) top right no-repeat;
	display: block;
	border: none;
	margin-top: 5px;
	float: left;
}





#password{
	width: 500px;
	height: 28px;
	clear: both;
	float: right;
	border-top: #a8e5f6 thin solid;
}
#password h2{
	color: #acd038;
	font-size: 22px;
	float: right;
	font-weight: normal;
	margin: 25px 10px 0 0;
	width: auto;
	text-align: right;
}

#password h2 span{
	font-size: 11px;
	font-weight:700;
}

#password form{
	float: right;
	width: 400px;
	margin-top: 10px;
}

#password form div{
	float: left;
}

#password form input#password{
	width: 220px;
	height: 25px;
	background: url(images/input-password-pw.gif) top right no-repeat;
	float: right;
	border: none;
	padding-left: 107px;
	padding-top: 3px;
	font-size: 16px;
	color: #bbb4b4;
	margin-top: 5px;
}

#password form input#login{
	width: 220px;
	height: 25px;
	background: url(images/input-password-login.gif) top right no-repeat;
	float: right;
	border: none;
	padding-left: 107px;
	padding-top: 3px;
	font-size: 16px;
	color: #bbb4b4;
	margin-top: 5px;
}


#password form input#submit-password{
	width: 56px;
	height: 26px;
	background: url(images/password-submit.gif) top right no-repeat;
	display: block;
	border: none;
	margin-top: 38px;
	float: right;
}

#clicktologin a{
	background: url(images/clicktolog.gif) top left no-repeat;
	width: 78px;
	height: 37px;
	float: right;
	margin-top: 23px;
	display: block;
}



#terms h2{
color: #97c7d5;
	font-size: 22px;
	float: right;
	margin: 0 60px 5px 0;
	font-weight:normal;
}

#terms form{
	float: right;
	margin:10px 30px 0 0;
}

#terms form span{
	color: #97c7d5;
	font-size: 14px;
	font-weight: normal;
	margin-right: 10px;
}


#terms form input#submit-terms{
	width: 56px;
	height: 26px;
	background: url(images/partner-submit.gif) top right no-repeat;
	display: block;
	border: none;
	float: right;
}



#signin{
	width: auto;
	margin: 70px auto;
	height: 28px;
	clear: both;
}
#signin h2{
	color: #acd038;
	font-size: 22px;
	text-align: center;
	font-weight: normal;
	margin: 25px 10px 0 0;
	width: auto;
}

#signin h2 span{
	font-size: 11px;
	font-weight:700;
}

#signin form{
	width: 400px;
	margin: 10px auto;
}

#signin form div{
	float: left;
}

#signin form input#signin{
	width: 220px;
	height: 25px;
	background: url(images/input-password-pw.gif) top right no-repeat;
	float: right;
	border: none;
	padding-left: 107px;
	padding-top: 3px;
	font-size: 16px;
	color: #bbb4b4;
	margin-top: 5px;
}

#signin form input#login{
	width: 220px;
	height: 25px;
	background: url(images/input-password-login.gif) top right no-repeat;
	float: right;
	border: none;
	padding-left: 107px;
	padding-top: 3px;
	font-size: 16px;
	color: #bbb4b4;
	margin-top: 5px;
}


#signin form input#submit-password{
	width: 56px;
	height: 26px;
	background: url(images/password-submit.gif) top right no-repeat;
	display: block;
	border: none;
	margin-top: 38px;
	float: right;
}
