/* ********************************************
Theme Envol for DotClear 2,
by Kozlika. COPY STRICTLY FORBIDDEN !
******************************************** */
@import url(billets.css);
/* ==============================================================
        1. STRUCTURE GENERALE
   ============================================================= */
body, html {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #eee;
	}
#page {
	position: relative;
	max-width: 100em;
	margin: 0 auto;
	padding: 0 1em;
	text-align: left;
	}
#top {
	margin: 0;
	padding: 0;
	height: 3em;
	}
#abonnements {
	position: absolute;
	top: 24em;
	left: .75em;
	width: 8em;
	margin: 0;
	padding: 0;
	list-style-type: none;
  font-size: .875em;
	}
#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	}
#main {
	max-width: 100%;
	margin: 0;
	padding: 0;
	}
#content {
  max-width: 42em;
	margin: 8em auto;
	padding: 0;
	}
.dc-404 #content {
	margin-top: 60px;
	}
#footer {
	font-size: .9em;
	clear: both;
	text-align: left;
	padding: 240px 200px 4px 30px;
	background: transparent url(img/vivelevent_tout_petit.jpg) no-repeat bottom right;
	}
#footer p {
	line-height: 1.5;
	margin: 6px 30px;
	}
#secondary-content {
	clear: both;
	margin: 0 60px;
	line-height: 1.5;
	}

/* ==============================================================
        2. BALISES HTML
/*  ============================================================= */
body, html {
	color: #53464b;
	font-size: 100%;
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
	background: #fff;
	}
h1 {
	font-size: 2em;
	}
h2 {
	font-size: 1.33em;
	margin: 0;
	}
h3 {
	font-size: 1.25em;
	margin: 1.5em 0 0 0;
	}
h4 {
	font-size: 1.1em;
	margin: 1.5em 0 0 0;
	}
h5 {
	font-size: 0.9em;
	margin: 1.5em 0 0 0;
	}
h6 {
	font-size: 0.8em;
	margin: 1.5em 0 0 0;
	}
p {
	margin: 1em 0 0 0;
	}
img, a img {
	border: none;
	}
q, cite, .post blockquote {
	font-style: italic;
	background: #fcfdf8;
	}
.post blockquote em {
	font-style: normal;
}
acronym {
	cursor: help;
	}
form {
	display: block;
	margin: 0;
	padding: 0;
	}
code, pre {
	font-family: "Courier New",monospace;
	font-size: 1.1em;
	color: #000;
	}
pre {
	background: #fff;
	margin: 1em 2em;
	padding: 0.5em 1em;
	text-align: left;
	white-space: normal;
	border: 1px solid #e3e3e3;
	/* cache pour
IE 5 Mac qui sait pas faire - Ne pas supprimer cette ligne  \*/
    white-space: pre;
	width: 90%;
	overflow: auto;
	/* Fin hack Ne pas sup
primer cette ligne */
	}
sup { font-size: .6em; }


/* ==============================================================
        3.1. LES LIENS (regles generales)
/*  ============================================================= */
a {
	text-decoration: none;
	}
a:link {
	color: maroon;
	color: #a13640;
	}
a:visited {
	color: maroon;
	color: #a13640;
	}
a:hover, a:focus {
	color: maroon;
	background: #e7e7e7;
	}
a[hreflang]:after {
	content: "\0000a0[" attr(hreflang) "]";
	color: #666;
	background: transparent;
	}
a.feed {
	background: transparent url(img/feed.png) no-repeat left center;
	padding-left: 14px;
	}
.post-content a, #secondary-content p a, .post-content a, #secondary-content li a {
	border-bottom: 1px solid #E8C9C9;
}
/* ==============================================================
        3.2 LA PAGE
   ============================================================= */
#page {
	background: #fff url(img/vivelevent_petit.jpg) no-repeat 12px 18px;
  background-size: 25%;
	}
/* ==============================================================
        3.3 LE HAUT (top, prelude - syndicate: voir dans sidebar)
   ============================================================= */
