@charset "utf-8";

html, body, #wrapper {height: 100%;}

body > #wrapper {height: auto; min-height: 100%;}

body {
	background: #5e5e5e;
	font-family: "Trebuchet";
	font-size: 12px;
	color: #000;
	margin: 0; /* pour éviter les marges */
    text-align: center; /* pour corriger le bug de centrage IE */
}

th {
	vertical-align: top;
}

a {
	text-decoration: none;
	color: #666666;
	text-transform: uppercase;
}

.botitem a, .botitem a:hover {
	color: #fff;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

h1 {
	margin-top: 0px;
	font-size: 18px;
	font-weight: normal;
	color: #000;
}

.items a {
	font-size: 12px;
	font-weight: bold;
	line-height: 13px;
}

.items a:hover {
	color: #000;
	text-decoration: none;
}

fieldset {
	padding: 1em;
}
  
label {
	margin-right: 0.5em;
	padding-top: 0.2em;
	font-weight: bold;
}

.sublabel {
	margin-right: 0.5em;
	padding-top: 0.2em;
	font-weight: bold;
}

.hidden {
	display: none;
}

.radio_list li {
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0;
}

small {
	color: #5db11a;
}


#wrapper {	
	background : #fff;
	width: 901px;
	text-align: left;
	margin-left: auto;
   	margin-right: auto;
}

#main {
	position: relative;
	padding-bottom: 73px;
}

#header {
	position: relative;
	height: 78px;
}

#header img {
	border: 0;
}

#logo {
	float: left;
	padding-top: 5px;
}

#logged {
	font-size: 110%;
	font-weight: bold;
	margin-right: 10px;
	padding-top: 10px;
	position: relative;
	text-align: right;
}

#menu {
	position: relative;
	float: left;
	top: 84px;
	left: 42px;
	width: 132px;
}

#content {
	padding: 22px 30px 30px 205px;
	margin-top: 111px;
	|margin-top: -75px;
	width: 653px;
	font-size: 13px;
}

#content .contenttext {
	width: 344px;
	float: left;
	text-align: justify;
}

#content .contentimg {
	float: right;
	width: 285px;
}

#content .separator {
	height: 15px;
}

#content .separator2 {
	margin-left: 25%;
	width: 50%;
	height: 1px;
	line-height: 1px;
	background-color: #5db11a;
	margin-top: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}

#content .formwalk {
	text-align: center;
}

.botitem {
	margin-top: 50px;
	float: right;
	color: #fff;
	font-weight: bold;
	background: #7f7f7f;
	border: 1px solid #666666;
	padding: 10px 44px 10px 44px;
}

.botitem:hover {
	background: #41a62a;
}

#footer {
	position: relative;
	height: 66px;
	text-align: right;
	padding-right: 25px;
	margin-left: 2px;
	clear: both;
}

#contact-wrapper {
	width:430px;
}
#contact-wrapper div {
	clear:both;
	margin:1em 0;
}
#contact-wrapper label {
	display:block;
	float:none;
	width:auto;
}
form#contactform input {
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	padding:5px;
	color:#333;
}
form#contactform textarea {
	font-size:100%;
	padding:0.6em 0.5em 0.7em;
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
}

.radio_list {
	padding: 0;
	margin: 0 0 10px 0;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
