/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2006 Tatiana Irintcheeva. 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 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 70%;
	background: #e6e6e6;
	margin: 0;
	padding: 0;
}

#page {
	position: absolute;
	text-align: left;
	margin : 0;
	width : 780px;
	padding : 0;
	left: 50%;
	margin-left: -390px;
	background: #e6e6e6 url(media/page.jpg) repeat-y;
}

#top {
	height: 188px;
	width: 780px;
	background: #e6e6e6 url(media/top.jpg) no-repeat;
}

#top h1 {
	margin: 0;
	padding: 88px 0 0 30px;
	font-size: 2.5em;
	overflow: hidden;
}

#top h1 a, #top h1 a:hover {
	color: #FFF;
	text-decoration: none;
}


#prelude {
	display: none;
}

#main {
	display: inline; /* bug double marges d'IE */
	float: left;
	width: 520px;
	margin-right: 0px;
	margin-left: 30px;
}

#sidebar {
	margin-left : 562px;
	margin-right : 10px;
	padding-bottom: 1em;
	background: none;
}

#footer {
	clear: both;
	height: 67px;
	width: 780px;
	padding: 0;
  	margin: 0 auto 0 auto;
	background: #e6e6e6 url(media/footer.jpg) no-repeat;
}




/* Main
****************************************************************/
#main {
	color: inherit;
	/*overflow: hidden; /* Cache ce qui d?border (images par ex.) pour ne pas casser la mise en page */
}



/* Sidebar
****************************************************************/
#sidebar {
	color: inherit;
	line-height: 1.4em; /* peek-a-boo bug d'IE */
}

#sidebar div {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
}

#sidebar h2 {
	color: #ffbf29;
	padding-left: 12px;
	font-size: 1.4em;
	font-weight: bold;
}

#sidebar h3 {
	color: #ffbf29;
	padding-left: 20px;
	font-size: 1.2em;
	font-weight: bold;
}


#sidebar ul {
	list-style: none;
	margin: -11px 0 20px 0;
	padding: 0;
}

#sidebar li {
font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar a:link, #sidebar a:visited {
	display: block;
	background: none;
	padding: 5px 0 5px 20px;
	color: #fff;
	text-decoration: none;
}	

#sidebar a:hover {
	display: block;
	background: #ffbf29;
	padding: 5px 0 5px 20px;
	color: #fff;
}		

#selection h2 {
	color: #fff;
}

/* Bloc de recherche */

#search {
	width: 150px;
	margin: -90px 0 80px 610px;
	/*top: 40px;*/
}

#search h2 {
	display: none;
}

#search p {
	margin: 0;
}

#search #q {
	background: #ffbf29;
	color: #666;
	border: 1px solid #fff;
	padding-left: 5px;
	width: 80%;
}

#search input[type=submit] { display: none;}


/* Calendrier */

#sidebar #calendar table {
	margin: 0 auto;
	font-size: 0.9em;
	font-weight: bold;
	border-collapse: collapse;		
}

#sidebar #calendar caption {
	background: none;
	padding: 0.3em 0;
	color: #fff;
}

#sidebar #calendar abbr  {
	border: none;
	color: #ffbf29;
}
#sidebar #calendar table caption a, #sidebar #calendar table caption a:hover {
	display: inline;
	padding: 0 4px;
	background: transparent;
}

#sidebar #calendar td {
	background: transparent;
	color: #fff;
	text-align: center;
	width: 14%;
	line-height: 2em;
}


#sidebar #calendar td a, #sidebar #calendar td a:hover {
	display: block;
	color: #ffbf29;
	background:transparent;
	font-weight: bold;
	text-decoration: none;
	padding:0
}

#categories, #links {
	margin-top: 10px;
}



/*Formulaires*/

