/*
Theme Name: Nature-Black-4
Theme URI: http://www.biovir.com/
Description: Theme Naturelei
Version: 0.1
Author: Pierrick Biovir
 
Creation Theme by Francis Chouquet || http://www.fran6art.com
 
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@font-face {
    font-family: 'LobsterTwoItalic';
    src: url('fonts/lobster-two-fontfacekit/LobsterTwo-Italic-webfont.eot');
    src: url('fonts/lobster-two-fontfacekit/LobsterTwo-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lobster-two-fontfacekit/LobsterTwo-Italic-webfont.woff') format('woff'),
         url('fonts/lobster-two-fontfacekit/LobsterTwo-Italic-webfont.ttf') format('truetype'),
         url('fonts/lobster-two-fontfacekit/LobsterTwo-Italic-webfont.svg#LobsterTwoItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'EnglandHandDBRegular';
    src: url('fonts/england/england-webfont.eot');
    src: url('fonts/england/england-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/england/england-webfont.woff') format('woff'),
         url('fonts/england/england-webfont.ttf') format('truetype'),
         url('fonts/england/england-webfont.svg#EnglandHandDBRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ChopinScriptRegular';
    src: url('fonts/chopin/ChopinScript-webfont.eot');
    src: url('fonts/chopin/ChopinScript-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/chopin/ChopinScript-webfont.woff') format('woff'),
         url('fonts/chopin/ChopinScript-webfont.ttf') format('truetype'),
         url('fonts/chopin/ChopinScript-webfont.svg#ChopinScriptRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: 0;
	box-shadow: 2px 2px 6px #000;
  -moz-box-shadow: 2px 2px 6px #000;  
  -webkit-box-shadow: 2px 2px 6px #000;
}

a:link {
	color: #6F8646;
	text-decoration:none;
}
a:visited {
	color: #6F8646;
}
a:active,
a:hover {
	color: #FF6600;
	text-decoration:underline;
	-moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; 
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
hr {
	height: 1px;
	padding: 0;
	color: #333;
	background-color: #333;
	border: 0;
	margin-right: 0;
	margin-bottom: 10px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
sup {
	font-size:9px;
	vertical-align: super;
}
/*---------------------------------Body----------------------------------*/

body{
	/*margin-left:0px;
	margin-right:0px;*/
	font-family:Arial,  sans-serif;
	font-size:0.85em;
	line-height:20px;
	color:#999;
	background-color:#0D0D0D;
	font-weight: 400;
	
}


/*-----------------------------------------TYPO--------------------------------------*/
h1{
	font-size:25px;
}

h2{
	font-size:20px;
}

h3{
	font-size:15px;
}

