* { padding:0; margin:0;
}
.clear {clear:both;}

a {
	color: #5B920A;
}

body {background:#fff url(images/bg.jpg) repeat-x; font: 11px Verdana, Arial, Helvetica, sans-serif; color:#333;}

/* Header */

a img { border: 0; }
a { color: #5B920A; text-decoration: none; }
a:hover { text-decoration: underline; cursor: pointer;}

.notext {font-size: 0; line-height: 0; text-indent: -4000px;}


#wrap {width:954px; margin:25px auto;}
#header {border-color:#FFFFFF; border-style:solid; border-width:10px; background: url(images/header.png) repeat-x 0 0; height: 110px; width: 934px}

h1#logo {float: left; padding-top: 26px;padding-left: 5px;}
h1#logo a {display: block; width: 300px; height: 70px;}

h2 {font-family: "Myriad Pro", "Trebuchet MS", sans-serif; font-size: 23px; line-height: 23px;}
h3 {font-family: "Myriad Pro", "Trebuchet MS", sans-serif; font-size: 18px; color: #262626;}

#navigation {float: right; padding-top: 41px;}
#navigation ul {list-style-type: none;}
#navigation ul li {display: inline; float:left; padding-right: 10px;}
#navigation ul li a {background: url(images/nav.gif) no-repeat 0 0; padding-left: 27px; height: 27px; display: block; float: left; color: #fff; font-family: tahoma, sans-serif; color: #fff; font-size: 14px;}
#navigation ul li a span {background: url(images/nav.gif) no-repeat right 0; padding-right: 27px; height: 21px; display: block; float: left; padding-top: 6px; line-height: 14px;}
#navigation ul li a:hover, #navigation ul li.active a {text-decoration: none; background-image: url(images/nav-hover.gif); color: #343434;}
#navigation ul li a:hover span, #navigation ul li.active a span {background-image: url(images/nav-hover.gif);}

/* Fin du Header */

/* Main */

#main {background:url(images/pagebg.png) repeat-y; margin:0;}

#wrap #main #content {
	padding: 15px;
}

.justify { text-align: justify }
.center{ text-align: center }

#homeleft {width:480px; float:left;}

#homeleft2 {width:950px; float:left;}

#homeright { margin-left:500px; }

#main h2 {color:#333; display:block; padding:3px 0 8px 0;}
.green {
	color: #5B920A;
}
#homeright h3 {
	color: #5B920A;
	font-weight: normal;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 8px;
}
#main  p {
	line-height: 16px;
	margin-bottom: 18px;
}
#homeright .column1 {
	width: 31%;
	float: left;
	padding-right: 5px;
}
#homeright .column3 {
	float: left;
	width: 32%;
	padding-left: 8px;
}
#homeright .column2 {
	float: left;
	width: 33%;
}
a:visited, a:active {
	color: #5B920A;
}
a:hover {
	color: #BDEB16;
	text-decoration: none;
}
#wrap #footer {	background: url(images/footer.png) no-repeat;	height: 70px;	padding-top: 15px;	text-align: center;}
.footer { color:#ffffff;}
#footer a { color:#5B920A;}
#footer a:hover {	color:#BDEB16}

#productlist {	list-style: none;}
#productlist li {	display: block;	padding: 3px;	border-bottom: 1px solid #eee;}
.productimage {	float: left;}


.post .date {
	font-size: 10px;
}
.post h3 {
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
}
.post {
	padding: 5px;
	margin-bottom: 15px;
}

#homeleft  ul {
	list-style: none;
}
#homeleft li {
	display: block;
	background: url(images/bullet.png) no-repeat 0px 3px;
	padding-left: 30px;
	padding-top: 2px;
}

#homeright  ul {
	list-style: none;
}
#homeright li {
	display: block;
	border-bottom: 1px solid #eee;
	height: 18px;
}
#homeright li a {
	display: block;
	height: 15px;
	height: 15px;
	padding-top: 2px;
	color: #999999;
	text-decoration: none;
	background: url(images/bullet.png) no-repeat 0px 3px;
	padding-left: 15px;
}

#homeright li a:hover {
	color: #BDEB16;
	text-decoration: none;
}

.form {margin:10px 25px 10px 50px;}
.form .text {
	display:block;
	border:1px solid #666666;
	background: #efefef;
	width:250px;
	padding:5px;
	font-size:14px;
	color:#000000;
}
.form label {display:block; margin-bottom:3px; margin-top:10px;}
.form .text:hover{background:#FFFFFF; border: solid 1px #000000;}
.form .text:focus {
	background:#efefef;
	border: 1px solid #669900;
}
.form .button {
	display:block;
	border:1px solid #666666;
	background:#efefef;
	padding:5px 10px 5px 10px;
	margin:10px 0px 10px 0px;
}
.form .button:hover {
	display:block;
	border:1px solid #666666;
	background: #ffffff;
	padding:5px 10px 5px 10px;
	margin:10px 0px 10px 0px;
}