#top {
	text-align: right;
}
#top h1 {
	margin: 0;
	padding: 0;
	font-family: "century gothic", "gill sans", sans-serif;
	}
#top h1 a {
	display: block;
	margin: 0;
	padding: 14px 0 0 0;
	font-weight: normal;
	background: transparent;
	}
#top h1 a:hover {
	color: #7ead9b;
	background: transparent;
	}
#top p {
	color: #aaa;
	letter-spacing: 1px;
	margin: 0;
	}
#prelude {
	color: #fff;
	position: absolute;
	top: 0;
	width: 80%;
}
#prelude a {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
	}
#prelude a:active,
#prelude a:focus,
#prelude a:hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
	color: maroon;
	}
#abonnements a {
	color: #666;
	}
/* ============================================================
        3.4. LE MAIN, les billets
============================================================= */
#content {
	line-height: 1.5;
	}
#main h2 {
	font-weight: normal;
	}
#secondary-content h2 {
	margin-top: 2em;
	margin-bottom: .66em;
	}
#secondary-content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#secondary-content ul li {
	padding-left: 14px;
	background: transparent url(img/wicobar.png) no-repeat 0 .4em;
	}
#secondary-content strong, .one-year h3 {
	color: #7ead9b;
	}
.post-title a:link, .post-title a:visited {
	font-weight: light;
	color: #015979;
	}
.post-title a:hover {
	color: maroon;
	background: transparent;
	}
/* ============================================================
        4. CLASSES COMMUNES
============================================================= */
/* A dispo pour billets */
.petit {
	font-size: 0.9em;
	}
.center {
	text-align: center;
	}
.right {
	text-align: right;
	}
.left {
	text-align: left;
	}
.clearer {
	clear: both;
	}
/* navigation */
.pagination {
	margin: 20px 0 0 0;
	text-align: right;
	padding: 2px 0 4px 0;
	background: #fcfdf8;
	border-top: 1px solid #e6e6e6;
	border-right: 16px solid #fcfdf8;
	}
.pagination a, .dc-home #sidebar .pagination a {
	color: #800000;
	}
#navlinks {
	font-size: 0.86em;
	margin: -20px 0 30px 0;
	padding: 2px 0;
	text-align: center;
	letter-spacing: 7px;
	background: #fcfdf8;
	border-bottom: 1px solid #ccc;
	}
#navlinks a {
	color: maroon;
	letter-spacing: 0px;
	}
/* =================================================================
        5. LES BILLETS
/* ============================================================= */
.post {
	margin: 0;
	padding-bottom: 3em;
	}
.dc-home #content .post, .dc-post #content .post {
	}
.day-date {
	text-align: center;
	text-align: left;
	text-transform: uppercase;
	color: #888;
	margin: 0 0 1em 0;
	font-size: 0.825em;
	}
.post-title {
	line-height: 1.05;
	text-align: left;
	color: #2b5456;
	}
.dc-home #content .post-title {
	margin-bottom: 2em;
}
.post-title a {
	font-weight: light;
	}
.post h3, .post h4, .post h5, .post h6 {
	font-weight: normal;
	margin-top: 2em;
	text-transform: uppercase;
	text-align: left;
	}
.post-info {
	margin: 0.25em 0;
	color: #9a9a9a;
	font-size: smaller;
	}
.post-tags {
  font-size: .825em;
  text-align: right;
  list-style-type: none;
}
.post-tags a:before {
  content: '#';
}
.post-excerpt {
	margin: 1em 0;
	text-align: justify;
	font-size: 1em;
	}
.post-content {
	margin-top: 0.5em;
	font-size: 1em;
	}
.post-content p, .post-excerpt p, .post-content ul {
	margin-top: 1em;
	line-height: 1.5;
	}
.post-info-co {
	margin-top: 0.5em;
	text-align: right;
	font-size: smaller;
	}
