 /*
# -- BEGIN LICENSE BLOCK ---------------------------------------
#
# This file is part of Dotclear 2.
#
# Copyright (c) 2003-2011 Olivier Meunier & Association Dotclear
# Licensed under the GPL version 2.0 license.
# See LICENSE file or
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
#
# -- END LICENSE BLOCK -----------------------------------------
*/
body {
	margin: 0;
	padding: 0;
	background: #f2f7b4;
	color: #6b6b6b;
	font: 87.5% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a {
	color: #df6f34;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #6ea568;
	text-decoration: underline;
}

a img {
	border: none;
}

pre {
	white-space: pre;
	white-space: -moz-pre-wrap;
	white-space: -hp-pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -pre-wrap;
	white-space: pre-wrap;
	white-space: pre-line;
	word-wrap: break-word;
}

sup {
	font-size:80%;
	line-height:50%;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* Layout
-------------------------------------------------------- */
#page {
	position: relative;
	font-size: 1em;
	max-width: 960px;
	margin: 0 auto;
	box-shadow: 0px 3px 5px #444;
	background-color: #fff;
}

#top {
	height: 190px;
	padding: 0;
	background: #7ab974 url(index.php?tf=img/header.jpg) no-repeat top right;
	border-bottom: 1px solid #333;
}
#top h1 {
	margin: 0;
	padding-left: .5em;
	font-size: 2.5em;
}
#top h1 a {
	color: #f3661c;
	text-decoration: none;
}
#top h1 a span {
	display: inline-block;
	width: 400px;
	vertical-align: top;
	padding: 45px 0 0 .5em;
	text-shadow: 0 0 1px #000;
}
#top h1 a:focus, #top h1 a:hover {
	color: #f28148;
    transition: color 0.5s ease 0s;
}

#prelude {
	position: absolute;
	top: 5px;
	right: 5px;
	margin: 0;
	padding: 0;
	color: #ededed;
	font-size: .8em;
}
#prelude a {
	text-decoration: none;
	color: #ededed;
}
#prelude a:focus, #prelude a:hover {
	text-decoration: underline;
}

ul.simple-menu {
	margin: 0;
	padding: 0 0 .1em;
	width: 100%;
	border-bottom: 1px dotted #333;
}

.simple-menu li {
	display: inline-block;
	text-transform: uppercase;
	vertical-align: top;
	border-right: 1px dotted #333;
}
.simple-menu li a {
	color: #f3661c;
	display: inline-block;
	text-decoration: none;
	padding: .5em 1em;
	height: 32px;
}
.simple-menu span {
	display: block;
	text-transform: none;
	font-style: italic;
}
.simple-menu .simple-menu-label {
  font-size: 1.1em;
}
.simple-menu a:hover, .simple-menu a:focus {
	background: #f5f5f5;
	color: #6f6fb7;
}
.simple-menu li.active a {
	color: #6f6fb7;
}
#wrapper {
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}
.breadcrumb {
	font-size: .9em;
	padding: 0 0 0 1em;
	color: #999;
}
.breadcrumb a {
	color: #6b6b6b;
}

#main {
	width: 65%;
	float: left;
}

#content {
	padding: 0 25px;
}

#sidebar {
	width: 34%;
	float: right;
}
#blognav, #blogextra {
	padding: 1px 25px;
}

#footer {
	background: #e0e0e0;
	clear: both;
	padding: 10px;
	height: 20px;
}
#footer p {
	margin: 0;
}

#custom {
	background: #fff;
	padding: 0 0 0 25px;
}
#custom img {
	padding: 0 20px 5px 0;
	vertical-align: middle;
}

#content img {
	box-shadow: 0px 2px 4px #444;
	max-width: 100%;
}

/* tableau parcours */
table {
	border-collapse: collapse;
	border: 2px solid #8889a8;
	margin-top: 1em;
	text-align: center;
}
thead {
	background-color: #efa47f;
	color: #222;
}
tfoot {
	background-color: #b5b6e2;
	color: #222;
}
th {
	padding: 5px;
	border: 1px solid #666;
}
td {
	padding: 5px;
	border: 1px solid #666;
}
.note {
	font-style: italic;
	color: #888;
}
.legend {
	font-style: italic;
	text-align: center;
}
.img-accueil p {
	margin: .2em 0;
}
.deltadate {
	margin-top: 1em;
	padding: .5em;
	background-color: #e2e2e8;
	border-radius: 5px;
	box-shadow: 0px 2px 2px #444;
	text-align: center;
}
.date {
	font-size: 3em;
	color: #f3661c;
	margin: .1em 0;
}

/* Sidebar styles
-------------------------------------------------------- */
#sidebar h2 {
	margin: 0;
	color: #6ea568;
}
#sidebar h3 {
	margin: 1em 0 0.5em;
	color: #6f6fb7;
}

#sidebar div div {
	margin-bottom: 2em;
}
#sidebar div div div {
	margin-bottom: 0;
}

