/**
* 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: #484848;
	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;
}

.valign {
	vertical-align: middle;
}

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

/**
* Header
*/

div#header {
	margin: 0;
	padding: 0;
	width: 990px;
	height: 105px;
	background: #FFF url('./../images/header_home.jpg') no-repeat;
	position: relative;
}

div#header h1 {
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	text-indent: -9999px;
}

div#header h2 {
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	text-indent: -9999px;
}

div#header ul {
	margin: 0;
	padding: 0;
	top: 15px;
	right: 20px;
	list-style-type: none;
	position: absolute;
}

div#header li {
	margin: 15px 0 0 0;
	padding: 0;
}

div#header li a {
	margin: 0 0 0 10px;
	padding: 0;
	color: #484848;
	font-weight: bold;
}

div#header li a.red {
	color: #E72D61;
}

/**
* Zone central
*/

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

div#content {
	margin: 0;
	padding: 0 20px;
	width: 950px;
	color: #6C6C6C;
	font-size: 13px;
	line-height: 20px;
}

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

#anim {
	margin: 0;
	padding: 0;
	width: 591px;
	height: 470px;
	float: left;
}

div#register {
	margin: 0;
	padding: 65px 66px 0 137px;
	width: 196px;
	height: 405px;
	color: #6C6C6C;
	background: url('./../images/register_home.jpg') no-repeat;
	float: right;
	position: relative;
}

h3#rH31, h3#rH32, h3#rH33 {
	padding: 0;
	width: 198px;
	height: 29px;
	text-indent: -9999px;
}

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

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

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

div#register p {
	margin: 0;
	padding: 4px;
}

div#register a {
	margin: 0;
	padding: 0;
	bottom: 32px;
	left: 70px;
	width: 220px;
	height: 40px;
	text-indent: -9999px;
	display: block;
	position: absolute;
}

div#testimonials a {
	margin: 48px 0 60px 0;
	padding: 0;
	width: 990px;
	height: 130px;
	display: block;
}

div#testimonials p {
	margin: 0;
	padding: 0;
	width: 990px;
	height: 0;
	text-indent: -9999px;
}

div#links {
	margin: 100px 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;
}