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

.left {
	float: left;
}

.valign {
	vertical-align: middle;
}

.pink {
	color: #E72D61 !important;
}

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;
	top: 13px;
	left: 28px;
	text-indent: -9999px;
	position: absolute;
}

div#header h1 a {
	margin: 0;
	padding: 0;
	width: 140px;
	height: 80px;
	display: block;
}

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: 40px 20px 50px 20px;
	width: 950px;
	min-height: 400px;
	text-align: justify;
	background: url('./../images/hr.jpg') bottom no-repeat;
}

/**
* Footer
*/

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

/**
* Témoignages
*/

.bloc1 {
	margin: 0 0 0 19px;
	padding: 18px 11px 0 0;
	width: 444px;
	height: 174px;
	border-right: 1px dotted #A5A5A5;
}

.bloc2 {
	margin: 0 19px 0 0;
	padding: 18px 0 0 11px;
	width: 445px;
	height: 174px;
}

.bloc1, .bloc2 {
	line-height: 22px;
	font-style: italic;
	border-bottom: 1px dotted #A5A5A5;
	float: left;
}

.bloc1 img, .bloc2 img {
	margin: 0 11px 0 0;
	float: left;
}

.noBorder {
	border-bottom: none;
}

/**
* Formulaire
*/

label {
	margin: 0 15px 0 0;
	padding: 0;
	width: 420px;
	text-align: right;
	float: left;
}

input[type="text"], select {
	margin: 0;
	padding: 0;
	width: 290px;
}

textarea {
	margin: 0;
	padding: 0;
	width: 290px;
}

.send {
	font-size: 14px;
	text-align: center;
}

.send a {
	text-decoration: underline;
}