#sidebar ul {
	list-style-type: circle;
	margin: 1em 0;
	padding: 0 0 0 15px;
}
#sidebar li {
	margin: 0;
	padding: 4px 0;
}
#sidebar ul ul {
	list-style: disc;
	margin: 0;
	padding: 0 0 0 15px;
	border: none;
}
#sidebar li li {
	display: list-item;
	margin: 0.5em 0 0 0;
	padding: 0 0;
	border: none;
}


#search fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
#q {
	border: 1px solid #bfbfbf;
	width: 150px;
	color: #6b6b6b;
}
#search .submit {
	padding: 0;
	border: 1px solid #fff;
	background: none;
	font-weight: bold;
	color: #6b6b6b;
	text-transform: uppercase;
}
#search .submit:hover {
	background: #6f6fb7;;
	color: #fff;
	border: 1px solid #6f6fb7;;
}

#topnav ul {
	border-bottom: 1px solid #ffd02c;
	padding: 4px 0;
}
#topnav li {
	display: inline;
	border-bottom: none;
}

#sidebar .syndicate ul {
	border-top: none;
}
#sidebar .syndicate li {
	border-bottom: none;
}

#sidebar .tags ul {
	border-top: none;
	font-size: 1.1em;
	text-align: justify;
}
#sidebar .tags ul li {
	display: inline;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	line-height: 1.8em;
}

.tag0 { font-size: 75%; }
.tag10 { font-size: 80%; }
.tag20 { font-size: 90%; }
.tag30 { font-size: 100%; }
.tag40 { font-size: 110%; }
.tag50 { font-size: 120%; }
.tag60 { font-size: 140%; }
.tag70 { font-size: 150%; }
.tag80 { font-size: 160%; }
.tag90 { font-size: 170%; }
.tag100 { font-size: 180%; }

ul.tags {
	list-style: none;
	margin: 1em 0;
	padding: 0;
	font-size: 1.3em;
	text-align: justify;
}
ul.tags li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 1.8em;
}


/* Main content styles
-------------------------------------------------------- */
h2, h3, h4 {
	margin: 1em 0 0 0;
	padding: 0;
}

h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1em;
}

#subcategories {
	background: #fbfbfb;
	border-color: #BFBFBF;
	border-style: solid;
	border-width: 1px 0;
	margin: 1em 0;
	padding: 0.5em;
}
#subcategories h3 {
	margin: 0;
}
#subcategories ul {
	margin: 0.5em 0 0 0;
	padding: 0 0 0 20px;
	line-height: 1.4;
}

.post {
	margin: 0 0 2em 0;
}
.post-title {
	color: #7d7cba;
	font-size: 1.6em;
	padding: 0 0 0 32px;
	background: transparent url(index.php?tf=img/godasse.png) no-repeat left center;
}
.post-title a {
	color: #7d7cba;
}
.post-info {
	margin: 0 0 0 0;
}

.post-tags {
	list-style: none;
	margin: 1em 0 1em;
	padding: 3px 0;
}
.post-tags li {
	display: inline;
	margin-right: 8px;
	padding: 5px 0 5px 22px;
	background: transparent url(index.php?tf=img/tag.png) no-repeat 0 70%;
}
.post-tags li a {
	color: #6b6b6b;
}

.post-info-co {
	clear: left;
	padding: 3px 0 3px 0.5em;
	border-top: 1px dotted #bfbfbf;
}
.post-info-co a {
	color: #6b6b6b;
	padding: 2px 10px 2px 18px;
}

.comment_count {
	background: transparent url(index.php?tf=img/comment.png) no-repeat 0 50%;
}
.ping_count {
	background: transparent url(index.php?tf=img/trackback.png) no-repeat 0 50%;
}
.attach_count {
	background: transparent url(index.php?tf=img/attach.png) no-repeat 0 50%;
}

.read-it {
	font-weight: bold;
	clear: left;
}
.read-it a {
  text-decoration: none;
  padding: .6em 1em .5em;
  background: #e2e2e8;
  font-size: em(12px);
  text-transform: uppercase;
  border: 1px solid #7d7cba;
  display: inline-block;
  margin-top: 1em;
  transition: all 0.5s linear 0s;
}

a.feed {
	background: transparent url(index.php?tf=img/feed.png) no-repeat 0 0.25em;
	padding: 5px 0 5px 22px;
}

/* Post content
-------------------------------------------------------- */
.post-content, .post-excerpt, #comments dd, #pings dd, dd.comment-preview {
	line-height:1.4em;
}
.post-content acronym, .post-excerpt acronym {
	cursor: help;
	border-bottom: 1px dotted #666;
}

.post-content pre, .post-excerpt pre {
	padding: 10px ;
	font: 1.1em 'courier new', courier, monospace;
}

.post-content ul, .post-excerpt ul, .post-content ol, .post-excerpt ol {
	margin: 0 0 0.5em 0;
	padding: 0 0 0 15px;
}

.post-content li, .post-excerpt li {
	margin: 0;
	padding: 0;
}

.post-content blockquote, .post-excerpt blockquote {
	margin: 4px 0 4px 0;
	padding: 0 5px;
	border-left: 4px solid #bfbfbf;
}


#attachments h3 {
	font-size: 1.2em;
}

