
/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2004 Samuel Latchman and contributors. All rights
 * reserved.
 *
 * DotClear is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 * 
 * DotClear is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with DotClear; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 * ***** END LICENSE BLOCK *****
 *
 * Contributor(s):
 *  Olivier Meunier
 *  Theme par defaut adapte par Julien Mudry et Kozlika
 *
 *
 */  
html, body {
	margin : 0;
	padding : 0;
	/*overflow-y: hidden;
	height: 100%;*/
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size : 0.86em;
	background: #581131 url(images/fond.jpg) fixed;
}

/* gestion affichage présent uniquement dans le "home.php"
--------------------------------------------------------------------*/
#ouverture {
	background: transparent url(images/medaille.gif) 50% 50% no-repeat;
	height: 180px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	}
	
#ouverture-texte {
	font-weight: bold;
	}
/*----------------------------------------------------------------*/
	
#container {
	margin : 0;
	padding : 0;
	background: transparent;
	/*z-index: 10;
	height: 100%;
	whidth: 100%;
	overflow-y: auto;*/
}

p { margin : 1em 0; }
img { border : none; }

form { display : block; margin : 0; padding : 0; }

h1 { font-size : 2em; margin : 0.67em 0; }
h2 { font-size : 1.33em; margin : 0.83em 0; }
h3 { font-size : 1.17em; margin : 1em 0; }
h4 { font-size : 1em; margin : 1.33em 0; }
h5 { font-size : 0.83em; margin : 1.67em 0; }
h6 { font-size : 0.67em; margin : 2.33em 0; }

hr {clear: both; width: 0px; height: 0px; border: 0px solid;}

code,pre { font-family : "Courier New",monospace; font-size : 1em; }

q { font-style : italic; }

a {
	color : #FA9007;
	text-decoration: none;
	font-weight:bold;
}
a:hover, a:focus, a:active {
	color: #F8BB37;
}

a[hreflang]:after {
	content: "\0000a0(" attr(hreflang) ")";
	color : #666;
	background : transparent;
}

h2 {
	font-family : Georgia,"Times New Roman","New York",serif;
}

table {
	font-size : 1em;
}


/* Layout
-------------------------------------------------------- */
#page {
	margin : 0;
	padding : 0;
	background: transparent;
}
#top {
	margin : 0;
	padding: 0;
	height: 72px;
	text-align: center;
	
}

#top h1 {
	margin: 0 0 0 -4000px;
	line-height: 0;
	font-size: 0;
	}
	
#top a img{
	text-decoration : none;
	height: 72px;
	width: 540px;
}

#prelude {
	position : absolute;
	top: 0;
	right: 60px;
	margin: 0;
	padding : 0;
	font-size : 0.85em;
	text-align : left;
	color : #FA9007;
	z-index: 100;
}

html>body #prelude {
	position: fixed;
	}
	
#prelude a {
	color : #FA9007;
}
#prelude a:hover, #prelude a:focus {
	color : #F8BB37;
}

#main {
	width : 100%;
	text-align: center;
	margin : 0;
}

#main h3 {
	color : #fff;
	margin-top : 2em;
}

#content { 
	color: #fff;
	margin : 0;
	padding: 0;
	text-align: center;
}


/* Navigation du photoblog 
-------------------------------------------------------- */
.vignettes_archive .vignettes {
}

.vignettes a {
	background-position: 0 -90px;
	height: 90px;
	background-color: transparent;
	background-repeat: no-repeat;
	display: block;
	border: 1px solid #FCBB0D;
	width: 90px;
	margin: 4px auto;
}

.vignettes a:hover {
	border: 2px solid #E0A608;
	background-position: top left;
}

.vignettes_archive {
	text-align: left;
	margin: 0px 3px 10px 3px;
	padding: 5px 5px 5px 5px;
	width: 190px;
	max-width: 190px;
	height: 190px;
	overflow: hidden;
	float: left;
	border: 1px solid #6E602F;
	background: transparent url(images/arabesque.gif) no-repeat 0 0;
}

#navigation {
	text-align:center;
	clear: both;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 1em 0;
	background: transparent url(images/fond_navigation.jpg) repeat-x 0 0;
}

#navigation p {
	margin: 0 1.5em;
}

#navigation img {
	border: 2px solid #E0A608;
}

#navigation img a:hover {
	background-color: transparent;
}

#navprev {
	float: left;
	width: 40%;
	margin: 0;
	text-align: left;
}

#navnext {
	float: right;
	width: 40%;
	margin: 0;
	text-align: right;
}

#navnow {
	width: 110px;
	margin-left: auto;
	margin-right: auto;
}

#navnow table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #333;
	background-color: transparent;
}

#navnow img {
	margin: 4px auto;
	width: 90px;
	height: 90px;
}

#navnext table {
	margin-left: 0;
	margin-right: auto; 
	text-align: center;
}

#navprev table {
	margin-left: auto;
	margin-right: 0; 
	text-align: center;
}

/* Sidebar
-------------------------------------------------------- */
#sidebar {
	width : 16.5em;
	float : right;	
	margin : 0 0 2em 0;
}
#sidebar h2 {
	padding : 10px 0 0 0;
	margin : 1.3em 0 0.3em 0;
	background : transparent url(images/bg-title-sidebar.png) no-repeat 100% 0;
	font-weight : normal;
	font-family : Georgia, "Times New Roman", "New York", serif;
	color : #598F9A;
	text-transform : uppercase;
}

