/* ***** 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: #9fd013;
	color: #000;
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	text-align:center;
}

h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, sans-serif;
}

h1{font-size: 1.5em;	color: #0072b4;}
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;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

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

img { border:none; }

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

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

a:visited{
	color: #663;
}

a:hover{
	color: #636;
}

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

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

/* La page
-------------------------------------------------------- */
#page{
	width:970px;
	margin:0 auto;
	text-align:left;
	background:url(img/bgy.gif) repeat-y;
}
 
/* L'entête
-------------------------------------------------------- */
#top {
	height: 190px;
	width:970px;
}
#top #logo1 {
	width:327px;
	height:155px;
	overflow:hidden;
	float:left;
}
#top #slogan {
	width:643px;
	height:155px;
	overflow:hidden;
	float:left;
}
#top #logo2 {
	width:202px;
	height:35px;
	overflow:hidden;
	float:left;
}
#menu {
	margin-left: 20px;
	width:725px;
	height:35px;
	float:left;
	background:#fff url(img/bgmenu.gif) no-repeat;
	
}
#menu ul {
	margin:0 5px;
	_margin-top: -1px;
	padding:0;
	list-style-type:none;
}
#menu ul li { float:left; }
#menu ul li a {
	line-height:26px;
	font-size:10px;
	text-transform:uppercase;
	color:#fff;
	padding:0 18px;
}

/* Le contenu
-------------------------------------------------------- */
.day-date{
	color: #9c9ea0;
	font-size:12px;
	padding:0;
	margin:0;
}

.post-title{
	color: #0072b4;
	background:none;
	margin:0 0 26px 0;
	font-size:18px;
	line-height:18px;
}

.post-title a{
	color: #0072b4;
	background:none;
	text-decoration: none;
}

.ptitle {
	padding:10px 0 10px 80px;
	font-size:14px;
	color: #9c9ea0;
}

.post h3 {
	color: #0073a2;
	background:none;
	margin:0 0 15px 0;
	font-size:16px;
	line-height:16px;
}
.post3 h2.post-title a{color: #0073a2;}

.post-info{
	margin: 0;
	color: #000;
	background:none;
	padding-bottom:0;

}

.post-info a{
	color: #0073a2 !important;
	background: none;
	text-decoration: none;

}

.post-content{
	text-align: justify;
}
.post-content a{color: #0073a2;}

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

.post-info-co{
	text-align: right;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	color: inherit;
}

#sidebar ul {
	margin:10px 15px;
	padding:0 10px;
	list-style-image:url(img/puce.gif);
	line-height:17px;
}

#sidebar li a{color: #0073a2;}
#sidebar li a:hover{}
#sidebar span a{color: #0073a2;}
#sidebar h2 {
	color: #fff;
	background:#0073a2;
	height:20px;
	padding:0 8px;
	font-size:12px;
	margin:0;
	line-height:20px;
	text-transform:uppercase;
	
	font-weight: bold;
}

#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;
}
/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	padding:0 11px 0 59px;
}
#footer1 {
	background:#0072b4;
	padding:5px 10px;
	text-align:center;
	font-size:11px;
	color:#fff;
}
#footer1 a {
	color: #fff;
}


#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: 3em; }
#tagcloud li.level-2 { font-size: 3em; }
#tagcloud li.level-3 { font-size: 3em; }
#tagcloud li.level-4 { font-size: 3em; }
#tagcloud li.level-5 { font-size: 3em; }

/* couleur des liens des tags */
#tagcloud li.level-1 a { color: #cee0ec; }
#tagcloud li.level-2 a { color: #68aad2; }
#tagcloud li.level-3 a { color: #3f94c6; }
#tagcloud li.level-4 a { color: #2a89c0; }
#tagcloud li.level-5 a { color: #0273b5; }


#actu .libdte{color: #0072b4;}
#actu .libdte:first-letter { text-transform: uppercase;}
#actu .libres{color: #2a89c0;text-align: justify;margin: 5px 0;}
#actu .libsuite{text-align: right;margin-bottom: 10px;}
#actu .libsuite a{color: #0072b4;}
a:hover{text-decoration: underline;}

.murimage img{vertical-align: middle; margin-right: 10px;}
.murimage span{font-size: 14px; font-weight: bold;color: #0072b4;}

/*ol li{ color:#0072b4; font-size: 12px;}*/