.post-info-co a {
	border-bottom: 1px solid #800000;
	margin-left: 8px;
	}
.post blockquote {
	margin: 2em;
	padding: 0 2em 0 1em;
	border-left: 4px solid #ddd;
	}
.footnotes {
	font-size: 0.9em;
	text-align: left;
	}
.footnotes, .footnotes p {
	margin-top: 1em;
	text-indent: 0;
	}
.post-content ul {
	margin: 1em 0 1em 1em;
	padding: 0;
	list-style-type: none;
	}
.post-content ul ul {
	margin: 0.5em 0 0.5em 1em;
	padding: 0;
	list-style-type: none;
	}
.post-content ul li {
	padding: 0 0 0 13px;
	background: transparent url(img/ulb.png) no-repeat 0 0.5em;
	}
.post-content ul ul li {
	padding: 0 0 0 13px;
	background: transparent url(img/ululb.png) no-repeat 0 0.5em;
	}
.post-content ol, .post-content ol ol {
	margin: 1em 0;
	padding: 0 0 0 2em;
	}
.post-content ol ol {
	margin: 0.5em 0;
	list-style-type: lower-alpha;
	padding: 0 0 0 2em;
	}

.img-selection img {
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
}
.img-selection .favorite {
	margin: 1em 0 5em 0;
}
.img-selection .favorite p {
	font-size: .9em;
	text-align: left;
	margin-top: 3em;
	font-size: x-small;
}
.img-selection .favorite img {
	padding: 6px;
	border: 1px solid #bbb;
}
.img-selection .expo {
	background: #eee;
	padding-top: 16px;
	width: 540px;
	margin: 16px auto;
}
.img-selection .expo p {
	width: 270px;
	height: 270px;
	float: left;
	/*background: #fcfdf8;*/
	margin: 0;
}


/* =================================================================
        6. COMMENTAIRES, TRACKBACKS
            (voir aussi formulaires en 8)
/* ============================================================= */
#comments, #pings {
	margin: 0 0 1.33em 0;
	padding: 12px 0 0 0;
	text-align: left;
	font-family: "Palatino Linotype", "century gothic", "franklin gothic", helvetica, sans-serif;
	font-weight: normal;
	}
#comments dd, #comments dt, #comments dl, #content form, #pings dd, #pings dt, #pings dl {
	padding: 4px 0;
	margin: 0;
	border: none;
	}
#comments dt, #content form, #pings dt {
	margin-top: 2em;
	font-family: "century gothic", "gill sans", sans-serif;
	font-size: 0.825em;
	border: none;
	}
#comments dt .comment-number, #pings dt .comment-number {
	font-size: 2em;
	}
#comments dt .comment-number:hover {
	color: maroon;
	}
#comments dt {
	margin-bottom: 0;
	}
#comments dd, #pings dd {
	border-top: 1px solid #ccc;
	padding-bottom: 12px;
	}
#comments dd p, #pings dd p {
	margin-top: 0.5em;
	}
#comments dd.me {
	color: #015979;
	}
#content form {
	margin-bottom: 2em;
	padding-top: 1em;
	margin-top: 1em;
	}
form h3 {
	margin: 0 0 1em 0;
	padding: 0;
	clear: both;
	}

/* =================================================================
        8. FORMULAIRES (recherche et depot commentaire)
            interactions (messages d'erreur)
/* ============================================================= */
fieldset {
	display: block;
	border: none;
	margin: 0 0 0.5em 0;
	padding: 0;
	}
fieldset p {
	margin-bottom: 1em;
	}
.form-help {
	margin: 1em 0;
	}
input, textarea {
	font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size: 1em;
	border-width: 1px;
	border-color: #9a9a9a;
	}
input[type], textarea[name] {
	background: #eee;
	}
input[type=submit], input[type=reset] {
	background: #ccc;
	color: #000;
	}
input[type=submit]:hover {
	background: #ccc;
	color: maroon;
	}