#attachments ul {
	list-style: none;
	margin: 0;
	padding: 4px 0;
}

#attachments li {
	margin: 0 0 0.6em;
	padding: 2px 10px 2px 18px;
	background: transparent url(index.php?tf=img/attach.png) no-repeat 0 50%;
}

#attachments li object {
	display: inline;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
ul.galleryinsert {
	list-style: none;
  	margin: 1em 0;
  	padding: 0;
}
.galleryinsert li { display: inline-block; } 
.galleryinsert img {
    margin: 0 10px 10px 0;
}

/* Comments and trackbacks
-------------------------------------------------------- */
#comments {
	clear: both;
}
#comments h3, #comment-form h3, #pings h3 {
	border-width: 1px 0;
	border-style: solid;
	border-color: #bfbfbf;
	background: #fbfbfb;
	padding: 5px;
	margin: 20px 0 8px 0;
	font-size: 1.2em;
}

#comments dt {
	margin: 1.5em 0 0 0;
	padding: 5px 0 16px 0;
	background: transparent url(index.php?tf=img/comment-t.png) no-repeat bottom left;
}
#comments dt.me {
	background-image: url(index.php?tf=img/commentmy-t.png);
}
#comments a.comment-number {
	display: block;
	float: left;
	width: 30px;
	margin-right: 40px;
	font-size: 1.2em;
}
#comments dd {
	margin: 0;
	padding: 1px 1em 0.5em 1em;
	background: #fffad1 url(index.php?tf=img/comment-b.png) no-repeat bottom left;
	color:#6b6b6b;
}
#comments dd.me {
	background-color:#f5f9d9;
	color:#6b6b6b;
	background-image:url(index.php?tf=img/commentmy-b.png);
}
#comments dd p {
	margin: 0.5em 0;
	line-height: 1.5em;
}

.error {
	margin: 20px 0 0;
	padding: 10px 5px;
	background: #ffcccc;
	border: 2px solid red;
	font-weight: bold;
}

/* Forms
-------------------------------------------------------- */
#comment-form {
	padding-top: 10px;
}

#comment-form fieldset {
	border: none;
}
#comment-form fieldset p {
	padding: 5px 0;
}
#comment-form fieldset p.field {
	padding: 5px 0;
	width: auto;
	margin: 0;
	clear: left;
}
#comment-form p.form-help {
	width: 60%;
	margin: 0 0 0 30%;
	font-style: italic;
}

#comment-form p label {
	width: auto;
}
#comment-form p.field label {
	font-weight: bold;
	display: block;
	padding: 0 1% 0 0;
	width: 29%;
	float: left;
	text-align: right;
}
#comment-form input, #comment-form textarea {
	font: 1em "Lucida Grande",Arial,sans-serif;
	color: #6f6fb7;
	border: 1px solid #cdcdcd;
	padding: 1px 2px;	
	width: 68%;
}

#comment-form p.remember {
	margin: 0;
}
#comment-form input#c_remember {
	width: auto;
	border: 0;
	margin: 0 5px 0 30%;
}
#comment-form input.preview {
	margin-left: 30%;
}

#comment-form input.preview, #comment-form input.submit {
	width: auto;
	color: #6f6fb7;
	background: #fff;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #cdcdcd;
	border-radius: 3px;
}
#comment-form input.preview:hover, #comment-form input.submit:hover {
	background: #6f6fb7;
	color: #fff;
	border: 1px solid #6f6fb7;
}

/* ---------------------------------------------------
    MEDIA QUERIES
--------------------------------------------------- */

@media screen and (max-width:640px) {

	#page, #top, #footer {
		width: auto !important;
		background-image: none;
		}

	#prelude {
		display: none !important;		
		}
	ul.simple-menu {
		border: none;
	}
	.simple-menu li, .simple-menu li a {
		display: block;
		border: none;
	}
	.simple-menu li a {
		margin: 2px 2px 0;
		background-color: #eee;
		border-radius: 2px;
	}
	#top { 
		height: 55px;
		}
	#top img {
		display: none;
	}
	#top h1 {
		padding: 0 .5em;
		font-size: 1.6em;
		}
	#top h1 a span {
		padding: 0;
		display: inline;
	}
	#top h1 a {
		padding: 2%;
		color: #fff;	
		}
	img, table, td, blockquote, code, pre, textarea, input, object, embed, video {
		max-width: 100%;
		}
	textarea, table, td, th, code, pre, samp {
		word-wrap: break-word;
		hyphens: auto;
		white-space: pre-line;	
		}
	#sidebar, #main {
		float: none !important;
		width: auto !important;
		}
	#main { margin: 0; }
	#content {
		border: none;
		margin: 2%;
		padding: 0;
		}
	#footer {
		height: 20px;
		}
	#footer p {
		padding: 0 2% 0 0;		
		}
}

@-webkit-viewport{
    width: device-width;
}
@-moz-viewport{
    width: device-width;
}
@-ms-viewport{
    width: device-width;
}
@-o-viewport{
    width: device-width;
}
@viewport{
    width: device-width;
}