/* ***** 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{
	margin: 0;
	padding: 0;
	background: #191919 url(img/bg.gif) repeat-y top center;
	font-size: 70%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Sans-Serif;
	text-align: left;
	color: #000;
	border-top: 0px solid #EEE;
}

h1{font-size: 1.4em;}
h2{font-size: 1.3em;}

h2titreAgenda{
	color: #3366FF; /*Bleu clair*/
	font-weight:bold;
	font-size: 1.3em;
	background : transparent url("../../images/ico/time.gif") no-repeat;
	padding-left : 20px; /* pour une image 24*24px */
}

h2titreAretenir{
	color: #3366FF; /*Bleu clair*/
	font-weight:bold;
	font-size: 1.3em;
	background : transparent url("../../images/ico/respond.gif") no-repeat;
	padding-left : 20px; /* pour une image 24*24px */
}

h2titreTag{
	color: #3366FF; /*Bleu clair*/
	font-weight:bold;
	font-size: 1.3em;
	background : transparent url("../../images/ico/tag.png") no-repeat;
	padding-left : 20px; /* pour une image 24*24px */
}

h2titreGallerie{
	color: #3366FF; /*Bleu clair*/
	font-weight:bold;
	font-size: 1.3em;
	background : transparent url("../../images/ico/img.png") no-repeat;
	padding-left : 20px; /* pour une image 24*24px */
}

h2titreCategorie{
	color: #3366FF; /*Bleu clair*/
	font-weight:bold;
	font-size: 1.3em;
	background : transparent url("../../images/ico/cat.png") no-repeat;
	padding-left : 20px; /* pour une image 24*24px */
}

h2titreMenu{
	color: #3366FF; /*Bleu clair*/
	font-weight:bold;
	font-size: 1.3em;
	font-weight:bold;
	background : transparent url("../../images/ico/menu.png") no-repeat;
	padding-left : 20px; /* pour une image 24*24px */
}

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

h3titre{
	font-size: 1.2em;
	background-color: transparent;
	background-image: url("img/bulle.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	padding-left: 22px;
	margin-top: 32px;
}

h3titrewrite{
	font-size: 1.2em;
	background-color: transparent;
	background-image: url("img/respond.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	padding-left: 22px;
	margin-top: 32px;
}

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

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

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #999;
}

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

a{
	color: #3d70a3; /*bleu*/
	text-decoration: none;
}

a:visited{
	color: #3d70a3; /*bleu*/
	text-decoration: none;
}

a:hover{
	color: 3d70a3; /*bleu*/
	text-decoration: underline;
	opacity: 1;
}

a:active{
	color: 3d70a3; /*bleu*/
	/*text-decoration: underline;*/
}

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

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

.post li, #sidebar li{
	padding-left: 8px;
}

img{
	border: 0px;
}

.imgleft img{
	float: left;
	margin-right: 1em;
	border: 0px;
	width: 160px;
	height: 120px;
}

.post-info img, .post-info-co img, #footer-text img{
	vertical-align: middle;
}

/* La page
-------------------------------------------------------- */
#page{
	background: #fff;
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 118px;
	width: 100%;
	/*background: transparent url(img/header_minirecif.gif) repeat-x top left;*/
        background : transparent  url(random/rotator.php) repeat-x top left;
}
/*Titre dans l'entête*/
#top h1{
	height: 80px;
	line-height: 80px;
	margin: 0 0 0 40px;
	padding-top: 10px;
	color: #FFFFFF;
	font-size: 1.6em;
}
/*Lien au survol du titre de l'entête*/
#top h1 a{
	text-decoration: none;
	color: #FFFFFF;
}

#header{
	/*background: transparent url(img/header.gif) no-repeat top left;*/
	margin-top: 18px;
	position: absolute;
}

/* Le menu
-------------------------------------------------------- */ 
#navbar {
	clear: both;
	float: left;
	width: 100%;
	height: 31px;
	background: transparent url(img/nav_bg.gif) repeat-x 0 0;
	margin-bottom: 20px;
}

ul.menu {
	float: left;
	margin: 0;
	padding: 0 15px;
	list-style-type: none;
}

ul.menu li {
	float: left;
}

ul.menu li a {
	float: left;
	display: block;
	height: 28px;
	padding: 3px 15px 0 15px;
	line-height: 24px;
	color: #fff;
}

