* {
	margin: 0;
	padding: 0;
}

/* @group Hacks */

.clearfix { display: inline-block;}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */

.spacer {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
	border: none;
}
/* @end */

body {
	color: #777;
	background-color: #fff;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	text-align: justify;
}

.left {
	float: left;
}

.right {
	float: right;
}

img, a img {
	border: none;
}

a {
	color: #444;
}

a:hover {
	color: #9d3;
}

p {
	margin: .4em 0 .7em;
}

.wrapper {
	width: 900px;
	margin: 0 auto;
}

#container {
	position: relative;
	margin-top: 2em;
}

/* @group Header */

#header {
	padding-top: 1em;
	margin-bottom: 3em;
}

#header h1 {
	margin: 0 auto;
}

#header h1, #header h1 a {
	display: block;
	width: 275px;
	height: 95px;
	text-indent: -5000px;
	font-size: 2px;
	background: url(../img/logo.gif) no-repeat;
}

/* @end */

#menu {
	height: 115px;
	background: url(../img/menubg.gif) repeat-x;
}

#menu ul {
	margin-bottom: 15px;
}

#menu li {
	float: left;
}

#menu li,
#menu li a {
	display: block;
	height: 100px;
	padding: 0;
	text-indent: -5000px;
}

#menu li a {
	background-repeat: no-repeat;
	background-position: left bottom;
}

#menu li a:hover,
#menu li.current a {
	background-position: left top;
}

#menu li#coupons a {
	width: 220px;
	background-image: url(../img/menu/coupons.gif);
}

#menu li#signature a {
	width: 360px;
	background-image: url(../img/menu/signature.gif);
}

#menu li#services a {
	width: 270px;
	background-image: url(../img/menu/services.gif);
}

#top {
	position: absolute;
	top: -20px;
	padding: 0 1em;
	font-size: 11px;
}

#nav {
	padding: .5em 1em;
	font-size: 12px;
	background-color: #f4f4f4;
	border: 1px solid #ccc;
	border-width: 0 0 1px;
}

h1, h2,  h3, h4 {
	margin: .7em 0 .4em;
	font-weight: normal;
}

#content h1 {
/* 	padding: .1em .4em; */
	color: #9d3;
	/* border-bottom: 2px solid #9d3; */
}

#content h2 {
	color: #9d3;
}

#content h3 {
	font-size: 1.1em;
}

#content h3,
#content h4 {
	color: #444;
}


li {
	padding: .5em 0;
}

p {
	margin: .4em .5em .6em;
	line-height: 1.4em;
}

ul.left,
ul.right {
	width: 48%;
}

#home div.intro {
	text-align: center;
}

div.intro {
	font-size: 1.5em;
	color: #666;
}

div.intro span {
	display: block;
	color: #000;
}

div.intro,
ul.questions li,
div.price,
#acheter form fieldset {
	margin-bottom: 1.2em;
	padding-bottom: 1.2em;
	border: 1px solid #ccc;
	border-width: 0 0 1px;
}

#home div.intro {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

div.features {
	width: 80%;
	margin: 2em auto 1em;
}

div.features ul {
	list-style: none;
}


.features li img {
	float: left;
	margin-right: 1em;
}

.features h3 {
	margin: 0;
	color: #444;
	font-size: 18px;
	line-height: 32px;
	font-weight: normal;
}

.features p {
	margin: .4em 0 .6em;
	font-size: 12px;
	text-align: justify;
}

/* @group Table */

table {
	margin: 0 auto;
}

table, table tr, table th, table td {
	border: 1px solid #777;
	border-collapse: collapse;
}

table thead {
	color: #fff;
	font-size: 1.4em;
	background-color: #9d3;
}

table thead th,
table tfoot th {
	font-weight: normal;
}

table tfoot {
	color: #444;
	font-size: 1.4em;
}

table tfoot th {
	text-align: right;
}

table tbody th {
	color: #444;
	font-weight: normal;
	text-align: left;
}

table th, table td {
	padding: .3em .5em;
	text-align: center;
}

/* @end */

#more {
	margin: 2em auto;
	text-align: center;
}

#footer {
	margin-top: 3em;
	text-align: center;
	font-size: 10px;
}

a.text {
	color: #777;
	text-decoration: none;
	cursor: text;
}

#intouch {
	margin: 2em auto;
	padding: 1em 0;
	background-color: #9d3;
}

#intouch div.wrapper h2,
#intouch div.wrapper p {
	color: #fff;
}

#intouch table {
	width: 80%;
}

/* @group Form */

form.data table {
	width: 95%;
}

form.data {
	color: #000;
	margin-top: .5em;
	margin-bottom: .5em;
}

form.data td {
	width: 50%;
	padding: .5em 0;
	text-align: left;
}

form.data label,
form.data input,
form.data select {
	display: block;
	width: 80%;
	font-size: 18px;
}

form.data label.box,
form.data input.box {
	display: inline;
	width: auto;
	font-size: 16px;
}

form.data label.box {
	padding-left: .5em;
}

form.data input.submit {
	width: auto;
	float: right;
}

form table.data,
form table.data tr,
form table.data th,
form table.data td {
	border: none;
}

/* @end */

/* @group Error */

div.error {
	margin: 1em;
	padding: 1.2em;
	font-size: 14px;
	color: #f66;
	border: 1px solid #f99;
	background-color: #fdd;
}

#content div.error h3 {
	margin: 0;
	color: #f66;
}

div.error ul {
	margin: 0 2em;
}

div.error li {
	padding: .2em;
}

/* @end */

ul.questions {
	margin-left: 1em;
	list-style: none;
}

#acheter form table.data tbody th {
	text-align: right;
}

#acheter form table.data tbody th label {
	display: block;
}

#acheter form table.data tbody em {
	font-size: .8em;
	color: #777;
}

#who td {
	text-align: left;
}

#who input {
	width: 100%;
}

#nav {
	position: absolute;
	top: 28px;
	border-width: 0 1px 1px;
	list-style: none;
}


#nav li {
	padding-left: 24px;
	line-height: 16px;
	background-repeat: no-repeat;
	background-position: left center;
}

#nav li.dashboard {
	background-image: url(../img/menu/dashboard.gif);
}

#nav li.clients {
	background-image: url(../img/menu/clients.gif);
}

#nav li.email {
	background-image: url(../img/menu/email.gif);
}

#nav li.statistiques {
	background-image: url(../img/menu/statistiques.gif);
}

/* @group Login */

div.login,
div.user,
div.menu {
	padding-left: 24px;
	line-height: 16px;
	background: url(../img/login.gif) no-repeat left center;
}

div.user {
	background-image: url(../img/user.gif);
}

div.menu {
	background-image: url(../img/menu.gif);
}

a#login {
	/*display: block;
	position: absolute;
	right: 0;*/
}

div.login form,
div.menu #nav {
	display: none;
}


div.login form label {
	padding-left: 12px;
}

/* @end */

#reglement {
	list-style: none;
}

#reglement li {
	list-style: none;
	float: left;
	width: 29%;
	margin: 0 2%;
}

#reglement li h3 {
	text-align: center;
}

#reglement li div.infos {
	text-align: left;
	font-size: .9em;
}

div.more {
	/*display: none;*/
}

form.more {
	display: none;
}


ul.sections {
	list-style: none;
}

ul.sections li img {
	float: left;
	margin-right: 1.5em;
}

ul.sections li p.more {
	text-align: right;
	font-size: .9em;
	font-style: italic;
}