h4{
	font-size:13px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

.titre-article-actu{
	font-family: 'Raleway', cursive;
	margin-top:10px;
	margin-bottom:5px;
	padding-bottom:10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
	letter-spacing: 1px;
}

.titre-article-actu a{
	color:#FFF;
	text-decoration:none;
}

.titre-article-actu a:hover{
	color:#6F8646;
	text-decoration:none;
}

.titre-article{
	color:#fff;
	font-family: 'Raleway', cursive;
	margin-bottom:15px;
	padding-bottom:10px;
	/*border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;*/
	letter-spacing: 2px;
}
.titre-article-category{
	color:#FFF;
	font-family: 'Raleway', cursive;
	margin-bottom:5px;
	padding-bottom:10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.titre-article a{
	color:#FFF;
	text-decoration:none;
}
.titre-article-category a{
	color:#FFF;
	text-decoration:none;
}
.titre-article-category a:hover{
	color:#6F8646;
	text-decoration:none;
}
.titre-rubrique{
	color:#666;
	margin-bottom:15px;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:10px;
	font-family: Georgia;
	font-style: italic;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.categories{
	color:#fff;
	font-family:"helvetica neue", Geneva, sans-serif;
	font-size:12px;
	text-transform: uppercase;
	margin-top:5px;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

#info{
}

.titre-expo{
	color:#fff;
	font-size:13px;
	padding-bottom:5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
	

}
.date-expo{
	color:#6F8646;
	font-size:13px;
	margin-bottom:5px;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
	/*font-weight: bold;*/
}
.divers{
	color:#fff;
	font-size:13px;
	padding-bottom:5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;

}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/*---------------------------------CONTENEUR GLOBAL----------------------------------*/
#conteneur-accueil{
	margin-top:0px;
	/*background-color:#F03;*/
	float:left;
	width:100%;
	height: 720px;
	overflow:hidden;
}
#conteneur{
	float:left;
	width:100%;
	padding-bottom:130px;
	overflow:hidden;
}



/*---------------------------------------HEADER--------------------------------------*/
#header{
	position:fixed;
	top:0px;
	float:left;
	height:55px;
	padding-top:45px;
	background-color:#0D0D0D;
	width:100%;
	z-index:100;
	box-shadow: 0px 2px 5px #000;
 	-moz-box-shadow: 0px 2px 5px #000; 
 	-webkit-box-shadow: 0px 2px 5px #000;
  
}
#header-accueil{
	float:left;
	background-color:#0D0D0D;
	width:100%;
	height:55px;
	padding-top:45px;
}
#menu-haut{
	clear:both;
	width:960px;
	height:55px;
	margin-left:auto;
	margin-right:auto;
}

/*---------------------------------------MENU--------------------------------------*/


#menu-general {
 		margin: 0 auto;
		width: 960px;
 		display:block;
 		float:left;
		position:absolute;
 		text-align:center;
		-moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; 
		
}

#menu-general ul{
	display:inline-block;
	
}
					
#menu-general .menu-header,
div.menu {
	
	font-size:1em;
        margin-left: 12px;
		text-align:center;
}
#menu-general .menu-header ul,
div.menu ul {
        list-style: none;
        margin: 0;
		
}
#menu-general .menu-header li,
div.menu li {
	list-style: none;
        float:left;
        position: relative;
		z-index:10;
		
}
#menu-general a {
        display:block;
        text-decoration:none;
        color:#666;
        padding:0 10px;
        line-height:38px;
}

#menu-general ul ul {
		padding-top:17px;
        display:none;
        position:absolute;
        top:38px;
        left:0;
        float:left;
        z-index: 99999;
}

#menu-general ul ul li {
	margin-bottom:1px;
	
	padding-left:1px;
        min-width: 180px;
}
#menu-general ul ul ul {
        left:100%;
        top:0;
}
#menu-general ul ul a {
	color:#fff;
	background: #6f8646;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
	-moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; 
	
}

#menu-general li:hover > a {
	color:#fff;
	background: rgba(21,21, 21, 0);
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #6f8646;
	-moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;    
	

}
#menu-general ul ul :hover > a {
    color:#fff;
	background: rgba(21,21, 21, 0.9);
	/*border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #6f8646;*/
	
}
#menu-general ul li:hover > ul {
        display:block;
		
}
#menu-general ul li.current_page_item > a,
#menu-general ul li.current-menu-ancestor > a,
#menu-general ul li.current-menu-item > a,
#menu-general ul li.current-menu-parent > a {
        color: #fff;
		border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #6f8646;
}

* html #menu-general ul li.current_page_item a,
* html #menu-general ul li.current-menu-ancestor a,
* html #menu-general ul li.current-menu-item a,
* html #menu-general ul li.current-menu-parent a,
* html #menu-general ul li a:hover {
        color:#fff;
}


/*-------------------------------------ZONE CENTRALE--------------------------------*/
#zone-centrale-accueil{
	float:left;
	width:100%;
	height:500px;
	box-shadow: 0px 0px 10px #000;
  -moz-box-shadow: 0px 0px 10px #000; 
  -webkit-box-shadow: 0px 0px 10px #000;
	/*background-image: url(images/fond.png);
	background-position: center top;*/
}
#zone-centrale{
	float:left;
	width:100%;
	overflow:auto;
	/*margin-bottom:120px;*/
	/*background-image: url(images/fond.png);
	background-position: center top;*/
}

