/* Body */
body { 
	margin: 0; 
	padding: 0;
	font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
	font-size: 1em;
  color: white; 
  background: black;
} 

a, a:hover, a:link, a:visited, a:focus, a:active {
	color: white;
	text-decoration: none;
}
 
/* Page */
div#Page {
	margin: 0 auto;
	max-width: 864px;
	position: static;
	/*top: -10px;*/
}
/* Header */
div#Header {
	font-size: 0;
	line-height: 0;
	height: 120px;
	border-bottom: 1px solid #CCCCCC;
}

div#Header-wrapper {
	width:864px; 
	margin-left:auto; 
	margin-right:auto;
	margin-top: 0;
	margin-bottom: 2em;
}

  /* Logo */
div#logo {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 311px;
	height: 120px;
	float: left;
}
 /* Image Demo */
div#image-demo {
position: relative;
margin:0;
padding:0;
width:697px;
height:120px;
}

 /* Menu */
nav#navwrap {
	width: 864px;
	margin-left: auto;
	margin-right: auto;
}

#navwrap {
	clear: both;
	display: block;
	float: left;
	height: 50px;
	margin-bottom: 25px;
}

#navwrap ul {
	list-style: none;
	font-size: 15px;
	margin: 0;
	padding: 0;
}

#navwrap ul.dropdown > li {
	float: left;
	position: relative;
	text-transform: uppercase;
	width: 144px;
	margin-left: 0px;
	margin-right: 0px;
}

