/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2004 Maurice Svay 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 *****
 *
 * Contributor(s):
 *  Maurice Svay
 */

/* Ce fichier d�finit le style visuel pour 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
 * - la page
 * - l'ent�te
 * - le pr�lude
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 * L'agengement des blocs est d�fini dans le fichier layout.css
 * Pour mettre la barre de navigation � gauche, d�commentez l'appel � 
 * layout-gauche.css
 */

@import "layout.css";
/* @import "layout-gauche.css"; */
 
/* Les �l�ments HTML en g�n�ral
-------------------------------------------------------- */
body{
	background:url(img/back.gif) top left repeat-x #CFCFCF;
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.6em;
}

h1, h2, h3, h4, h5, h6{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #AAF
}

h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

pre, code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

form{
	background: transparent;
}

q{
	font-style: italic;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input, textarea {
	-moz-border-radius: 4px;
}

input,textarea{
	border: 1px solid #999;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a img {
	border:0;
}

/*a{
	color: #000;
}

a:visited{
	color: #663;
}

a:hover{
	color: #636;
}
*/

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

/* La page
-------------------------------------------------------- */
#page{
	color: inherit;
}

#main {
	background: #FFFFFF;
	border-left: 3px solid #AAAAFF;
	border-right: 3px solid #AAAAFF;
}
 
/* Le bandeau haut
-------------------------------------------------------- */
#top{
	height: 110px;
}

#logo {
	float: left;
	width: 200px;
}

#pub{
	float: right;
	line-height: 1.2em;
	text-align: center;
	margin-right: auto;
	width: 780px;
}


/* Le contenu
-------------------------------------------------------- */
#content{
/*	background: #FFFFFF;*/
	color: inherit;
/*	padding: 10px;*/
	margin: 10px 0 10px 10px;
/*	border: 1px solid #CCCCFF;*/
}

.day-date{
	color: #000;
	font-size: 1.1em;
	font-style: normal;
	text-align: right;
}

.post{
	margin: 0;
	padding: 0;
	width:600px;
}


.post-title{
/*	color: #AAAAFF;
	background:  transparent url(img/puce.gif) no-repeat left center;
	padding-left: 20px;
*/
/*	padding-left: 10px;*/
	color: #AAAAFF;
/*	background: #CCCCFF; */
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
/*	border-top: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC; */
}

.post-title a {
	color: #AAAAFF;
	background: transparent;
	text-decoration: none;
}

.post-info{
	margin-top: 0;
	color: #AAAAAA;
	background: transparent;
	padding-bottom: 0;
}

.post-info a{
	color: #AAAAFF;
	background: transparent;
	font-weight: bold;
}


.post-content{
	text-align: justify;
	padding: 0;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-content a{
	color: #0000FF;
	text-decoration: underline;
}

.post-info-co {
	clear:left;
	border-bottom: 2px dotted #CCCCFF;
/*	background: transparent;
	text-align: right;*/
	padding-top: 20px;
	padding-bottom: 35px;
}

.post-info-co a {
	color: #0000FF;
	background: transparent;
	text-decoration: none;
}
.post-info-co a:hover {
	text-decoration: underline;
}

#post-actions {
	border-top: 1px solid #CCCCFF;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 100%;
}

.post-comments {
	float: left;
	width: 180px;
}
.post-facebook {
	float: left;
	width: 150px;
	text-align:center;
}
.post-twitter {
	width: 150px;
	float: left;
	text-align:center;
}



#trackbacks blockquote, #comments blockquote{
	border-left: 1px solid #AAF;
	border-bottom: 1px solid #AAF;
	margin: 0;
	padding: 0 0.5em;
}

/* La barre de navigation
-------------------------------------------------------- */
/*#sidebar, */ #sidebar_jeu {
	background: #FFFFFF;
	color: inherit;
/*	border: 1px solid #CCCCFF;*/
}