ul.menu li a:link, ul.menu li a:visited {
	color: #fff;
	background: none;
}

ul.menu li a:hover, ul.menu li a:active {
	color: #fff;
	background: url(img/nav_hover.gif) no-repeat center top;
	text-decoration: none;
}

ul.menu li.current_page_item a:link, ul.menu li.current_page_item a:visited, ul.menu li.current_page_item a:hover, ul.menu li.current_page_item a:active {
	color: #fff;
	background: transparent url(img/nav_active.gif) no-repeat center bottom;
	text-decoration: none;
}

#search{
	float: right;
	margin-top: 4px;
	margin-right: 12px;
}

#search input{
	border: 1px solid #999;
	/*background: #fff url(img/searchbg.gif) repeat-x 0 0;*/
	width: 150px;
	padding: 1px;
}

/* Le contenu
-------------------------------------------------------- */
.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #888;
	font-style: italic;
}

.post-title{
	color: #3366FF; /*Bleu clair*/
	background: transparent;
	margin-bottom: 0;
}

.post-title a{
	color: #3366FF; /*Vert*/
	background: transparent;
	text-decoration: none;
}

.post-info{
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-left: 20px;
	color: #8B4C29;
	background: transparent;
	background-image: url("img/time.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	padding-bottom: 1ex;
}

.post-info a{
	color: #8B4C29;
	background: transparent;
	text-decoration: none;
}

.post-content{
	text-align: justify;
	border-top: 1px solid #DFDAD6;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co{
	color: #8B4C29;
	text-align: right;
}

.post-tags{
	display: inline;
	margin-right : 8px;
	padding-top: 0px;
	padding-right: 0pt;
	padding-bottom: 5px;
	padding-left: 22px;
	background-color: transparent;
	background-image: url("img/tag.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0pt 70%;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid;
	margin: 1em 0;
	padding: 1ex 1em;
	background: #eee;
	color: #8B4C29;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	border-bottom: 1px solid #DFDAD6;/*Couleur de la ligne sous chaque titre */
	color: inherit
}

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
/*Titre dans la sidebar*/
#sidebar h2, #sidebar h3{

	color: #3366FF; /*Bleu clair*/
	margin: 0 0 1ex 0;
}

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

#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#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 auto;
	border-collapse: collapse;
}

#sidebar div#calendar table caption{
	margin: 0 auto;
}

#sidebar div#calendar table th{
	color: #2C2E3B;
	background: transparent;
}

#sidebar div#calendar table td{
	width: 14%;
	line-height: 2em;
	border: 1px solid #EEE;
}

#sidebar div#calendar table td a{
	display: block;
	background: #EFA;
	color: #2C2E3B;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #C0C0C0;
	color: #636;
}

#tagcloud ul { margin: 0; padding: 0 1em; display: block; }

#tagcloud li { display: inline; margin: 0 0.1em; padding: 0; background-image: none; }

/* niveaux des tags */
#tagcloud li.level-1 { font-size: 1em; }
#tagcloud li.level-2 { font-size: 1.3em; }
#tagcloud li.level-3 { font-size: 1.6em; }
#tagcloud li.level-4 { font-size: 2em; }
#tagcloud li.level-5 { font-size: 2.3em; }

/* couleur des liens des tags */
#tagcloud li.level-1 a { color: #747AFF; }
#tagcloud li.level-2 a { color: #0000FF; }
#tagcloud li.level-3 a { color: #D27AFF; }
#tagcloud li.level-4 a { color: #C0BA65; }
#tagcloud li.level-5 a { color: #C03865; }

/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	padding: 1em;
	border-top: 1px solid #CCC;
	background: #EEE;
	color: #666;
	text-align: center;
}

#footer a{
	color: #999;
}

#rss{
	margin: 0;
	padding: 1em;
	border-top: 1px solid #CCC;
	background: #EEE;
	color: #666;
	text-align: center;
}

#rss a{
	/*font-size: 1.2em;*/
	background-color: transparent;
	background-image: url("img/picto_rss.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	padding-left : 20px; /* pour une image 24*24px */
	color: #999;
}


span.highlight0 {background-color: #FFFF99;}
span.highlight1 {background-color: #FF99FF;}
span.highlight2 {background-color: #99FFFF;}
span.highlight3 {background-color: #FF9999;}
span.highlight4 {background-color: #9999FF;}