html {
	height: 100%;
}
body {
	margin: 0px auto;
	height: 100%;
	font-family: Arial;
	font-size: 1em;
	color: #333333;
	background: #e2e2e2;
}
img {
	border: 0px;
}

/* CONTENUS */
div#content {
	margin: 0px 20px;
}
h1 {
	margin: 12px 0px;
	font-size: 145%;
	color: #a9d834;
}
h2 {
	margin: 6px 20px;
	font-size: 110%;
	color: #a9d834;
}
p {
	margin: 6px 20px;
	text-align: justify;
}
a {
	color: #76923c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.pave-top {
	margin: 6px 0px;
	background: #f8f8f8 url("../img/pave-top.png") top no-repeat;
}
.pave-bottom {
	padding: 6px 0px;
	height: 100%;
	background: url("../img/pave-bottom.png") bottom no-repeat;
}
.plus {
	font-size: 140%;
	font-weight: bold;
	text-align: center;
}
.plus a {
	color: #a9d834;
}

/* CONTAINERS */
div#container {
	margin: 0px auto;
	padding: 0px 7px;
	width: 960px;
	height: auto;
	min-height: 100%;
	background: #e2e2e2 url("../img/container-bg.png") repeat-y;
}
div#main {
	padding-bottom: 55px;
}

/* HEADER */
div#header {
	overflow: hidden;
	border-bottom: #76923c 1px solid;
}
div#header-left {
	float: left;
	width: 670px;
	padding: 30px 0px 0px 20px;
}
div#header-left div {
	font-size: 120%;
}
div#header-right {
	float: right;
	padding: 6px 6px 0px 0px;
	width: 246px;
}
div#connexion {
	overflow: hidden;
	padding: 14px;
	width: 218px;
	height: 89px;
	font-size: 80%;
	color: white;
	font-weight: bold;
	background: url("../img/connexion-bg.png") no-repeat;
}
div#connexion-bottom {
	overflow: hidden;
	width: 246px;
	height: 16px;
	font-size: 70%;
	text-align: center;
}

/* LOGO */
img#logo {
	margin-bottom: 3px;
	width: 263px;
	height: 44px;
}

/* MENU */
ul#menu {
	clear: both;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style: none;
}
ul#menu li {
	overflow: hidden;
	float: left;
	padding: 0px 7px;
	height: 31px;
	line-height: 31px;
	color: white;
	text-align: center;
}
ul#menu li a {
	display: block;
	color: black;
	text-decoration: none;
}
ul#menu li:hover a {
	color: white;
}
li.demat {
	width: 135px;
}
li.demat:hover {
	background: url("../img/li-demat-on-bg.png");
}
ul#menu li.demat-act {
	background: url("../img/li-demat-bg.png");
}
li.mo {
	width: 132px;
}
li.mo:hover {
	background: url("../img/li-mo-on-bg.png");
}
ul#menu li.mo-act {
	background: url("../img/li-mo-bg.png");
}
li.ent {
	width: 88px;
}
li.ent:hover {
	background: url("../img/li-ent-on-bg.png");
}
ul#menu li.ent-act {
	background: url("../img/li-ent-bg.png");
}
li.tools {
	width: 88px;
}
li.tools:hover {
	background: url("../img/li-ent-on-bg.png");
}
ul#menu li.tools-act {
	background: url("../img/li-ent-bg.png");
}
li.contact {
	width: 61px;
}
li.contact:hover {
	background: url("../img/li-contact-on-bg.png");
}
ul#menu li.contact-act {
	background: url("../img/li-contact-bg.png");
}
li.inscription {
	width: 79px;
}
li.inscription:hover {
	background: url("../img/li-inscription-on-bg.png");
}
ul#menu li.inscription-act {
	background: url("../img/li-inscription-bg.png");
}
li.faq {
	width: 40px;
}
li.faq:hover {
	background: url("../img/li-faq-on-bg.png");
}
li.guide {
	width: 50px;
}
li.guide:hover {
	background: url("../img/li-guide-on-bg.png");
}

/* FOOTER */
div#footer {
	overflow: hidden;
	position: relative;
	margin: 0px auto;
	margin-top: -55px;
	padding: 10px;
	width: 940px;
	height: 35px;
	clear: both;
	font-size: 80%;
	text-align: center;
}
div#footer a {
	color: #76923c;
}

/* FORMULAIRES */
.connexion {
	margin: 0px;
	padding: 0px;
}
.connexion fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.connexion label {
	float: left;
	width: 93px;
	clear: both;
}
.connexion .input {
	float: right;
	margin-bottom: 5px;
	border: #76923c 1px solid;
	width: 120px;
}
.connexion .btn-connexion {
	width: 100px;
	height: 21px;
}
.connexion .acces {
	margin-bottom: 3px;
	text-decoration: underline;
}
.connexion .submit {
	clear: both;
	text-align: center;
}
.form {
	margin: 12px 20px;
	padding: 0px;
}
.form fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.form label {
	float: left;
	width: 200px;
	clear: both;
}
.form2 label {
	float: left;
	padding-right: 10px;
	width: 250px;
	clear: both;
	text-align: right;
}
.form .text {
	float: left;
	margin-bottom: 6px;
	border: #76923c 1px solid;
	width: 350px;
}
.form .checkbox {
	float: left;
	margin-bottom: 18px;
}
.form .select {
	float: left;
	margin-bottom: 18px;
}
.form .textarea {
	float: left;
	margin-bottom: 6px;
	border: #76923c 1px solid;
	width: 550px;
	height: 250px;
}
.form .submit {
	float: left;
	clear: both;
	margin: 20px 0px 0px 200px;
	padding: 2px 0px;
	border: #76923c 1px solid;
	width: 350px;
	color: white;
	background: #76923c;
}
.form2 .submit {
	margin-left: 260px;
}
