#header {
	background-image: url("../design/header.jpg");
    background-repeat: repeat-x;
    height: 172px;
    width: 100%;
}
#header980 {
	height: 172px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
}
#product, #distrib, #consom {
	display:none;
}
#contenu {
	width: 100%;
	min-height:500px;
	padding-bottom:100px;
	background-image: url(../design/contenu.png);
	background-repeat: repeat;
}
#contenu980 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.menu-mhaut-container  {
	width: 100%;
	padding-top:70px;
	text-align: center;
}
#logo {
	height: auto;
    left: 20px;
    max-width: 359px;
    position: absolute;
    top: 10px;
    width: 100%;
}
#contenth{
	width: 980px;
	padding-top: 25px;
}
#content{
	width: 640px;
	float:left;
	padding-top: 25px;
	background-color: #666;
}
#nav{
	width: 270px;
	float:right;
	padding-top: 25px;
	margin-right:20px;
}
#navp {
	margin-left: 12px;
}
#footer {
	width:100%;
	height: 200px;
	background-image: url(../design/footer.jpg);
	background-repeat: repeat;
}
#footer980 {
	width:100%;
	margin-right: auto;
	margin-left: auto;
}
/*
//////////////////////////////////////////////////   NAVIGATION*/
.menu-mhaut-container li {
	float: left;
    height: 51px;
    width: 50%;
}
.menu-mhaut-container li a {
	height:51px;
	line-height:51px;
	text-transform: uppercase;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	background-image: none;
	background-repeat: no-repeat;
	display: block;
	font-weight: bold;
}
.menu-mhaut-container .current_page_item a {
	color: #dddc21;
}
#nav li a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	display: block;
	font-family: 'Oswald', sans-serif;
	line-height: 30px;
	color: #666;
	text-decoration: none;
	padding-left: 5px;
	padding-top: 5px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#nav li a:hover {
	color: #609624;
}
a.prodactif {
	opacity: 0.5;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 50);
	filter: alpha(opacity = 50);
}
/*
//////////////////////////////////////////////////   TYPO*/
h1 {
	font-family: 'y2k_neophyteregular', sans-serif;
	font-size: 20px;
	color: #666666;
	padding-top: 17px;
}
h2, h2 a{
	font-family: 'y2k_neophyteregular', sans-serif;
	font-size: 18px;
	color: #666666;
	margin-top: 17px;
	font-weight: bold;
}
h2 a {
	text-decoration: none;
}
h2 a:hover {
	color: #666666;
}
h3{
	color: #666666;
	font-family: 'y2k_neophyteregular', sans-serif;
	font-size: 16px;
	margin-top: 6px;
	line-height:26px;
}
h4{
	color: #666666;
	font-family: 'y2k_neophyteregular', sans-serif;
	font-size: 14px;
	margin-top: 24px;
}
p {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 8px;
	margin-bottom:25px;
	line-height: 24px;
	font-weight: lighter;
}
#contenu980 ul {
	margin-top:10px;
}
#contenu980 li {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:24px;
	padding-bottom:15px;
	background-image: url(../design/puces.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 7px;
}
/*  //////////////////////////////////////////////////   BLOCS */
#presente  {
    height: 260px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    width: 100%;
}
#presentation  {
	float: left;
    height: 100px;
    margin-left: 30px;
    margin-top: 40px;
    width: 59%;
}
/*
//////////////////////////////////////////////////   WP */
#presentation p  {
	font-size: 16px;
    line-height: 23px;
}
.clear {
	clear: both;
}
.post640  {
	width:60%;
	float:left;
	padding-top:20px;
	margin-left:5%;
}
.post880 {
	float: left;
    margin-left: 5%;
    width: 90%;
}
#content img {
	float:left;
	border: 6px solid #90815e;
	margin-top: 20px;
	margin-bottom: 20px;
}
.louis {
	width:50%;
	max-width: 212px;
	height: auto;
	}
.louis, .wp-post-image {
	float:left;
}
a.more-link {
	font-size: 11px;
	float: right;
	padding: 5px;
}
p a, a.more-link, .pagination a  {
	color: #d87819;
}
#enpage {
	width: 300px;
	float:left;
	display: block;
}

/* ////////////////////////// formulaire                 */
form{
	font-family: Verdana, Geneva, sans-serif;
	width: 90%;
	font-size: 12px;
	margin-bottom: 50px;
	float: left;
}
form input, form textarea {
	padding: 5px;
	width: 90%;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
	color: #9191B4;
}
input[type="submit"] {
	width: 100px;
}
form textarea {
	min-width: 90%;
	max-width: 90%;
	min-height: 90px;
	max-height: 90px;
}
form textarea:focus, form input:focus {
	border: 2px solid #b9c036;;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
}