body {
	font-family: Verdana, Geneva, sans-serif;
	color: black;
}
body a {
	color: black;
}
.body_mode_nuit {
	background-color: #222222;
	color: white;
}
.body_mode_nuit a {
	color: white;
}
hr {
	border: 0; 
	height: 1px; 
	background-image: -webkit-linear-gradient(left, #f5f5f5, #8c8b8b, #f5f5f5);
	background-image: -moz-linear-gradient(left, #f5f5f5, #8c8b8b, #f5f5f5);
	background-image: -ms-linear-gradient(left, #f5f5f5, #8c8b8b, #f5f5f5);
	background-image: -o-linear-gradient(left, #f5f5f5, #8c8b8b, #f5f5f5); 
}
body > header {
	width: 1000px;
	margin: auto;
}
body > header > a {
	text-decoration: none;
}
body > header > a > img {
	max-width: 1000px;
}
body > header > a > div {
	box-shadow: 2px 2px 2px 0px #aaa;
	border: 1px solid #eeeeee;
	width: 1000px;
	height: 80px;
	padding-top: 40px;
	text-align: center;
	font-variant: small-caps;
	font-size: 30px;
	font-family: Georgia, serif;
}
body > header > nav {
	overflow: hidden;
}
body > header > nav > a {
	border: 1px solid #aaaaaa;
	box-shadow: 0px 0px 2px 0px #aaa;
	float: left;
	display: inline-block;
	height: 27px;
	padding: 6px 10px 0px 10px;
	margin-right: 5px;
	margin-left: 5px;
	/*color: black;*/
	text-decoration: none;
	font-size: 14px;
}
body > header > nav > a:hover {
	box-shadow: 0px 0px 10px 0px #aaa;
}
body > header > nav > .separator {
	float: left;
	display: inline-block;
	width: 1px;
	height: 33px;
	border-left: 1px solid #aaaaaa;
	margin-left: 10px;
	margin-right: 10px;
}
body > footer {
	width: 1000px;
	margin: auto;
	margin-top: 20px;
	text-align: center;
	font-size: 11px;
	color: #888888;
}
body > footer > img {
	margin-top: 7px;
	opacity: 0.5;
}
#content {
	width: 1000px;
	margin: auto;
	overflow: hidden;
	padding: 10px 10px 10px 10px;
}
#content > section {
	width: 740px;
	float: left;
}
.header_articles {
	font-size: 11px;
	margin-bottom: 40px;
	padding-left: 10px;
	font-variant: small-caps;
}
.header_articles > h2 {
	margin-top: 5px;
	margin-bottom: 0px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
}
.header_articles > a {
	color: graytext;
	text-decoration: none;
}
.header_articles > a:hover {
	text-decoration: underline;
}
.header_articles > .header_articles_gray {
	color: graytext;
	font-style: italic;
}
#content > section > article {
	border: 1px solid #dddddd;
	box-shadow: 0px 0px 5px 0px #ddd;
	margin-bottom: 40px;
}
#content > section > article > header > h1 {
	margin-top: 5px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-variant: small-caps;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
#content > section > article > header > h1 > a {
	/*color: black;*/
	text-decoration: none;
}
#content > section > article > header > h1 > a:HOVER {
	color: graytext;
}
#content > section > article > header > p {
	margin: 0;
	font-size: 11px;
	padding-left: 10px;
}
#content > section > article > .article-content {
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	margin-top: 15px;
}
#content > section > article > .article-content a {
	color: graytext;
	text-decoration: underline;
}
#content > section > article > .article-content a:hover {
	color: blue;
	text-decoration: none;
}
#content > section > article > .article-content img {
	max-width: 716px;
}
#content > section > article > .article-content > .lire-la-suite {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 10px;
	text-align: right;
	font-size: 11px;
	font-style: italic;
}
.article-nsfw, .article-verrouille {
	box-shadow: 2px 2px 2px 0px #aaa;
	border: 1px solid #eeeeee;
	width: 250px;
	height: 45px;
	padding-top: 20px;
	text-align: center;
	font-variant: small-caps;
	font-size: 20px;
	font-family: Georgia, serif;
	margin-bottom: 10px;
}
.article-imageVideo-div {
	width: 716px;
	height: 430px;
	background-color: black;
	box-shadow: 0px 0px 10px 0px #000;
	
	display: table-cell; 
	vertical-align: middle; 
	text-align: center;
}
.article-imageVideo {
	width: 100%;
	max-height: 430px;
}
#content > section > article > .article-content > .article-form-nsfw, #content > section > article > .article-content > .article-form-verrouille {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
#content > section > article > .article-content > .article-form-nsfw input[type="text"] {
	border: none;
	padding: 5px 10px 5px 10px;
	box-shadow: 3px 3px 10px 0px #aaa;
	width: 30px;
}
#content > section > article > .article-content > .article-form-verrouille input[type="password"] {
	border: none;
	padding: 5px 10px 5px 10px;
	box-shadow: 3px 3px 10px 0px #aaa;
	width: 120px;
}
#content > section > article > .article-content > .article-form-nsfw input[type="submit"], #content > section > article > .article-content > .article-form-verrouille input[type="submit"] {
	border: none;
	padding: 5px 10px 5px 10px;
	box-shadow: 3px 3px 10px 0px #aaa;
	cursor: pointer;
}
blockquote {
	width: 715px;
	border: 1px solid #aaaaaa;
	box-shadow: 3px 3px 10px 0px #aaa;
	margin: auto;
	font-size: 11px;
}
blockquote > span {
	float: left;
	margin-top: 27px;
	width: 30px;
	font-family: Courier;
	font-size: 12px;
	text-align: right;
	color: graytext;
}
blockquote > pre {
	margin-left: 35px;
	padding-left: 5px;
	border-left: 1px solid #ccc;
	font-size: 12px;
}
#content > section > article > footer {
	font-size: 11px;
	color: #888888;
	padding: 5px 10px 5px 10px;
	background-color: #eeeeee;
}
#content > section > article > footer > a {
	color: black;
	text-decoration: none;
}
#content > section > article > footer > a:HOVER {
	color: blue;
	text-decoration: underline;
}
#content > section > nav {
	font-size: 11px;
	overflow: hidden;
	font-variant: small-caps;
}
#content > section > nav a {
	color: graytext;
	text-decoration: none;
}
#content > section > .message {
	border: 1px solid #dddddd;
	box-shadow: 0px 0px 5px 0px #ddd;
	text-align: center;
}
#content > section > .message > h1 {
	margin-top: 5px;
	margin-bottom: 0px;
	font-variant: small-caps;
	font-weight: normal;
	font-family: Arial;
	font-size: 32px;
}
#content > section > .message > p {
	margin: 0;
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.commentaire {
	padding: 0px 10px 0px 10px;
}
.commentaire_auteur {
	font-size: 12px;
	
	font-variant: small-caps;
}
.commentaire_auteur a {
	/*color: black;*/
	text-decoration: none;
}
.commentaire_auteur a:hover {
	color: graytext;
}
.commentaire_date {
	font-size: 11px;
	color: graytext;
	font-variant: small-caps;
}
.commentaire_contenu {
	font-size: 12px;
	margin-top: 10px;
}
#form_commentaire {
	border: 1px solid #dddddd;
	box-shadow: 0px 0px 5px 0px #ddd;
	background-color: #dddddd;
	padding: 10px 10px 10px 10px;
	margin-top: 30px;
	color: black;
}
#form_commentaire h2 {
	margin: 0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
}
#form_commentaire form {
	font-size: 11px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#form_commentaire input[type="text"] {
	border: none;
	padding: 5px 10px 5px 10px;
	box-shadow: 3px 3px 10px 0px #aaa;
}
#form_commentaire .form_commentaire_champ_input {
	width: 300px;
}
#form_commentaire .form_commentaire_champ_captcha {
	width: 100px;
}
#form_commentaire textarea {
	resize: none;
	width: 690px;
	height: 100px;
	border: none;
	padding: 5px 10px 5px 10px;
	box-shadow: 3px 3px 10px 0px #aaa;
}
#form_commentaire input[type="text"], #form_commentaire textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#form_commentaire input[type="submit"] {
	border: none;
	padding: 5px 10px 5px 10px;
	box-shadow: 3px 3px 10px 0px #aaa;
	cursor: pointer;
}
#form_commentaire h1 {
	margin: 0;
	margin-top: 5px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-variant: small-caps;
}
#form_commentaire .form_commentaire_message_erreur {
	border: 1px solid red;
	width: 690px;
	padding: 5px 10px 5px 10px;
	margin-top: 20px;
	box-shadow: 3px 3px 10px 0px #aaa;
	background-color: #ff8080;
	font-size: 12px;
}
#form_commentaire .form_commentaire_message_ok {
	border: 1px solid green;
	width: 690px;
	padding: 5px 10px 5px 10px;
	margin-top: 20px;
	box-shadow: 3px 3px 10px 0px #aaa;
	background-color: #80ff80;
	font-size: 12px;
}
.nav_precedent {
	float: left;
}
.nav_suivant {
	float: right;
}
.nav_page {
	margin-top: 35px;
	text-align: center;
}
#content > aside {
	width: 230px;
	float: right;
	padding: 5px 5px 5px 5px;
	
	border: 1px solid #aaaaaa;
	box-shadow: 3px 3px 10px 0px #aaa;
}
#content > aside > #form_rechercher {
	padding-top: 10px;
	padding-left: 10px;
}
#content > aside > #form_rechercher > input[type="text"] {
	border: 1px solid #eee;
    height: 31px;
    padding-left: 5px;
    width: 164px;
}
#content > aside > #form_rechercher > input[type="submit"] {
	border: none;
	width: 35px;
	height: 35px;
    background-color: #bbb;
    color: white;
    cursor: pointer;
}
#content > aside > h4 {
	margin-top: 40px;
	margin-bottom: 0px;
	padding-left: 10px;
	font-variant: small-caps;
	font-weight: normal;
	font-family: Arial;
	font-size: 16px;
}
#content > aside > ul {
	font-size: 11px;
	list-style:none;
	margin-top: 5px;
}
#content > aside > ul > li {
	margin-left: -20px;
	font-variant: small-caps;
}
#content > aside > ul > li > a {
	color: graytext;
	text-decoration: none;
}
#content > aside > ul > li > a:hover {
	color: blue;
	text-decoration: underline;
}
#content > aside > #ul_categories > li:before {
	content: "\1f5c2  ";
}
#content > aside > .annee_archive {
	font-size: 11px;
	margin-left: 20px;
}
#content > aside > .annee_archive a {
	color: graytext;
	cursor: pointer;
	text-decoration: none;
}
#content > aside > .annee_archive a:hover {
	color: blue;
	text-decoration: underline;
}
#content > aside > #div_bouton_mode_nuit {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 15px;
	text-align: right;
}
#content > aside > #div_bouton_mode_nuit button {
	border: none;
	padding: 5px 10px 5px 10px;
	box-shadow: 3px 3px 10px 0px #aaa;
	cursor: pointer;
}
.blog_introuvable {
	border: 1px solid #AAAAAA;
	border-radius: 10px;
	background-color: #EEEEEE;
	box-shadow: 3px 3px 10px 0px #aaa;
	width: 500px;
	margin: 0 auto;
	margin-top: 150px;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
.blog_introuvable span {
	font-size: 11px;
}