/* ***** 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
 */

body {
	margin : 0;
	padding : 0;
	font-family : "Trebuchet MS", Verdana;
	font-size : 0.8em;
	background-color : #fff;
	color : #000;
}

p { margin : 1em 1em;}
img { border : none; }
form { display : block; margin : 0; padding : 0; }

h1 { font-size : 2em; margin : 0.67em 0; }
h2 { font-size : 1.3em; margin : 0.83em 0; }
h3 { font-size : 1.2em; 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; }

code,pre { font-family : "Courier New",monospace; font-size : 1em; }

q { color: #ff6633;
  font-size: 0.9em;
  font-family: "Comic Sans MS";
  border: 1px solid #000000;
  padding: 0.5em;
  background-color: #F5F5F5;
  width: 350px;
  text-align: center;
margin-left: 50px; }

a {
        color : #ff6633;
        text-decoration : none;
}
/*a:hover {
        border-bottom: 1px dashed #ff6633;
        text-decoration : none;
} */

a[hreflang]:after {
	content: "\0000a0(" attr(hreflang) ")";
	color : #666;
	background : transparent;
}

h2, h3 {
	font-family : "Trebuchet MS",Arial,Helvetica,sans-serif;
}
h2 {
	font-weight : normal;
	color: #ff6633;
}


/* Layout
-------------------------------------------------------- */
#page {
	width : 728px;
	margin : 0 auto;
	padding : 0;
	background: url(images/bg.png) repeat-y left;

}

#top {
	margin : 0;
    text-align: left;
	color : #fff;
	height: 75px;
	padding: 1px 0 0 0;
	margin : 0 9px;
}
#top h1 {
	font-size: 4em;
 margin-top: -15px;
 margin-left: 450px;
}
#top a {
	color : #ff6633;
	text-decoration : none;
}

#prelude {
	position : relative;
	top : -65px;
	margin : 0;
	padding : 0 15px 0 0;
	font-size : 0.85em;
	text-align : right;
	color : #abd6de;
}
#prelude a {
	color : #abd6de;
}
#prelude a:hover, #prelude a:focus {
	color : #0373A1;
}

#main {
	float : left;
	width : 500px;
	margin-right : 0px;
}

#main h3 {
	color : #ff6633;
	margin-top : 2em;
}

#content {
	padding : 1px 0 1em 19px;
}

.lettrine {
float: left; /* positionnement de la lettrine dans le conteneur*/
font-size: 2em; /* 3 hauteurs de lignes pour la lettrine*/
font-weight: bold;
font-family: Verdana, sans-serif;
color: #ff6633;
/*border: 1px solid #000000; dýfinition d'une bordure autour de la lettrine*/
background-color: #fff;
margin: 1px;
padding: 1px;
line-height: 1em;
 }

/* Sidebar
-------------------------------------------------------- */
#sidebar {
	margin-left : 515px;
	margin-right : 15px;
	padding-left : 15px;
        font-size: 0.9em;
        text-align: left;
}
#sidebar h2 {
	font-weight : normal;
	color : #000;
	text-transform : uppercase;
	/*border-top : 2px solid #A3A3A3;*/
	/*padding : 15px 0 0 0;*/
	/*margin : 2em 0 0.3em 0;*/
	/*margin-left: 15px;*/
}
#sidebar ul {
	/*margin-left : 2px;*/
	margin : 0 0 0 0;
}

#sidebar li {
        list-style : none;
	/*margin-top : 0.18em;*/
	/*margin-bottom: 0.18em;*/
}

/*#sidebar li:hover {
	color : #39455B;
	background : transparent;
}
*/
#sidebar a {
	text-decoration : none;
}

/* Calendar */
#calendar {
font-size: 1em;
text-align: center;
}
#calendar h2 {
	display : none;
}
#calendar table {
	border-collapse : collapse;
	font-size : 0.85em;
	margin : 0 auto;
}

#calendar caption {
	padding : 0 0 0.3em 0;
	font-size : 1.2em;
	margin : 0 auto;
}
#calendar abbr {
	border : none;
}

#calendar th, #calendar td {
	border : none;
	padding : 1px;
}
#calendar td {
	text-align : center;
}

