/* ***** 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";
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: #58088B;
	color: #303030;
	font-size: 11px;
	line-height: 13px;
	font-family: Verdana, Helvetica, Arial;
}
img a:link{
  background : transparent;
}
h1, h2, h3, h4, h5, h6{
	font-family: Verdana, Helvetica, Arial, serif;
}

h1{font-size: 24px;}
h2{font-size: 18px;}
h3{}
h4{font-size: 11px;}
h5{font-size: 11px;}
h6{font-size: 10px;}

pre, code{
	font-size: 11px;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #5A058F;
	background-color:#F9FFE8;
}

fieldset{
	border: none;
}

label{
	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: black;
	text-decoration: none;
}
a:link {
	color: #5A058F;
	text-decoration: none;
	background: transparent;
}
a:visited{
	color: #5A058F;
	text-decoration: none;
	background: transparent;
}

a:hover{
	color: #000000;
}

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

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

/* La page
-------------------------------------------------------- */
#page{
	background: white url(img/page.gif) repeat-y center top;
	color: inherit;
}
 
/* L'entete
-------------------------------------------------------- */
#menu{
	height: 150px;
	line-height: 0;
}

#sousmenu{
	background-color:#d9c4e1;
	width:760px;
	margin-left:40px;
	margin-right:40px;
	padding:0;
	font-size:10px;
	line-height:11px;
	margin-top:15px;
}
.sm{
	background: url(img/fond_sousmenu.gif) center top;
}
.tit_menu{
font-weight:bold;
font-size:10px;
line-height:16px;
}
.tit_comment{
font-weight: normal;
font-size:9px;
line-height:11px;
color:#666666
}
#sousmenu ul
{
   list-style-image: url("img/fleche.gif");
   font-size:10px;
   line-height:11px;
}

#menu a:hover{
	background: transparent;
}

/* La navigation
-------------------------------------------------------- */
.pagenav {
	color: #303030;
	font-size: 10px;
	line-height: 10px;
	font-weight: bolder;
	font-family: Verdana, Helvetica, Arial;
}
.pagenav img {
	margin-top:0px;
	margin-right:2px;
}

p.pagenav a {
	color: #729606;
	font-weight: normal;
	background : transparent;
}

p.pagenav a:hover {
	color: #000000;
	font-weight: normal;
	background : transparent;
}

p.pagenav strong {
	color: black;
}

/* Le contenu
-------------------------------------------------------- */
.categories{
	color: #303030;
	font-size: 10px;
	line-height: 12px;
	font-family: Verdana, Helvetica, Arial;
}
.categories a:link{
	color: #691397;
}
.categories a:hover{
	color: black;
}
.post-title{
	text-align:left;
	color: #5A058F;
	font-size: 16px;
	text-transform: uppercase;
	font-family: sans-serif;
	font-weight: bolder;
	letter-spacing: 2px;
	display: block;
	width: 800px;
	min-height: 18px;
	margin: 0;
	padding: 0;
	line-height: 20px; 
	margin-top: 20px;
}

.post-title a{
	color: #5A058F;
	background: transparent;
	text-decoration: none;
}
.post-title a:hover{	
	color: black;
}

.post-info{ 
	color: #666; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 9px; 
	line-height: 20px; 
	font-family: Verdana, Helvetica, Arial;
	background: url(img/h3.gif);
	display: block;
	width: 760px;
	min-height: 20px;
	margin: 0;
	padding: 0;
	margin-top: 2px;
}

.post-info a:link{
  color: #729606; text-decoration: none; background : transparent;
}
.post-info a:hover{
  color: #000; text-decoration: none; background : transparent;
}

.post-content, .post-chapo{
	text-align: justify;
	margin-right: 10px;
}
.post-content a:link {
  color: #5A058F; text-decoration: none; background : #DEEEA8;
}
.post-content a:visited {
  color: #5A058F; text-decoration: none; background : #DEEEA8;
}
.post-content a:hover{
  color: #729606; text-decoration: none; background : transparent;
}
.post-content img:link{
  background : transparent;
}
.post-content img:visited{
  background : transparent;
}

#trackbacks p , #comments p, #comments blockquote{
	padding-left: 10px;
}
.post p{
	padding-left: 25px;
}
.post-content p{
	padding-left: 0px;
}
.post-content blockquote{
	font-family: Verdana, Helvetica, Arial;
	font-style: italic;
}

.post-info-co{
	text-align: right;
	font-size: 9px;
}

.post h3{
	background: transparent;
	color: #333333;
	text-align: left;
}

.post h3 {
	color: #333333;
	text-align: center;
	font-weight: normal;
	letter-spacing: 4px;
	font-family: Verdana, Helvetica, Arial;
	background: url(img/h3.jpg) center top;
	font-size: 11px;
	display: block;
	width: 760px;
	min-height: 28px;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-left: 8px;
}

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

#comments .comment-info {
	color: #666; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 9px; 
	line-height: 20px; 
	font-family: Verdana, Helvetica, Arial;
	background: url(img/commentaire.gif);
	display: block;
	width: 760px;
	min-height: 20px;
	margin: 0;
	padding: 0;
	margin-top: 2px;
}
#comments .comment-number{
  margin-left:20px;}
#comments .comment-info a{
	color: #999999;
	text-decoration: none;
	}
#comments .comment-info a:hover{
	color:#000000;
	background: transparent;
	}
	
#comments h3 {
	margin-left: 10px;
}
#comments p{
	margin-left: 10px;
}
#comment-preview {
	margin-left: 10px;
}
#content h3 {
	margin-left: 10px;
}
p.field{
	margin-left: 0px;
}
p.form-help{
	margin-left: 10px;
}

/* La barre de navigation
-------------------------------------------------------- */

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

#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{
	color: white;
	text-align: center;
	font-weight: normal;
	background: url(img/footer.gif) no-repeat;
	display: block;
	width: 840px;
	height: 50px;
	margin: 0;
	padding: 0;
	margin-left: 8px;
	font-size: 10px;

}