#navwrap a {
	text-align: center;
	display: block;
	line-height: 35px;
	font-size: 1.1em;
	
	background: #151515;
	background: -moz-linear-gradient(#000, #151515);
	background: -o-linear-gradient(#000, #151515);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000), to(#151515));
	background: -webkit-linear-gradient(#000, #151515);
	background: -webkit-linear-gradient(#000, #151515);
	
	border-bottom: 1px solid black;
/*	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;*/
}

#navwrap ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	left: 0px;
	width:144px;
	z-index: 99999;
	background: #151515;
	background: -moz-linear-gradient(#000, #151515);
	background: -o-linear-gradient(#000, #151515);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000), to(#151515));
	background: -webkit-linear-gradient(#000, #151515);
	background: -webkit-linear-gradient(#000, #151515);
	border-bottom: 1px solid black;
/*	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;*/
}

#navwrap ul ul a {
	text-transform: none;
	text-align: left;
	padding-left: 15px;
	background: none;
	border-bottom: none;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

#navwrap ul ul ul {
	left: 100%;
	top: 0;
}

#navwrap li:hover > a,
#navwrap ul ul:hover > a,
#navwrap a:focus {
/*	line-height: 50px;*/
        line-height: 35px;
	background: #648521;
	background: -moz-linear-gradient(#648521, #364812);
	background: -o-linear-gradient(#648521, #364812);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#648521), to(#364812));
	background: -webkit-linear-gradient(#648521, #364812);
	background: -webkit-linear-gradient(#648521, #364812);
}

#navwrap ul.sub-menu li:hover > a,
#navwrap ul.sub-menu ul ul:hover > a,
#navwrap ul.sub-menu a:focus {
	background: none;
	color: #99CC33;
	font-weight: bold;
}

#navwrap ul ul a:hover {
	line-height: 35px;
}

#navwrap ul li:hover > ul {
	display: block;
}

#navwrap ul.dropdown > .current_page_item > a,
#navwrap ul.dropdown > .current_page_ancestor > a {
	background: #648521;
	background: -moz-linear-gradient(#648521, #364812);
	background: -o-linear-gradient(#648521, #364812);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#648521), to(#364812));
	background: -webkit-linear-gradient(#648521, #364812);
	background: -webkit-linear-gradient(#648521, #364812);
}


/* Wrapper */
div#Wrapper {
	position:  relative;
	clear: both;
	width: 864px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 3em;
}


/* Main */
div#Main {
	text-align: justify;
}

/* Content */
	/* Post */

h4 {
	font-weight:normal;
	display:inline;
	margin:0px;
}

p.keyword {
	display: inline;
}

h2 {
	display: inline;
	font-weight: bold;
	font-size: 1.3em;
	margin: 0px;
	color: #99CC33;
}

div.post h1 {
  font-size:1.3em;
  font-weight:bold;
  margin: 0;
}

div.post_content strong {
	font-weight: bold;
	font-size: 1.3em;
	color: #99CC33;
}

div.post_content em {
font-style: normal;
}
div#follow-us {
        text-align: center;
}

div#mail-feed a {
	display: inline;
	margin: 0px;
        float: left;
        margin-left: auto;
        margin-right: auto;
        padding-left: 2em;
        padding-right: 2em;
}

span.keyword {
	font-weight: bold;
	font-size: 1.3em;
	margin: 0px;
	color: #99CC33;
}

img.puce {
	margin-right: .5em;
	clear:right;
	width:40px;
	height:10px;
}

div.postmetadata {
	margin-bottom: 2em;
}

div.catandtags h4, div.catandtags h4 a {
        color: #333333;
        font-size: .8em;
}

img.equi {
	opacity:0.4;
	filter:alpha(opacity=40);
}

img.equi:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

/* Commentaires */

ul.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.commentlist li {
	border-bottom: 0px solid #bbbbbb;
	clear: both;
}

ul.commentlist div.commentmetadata {
	width: 244px;
	margin: 0px;
	overflow-x: hidden;
	float: left;
}

ul.commentlist div.commentmetadata img {
	float: left;
	margin-right: 12px;
	margin-bottom: 20px;
}

ul.commentlist div.commentmetadata p {
	maring: 0;
	padding: 0;
}

ul.commmentlist div.commenttextandreply {
	width: 600px;
	float: left;
}

ul.commentlist div.commenttext {
	overflow: auto;
	margin-right: 20px;
	padding: 5px;
}

ul.commentlist div.commentreply {
	position: inherit;
	margin-bottom: 20px;
}

	/* Separation */

img.puce-separation {
	width:60px;
	height:15px;
}

div.separation {
	margin-bottom: 5em;
	margin-top: 2em;
	text-align:center;
	border-top: 1px solid #666666;
}

div.separation-bas {
	margin-bottom: 5em;
	text-align:center;
}

/* Navigation */
div.navigation {
text-align: center;
margin-bottom: 5em;
}

.wp-pagenavi span.pages {
	background-color:#000000;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	margin:2px;
	padding:2px 4px;
}

/* Sidebar */

div.sidebar {
	position: relative;
	display: inline;
        text-align: center;
}

div.sidebar div#liste-categories {
  text-align: center;
  margin-bottom: 1em;
}

div.sidebar div#tags {
  text-align: center;
  margin-bottom: 1em;
}

	/* Col-1 */
	
div.sidebar #col-1 {
	width: 50%;
	float: left;
	padding-bottom: 17em;
}
	
		/* Search */

div#search {
	margin:1em 0 2em 0;
}
	
		/* Categories */
		
ul#categories, ul#liste-tags, ul#liste-liens {
	list-style-type: none;
	margin:1px 0 2em 0;
	display: inline;
}

ul#categories li, ul#liste-liens li {
	display: inline;
}

ul#categories li:before, ul#liste-liens li:before { 
	content: " - "; 
}

ul#categories li.cat-item.cat-item-31:before { 
	content: ""; 
}

ul#liste-liens li.cat-item.cat-item-31:before {
	content: ""; 
}

	
	/* Col-2 */

div.sidebar #col-2 {
	width: 50%;
	float: right;
}
	
		/* Tags */

div#tags {
	text-align: center;
}

/* Sociable plugin */
div.sociable { margin: 0; text-align:left; }

.sociable span {
	display: inline;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}