/* ***** 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
 */

html, body{
	margin: 0;
	padding: 0;
	text-align: center;
}

 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: #EEE;
	color: #000;
	font-size: 11px;
	line-height: 1.5em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

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;}
h7{font-size: 2.5em;}

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: #000;underline :none;
}

a:visited{
	color: #663;underline :none;
}

a:hover{
	color: #636;underline :none;
}

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

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

/* La page
-------------------------------------------------------- */
#page{
	background: #fff url(img/page.png) repeat-y center top;
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 180px;
	/*padding-top: 30px;*/
	background: #FFF url(img/top.jpg) no-repeat left top;
}

#top h1{
	height: 80px;
	line-height: 80px;
	padding-left: 40px;
	padding-top: 20px;
	color: #FFFFFF;
}

#top h7{
	height: 120px;
	line-height: 120px;
	margin-left: 40px;
	margin-top: 70px;
	color: #FFFFFF;
}

#top h7 a{
	font-size: 2em;
	text-decoration: none;
	color: #FFFFFF;
	FONT-WEIGHT: bold;
}



#top h1 a{
	font-size: 2em;
	text-decoration: none;
	color: #FFFFFF;
}

/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	background: transparent;
	color: #DFDFDF;
	text-align: center;
}

#prelude a{
	color: #DFDFDF;
	background: transparent;
}

#prelude a:hover{
	color: #666;
	background: transparent;
}

/* Le contenu
-------------------------------------------------------- */
.day-date{
	padding-left: 30px;
	margin-left: -30px;
	color: #888;
	background: transparent url(img/day-date.png) no-repeat left center;
	font-style: italic;
	FONT-SIZE: 14px
}

.post-title{
	color: #0DAFC7;
	background: transparent;
	margin-bottom: 0;
	FONT-SIZE: 20px
}

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

.post-info{
	margin-top: 0;
	color: #FA0;
	background: transparent;
	padding-bottom: 1ex;
	/*border-bottom: 1px solid #FC0;*/
}

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

.post-content{
	text-align: justify;
	margin-right :8px;
	margin-left : 8px;
}

.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{
	border-bottom: 1px solid #F0F0F0;
	color: inherit;
}

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar h2, #sidebar h3{
	color: #FF9000;
	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: #493;
	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: #493;
	font-weight: bold;
	text-decoration: none;
}

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

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

#footer a{
	color: #999;
}

/* Tag
-------------------------------------------------------- */
#tags ul { 
  margin: 0; 
  padding: 0;
  font-size: 0.8em;
}

#tags  li { 
  display: inline; 
  margin: 0;
  padding: 0;
}

#tags  li.level-1 { 
  font-size: 1.2em; 

}

#tags  li.level-2 { 
  font-size: 1.4em; 
font-weight: bold;
}

#tags  li.level-3 { 
  font-size: 1.6em; 

}

#tags  li.level-4 { 
  font-size: 1.8em; 
font-weight: bold;
}

#tags  li.level-5 { 
  font-size: 2em;
}

#tags  li a { 
  color: #FF7800;
    display: inline;
  text-decoration: none;
}

#tags  a:hover {
  background: #FFFFFF;
  color: #636;
  text-decoration: none;
}

.cadre1 { border: 2px solid #DDD;}



a.commentaire{
	color: #000;TEXT-DECORATION: none;
}

a.commentaire :visited{
	color: #663;TEXT-DECORATION: none;
}

a.commentaire :hover{
	color: #636;TEXT-DECORATION: none;
}





DIV#commentaire {MARGIN-BOTTOM: 9px;MARGIN-TOP: 15px;MARGIN-LEFT: 10px;MARGIN-RIGHT: 10px; text-align: right; color: #11007B; font-size: 11px; background-color: #CEF2F7; padding: 5px; border: 1px solid #0C0C94;}

#main{
	float: left;
	width: 580px;
}

#content{
	margin: 0 30px 0 0;
	padding: 1em 0 0 0;
}