textarea {
	width: 95%;
	}
p.field {
	margin: 1em 0 0 0;
	}
p.field label {
	clear: left;
	display: block;
	font-weight: bold;
	font-size: 1em;
	width: 13em;
	float: left;
	color: #666;
	}
p.field.comm-label label {
	width: 9em;
	}
.form-help {
	}
#comment-form {

	}
input.preview {

	}
input.submit {

	}
#c_nom {

	}
#c_mail {

	}
#c_site {
	margin-bottom: 1em;
	}
#c_content {

	}
.jstElements {
	clear: left;
}
#c_remember {

	}
/* Error messages
-------------------------------------------------------- */
.error {
	border: 1px solid #c00;
	background: #fee;
	padding: 0.5em;
	}
.error ul {
	padding-left: 20px;
	}
.error li {
	list-style: square;
	}

#search { margin: 0; }
#search form { border: none; margin: 0; }
#search input[type=text], #search #q {  /* ou #search #q */
	font-size: medium;
	background: #f1f3f3 url(img/q.png) no-repeat .25em center;
	border: 1px solid #ddd;
	width: 16em;
	padding: .25em 20px .25em;
	color: bluegreen;
	}

/* =================================================================
        8. PAGES SPECIFIQUES
            archives, categories
/* ============================================================= */
#content-info {
	font-size: 0.92em;
	font-family: "century gothic", "gill sans", sans-serif;
	margin: -20px 0 40px 0;
	padding: 8px 20px;
	text-align: center;
	color: maroon;
	border-bottom: 1px solid #ccc;
	line-height: 1.25;
	}
#content-info h2 {
	font-size: 1.15em;
	text-transform: uppercase;
	}
#content-info p#navlinks {
	margin: 0 0 30px 0;
	}
.dc-category.Photographie #content-info {
	text-align: right;
	margin-bottom: 0;
	border: none;
	padding: 0 30px 12px 0;
}
/* ---------------- Archives ------------- */
.dc-archive-month .arch-title {
	font-size: 1.33em;
	margin-bottom: 0;
	padding-left: 14px;
	background: transparent url(img/icopost.png) no-repeat 0 0.4em;
	}
.dc-archive-month ul.arch-post {
	list-style-type: none;
	}
.dc-archive-month #content li {
	display: inline;
	}
.dc-archive-month #content .arch-info {
	display: block;
	}
.dc-archive-month #content .arch-info-co {
	text-align: left;
	}
.dc-archive-month #content .arch-tag {
	padding: 0 0 0 20px;
	background: transparent url(img/tag.png) no-repeat 8px center;
	}
/* ---------------- Categories, Tag ------------- */
.dc-category .post h2, .dc-tag .post h2 {
	font-size: 1.5em;
	margin-bottom: 0;
	/* padding-left : 14px;
    background : transparent url(img/icopost.png) no-repeat 0 0.25em;*/
	}
.dc-category .post {
	padding-bottom: 2em;
	}

/*
	TRAITEMENT DE LA HOME ET DE LA PAGE PHOTOS
*/

#before-home .post, .one-year {
	width: 22%;
	float: left;
	padding: 0 3% 0 0;
	margin: .5em 0;
	}
.one-year ul {
	padding: 0;
	margin-left: 1em;
	}
#before-home .post-content {
	text-align: left;
	}
#before-home .post h3, .one-year h3 {
	text-transform: none;
	margin-top: 1em;
	margin-bottom: 0;
	font-size: 1.15em;
	}
#before-home .post p {
	margin-top: 0;
	}
#before-home .post-info-co {
	text-align: left;
	padding: 0;
	margin: 0;
	}
#before-home .post .home-photo p {
	margin: 1em auto;
	}
.home-photo p img {
	padding: 4px;
	border: 1px solid #ddd;
	}
p.more {
	clear: both;
	text-align: right;
	margin-top: .66em;
	padding-top: .66em;
	font-size: smaller;
	}