#calendar td.active {
	border : 1px solid #ff6633;
}
#calendar td.active a {
	font-weight : bold;
}

#calendar a {
	font-weight : bold;
}

/* Search form */
#search {
}
#q {
}

/* Categories box */
#categories {
}

/* Archives box */
#archives {
}

/* Links box */
#links {
}

/* Syndication box */
#syndicate {
}
/* Latitude box */
#translatitude {

}
 /* themes box */
#gnagna {

}
/* Footer
-------------------------------------------------------- */
#footer {
	clear: left;
	margin: 2em 9px 0;
	padding: 3px 10px 5px;
	color: #fff;
	background: #545454;
	font-size: 0.8em;
	text-align: right;
	line-height: 100%;
}
#footer a {
	color : #fff;
}


/* Post
-------------------------------------------------------- */
.day-date {
	font-size : 0.95em;
	/*font-weight : bold;*/
	margin-top : 2em;
	text-align : right;
	border-top : 1px solid #ccc;
	color : #000;
	background : transparent;
}

.post {
	margin-bottom : 1.5em;
	border: 1px solid #ccc;
}
.post-title {
	margin : 0.8em 0 0 0;
	color : #ff6633;
	background : transparent url(/blog/themes/nenuphar/images/crayon.gif) no-repeat 0 40%;
	padding-left : 20px;
}
.post-title a {
	color : #ff6633;
	text-decoration : none;
}
.post-info {
	font-size : 0.85em;
	text-align: right;
	clear : both;
	color : #666;
	margin : 0;
}
.post-chapo {
	margin-bottom : 2em;
}
.post-content {
}
.post-info-co {
	font-size : 0.85em;
        text-align: left;
        clear : both;
	color : #666;
	background : transparent url(images/ico_comments.png) no-repeat 0 40%;
	padding-left : 13px;
}


#trackbacks {
}
#comments {
}
#comment-preview {
}

#trackbacks, #comments, #comment-preview {
	margin : 0 1em;
}

#trackbacks blockquote, #comments blockquote, #comment-preview blockquote {
	display : block;
	margin : 0 0 1em 0;
	/*padding : 1px 1em;*/
	font-style : normal;
	border : 1px solid #ccc;
	color : #333;
	background : transparent;
}

.comment-info {
	margin : 0;
	background : transparent url(images/ico_comments.png) no-repeat 0 40%;
	padding-left : 13px;
}


/* 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 : 1px;
	border-color : #ff6633;
}

input[type], textarea[name] {
	background: #ffffff;
}

input[type=submit], input[type=reset] {
	background : #ccc;
	color : #000;
}

input[type=submit]:hover {
	background : #ff6633;
	color : #0000;
}

textarea {
	width : 100%;
}

p.field {
	margin : 0.5em 0 0 0;
}

p.field label {
	display : block;
	font-weight : bold;
	font-size : 0.85em;
}

.form-help {
}

#comment-form {
}

input.preview {
}
input.submit {
}

#c_nom {
}
#c_mail {
}
#c_site {
}
#c_content {
}
#c_remember {
}

/* Extra blocks
-------------------------------------------------------- */
#block1 {
}
#block2 {
}
#block3 {
}
#block4 {
}
#block5 {
}
#block6 {
}
input.submit {
}

#c_nom {
}
#c_mail {
}
#c_site {
}
#c_content {
}
#c_remember {
}

/* Extra blocks
-------------------------------------------------------- */
#block1 {
}
#block2 {
}
#block3 {
}
#block4 {
}
#block5 {
}
#block6 {
}

}
#c_site {
}
#c_content {
}
#c_remember {
}

/* Extra blocks
-------------------------------------------------------- */
#block1 {
}
#block2 {
}
#block3 {
}
#block4 {
}
#block5 {
}
#block6 {
}
input.submit {
}

#c_nom {
}
#c_mail {
}
#c_site {
}
#c_content {
}
#c_remember {
}

/* Extra blocks
-------------------------------------------------------- */
#block1 {
}
#block2 {
}
#block3 {
}
#block4 {
}
#block5 {
}
#block6 {
}
	#top {
    background: #545454 url(/images/fedlablout.cigogne.org/head.jpg) no-repeat;
    }