#sidebar_jeu div{
	border: 2px solid #EEEEEE;
	background-color: #EEEEFF;
	color: inherit;
	margin: 10px 10px 12px 10px;
	font-size: 8pt;
	-moz-border-radius: 7px;
}
/*
#sidebar_jeu  div{
	margin: 10px 0px 0px 0px;
}
*/
/*#sidebar div ul,*/ #sidebar_jeu  div ul{
	margin: 0;
	padding-left: 16px;
	list-style-image: url(img/fleche.gif);
}

/*#sidebar li,*/ #sidebar_jeu li{
	font-size: 8pt;
}

#sidebar_jeu h2, #sidebar h3, #sidebar_jeu h3{
	color: #FFFFFF;
	background-color: #CCCCFF;
	margin: 0 0 10px 0;
	text-align: center;
	font-size: 9.5pt;
	-moz-border-radius: 7px;
}

#sidebar h3, #sidebar_jeu h3{
	margin: 0;
}

/* #sidebar a{
	color: #000000;
	text-decoration: underline;
}*/
#sidebar_jeu a{
	text-decoration: underline;
}
/*#sidebar a:hover,*/ #sidebar_jeu a:hover{
	text-decoration: none;
}

#sidebar div#search{
	background: #EEEEFF;
	color: inherit;
	line-height: 2.3em;
}

div#vous_aimerez_aussi {
	text-align: center;
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#search .field {
	font-size: 0.8em;
	line-height: 0.9em;
}

#q{
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat 4px center;
}


#sidebar div#calendar{
	/*border-top: 1px solid #F0F0F0;*/
}

#sidebar div#calendar table{
	font-size: 0.8em;
	text-align: center;
	margin: 0;
	border-collapse: collapse;
}

#sidebar div#calendar table caption{
	margin: 0 auto;
}

#sidebar div#calendar table th{
	color: #AAAAFF;
	background: transparent;
}

#sidebar div#calendar table td{
	width: 14%;
	line-height: 1em;
	border: 0px;
}

#sidebar div#calendar table td a{
	color: #AAAAFF;
	text-decoration: none;
	font-weight: bold;
}

#sidebar div#calendar table td a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background: #AAAAFF;
	font-weight: bold;
}

#sidebar div#jeu_hasard, div#jeu_du_mois, div#election, #sidebar div#pub_2xmc, #sidebar div#pub_okkazeo {
/*	text-align: center;*/
}

#jeu_hasard .cont {
	height: 350px;
}

#jeu_hasard ul {
	list-style-type:none;
	display: inline;
}

#jeu_hasard ul li {
	background: #FFFFFF;
	text-align: center;
	padding: 3px;
	margin: 5px;
	width: 125px;
	height:150px;
	float:left;
}
	
#jeu_hasard a, #jeu_du_mois a, #election a {
	text-decoration: none;
}

/* Le pied de page
-------------------------------------------------------- */
#footer #roulette, #footer #liens {
	border: 1px solid #CCCCFF;
	background: #FFFFFF;
	color: #000000;
	text-align: center;
}

#footer a{
	color: #000;
}

/* La pagination
-------------------------------------------------------- */
.pagenav {
	font: 0.9em;
}
/*
p.pagenav a {
	background : #CCCCFF;
	color: black;
	padding:2px;
	border: 1px solid #000;
	text-decoration: none;
	font-size:90%;
}

p.pagenav a:hover {
	background:#AAAAFF;
	color:white;
}

p.pagenav strong {
	color: black;
	padding:2px;
	border: 1px solid #bbb;
}
*/
/* --------------------------------------------------------
	Derniers commentaires
---------------------------------------------------------*/

#lastComments {
	margin-left: 20px;
	padding: 0;
}

#lastComments li {
	font-size: 8pt;
	list-style-image: url(img/ico_comments.png);
	margin: 5px 0px 2px 0px;
	border-bottom: 1px solid #f1f1f1;
	line-height: 1.1em;
	padding-bottom: 2px;
}

#lastComments a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

#lastComments a:hover {
	text-decoration: underline;
}

#lastComments .comment {
	margin:0;
	padding:0;
}

.comment-date {
	color: #808080;
	font-size: 7pt;
}

#partenaires {
	text-align: center;
	font-size: 10px;
	color: #CCCCCC;
}

#partenaires a:link, #partenaires a:visited, #partenaires a:hover  {
	font-size: 10px;
	color: #CCCCCC;
}


