body {
	margin:0;
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
}

#header {
	background:url(img/bg-header.png) repeat-x;
	margin-bottom:30px;
	text-align:center;
}

#header-logo {
	height:110px;
	margin:auto;
	background:url(img/bg-header-logo.png) no-repeat center top;
	width:298px;
	text-align:center;
}

#wrapper {
	margin:auto;
	width:1000px;
}

#menu-horiz {
	margin-bottom:20px;
}

#menuh {
	margin:auto;
	font-size:14px;
}

#menuh li {
    float: left;
}

#menuh ul li a {
    color: #FFF;
    display: block;
    margin-right: 2px;
    padding: 0 20px;
	text-transform:uppercase;
    text-align: center;
}

#menuh ul li a:hover {
	border-bottom: 3px solid #6CBE45;
}

#menuh ul li #link-focus {
	border-bottom: 3px solid #6CBE45;
}

.menu li a, .menu li a:visited {
    display: block;
    height: 25px;
    text-decoration: none;
}

.menu-vert div {
	height:18px;
}

.title-menu {
	color:#FFF;
	font-weight:bold;
	font-size:18px;
	padding-bottom:15px;
}

.link-menu-vert-focus {
	padding-bottom:7px;
}

.link-menu-vert {
	padding-bottom:7px;
}
	
.link-menu-vert a {
	color:#FFF;
	font-size:14px;
	text-decoration:none;
}

.link-menu-vert-focus a {
	color:#6CBE45;
	font-size:14px;
	text-decoration:none;
}

.link-menu-vert a:hover {
	padding-left:10px;
}

#content-right {
	color:#FFF;
	padding-left:15px;
	font-size:14px;
}

#content-right a {
	text-decoration:none;
	color:#6CBE45;
}

#content-right a:hover {
	text-decoration:underline;
}

#footer {
	color:#FFF;
	text-align:center;
	font-size:12px;
	padding-top:20px;
	margin-bottom:40px;
}

#langage {
	font-size:12px;
}

#langage a {
	color:#999;
	text-decoration:none;
}

#langage a:hover {
	color:#FFF;
}

.case-prod {
	width:729px;
	background:url(img/bg-produit.png) no-repeat;
	border:1px solid #365F22;
	font-size:18px;
	margin-bottom:20px;
	color:#FFF;
}

.case-prod:hover {
	background:url(img/bg-produit-hover.png) no-repeat;
	border:1px solid #2E501D;
	color:#000;
}

.case-prod:hover a {
	color:#256213;
}

.case-prod-name {
	text-align:center;
}

.case-prod-name a {
	color:#F26633;
	text-decoration:none;
}

.case-prod-name a:hover {
	text-decoration:underline;
}

.case-prod-logo img {
	margin-right:15px;
}

.case-prod-name {
	padding-left:15px;
	padding-top:15px;
}

.text-highlight {
	color:#6DBE45;
	font-weight:bold;
	font-family:Myriad Pro;
	font-size:16px;
}

#box-prod {
	margin-bottom:15px;
	background:#6DBE45;
	width:200px;
	border-radius:10px;
}

#box-prod-top {
	background:url(img/bg-box-prod-top.png) no-repeat center top;
	height:30px;
	border-radius:10px 10px 0 0;
	border-bottom:1px solid #3D6B0E;
	text-align:center;
	padding-top:5px;
	font-family:Myriad Pro;
	font-weight:bold;
}

#box-prod-content {
	margin:5px;
	color:#FFF;
	font-size:14px;
	margin-bottom:10px;
}

#contact a {
	text-decoration:none;
	color:#6CBE45;
	font-weight:bold;
}

#contact a:hover {
	text-decoration:underline;
}

#maintitle{
	text-align:center;
}

.news .news-header {
	background:url(img/bg-news.png) repeat-x center bottom;
	height:26px;
}

.news {
	border:1px solid #658621;
	margin-bottom:15px;
}

.news td {
	padding:2px 5px 2px 5px;
}

.agenda .agenda-header {
	background:url(img/bg-news.png) repeat-x center bottom;
	height:26px;
}

.agenda {
	border:1px solid #658621;
	margin-bottom:15px;
}

.agenda td {
	padding:2px 5px 2px 5px;
}