#conteneur-central-accueil{
	background-color:#0D0D0D;
	width:960px;
	height:500px;
	margin-left:auto;
	margin-right:auto;
	
}

#conteneur-central{
	/*position:absolute;*/
	padding:15px;
	width:930px;
	margin-top:100px;
	margin-left:auto;
	margin-right:auto;
	
}

#colonne-gauche{
	float:left;
	width:290px;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
}
#colonne-droite{
	float:left;
	width:580px;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
}


#content-actu{
	float:left;
	width:285px;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
}

.plus{
	float:left;
	margin-top:10px;
	margin-bottom:20px;
	width:16px;
	height:15px;
}

.plus a{
	float:left;
	background-color: #6F8646;
	/*position:absolute;*/
	width:16px;
	height:15px;
	background-image: url(images/plus.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.plus a:hover {
	float:left;
	background-color: #F00;
	/*position:absolute;*/
	width:16px;
	height:15px;
	background-image: url(images/plus.png);
	background-repeat: no-repeat;
	background-position: right center;
	
}

.contenu{
	text-align: justify;
		font-size:1em;

	
}
/*---------------------------------------COMMENTAIRES--------------------------------*/
.comments-template {
	margin-top: 20px;
}
.commentmetadata {
}
.cadre_commentaires {
}

#statut-commentaires {
	margin-bottom:25px;
}
.en-tete-commentaire {
}
.auteur {
	color:#fff;
	font-family: 'Raleway', cursive;
	font-size: 1.5em;
	padding-bottom:10px;
	margin-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.date-log {
	font-size:0.8em;
	text-align: right;
}
.commentaire {
	margin-bottom:25px;
}

/*---------------------------Comment Form */
#respond {
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 1.625em;
	position: relative;
	width: 520px;
	background-color: #333;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 1.625em;
	margin-left: 20px;
}
#respond input[type="text"],
#respond textarea {
	background: #CCC;
	/*border: 4px solid #eee;*/
	-moz-border-radius: 3px;
	border-radius: 3px;
	/*-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);*/
	position: relative;
	padding: 10px;
	text-indent: 140px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 120px;
	position: relative;
	top: 36px;
	z-index: 1;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #999;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}
/*---------------------------------------WIDGETS-------------------------------------*/
.widget-container {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 18px;
	margin-left: 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}


/*---------------------------------------NAVIGATION PAGE- ARTICLES-------------------------------------*/
#navigation{
	float:left;
	margin-top:15px;
	margin-left:25px;
	}

/*---------------------------------------FOOTER-------------------------------------*/
#footeraccueil {
	clear:both;
	/*background-color:#F00;*/
	width:100%;
	height:120px;
}
#footer{
	position:fixed;
	bottom: 0px;
	clear:both;
	background-color:#0D0D0D;
	width:100%;
	height:120px;
	z-index:100;
	box-shadow: 0px 0px 10px #000;
  -moz-box-shadow: 0px 0px 10px #000; 
  -webkit-box-shadow: 0px 0px 10px #000;	
}


#footer-central{
	/*background-color:#69F;*/
	clear:both;
	width:960px;
	height:120px;
	margin-left:auto;
	margin-right:auto;
}

#logo{
	/*background-color:#0D0D0D;*/
	width:290px;
	height:120px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	
}

#logo:hover{
	/*background-color:#0D0D0D;*/
	width:290px;
	height:120px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/logo-over.png);
	background-repeat: no-repeat;
	background-position: center center;
	
}
#social-global{
	margin-top:15px;
	width:20px;
	height:20px;
	color:#333;
	font-size:10px;
	float:right;
	background-image: url(images/facebook2.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#social-global:hover{
	margin-top:15px;
	width:20px;
	height:20px;
	color:#333;
	font-size:10px;
	float:right;
	background-image: url(images/facebook_over.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#credit{
	color:#333;
	font-size:10px;
	float:right;
}
	
