/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2006 kloh. 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 :
 *  kloh
 *  http://klohweb.free.fr
 ***************************************/

/* Ce fichier définit les différents éléments du blog.
 * Dans l'ordre, vous trouverez les règles qui définissent l'apparence pour:
 * - les éléments HTML en général
 * - ban :
 *		- top
 *		- footer
 * - page :
 *		- main
 *			- calendar
 *			- search
 *			- content
 *		- sidebar
 *			- sidebar1 : categories & links
 *			- sidebar2 : syndicate & archives
 ***************************************/

/* Les éléments HTML en général
****************************************/
html, body{
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	background: #000 url(img/bg.gif) ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

h1{
	font-size: 1.5em;
	color: #666666;
}
h2{
	font-size: 1.4em;
	color: #666666;
}
h3{
	font-size: 1.3em;
	color: #666666;
}
h4{
	font-size: 1.2em;
	color: #666666;
}
h5{
	font-size: 1.1em;
	color: #666666;
}
h6{
	font-size: 1em;
	color: #666666;
}

a{
	color: #666666;
	text-decoration: none;
}

a:visited{
	color: #666666;
	text-decoration: none;
}

a:active{
	color: #666666;
	text-decoration: none;
}

a:hover{
	color: #7BCCE0;
	text-decoration: none;
}

pre, code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
}

.field label{
	display: block;
}

/*bordure du champ recherche et de la loupe*/
input,textarea{
	border: 1px solid #666666;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

/* Balise pour Internet Explorer*/
textarea{
	width: 98%;
}

.submit {
	margin-left:50px;
	border:dotted 2px #666666;
	color:#666666;
	background-color:#ffffff;
	padding:2px 5px 2px 5px;
}
.submit:hover{
	color: #000000;
}
.preview{
	border:dotted 2px #666666;
	color:#666666;
	background-color:#ffffff;
	padding:2px 5px 2px 5px;
}
.preview:hover{
	color: #000000;
}

/* Ban 
****************************************/
#ban{
	width: 150px;
	position: absolute;
	top: 10px;
	left: 10px;
}

/* Top *****/
#top{
	width: 150px;
	height: 360px;
	background: url(img/top.png) no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	border: none;
}
#nosliens {
	width:149px;
	height:auto;
}
#nosliens h2{
	color:#FC7ec8;
	text-align:center;
}


/* Footer *****/
#footer{
	width: 139px;
	padding: 5px 5px 5px 5px;
	background: none;
	border: none;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
}

/* Page 
****************************************/
#page{
	width: 760px;
	position: absolute;
	top: 10px;
	left: 160px;
}

/* Main *****/
#main{
	width: 420px;
	height: 152px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	border: none;
}

#main div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#main h2, #sidebar h3{
	color: #666666;
	margin: 0 0 1ex 0;
	text-align: right;
}

#main h3{
	font-size: 1em;
	margin: 0;
}

/* pub */
#ban1{
	width: 398px;
	height: 132px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border: none;
}

#ban2{
	width:128px;
	height: 425px;
	margin: 0px 0px 0px 0px;
	padding:10px 0px 10px 0px;
	border: none;
}
#ban3{
	width:128px;
	height: 425px;
	margin: 0px 0px 0px 0px;
	padding:10px 0px 10px 0px;
	border: none;
}


/* Content */
#content{
	width: 398px;
	background: #DEDEDE;
	margin: 162px 0px 0px 0px;
	padding: 10px 10px 5px 10px;
	border: solid 1px #000;
	color:#666666;
}

