/* ***** 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
 */
 
/* Les elements HTML en general
-------------------------------------------------------- */
body{
	background: #006479;
	color: #006479;
	font-size: 80%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

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;}

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: #fff;
	text-decoration: none;
}

a:visited{
	color: #fff;
}

a:hover{
	text-decoration: underline;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

/* La page
-------------------------------------------------------- */
#page{
	background: #7acdcc url(img/Fond_bleu_nu.gif) repeat left top;
	color: inherit;
	width: 859px;
	margin: auto;
	text-align: left;
}

#main{
	background: transparent;
	float: right;
	width: 675px;
	padding: 0 0 0 0;
	margin: 0;
}

#content{
	margin: 0 30px 0 0;
	padding: 0 0 0 0;
}

.fleche{
	background: transparent url(img/fleche.gif) no-repeat left 5px;
	padding: 2px 0 0 25px;
}

.color{
	color: #005077;
font-size: 1.1em;
}
 
/* L'entete
-------------------------------------------------------- */
#top{
	padding-left: 184px;
	background: transparent url(img/top_final1.gif) no-repeat 16px top;
	margin: 0;
	height: 200px;
}

#top h1{
	background: transparent url(img/top3a.gif) no-repeat 0px 21px;
	padding-top: 60px;
	color: #FFFFFF;
	margin: 0;
	text-align: center;
	font-size: 2em;
	font-style: italic;
	height: 150px;
}

#top h1 a{
	text-decoration: none;
}

/* Le contenu
-------------------------------------------------------- */
.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #888;
	font-style: italic;
}

.post{
	margin-bottom: 0px;
	border-bottom: 1px solid #7ecec3;
	border-top: 1px solid #7ecec3;
	line-height: 2em;
}

.post-title{
	margin: 20px 0 0 20px;
	background: transparent;
}

.post-title a{
	color: #fff;
	background: transparent;
	text-decoration: none;
}

.post-info{
	margin-top: 0;
	background: transparent;
	padding-bottom: 1ex;
	border-bottom: 1px solid #fff;
}

.post-info a{
	color: #fff;
	background: transparent;
	text-decoration: none;
}

.post-content{
	text-align: justify;
	margin: 20px 20px 20px 20px;
}

.post-content ul{
	list-style: none;
}
.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
	margin: 1em 0;
	font-size: 1.5em;
}

.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{
	float: left;
	width: 157px;
	height: 100%;
}

#sidebar div{
	color: inherit;
	margin: 0;
	padding: 1ex 0;
}

#sidebar ul{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#sidebar h2, #sidebar h3{
	color: #fff;
	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;
}

/* La navigation
-------------------------------------------------------- */
#navcontainer
{
margin: 0px;
padding: 0px;
}

#navcontainer ul
{
margin: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
list-style-type: none;
text-align: center;
}

#navcontainer ul li { float: left; }

#navcontainer ul li a
{
color: #006479;
text-decoration: none;
background: url(img/40_5.gif) no-repeat left top;
font-size: 1em;
float: left;
margin: 0 0 4px 0;
height: 40px;
width: 157px;
line-height: 40px;
}

#navcontainer li a:hover
{
color: #006479;
background: url(img/40_6.gif) no-repeat left top;
}

#navcontainer li a:active
{
color: #006479;
background: url(img/40_6.gif) no-repeat left top;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	padding: 2ex 1em 1ex 1em;
	padding-left: 187px;
	margin : 0;
	clear: both;
}

.pagenav {
text-align: right;
font-size: 80%;
margin: 0 0 10px 0;
}