#clear {
	clear: both;
}

#photo_archive_title {
	width: 100%;
}

#photo_archive_title h2 {
	text-align: center;
	color: #FA9007;
}

#photo_archive {
	width: 80%;
	float: right;
}

#sidebar_archive {
	margin: 0 80% 0 1em;
	font-size:0.92em;
	background: #581131;
	border: 1px solid #6E602F;
	text-align: left;
	background: #581131 url(images/arabesque-miroir.gif) 100% 0 no-repeat;
}
#sidebar_archive ul, #sidebar_archive li {
	list-style: none;
	margin: 1em 0.5em;
	padding: 0;
}
#sidebar_archive ul {
	margin-bottom: 1em;
}

span.current a {
	color: #0373A1;
}

/* Footer
-------------------------------------------------------- */
.minimenu {
	clear: both;
	line-height: 100%;
	position : relative;
	font-size:0.86em;
	text-align: center;
	padding: 0.5em;
	color: #FA9007;
	border-top:2px solid #6E602F;
	border-bottom:2px solid #6E602F;
}

.minimenu a {
}

#footer-liens { 
	margin: 0; 
	padding: 0 0 1em 0; 
}

#footer-liens ul, #footer-liens li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#footer-liens ul {
	display: block;
	text-align: center;
	}
	
#footer-liens li {
	display: inline;
	font-size:0.86em;
	padding: 0 1em;
	}
	
#footer-liens li a{
	}
	
		
/* Post
-------------------------------------------------------- */
.post {
	padding : 1em 1em 0 1em;
	margin:0;
	text-align : left;
	color: #fff;
	font-family : "Lucida grande",Verdana,Lucida,Helvetica,sans-serif;
}
	
.post-title, .post-title a {
	font-family : "Lucida grande",Verdana,Lucida,Helvetica,sans-serif;
	color : #FA9007;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.post-info-co, .post-info-co span { display: none;
	font-size:0.86em;
	background:#39455B;
	padding:0.33em;
	color:#333;

}
.post-info {
	clear: both;
	padding:0;
	text-align:center;
}

.post h2 {
	text-align: center;
	}
	
.day-date {
	display:none;
}

.post-content p{
  display: block;
  z-index: 3;
}

.post-content p:first-letter {
	font-family: serif;
	font-size: 2em;
	font-weight: bold;
	background: #581131 url(images/fond.jpg) 50% 50%;
	border: 1px solid #6E602F;
	padding: 2px;
	margin: 2px;
}

.post-content p img {
  position: relative;
  border: 1px solid #6E602F;
  padding: 22px;
  background: transparent url(images/loading.gif) 50% 50% no-repeat;
  /*background: transparent url(images/arabesque.gif) 0 0 no-repeat;*/
  max-width: 400px;
  _width: expression(this.width > 400 ? "400px" : "auto");
   z-index: 2;
  }
  
.post-content a:hover img {
	border: 1px solid #F8BB37;
	}

.post-chapo {
	text-align:center;
	font-style:italic;
	color:#FA9007;
}

#trackbacks {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding-top: 0.8em;
}
#comments {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

#content-preview {
	width:60%;
	margin-left: auto;
	margin-right: auto;
}

#trackbacks, #comments, #comment-preview {
	text-align: left;
}

#trackbacks blockquote, #comments blockquote, #comment-preview blockquote {
	display : block;
	margin : 0 0 1em 0;
	padding : 1px 1em;
	font-style : normal;
	color : #666;
	background : transparent url(images/line-1.png) repeat-x 0 0;
}
.comment-info {
	margin : 0;
	padding : 0.3em 0 0.3em 18px;
}
#trackbacks .comment-info {
	background-image : url(images/ico_tb.png);
	background-position : 4px 60%;
	background-repeat : no-repeat;
}
#comments .comment-info {
	background-image : url(images/ico_comments.png);
	background-position : 4px 60%;
	background-repeat : no-repeat;
}
.comment-number {
	font-family : Georgia,"Times New Roman","New York",serif;
	font-size : 1.8em;
}
.comment-number a {
	text-decoration : none;
}

/* Error messages
-------------------------------------------------------- */
.error {
	border : 1px solid #c00;
	background : #fee;
	padding : 0.5em;
}
.error ul {
	padding-left : 20px;
}
.error li {
	list-style : square;
}


/* Interactions
-------------------------------------------------------- */
fieldset {
	display : block;
	border : none;
	margin : 0;
	padding : 0;
}

input, textarea {
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size : 1em;
	border-width : 2px;
	border-color : #FCBB0D;
	color: #fff;
}

input {
	padding: 3px;
	background-color: transparent;
	}

textarea {
	width : 100%;
	padding: 3px;
	background-color: transparent;
}

p.field {
	margin : 0.5em 0 0 0;
}

p.field label {
	display : block;
	font-weight : bold;
	font-size : 0.85em;
	color: #FA9007;
}

.form-help {
}

#comment-form {
}

input.preview {
}
input.submit {
}

#c_nom { 
}
#c_mail {
}
#c_site {
}
#c_content {
}
#c_remember {
}

/*---------- ajout pour Google Map --------------------*/

#map {
	background:transparent;
	width:600px;
	height:400px;
	padding:0;
	margin:0 auto;
	border:2px solid #E0A608;
}