/* ***** BEGIN LICENSE BLOCK *****
 * This is DoTParking, a theme for DotClear.
 * Copyright (c) 2004 Laurence Jacquet 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 *****
 */

body {
	border-left: 0px;
	margin : 10px 0 0 0;
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 0.7em;
	color : #2E2E2E;
	background : #fff url(pics/fd-body.gif) no-repeat 810px 0px;
/*	background : #fff; */
}

p { margin : 1em 0; font-size : 1.0em; }
h3 { font-size : 1.0em; }
img { border: none; }
/* img { border: 1px solid rgb(102, 102, 102); padding: 8px; margin-bottom: 5px; } */

a { color: #5E6078; text-decoration: underline; }
a:hover { color: #9999cc; text-decoration: none;}
/*  000055  002A54 */

a.coment:link {color:#ffffff; text-decoration:none;}
a.coment:visited {color:#ffffff; text-decoration:none;}
a.coment:hover {color:#ffffff; text-decoration:none;}
a.coment:active {color:ffffff; text-decoration:none;}

form {
	border: 0px;
}
fieldset {
	border: 0px;
}

/* Layout
-------------------------------------------------------- */
#page {
	width: 800px;
	margin-left: 10px;
	border: 1px solid #999;
	background : #fff url(pics/logo.gif) no-repeat left top;
/*	background : #D9DAE0; */
}

#top {
	background : #fff url(pics/fond.gif) repeat-x;
/*	background : #D9DAE0; */
	margin-bottom : 10px;
}
#top h1 {
	margin : 0;
	font-size: 24px;
	height: 50px;
	line-height: 50px;
/*	color: #003399; */
/*	color: #545454; */
	color: #5E6078;
	font-weight: bold;
	background : transparent url(pics/hautlogo.gif) no-repeat;
/*	background : #D9DAE0; */
	height: 50px;
	padding-left: 20px;
}
#top a {
	color: #5E6078;
	text-decoration: none;
}

#prelude {
	display : none;
}


#main {
	float : right;
	width : 550px;
	margin : 0 10px 0 0;
}

#adds {
	float : right;
	width : 120px;
	margin : 0 570px 0 0;
}


#sidebar {
	margin-right : 580px;
}

#sidebar div {
	border: 1px solid #999999;
/*	background-color: #D4DBAF; */
/* def	background-color: #DDE3BE; */
/*	background-color: #E0E0E0; */
	background-color: #C3C3D4;
	padding : 5px 5px;
	margin : 0 0 10px 10px;	
}

#sidebar div#goo {
/*	border: 1px solid #999999;
	background-color: #C3C3D4; */
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-size: 9px !important;
	padding : 2px 2px 2px 2px !important;
	margin : 0px 0px 15px 10px !important;
/*	background-color: #CAF99B !important; */
	background-color: #E9E9EF !important;
	max-width:200px;
	_width:200px;
}

#sidebar h2 {
	color: #ffffff;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin : 0 0 5px 0;
	font-size : 1em;
	background-color: #666699;
/*	border-bottom: 1px solid #999; 
	padding: 2px; */
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar li {
	display: block;
	margin: 0px;
	padding: 0px;
	color: #626262;
/*	list-style: disc inside; */
/*	list-style-image: url(../../images/puce.png);
	list-style-position: outside; */
}

#sidebar li:before {
	content : " ";
}

#sidebar a {
	color: #5E6078;
	text-decoration: none;
/*	letter-spacing: 0px; */
}

#sidebar a:hover {
	color: #9999cc;
	text-decoration: none;
/*	letter-spacing: 0px; */
}

#categories a {
	letter-spacing: 0px;
}

#categories a:hover {
	letter-spacing: 0px;
}

#search p {
	margin: 0;
}

#sidebar input, #comment-form input, #comment-form textarea {
	border: 1px solid #CCCCCC;
	background-color: #E6E6E6;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

/* Calendar */

/* #calendar {
	display : none;
} */

#calendar {
	font-family: Geneva, Arial, Helvetica;
	font-size: 0.7em;
}

#calendar table {
	font-family: Geneva, Arial, Helvetica;
	border-collapse : collapse;
	font-size: 9px;
}

#calendar caption {
	font-family: Geneva, Arial, Helvetica;
        padding : 0 0 3px 0;
	font-size : 11px;
}

#calendar abbr {
        border : none;
}

#calendar th {
	border: none;
	padding: 1px;
}

#calendar td {
        border : none;
	padding : 1px;
}

#calendar td {
        text-align : center;
}

#calendar td.active {
        border : 1px solid #999999;
}

#calendar td.active a {
	font-family: Geneva, Arial, Helvetica;
        font-weight : bold;
}

#calendar a {
	font-family: Geneva, Arial, Helvetica;
        font-weight: bold;
	text-decoration: underline;
}

