/* ***** BEGIN LICENSE BLOCK *****
 * 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 {
	height:100%;
	padding:0px;
	margin: 0px;
}

p { margin : 1em 0; }

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

/* Layout
-------------------------------------------------------- */
#page {
	width: 870px;
	height:100%;
}

#main {
	padding-top:10px;
	float : left;
	}

html>body #main {
	padding:0px;
}


#content{
	float:right;
}
#content h3 {
	clear:both;
}

.contentHeader{
	margin:1px 0px 0px 5px;
	padding:0px;
	padding-top:3px;
}

html>body .contentHeader{
	margin:11px 5px 0px 5px;
}

#sidebarmain {
	margin: 0px 0px 10px 5px;
	width:166px;
	float:left;
}

html>body #sidebarmain {
	margin: 10px 0px 10px 10px;
	width:164px;
}	

#sidebarmain_content {
	margin : 0px 11px 0px 0px;
	padding : 5px 7px 5px 5px;
}

#sidebarmain_content div{
	margin-bottom : 10px;
}

#sidebarmain_footer{
	height:11px;
	padding:0px;
	margin:0px;
}

#sidebar {
	float:right;
	margin-bottom:10px;
	width:185px;
	margin-right:5px;
}
html>body #sidebar {
	margin-right:10px;	
}


#sidebar div{
	padding : 0px 0px 10px 15px;
	margin : 5px 0px 0px 0px;
}


#sidebar h2, #sidebarmain h2 {
	line-height: 16px;
	margin : 0;
}


#sidebar h2 a, #sidebarmain h2 a {
	line-height: 16px;
	margin : 0;
}


#sidebar h3, #sidebarmain h3  {
	padding-bottom:3px;
	line-height: 16px;
	margin : 7px 0px 0px 0px;
}

#sidebar h3{
	margin : 7px 10px 0px 0px;
}

#sidebarmain ul {
	margin: 0px;
	padding-left:15px;
}

#sidebarmain li {
	margin: 0px;
	padding: 0px;
}

#sidebar ul {
	margin: 0px;
	padding-left:5px;
}
#sidebar li{
	margin: 0px;
	padding: 0px;
}

#search p {
	margin: 0;
}


/* Calendar */
#sidebar #calendar{
	padding : 0px 0px 10px 23px;
}


#calendar table {
	border-collapse : collapse;
}

#calendar caption {
        padding : 0 0 3px 0;
}

#calendar abbr {
        border : none;
}

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

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

#calendar td {
        text-align : center;
}


#footer {
	clear : both;
	padding-bottom: 15px;
	margin:0px;
	text-align: center;
}


/* Post
-------------------------------------------------------- */
.day-date {
	display : none;
}
.post {
	margin : 0 0 10px 0;
	padding : 0 5px 3px 5px;
	text-align : justify;
}

.post-title {
	height:15px;
	padding-left: 20px;
	margin-bottom: 0;	
}


.post-info {
	padding:0px 0px 0px 20px;
	margin:0px;
	text-align : left;
}

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

.post-info-co{
	clear:both;
	height:15px;
	text-align:right;
	padding-right:3px;
}

.comment-info {
	margin : 1em 0 0 0;
}
#trackbacks blockquote, #comments blockquote, #comment-preview blockquote {
	margin-left: 5px;
}
#trackbacks blockquote p, #comments blockquote p {
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}


/* Error messages
-------------------------------------------------------- */
.error {
	padding : 0.5em;
}
.error ul {
	padding-left : 20px;
}

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

/* info legal
-------------------------------------------------------- */
#lcen {
	width:870px;
	background:#616161 url('pics/shadow.gif') repeat-y top right;
}
#lcen p{
	padding:5px 15px 5px 5px;
	margin:0px;
	width:840px;
	text-align:justify;
	color:white;
	font-size:9px;
	font-family:arial;
	border-top:3px solid #424242;
	
}