/**
* home.css
* Feuille de style
*
* @author Olivier BLAIS <contact@netdcom.com>
* @version 1.0
*/

/**
* Contenu général
*/

html, body {
	margin: 0;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	color: #010000;
	font-family: Arial;
	font-size: 12px;
	background: #FFF url('./../images/background.jpg') repeat-x;
}

img {
	border: none;
}

* {
	outline: none;
}

a {
	color: #E72D61;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clear {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

.fLeft {
	float: left;
}

.fRight {
	float: right;
}

.valign {
	vertical-align: middle;
}

div#global {
	margin: 0 auto;
	padding: 0;
	width: 990px;
	position: relative;
}

/**
* Header
*/

div#headerRegister1, div#headerRegister2, div#headerRegister3 {
	margin: 0;
	padding: 0;
	width: 990px;
	height: 105px;
	position: relative;
}

div#headerRegister1 {
	background: #FFF url('./../images/header_register1.jpg') no-repeat;
}

div#headerRegister2 {
	background: #FFF url('./../images/header_register2.jpg') no-repeat;
}

div#headerRegister3 {
	background: #FFF url('./../images/header_register3.jpg') no-repeat;
}

div#headerRegister1 h1, div#headerRegister2 h1, div#headerRegister3 h1 {
	margin: 0;
	padding: 0;
	top: 13px;
	left: 28px;
	text-indent: -9999px;
	position: absolute;
}

div#headerRegister1 h1 a, div#headerRegister2 h1 a, div#headerRegister3 h1 a {
	margin: 0;
	padding: 0;
	width: 140px;
	height: 80px;
	display: block;
}

div#headerRegister1 h2, div#headerRegister2 h2, div#headerRegister3 h2 {
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	text-indent: -9999px;
}

/**
* Zone central
*/

div#container {
	margin: 0;
	padding: 0;
	width: 990px;
	position: relative;
}

div#content {
	margin: 0;
	padding: 0 0 1px 0;
	width: 990px;
	min-height: 400px;
	line-height: 20px;
	background: url('./../images/hr.jpg') bottom no-repeat;
}

div#leftColumn {
	margin: 30px 0 0 0;
	padding: 0 0 0 35px;
	width: 460px;
	min-height: 400px;
	background: url('./../images/line.jpg') top right no-repeat;
	float: left;
}

div#rightColumn {
	margin: 30px 0 0 0;
	padding: 0 0 0 50px;
	width: 445px;
	min-height: 400px;
	float: right;
}

div#rightColumn img {
	margin: 0 20px 0 0;
}

div#leftColumn.welcome {
	margin: 0;
	padding: 0;
	width: 495px;
	height: 524px;
	background: url('./../images/register.png') no-repeat;
	text-indent: -9999px;
}

div#leftColumn p, div#rightColumn p {
	margin: 16px 0;
} 

label {
	margin: 0;
	padding: 0;
	width: 178px;
	color: #010000;
	float: left;
}

input[type="text"], input[type="password"], select, textarea {
	border: 1px solid #E72D61;
} 

.w225 {
	width: 225px;
}

.w229 {
	width: 229px;
}

.w74 {
	width: 74px;
}

.w50 {
	width: 50px;
}

.note {
	color: #797979;
	font-size: 11px;
}

.note a {
	color: #797979;
}

h3#rH31, h3#rH32, h3#rH33 {
	margin: 0;
	padding: 0;
	height: 20px;
	text-indent: -9999px;
} 

h3#rH31  {
	background: url('./../images/h3_register1.jpg') no-repeat;
} 

h3#rH32  {
	margin: 0 0 16px 0;
	background: url('./../images/h3_register2.jpg') no-repeat;
} 

h3#rH33  {
	margin: 32px 0 15px 0;
	background: url('./../images/h3_register3.jpg') no-repeat;
} 

input#btnFinish {
	margin: 20px 0 0 0;
}

div#checkMail {
	margin: 45px auto 0 auto;
	padding: 15px 40px 25px 40px;
	width: 785px;
	height: 140px;
	font-size: 14px;
	border: 1px solid #E72D61;
	background-color: #FFF;
}

div#checkMail span {
	color: #E72D61;
	font-weight: bold;
}

div#checkLinks {
	margin: 45px 0 30px 60px;
	padding: 0;
	color: #484848;
}

div#checkLinks a, div#aLinks a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

div#msg {
	margin: 80px auto 0 auto;
	padding: 0 40px 10px 40px;
	font-size: 14px;
}

div#editMail {
	margin: 0;
	padding: 25px 0 0 22px;
}

div#editMail form {
	padding: 0 0 0 25px;
}

div#editMail form, div#editMail label {
	font-size: 14px;
	color: #484848;
}

div#links {
	margin: 50px 0 50px 0;
	padding: 0;
}

div#links ul {
	margin: 0 65px;
	padding: 0;
	list-style-type: none;
	float: left;
}

div#links li {
	margin: 10px 0;
	padding: 0;
	color: #AAA;
	font-size: 12px;
	font-weight: bold;
}

div#links li a{
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #AAA;
	font-weight: normal;
}

/**
* Footer
*/

div#footer {
	margin: 15px 0;
	padding: 0;
	width: 990px;
	color: #CCC;
	font-size: 10px;
	text-align: center;
	position: relative;
}