#sidebar{
	float: right;
	width: 300px;
	padding-bottom: 4em;
}

#sidebar div{
	margin: 0 0 0 30px;
	padding: 1ex 1em;
}

A.titre-blog  { COLOR: #1284F5;FONT-WEIGHT: bold; font-family: verdana;font-size: 2px; TEXT-DECORATION: none}

A.titre-blog :hover { COLOR: #1284F5;FONT-WEIGHT: bold;font-family: verdana;font-size: 2px; TEXT-DECORATION: none}

A.titre-blog :active { ;COLOR: #1284F5;FONT-WEIGHT: bold;font-family: verdana;font-size: 2px; TEXT-DECORATION: none}



#page{
	width: 900px;
	margin: 1em auto;
	text-align: left;
}

#top{
	margin: 0;
}

#top h1{
	margin: 0;
}

#prelude{
	position: absolute;
	width: 900px;
	top: 7px;
	left: 50%;
	margin: 0 0 0 -390px;
	padding: 0 1ex;
}

#main{
	float: right;

	width: 680px;
}

#content{
	margin: 0 30px 0 0;
	padding: 1em 0 0 0;
}

.post{
	margin-bottom: 4em;
}

#sidebar{
	float: left;
	width: 200px;
	padding-bottom: 4em;
}

#sidebar div{
	margin: 0 0 0 30px;
	padding: 1ex 1em;
}

#footer{
	padding: 1ex 1em 1ex 1em;
	margin : 0;
	clear: both;
}

A.titre-blog  { COLOR: #1284F5;FONT-WEIGHT: bold; font-family: verdana;font-size: 2px; TEXT-DECORATION: none}

A.titre-blog :hover { COLOR: #1284F5;FONT-WEIGHT: bold;font-family: verdana;font-size: 2px; TEXT-DECORATION: none}

A.titre-blog :active { COLOR: #1284F5;FONT-WEIGHT: bold;font-family: verdana;font-size: 2px; TEXT-DECORATION: none}


.texte_titre { margin-top :5px;PADDING-LEFT: 0px;margin-bottom : 0px;COLOR: #FF9000;FONT-SIZE: 18px; FONT-FAMILY: arial; TEXT-ALIGN: justify}

.texte_texte { margin-top :5px;PADDING-LEFT: 0px;margin-bottom : 0px;COLOR: #FF9000;FONT-SIZE: 12px; FONT-FAMILY: arial; TEXT-ALIGN: justify;FONT-WEIGHT: bold;}


DIV#bas_menu {clear: both;  TEXT-ALIGN: left;  LINE-HEIGHT: 8px; FONT-FAMILY: verdana;margin-RIGHT: 30px; margin-LEFT: 30px; PADDING-BOTTOM: 3px; MARGIN-BOTTOM: 5px; PADDING-TOP: 0px; BACKGROUND-COLOR: #EFA9E5; }


A.lien_menu {margin-left : 5px;COLOR: #FFFFFF;font-size: 12px; font-family: Arial ; TEXT-DECORATION: none;FONT-WEIGHT: bold}

A.lien_menu:hover {margin-left : 5px;COLOR: #6D0C71; font-size: 12px; font-family: Arial ;TEXT-DECORATION: none;FONT-WEIGHT: bold}	

A.lien_menu:active {margin-left : 15px;COLOR: #FFFFFF;font-size: 12px; font-family: Arial ; TEXT-DECORATION: underline;FONT-WEIGHT: bold}



A.lien {margin-left : 0px;COLOR: #0C5D71;font-size: 12px; font-family: Arial ; TEXT-DECORATION: none;FONT-WEIGHT: bold}

A.lien:hover {margin-left : 0px;COLOR: #00CDFF; font-size: 12px; font-family: Arial ;TEXT-DECORATION: none;FONT-WEIGHT: bold}	

A.lien:active {margin-left : 0px;COLOR: #0C5D71;font-size: 12px; font-family: Arial ; TEXT-DECORATION: underline;FONT-WEIGHT: bold}