input, textarea {border: 1px solid #DDD; background: #e2e2e2; color: #333;}
textarea{width: 100%;}
input:focus, textarea:focus {border: 1px solid #999;}
fieldset {border: none;}


/* DIVERS */

code, pre {font-family: "Courier New", monospace; font-size : 1em;}
pre {
	background: #EEE;
	color: #000;
	border: 1px solid #DDD;
	margin : 0 auto;
	margin-bottom : 1em;
	padding : 0.5em;
	text-align:left;
	white-space:normal;
		/* cach? pour IE 5 Mac qui sait pas faire - Ne pas supprimer cette ligne  \*/
		white-space:pre;
		width: 95%;
		overflow : auto;
}
	/* Fin hack Ne pas supprimer cette ligne */

acronym, abbr {border-bottom: 1px dotted;cursor : help;}
q {font-style : italic; color: #666}

a {color : #3ebecc;text-decoration: none;}
a:visited {color: #ff9f00;text-decoration: none;}
a:hover, a:focus, a:active {color: #ff9f00;text-decoration: underline;}
a[hreflang]:after {content: "\0000a0[" attr(hreflang) "]";color : #666;background : transparent;}

h2, h3 { font-family : "Trebuchet MS",Arial,Helvetica,sans-serif; }

h2 {font-size: 1.8em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1.0em;}

.left {
	float: left;
	margin-right: 1em;
}

.right {
	float: right;
	margin-left: 1em;
}


/* Contenu
****************************************************************/

#content {
	padding-bottom: 1em;
	color: #333;
	padding-top: 3px;
}

.day-date {
	display: none;
}

.post {
	margin-left: 10px;
	margin-right: 10px;
}

.post h2 {
	color: #3ebecc;
	background: url(media/puce.gif) no-repeat;
	margin-left: -25px;
	margin-right: -26px;
	padding: 0 0 3px 47px;
	border-bottom: 1px dotted #ccc;
}


/* post-title */

.post-title {
	/*background : url(puce.gif) no-repeat 0 0.2em;*/
	background: transparent;
	padding-left : 20px;
	margin: 0 0 0 -20px;
	color: #3ebecc;
}

.post-title a {
	color : #3ebecc;
	text-decoration : none;
}

/* post-info */
.post-info{
	font-size: 0.85em;
	margin-top: 0;
	color: #666;
	background: transparent;
	padding: 2px 0 0 0;
}


/*post-content */

.post-content, .post-chapo {
	line-height: 1.3em;
	text-align: justify;
	background: transparent;
}

.post-content img {	
	border: 1px solid #5cc5d1;
	padding: 7px;
	background: #fff;
}

.post-content img.smiley { border: none; padding: 0px; }

.post-content ul { list-style-image: url(media/list.gif); }

.post-content blockquote {
	margin: 5px 0 5px 25px;
	font-style: italic;
	border-left: 5px solid #5cc5d1;
	padding-left: 10px;
	text-align: justify;
	color: #666;
}


/* post-info-co */

.post-info-co {
	clear: both;
	font-size: 0.85em;
	text-align: right;
	margin-bottom: 3em;
	padding: 3px 0px;
}

.post-info-co span { display: none; }

.post-info-co a { padding-left: 12px; }

.titre  { font-weight: bold; }

.bloc li{ margin-bottom:20px; }

.bloc li ul li{ margin-bottom:5px; }


/* comments */

#comments span { display: none; }

#comments blockquote {
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px;
	text-align: justify;
	background: #eee;
	font-size: 11px;
}

#comments blockquote .comment-info {
	border-bottom: 1px dotted #3ebecc;
	padding-bottom: 3px;
}

.commentid {
	border-right: 1px solid #DDD;
	text-decoration: none;
	color: #3ebecc;
	background: transparent;
	padding: 3px 6px;
}


#trackbacks .comment-info {
	font-size: 11px;
	margin-left: 20px;
	z-index: 2;
}

#trackbacks blockquote {
	margin-left: 40px;
	padding: 5px;
	text-align: justify;
	font-size: 11px;
	margin-bottom: 30px;
	z-index: 3;
}


#trackbacks, #comments { clear: both; }

#comments h3, #trackbacks h3{
	font-size: 16px;
	color: #3ebecc;
}



/* FOOTER */

#refer{
	clear: both;
	color: #fff;
	padding-top: 44px;
	padding-left: 110px;
	text-align:left;
}

#footer a{
	color: #fff;
	text-decoration: none;
}

#footer a:hover, a:focus, a:active{
	text-decoration: underline;
}




/* images gravatar */

.gravatar_img{
	float: left;
	margin: 0 5px 5px 0;
	border: 1px solid #eee; 
	padding: 2px;
}