/* Balise pour Internet Explorer*/
* html #content{
	margin: 10px 0px 10px 0px;
}
.post {
	background-color:#FFFFFF;
	padding:5px 5px 5px 5px;
	border:dotted 2px #E873B7;
	margin-top:20px;
	color:#666666;
}
/*post-title=titre du post*/
.post-title{
	color: #7BCCE0;
}
.post-title a,   {
	color: #7BCCE0;
}
.post-title a:visited {
	color: #7BCCE0;
}
.post-title a:active {
	color: #7BCCE0;
}
.post-title a:hover{
	color: #E873B7;
}
/*post-content=bloc text du post*/
.post-content{
	color:#666666;
	text-align:justify;
	margin-top:50px;
}
.post-content a {
	color:#666666;
	text-decoration:underline;
}
.post-content a:active {
	color:#666666;
	text-decoration:underline;
}
.post-content a:visited {
	color:#666666;
	text-decoration:underline;
}
.post-content a:hover {
	text-decoration:underline;
	color:#7BCCE0;
}
.post-content img {
	border:1px solid #D9D9D9;
	background:transparent;
	padding:2px;
}
.post-content blockquote{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color:#666666;
}
.post-info{
	color: #666666;
	float:right;
	margin-bottom:5px;
}
.post-info a {
	color:#666666;
	text-decoration:none;
}
.post-info a:active {
	color:#666666;
	text-decoration:none;
}
.post-info a:visited {
	color:#666666;
	text-decoration:none;
}
.post-info a:hover {
	color:#7BCCE0;
}
/*post-chapo=chapô du post*/
.post-chapo {
	color:#666666;
	float:center;
	margin-top:50px;
}
.post-chapo img {
	border:1px solid #D9D9D9;
	background:transparent;
	padding:2px;
}
.post-info-co {
	text-align:right;
	color:#666666;
}
.post-info-co a {
	color:#666666;
	text-decoration:none;
}
.post-info-co a:active {
	color:#666666;
	text-decoration:none;
}
.post-info-co a:visited {
	color:#666666;
	text-decoration:none;
}
.post-info-co a:hover {
	color:#7BCCE0;
}

#trackbacks blockquote, #comments blockquote{
	width:370px;
	height:auto;
	border:dotted 2px #7BCCE0;
	background: #F8F8F8;
	margin: 1em 0;
	padding: 1ex 1em;
	color:#666666;
	padding-top:5px;
	float:left;
}

/* Sidebar *****/
#sidebar{
	width: 310px;
	float:right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar h2,{
	color: #E873B7;
	margin: 0 0 1ex 0;
	text-align: right;
}

#sidebar h3{
	color: #FFFFFF;
	margin: 0 0 1ex 0;
	text-align: left;
	font-size: 1em;
	margin: 0;
	padding-top: 4px;
}

/* Sidebar 1 */
#sidebar1{
	width: 149px;
	Float:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}

#categories{
	width: 128px;
	background: #FFFFFF;
	margin: 164px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border: solid 1px #000000;
}
#categories h2 {
	color:#E873B7;
	border-bottom:dotted 2px #CCCCCC;
}
#categories a, a:active{
	color:#666666;
}
#categories a:hover {
	color:#7BCCE0
}
#categories a:visited {
	color:#666666;
}
#links{
	width: 128px;
	background: #7BCCE0;
	margin: 10px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border: solid 1px #000;
}
#links h2 {
	color:#FFFFFF;
	border-bottom:dotted 2px #DEDEDE;
	border-bottom:dotted 2px #FFFFFF;
}
#links a, a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#links a:hover{
	color: #548b99;
	text-decoration: none;
}
#links a:visited {
	color:#548b99;
	text-decoration:none;
}



/* Sidebar 2 */
#sidebar2{
	width: 149px;
	float:right;
	margin: 0px 0px 0px 10px;
	border: none;
}

#syndicate{
	width: 128px;
	height: 130px;
	background: none;
	padding: 10px 10px 10px 10px;
	border: none;
}
#syndicate h2 {
	color:#DEDEDE;
	border-bottom:dotted 2px #DEDEDE;
}
#syndicate a, a:visited, a:active {
	color: #DEDEDE;
	text-decoration: none;
}
#syndicate a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

/* Balise pour Internet Explorer*/
* html #syndicate{
	margin: 0px 0px -2px 0px;
}

#archives{
	width: 128px;
	background: #fc7ec8;
	margin: 17px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border: none;
}
#archives h2 {
	color:#FFFFFF;
	border-bottom:dotted 2px #FFFFFF;
}
#archives a, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#archives a:hover{
	color: #b3598d;
	text-decoration: none;
}

/* Search */
#search{	
	width: 128px;
	height:auto;
	background: #DEDEDE;
	margin: 10px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border: none;
}
#search h2 {
	color:#666666;
	border-bottom:dotted 2px #666666;
}
#search fieldset, #search p{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#q{
	width: 115px;
	padding-left: 10px;
	margin: 10px 0px 10px 0px;
	background: #FFFFFF;
}


/* 
 * A décommenter si vous souhaiter utiliser le div à la ligne 147 de template.php
 ***************************************/
/* 
#bloc2{
	width: 128px;
	background: #FFF;
	margin: 10px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border: solid 1px #000;
}
*/

/*contact*/

#contact {
	background-color:#CCCCCC;
}

/*highlight */

span.highlight0 {background-color: #FC7EC8;}
span.highlight1 {background-color: #FC7EC8;}
span.highlight2 {background-color: #FC7EC8;}
span.highlight3 {background-color: #FC7EC8;}
span.highlight4 {background-color: #FC7EC8;}