/*  
# -- BEGIN LICENSE BLOCK ----------------------------------
# This file is part of Freshy2, a theme for Dotclear.
# Original WP Theme from Julien de Luca
# (http://www.jide.fr/francais/)
#
# Copyright (c) 2008-2016
# Bruno Hondelatte dsls@morefnu.org
# Pierre Van Glabeke contact@brol.info
# 
# Licensed under the GPL version 2.0 license.
# A copy of this license is available in LICENSE file or at
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
# -- END LICENSE BLOCK ------------------------------------
*/
body {
    background: url(images/background/fat_lines_light.gif) no-repeat fixed center #000;
    background-size: cover;
    color: #010101;
}
#title {
    display: none !important;
}
#main, #footer_content {
    background: #E6E671; 
    color: #000; 
}
#main .sidebar li a:hover,
#blogcustom.sidebar li a:hover {
    background-color:#f00;
}
.post-content, .post-excerpt, .entry {
    text-align : justify;
}
.post-content p, .post-excerpt p, .entry p {
    margin: 0;
}
code {
    background-color:#c00;
    border: none;
}
#header_image {
	background-position:center;
	padding-top:200px;
}
.read-it a {
  font-weight: bold;
}
.sidebar_left #main {
	padding-left:200px; 
}
.sidebar_right #main {
	padding-right:250px;
}
#sidebar_left.sidebar {
	width:200px;
	right:200px;
}
#sidebar.sidebar {
	width:250px; 
}
* html #sidebar_left {
	left:250px;
}
::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #ff6600;
}
::selection {
    color: #fff;
    background: #ff6600;
}
a {
	color:#f00;
}
.sidebar h2 {
	border-left-color:#f00;
	color:#f00;
}
.sidebar h2 a {
	color:#f00;
}
#menu ul li li a:hover, #menu ul li li.current_page_item a:hover, #menu ul li li.current_page_item a {
	color:#ff0000;
}
#menu ul li.current_page_parent:hover a, #menu ul li.current_page_parent a:hover, #menu ul li.current_page_parent a, #menu ul li.current_page_item:hover a, #menu ul li.current_page_item a:hover, #menu ul li.current_page_item a,
#supranav li.active {
	background-color:#ff0000;
}
#menu ul li.top_parent:hover a, #menu ul li.top_parent a {
    background-color:#ff0000;
}
#menu ul li a {
	padding:0 8px 0 8px;
}
.sidebar li.current_page_item a, .sidebar li.current-cat a {
	background-color:#ff0000;
}
.sidebar .categories li.category-current a {
	color: white;
	background-color:#ff0000;
}
.sidebar .categories li.category-current li a {
	color: #3d3d3d;
	background:none;
}
h2, h2 a, h3, h3 a, .post blockquote, .post blockquote a, .author, .author a {
	color:#c00;
}
.post blockquote {
	border-left-color:#c00;
}
.meta .author, .meta .author a, .meta .flux a, .cat .flux a {
  color:#c00;
}
.comment .author, .comment .author a {
	color:#c00;
}
.comment_author { 
	background: url(images/transparency/white-90.png) 0 0 repeat scroll #c00;
	border:none;
}
.comment_author h4 { 
	color:#c00;
}
.ping .author, .ping .author a {
	color:#c00;
}

/* plugin dayMode */
.calendar a:hover, .calendar caption a:hover {
   background-color:#ff0000;
}
.calendar a {
   color:#ff0000;
}
/* PLugin DISCLAIMER */
p.buttons .submit {
  font-size: 1.2em;
  margin-right: 2em;
  padding: 10px; 
  color: #000;
  background: #e6e671;
}
/* Dimensions des videos externes */
iframe {
  width: 450px; 
  height: 250px;
}