#footer {
	clear : both;
	margin-top: 5px;
	margin-left: 12px;
	text-align: left;
	font-size: 10px;
}

/* Post
-------------------------------------------------------- */
.day-date {
	display : none;
}

.post {
	margin : 0 0 15px 0;
	padding : 0 14px 3px 14px;
/*	background : #D9DAE0 url(pics/bas.gif) repeat-x bottom; */
	background : transparent url(pics/bas.gif) repeat-x bottom;
	border : 1px solid #999;
	border-bottom : 1px dashed #999;
	text-align : left;
/*	color : #2E2E2E; */
}

.bas {
	margin : 0 0 10px 0;
	padding : 0 14px 3px 14px;
	background : transparent url(pics/bas.gif) repeat-x bottom;
	border : 1px solid #999;
	border-top : 1px dashed #999;
/*	border-bottom : 1px dashed #999; */
/*	text-align : justify; */
}

.post-title {
	float : left;
	margin : 0 0 1em -14px;
	padding : 2px 10px;
	border-bottom : 1px solid #999;
	border-right : 1px solid #999;
	background-color : #C3C3D4;
	text-align: center;
	width: 150px;
	font-weight: bold;
	color: #5E6078;
	font-size : 1em;
}

.postzic {
	margin : 0 0 15px 0;
	padding : 0 14px 3px 14px;
	border : 1px solid #999;
	border-bottom : 1px dashed #999;
	text-align : justify;
}

.banniere {
	margin : 0 0 10px 0;
	padding : 0 0 0 0;
/*	border : 1px solid #999;
	border-bottom : 1px dashed #999;  */
	text-align : justify;
	background-color : #CAF99B;
}

.bannierehaut {
	margin : 0 0 10px 0;
	padding : 0 0 0 0;
/*	border : 1px solid #999;
	border-bottom : 1px dashed #999;  */
	text-align : justify;
	background-color : #E9E9EF;
}


.spacezic {
	margin : 0 0 2px 0;
	padding : 0 1px 1px 1px;
}

.post-zic {
	float : left;
	margin : 0 0 1em -7px;
	padding : 2px 10px;
	border-bottom : 1px solid #999;
	border-right : 1px solid #999;
	background-color : #C3C3D4;
	text-align: center;
	width: 410px;
	font-weight: bold;
	color: #003399;
	font-size : 1em;
}

.post-title a {
	text-decoration: none;
	font-weight: bold;
	color: #5E6078;
}

.post-info {
	font-family: Geneva, Arial, Helvetica;
	font-size: 1.0em;
	margin : 2px 0 0 0;
	text-align : right;
}

.post-content, .post-chapo {
	clear : left;
}

.comment-info {
	margin : 1em 0 0 0;
}

.petit {
	font-family: Geneva, Arial, Helvetica;
	font-size: 10px;
	margin : 2px 0 0 0;
	text-align : left;
	color: #787374;
}

#lastcomments {
	font-family: Geneva, Arial, Helvetica;
	font-size: 1.0em;
}


#trackbacks blockquote, #comments blockquote, #comment-preview blockquote {
	margin-left: 15px;
	color : #666;
}
#trackbacks blockquote p, #comments blockquote p {
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}

.comment-number {
	font-size : 1.2em;
	font-weight : bold;
}
.comment-number a {
	text-decoration : none;
	color : #c00;
}

hr.com1 {border: none 0; 
	border-top: 1px dashed #c00;/*the border*/
	width: 90%;
	text-align: left;
	margin: 0 auto 0 0; /*this will align it left for Mozilla*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	}
	
hr.com2 {border: none 0; 
	border-top: 1px solid #999;/*the border*/
	width: 90%;
	text-align: left;
	margin: 0 auto 0 0; /*this will align it left for Mozilla*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	}

/* Error messages
-------------------------------------------------------- */
.error {
	border : 1px solid #c00;
	color : #c00;
	padding : 0.5em;
/*	-moz-border-radius : 4px; */
}
.error ul {
	padding-left : 20px;
}

/* Formulaire
-------------------------------------------------------- */
.field label {
	display : block;
	float : left;
	width : 12.5em;
}


#block1 {
	/*position : absolute;
	top : 0;
	left : 0;*/
	width : 80px;
	height : 15px;
	background : transparent url(pics/dotparking.gif) no-repeat 0 0;

}

/* Tags cloud -- */
#tagcloud ul { 
margin:0;
padding:0 1em;
display:block;
}

#tagcloud li {
display:inline; 
margin: 0 .1em;
padding: 0;
background-image: none;
}

#tagcloud li.level-1 { font-size: 1em; }
#tagcloud li.level-2 { font-size: 1.3em; }
#tagcloud li.level-3 { font-size: 1.6em; }
#tagcloud li.level-4 { font-size: 2em; }
#tagcloud li.level-5 { font-size: 2.3em; }
 
#tags {
text-align: right;
}