/* ***** 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):
 *  Bibi Him SELF
 */

/* 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: #FFF url(img/back.jpg) no-repeat top left;
	color: #000;
	font-size: 12px;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*border-top: 10px solid #DDD;*/
}

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

H1{
	font-size:16px;
}
H2{
	font-size:14px;
}
H3{
	font-size:12px;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

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

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

a{
	color: #3E599D;
	text-decoration:none;
}

a:visited{
	color: #3E599D;
}

a:hover{
	color: #3E599D;
	text-decoration:underline;
}

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

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

/* La page
-------------------------------------------------------- */
#page{
	
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 200px;
}
	#top div#search_dassi{
		background: transparent;
		color: inherit;
		line-height: 2.3em;
		float:right;
		padding-right:0px;
		padding-top:2px;
	}
	
	#search_dassi fieldset, #search_dassi p{
		margin: 0;
		padding: 0;
	}
	
	#title_cat{
		font-weight:bold;
		font-size:40px;
		margin-left:240px;
		margin-top:150px;
		color:#052386;		
	}	
	

.post-title{
	color: #0A2976;
	background: transparent;
	margin-bottom: 0;
}

.post-title a{
	color: #0A2976;
	background: transparent;
	text-decoration: none;
}

.post-info{
	margin-top: 0;
	color: #ACACAC;
	background: transparent;
	padding-bottom: 1ex;
	font-style:italic;
	font-size:10px;
	/*border-bottom: 1px solid #FC0;*/
}

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

.post-content{
	text-align: justify;
	color:#5A5A5A;
	font-size:12px;
}

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

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

#trackbacks{display:none;}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	border-bottom: 1px solid #F0F0F0;
	color: inherit;
}

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
	/*border:1px dashed #3C5A9B;*/
}

#sidebar h2, #sidebar h3{
	color: #3C5A9B;
	margin: 0 0 1ex 0;
}

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

#sidebar a:visited{
	color: #FFFFFF;
}

#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{
	text-align:right;
}

#footer a{
	color: #E1E1E1;
}


/*
	------------ Modification JV -------------------------
*/

.error{
	color:#FF0000;
}

/* Menu Normal */
.MenuOver{
	background:#C8DEF5 url(img/menu_chien.jpg) no-repeat left;
	padding-left:10px;
	color:#0A2976;	
	height:25px;
	font-size:16px;
	font-weight:bold;
	border:1px solid #FFF;
	padding-left:30px;	
}
.MenuOut A{ color:#FFF; }


/* Menu Over */
.MenuOut{
	background-color:#0A2976;
	padding-left:10px;
	color:#FFF;	
	height:25px;
	font-size:16px;
	font-weight:bold;
	border:1px solid #FFF;
}
.MenuOver A{ color:#0A2976; }

.MenuOut STRONG{ color:#CCB8D5; }

STRONG{
	color:#7503DF;
}

#form_commentaire{
	background:url(img/back_form.jpg) no-repeat top left;
	height:300px;	
	padding:40px;
	/*padding-top:25px;*/
}

#commentaire{
	background-color:#C9C4CF;
	padding-right:15px;
	padding-left:15px;
}

#postit{
	background:url(img/postit.jpg) no-repeat top left;
	height:189px;
	font-style:italic;
	font-weight:bold;
	color:#3C3C3C;
	font-size:14px;
	padding-left:55px;
}

#postit P{
	margin-left:5px;
	margin-right:5px;
	text-align:center;
}

#lire_suite{
	border-bottom:2px #CACACA dashed;
}

#bandeau_droite{
	position:absolute;
	left:980px;
	top:0px;	
	background: #FFF url(img/bandeau_droite.jpg) no-repeat;	
	width:250px;
	height:620px;
}