.box {
	margin:8px 5px 8px 5px;
}

#sidebar .box {
	width:305px;
}

.box .haut {
background:url(img/back-box-h2.png) repeat-x;
height:30px;
border:1px solid #AAAAFF;border-bottom:0;
-webkit-border-top-left-radius: 6px;-webkit-border-top-right-radius: 6px;-moz-border-radius-topleft: 6px;-moz-border-radius-topright: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;
}

.box .haut h2 {margin:0;padding:0;font-size:100%;text-transform:uppercase; text-indent:8px;line-height:2em;color:#FFFFFF;}

.box .cont {
-webkit-border-bottom-left-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
-moz-border-radius-bottomleft: 6px;
-moz-border-radius-bottomright: 6px;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
padding:2px 4px 4px 4px;
}

.box .cont {background-color:#ffffff;border:1px solid #AAAAFF;}

.box .cont ul {
	list-style-type:none;
	margin-left: 5px;
	padding: 0;
}

.box_pub {}
.box_pub p {font-size:80%;color:#C0C0C0;letter-spacing:1px;text-transform:uppercase;text-align:center;margin:8px 0 2px 0;}

#abonnez-vous ul {list-style-type:none;overflow:hidden;padding:0;margin:0}
#abonnez-vous ul li {
	margin: 2px 0 0 20px;
	line-height: 25px;
	padding-bottom: 2px;
	border-bottom: 1px solid #f1f1f1
}

.abonnement {
	color: #4a4a4a;
	text-decoration: none;
	font-weight: bold;
	padding: 3px;
	padding-left: 30px;
}

.facebook {
	background:url(img/facebook.png) no-repeat;
}
.facebook:hover {
	color: #476aa7;
}
.twitter {
	background:url(img/twitter.png) no-repeat;
}
.twitter:hover {
	color: #32a2d2;
}
.rss {
	background:url(img/rss.png) no-repeat;
	color: #ed6a00;
}
.rss:hover {
	color: #ed6a00;
}


#footer {
border:3px solid #AAAAFF;
border-top:1px solid #AAAAFF;
/*height:1%;*/
overflow:auto;
background:url(img/back_footer.png) top left repeat-x #C3C3C3;
-webkit-border-bottom-left-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
-moz-border-radius-bottomleft: 6px;
-moz-border-radius-bottomright: 6px;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
}

#footer .col_01 {float:left;margin-right:12px;}

#footer .col_01 h3 {color:#FFFFFF;font-size:100%;margin:0;padding:4px 0 4px 0;border-bottom:1px solid #B0B0B0;}
#footer .col_01 ul {list-style-type:none;overflow:hidden;padding:0;margin:0; display:inline;}
#footer .col_01 ul li {margin:2px;float:left;}
#footer .col_01 ul li a {color:#7B7B7B;width:170px;display:block;padding:1px 4px 1px 4px;text-decoration:none;}
#footer .col_01 ul li a:hover {color:#5555FF;background-color:#D9D9D9;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}

#footer02 {
clear:both;
	font-size:90%;text-align:center;
padding:10px;
color:#9C9C9C;
}


#alphabet {
background:url(img/back-box-h2.png) repeat-x;
height:30px;
border:1px solid #AAAAFF;border-bottom:0;
-webkit-border-top-left-radius: 6px;-webkit-border-top-right-radius: 6px;-moz-border-radius-topleft: 6px;-moz-border-radius-topright: 6px;border-top-left-radius: 6px;border-top-right-radius: 6px;
}

#alphabet span {
	color: #FFFFFF;
	float:left;

	margin:0 20px 0 5px;
	padding:0;
	line-height:1.8em;
	font-size:1.2em;
	font-weight:bold;
}

#alphabet ul {list-style-type:none;overflow:hidden;padding:0;margin:0;display:inline;}
#alphabet ul li {margin:0 4px 0 0;padding:0 0 0 5px;line-height:2em; float:left;}
#alphabet ul li a {font-size:1.2em;font-weight:bold;text-transform:uppercase; color:#FFFFFF; text-decoration:none;}