#archive-home h3 {
	font-weight: normal;
	width: 80px;
	clear: left;
	float: left;
	margin-top: 1em;
	}
#archive-home ul {
	list-style-type: none;
	margin: 1em 0;
	padding: 0;
	}
#archive-home ul li {
	display: inline;
	padding-right: 12px;
	}
.dc-home .day-date {
	margin-bottom: 4px;
	}
.dc-home .post-info {
	margin-top: 1em;
	font-style: italic;
	}
.dc-home .post-info-co {
	margin-top: 2em;
	}
.dc-home .post-info-co a {
	color: #999;
	border-bottom-color: #999;
	}
/* clearers
.post, .post-content, .footnotes, .attachments, .post-info-co, #comments {
	clear: both;
	}*/

/* page Photographies */

body.Photographie #content {
	margin: 120px 2% 120px 18%;
}

.post.all-photos span {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
height: 132px;
min-width: 130px;
}
.post.all-photos span.h a {
	display: block;
	min-height: 81px;
	padding: 21px 8px 20px 8px;
	background: #eee;
	border: 1px solid #DDD;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 4px;
}
.post.all-photos span.v a {
	display: block;
	padding: 8px 21px 8px 20px;
	background: #eee;
	border: 1px solid #DDD;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 4px;
}
.post.all-photos span.c a {
	display: block;
	padding: 9px 8px 8px;
	background: #eee;
	border: 1px solid #DDD;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 4px;
}
.post.all-photos span a img {
	border: 1px solid #fff;
}
.post.all-photos span a:hover {
	background: #ccc;
}
.post.all-photos p {
	clear: both;
	padding-top: 0;
	}
.post.all-photos	p.photos-info {
		padding: 2em.25em 0;
		color: #9a9a9a;
		font-size: smaller;
		}


#fugitifs {
	padding: 0 60px 10px 60px;
	border-bottom: 1px solid #c8b2a7;
position: relative;
}
.fugitifs_date { /* date */
		clear: left;
		color: #c8b2a7;
		float: left;
		line-height: 2.3em;
		margin: 1.5em 10px 0 0;
		padding: 0 5px 0 0;
		border-right: 1px solid #ccc;
		font-size: .8em;
		text-align: center;
		position: relative;
		left: 0;
	}
#sidebar #fugitifs .feed h2 {
    font-size: 1em;
    font-weight: bold;
    background: transparent;
    padding-left: 0;
    margin-left: 0;
    text-indent: 0;
    text-transform: none;
    color: #666;
		font-family: Verdana,"Bitstream Vera Sans",sans-serif;
}
#sidebar #fugitifs .feed ul li {
    border: none;
    display: inline;
    padding: 0 12px 0 0;
		background: transparent url(img/ulb.png) no-repeat right 3px;
}

.migration {
	font-size: 1.2em;
}
.migration ul.post li, .migration ul.post {
	list-style-type: none;
	padding: 1px 12px;
	margin: 1em 0;
	background: #e6e6e6;
}
.migration ul.post li span {
	font-size: .75em;
}
.migration ul.post li span a {
	color: #666;
	text-decoration: none;
	border: none;
}

img.img_m {
  border: 6px solid #ccc;
}

.post-content p sup { font-size: .6em; }

.dc-404 #page, .dc-404 #footer {
	background-image: none;
	}
.dc-404 #abonnements {
	display: none;
	}

#sidebar {
	display: none;
	}



@media screen and (max-width: 48em) {
  #top {
    font-size: smaller;
    }
  #content {
    margin-top: 6em;
  }
  #abonnements {
    top: 3.5em;
    position: relative;
    text-align: right;
    width: auto;
    padding-right: 1em;
  }
  #abonnements li {
  	display: inline-block;
  	margin-left: 1em;
  }
  #secondary-content,
  #footer {
  	margin: 0;
  	padding: .5em;
  }
  #secondary-content .post,
  #before-home .post {
  	width: auto;
  }
}