/* ***** 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
 ***************************************/

/* plugin archive */
#archives_new
{
}
#archives_new ul li
{
  list-style-type: none;
  list-style-position: outside;
}
#archives_new ul
{
  padding: 5px;
  display: none;
}
#archives_new li
{
  padding-left: 20px;
}
#archives_new a
{
 text-decoration: none;
}
#archives_new a:hover
{
   text-decoration: underline;
}

/* Les éléments HTML en général
****************************************/
body{
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	background: #000 url(http://www.lemonde2catane.net/images/back100.jpg);
	background-repeat: repeat;
        background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

h1{
	font-size: 1.5em;
	color: #006699;
}
h2{
	font-size: 1.4em;
	color: #006699;
}
h3{
	font-size: 1.3em;
	color: #006699;
}
h4{
	font-size: 1.2em;
	color: #006699;
}
h5{
	font-size: 1.1em;
	color: #006699;
}
h6{
	font-size: 1em;
	color: #006699;
}

a{
	color: #575757;
	text-decoration: none;
}

a:visited{
	color: #575757;
	text-decoration: none;
}

a:active{
	color: #575757;
	text-decoration: none;
}

a:hover{
	color: #006699;
	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;
}

input,textarea{
	border: 1px solid #575757;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

/* Balise pour Internet Explorer*/
textarea{
	width: 98%;
}

.submit{
	background: #FFF;
	color: #575757;
	margin: 2px 2px 2px 0px;
	border-color: #575757;
}

.submit:hover{
	color: #006699;
}

.preview{
	background: #FFF;
	color: #575757;
	margin: 2px 2px 2px 0px;
	border-color: #575757;
}

.preview:hover{
	color: #006699;
}

.rand_billet_titre{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006699;
  }

.rand_billet_chapo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
/* Ban 
****************************************/
#ban{
	width: 170px;
	position: absolute;
	top: 10px;
	left: 10px;
}

/* Top *****/
#top{
	width: 167px;
	height: 134px;
	background: url(http://www.lemonde2catane.net/images/logo.gif);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	border: solid 0px #575757;
}

/* Footer *****/
#footer{
	width: 157px;
	padding: 5px 5px 5px 5px;
/*	background: #FFF; */
/* 	border: solid 1px #575757; */
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
}

/* Page
****************************************/
#allera{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#page{
	width: 750px;
	position: absolute;
	top: 10px;
	left: 180px;
}
#page2{
	width: 750px;
	position: absolute;
	top: 10px;
	left: 180px;
}
#pagedetail{
	width: 750px;
	position: absolute;
	top: 10px;
	left: 300px;
}
#pagelist{
	width: 750px;
	position: absolute;
	top: 10px;
	left: 220px;
}

/* Main *****/
#main2{
	width: 700px;
/*	height: 152px; */
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	border: none;
}
#main{
	width: 420px;
	height: 152px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	border: none;
}

#detail{
	width: 420px;
	height: 152px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	border: none;
}
#list{
	width: 750px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	border: none;
}


#detail pre {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	text-align: left;
	font-size: 12px;
	color: #000;
}

#detail span {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	text-align: left;
	font-size: 12px;
	color: #000;
	border: solid 1px #575757;
}

#detail td {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	text-align: left;
	font-size: 12px;
	color: #000;
}

#main2 div ul, #main div ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#main2 h1 {
	color: #006699;
	margin: 0 0 0 0;
	text-align: right;
}

#main2 h2, #main h2, #sidebar h3{
	color: #006699;
	margin: 0 0 1ex 0;
	text-align: right;
}

#main h3, #main2 h3{
	font-size: 1em;
	margin: 0;
}


/* Calendar */
#calendar{
	width: 186px;
	height: 130px;
	background: #FFF;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border: solid 1px #575757;
}

#main div#calendar table{
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	border: none;
}

#main div#calendar table caption{
	margin: 0 auto;
}

#main div#calendar table th{
	color: #006699;
	background: transparent;
}

#main div#calendar table td{
	width: 1.2em;
	line-height: 1.2em;
	border: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#main div#calendar table td a{
	display: block;
	background: #CCC;
	color: #575757;
	font-weight: bold;
	text-decoration: none;
}

#main div#calendar table td a:hover{
	color: #006699;
}

/* Search */
#search{
	width: 157px;
/*	height: 90px; */
	background: #ebf58e url(http://www.lemonde2catane.net/images/backsearch.jpg);
/*	float: right; */
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border: solid 1px #575757;
}

#search fieldset, #search p{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#q{
	width: 110px;
	padding-left: 18px;
	margin: 2px 0px 2x 0px;
	background: #F1F1F1;
}
#email{
	width: 110px;
	padding-left: 18px;
	margin: 2px 0px 2x 0px;
	background: #F1F1F1;
}

/* Content */
#content{
	width: 398px;
	background: #FFF;
	margin: 18px 0px 0px 0px;
	padding: 10px 10px 5px 10px;
	border: solid 1px #575757;
}

/* Balise pour Internet Explorer*/
* html #content{
	margin: 10px 0px 0px 0px;
}

.post-title{
	color: #006699;
}

.post-title a{
	color: #006699;
}

.post-title a:visited{
	color: #006699;
}

.post-title a:active{
	color: #006699;
}

.post-title a:hover{
	color: #006699;
}

.post-info{
	margin-top: 0;
	color: #000000;
	padding-bottom: 1ex;
}

.post-info a{
	color: #C00;
}

.post-info a:hover{
	color: #006699;
}

.post-content{
	text-align: justify;
}

.post-content a{
	font-style: italic;
	text-align: justify;
}

.post-content blockquote{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

.post-info-co{
	text-align: right;
	padding: 0px 0px 20px 0px;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #575757;
	background: #F8F8F8;
	margin: 1em 0;
	padding: 1ex 1em;
}

#topbar{
	width: 310px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}

/* 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, #sidebar h3{
	color: #006699;
	margin: 0 0 1ex 0;
	text-align: right;
}

#sidebar h3{
	font-size: 1em;
	margin: 0;
}

/* Sidebar 1 */
#sidebar1{
	width: 149px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}

#categories{
	width: 128px;
	background: #ebf58e  url(http://www.lemonde2catane.net/images/backcategories.jpg);
	margin: 11px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border: solid 1px #575757;
}
#randcarte{
	width: 128px;
	background: #b4C6D4 url(http://www.lemonde2catane.net/images/backrandcarte.jpg);
	margin: 11px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border: solid 1px #575757;
}
#newsforum{
	width: 128px;
/*	background: #FFF; */
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
/*	border: solid 1px #575757; */
}

#links{
	width: 128px;
	background: #EBF58E url(http://www.lemonde2catane.net/images/backlinks.jpg);
	margin: 10px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border: solid 1px #575757;
}
#rand_billet_titre{
	width: 128px;
	background: #B4C6D4 url(http://www.lemonde2catane.net/images/backrandfiche.jpg);
	margin: 10px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border: solid 1px #575757;
}


/* 
 * A décommenter si vous souhaiter utiliser le div à la ligne 123 de template.php
 ***************************************/
/*
#bloc1{
	width: 128px;
	background: #FFF;
	margin: 10px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border: solid 1px #575757;
}
*/

/* Sidebar 2 */
#sidebar2{
	width: 149px;
	float: right;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	border: none;
}

#syndicate{
	width: 157px;
/*	height: 130px; */
	background: #FCCFD3 url(http://www.lemonde2catane.net/images/backsyndicate.jpg);
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	border: solid 1px #575757;
}

/*#newsletter{ */
/*	background: #FFF; */
/*	margin: 0px 0px 10px 0px;*/
/*	padding: 5px 5px 5px 5px;  */
/*	border: solid 1px #575757; */
/*} */

/* Balise pour Internet Explorer*/
* html #syndicate{
	margin: 0px 0px -2px 0px;
}

#archives{
/*	width: 128px; */
	background: url(http://www.lemonde2catane.net/images/backrarchives.gif);
	margin: 10px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
/*	border: solid 1px #575757; */
}

/* 
 * 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 #575757;
}
*/