/* ***** 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: #757a8d;
	color: #663;
	font-size: 80%;
	line-height: 1.2em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 0;
}

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{
	font-weight: bold;
	color: fuchsia;
}

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: #663;
	text-decoration: underline;
}

a:visited{
	color: #636;
}

a:hover{
	color: #663;
	text-decoration: none;
}

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

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

/* La page
-------------------------------------------------------- */
#page{
	background: #fff url(img/background.jpg) repeat-y left top;
	color: inherit;
}
 
/* L'entÍte
-------------------------------------------------------- */
#top{
	height: 225px;
	/*padding-top: 20px;*/
	background: #FFF url(img/header.jpg) no-repeat left top;
}

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

#top h1 a{
	text-decoration: none;
	color: #FFFFFF;
}

/* Le prÈlude
-------------------------------------------------------- */ 
#prelude {
	width: 850px;
	height:24px;
	position: absolute;
	top:211px;
	left: 4px;
	padding: 0;
	text-align: left;
	background:transparent;
}

#preload {
position:absolute;
left:-5000px;
top:-5000px;
}

a#acce {
position:absolute;
background-image:url(img/menu/acce.gif);
width:78px;
height:24px;
margin-left:9px;
}
a#acce:hover {
background-image:url(img/menu/acce_h.gif);
}

a#actu {
position:absolute;
background-image:url(img/menu/actu.gif);
width:92px;
height:24px;
margin-left:87px;
}
a#actu:hover {
background-image:url(img/menu/actu_h.gif);
}

a#cong {
position:absolute;
background-image:url(img/menu/cong.gif);
width:85px;
height:24px;
margin-left:179px;
}
a#cong:hover {
background-image:url(img/menu/cong_h.gif);
}

a#semi {
position:absolute;
background-image:url(img/menu/semi.gif);
width:103px;
height:24px;
margin-left:264px;
}
a#semi:hover {
background-image:url(img/menu/semi_h.gif);
}

a#soci {
position:absolute;
background-image:url(img/menu/soci.gif);
width:79px;
height:24px;
margin-left:367px;
}
a#soci:hover {
background-image:url(img/menu/soci_h.gif);
}

a#serv {
position:absolute;
background-image:url(img/menu/serv.gif);
width:82px;
height:24px;
margin-left:448px;
}
a#serv:hover {
background-image:url(img/menu/serv_h.gif);
}

a#elea {
position:absolute;
background-image:url(img/menu/elea.gif);
width:99px;
height:24px;
margin-left:530px;
}
a#elea:hover {
background-image:url(img/menu/elea_h.gif);
}

a#cont {
position:absolute;
background-image:url(img/menu/cont.gif);
width:84px;
height:24px;
margin-left:629px;
}
a#cont:hover {
background-image:url(img/menu/cont_h.gif);
}

a#espa {
position:absolute;
background-image:url(img/menu/espa.gif);
width:65px;
height:24px;
margin-left:713px;
}
a#espa:hover {
background-image:url(img/menu/espa_h.gif);
}


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

.post-title{
	color: #71624f;
	background: transparent;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: solid 5px #bec3d4;
}

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

.post-chapo {
	font-weight: bold;
	color: #71624f;
	text-align: justify;
}

.post-chapo img {
	display: none;
}

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

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

.post-content{
	text-align: justify;
}

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

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

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

#trackbacks {
	display: none;
}

#comments {
	display: none;
}

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

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

#sidebar h2, #sidebar h3{
	color: #71624f;
	margin: 0 0 1ex 0;
}

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

#search{
	background: transparent;
	color: inherit;
		position: absolute;
	top: 50px;
	left: 680px;
	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;
}

#sidebar div#calendar{
	/*border-top: 1px solid #F0F0F0;*/
	display: none;
}

#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{
	height: 80px;
	margin: 0;
	padding: 1em;
	border: 0;
	background: #757a8d url(img/footer.jpg) no-repeat left top;
	color: #666;
}

#footer a{
	color: #999;
}


/* Les elements graphiques
-------------------------------------------------------- */

.img {
	padding: 2px;
	border: solid 1px #999999;
}

.imgg {
	float: left;
	padding: 4px;
	margin: 2px 5px 3px 0;
	border: solid 1px #999999;
}

.imggg {
	float: left;
	padding: 4px;
	margin: 2px 5px 3px 0;
	border: solid 1px #999999;
	height: 10%;
	width: 10%;
}

.imgggg {
	float: left;
	margin: 0px 5px 3px 0;
}

.imgd {
	float: right;
	padding: 4px;
	margin: 2px 0 3px 5px;
	border: solid 1px #999999;
}

.imgdd {
	float: right;
	margin: 0px 1px 0px 1px;
}

.orange {
	font-weight: bold;
	color: #f0cc3a;
}

.Style5 {
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
}

.Style7 {
	font-size: 10px;
	font-weight: bold;
	color: #62687e;
}

a.lien1 {
color: #7c7861;
text-decoration: none;
}
a.lien1:hover {
color: #7c7861;
text-decoration: underline;
}

a.lien7 {
color:#62687e;
text-decoration:none;
font-size: 10px;
font-weight: bold;
}
a.lien7:hover {
color:#7c7861;
text-decoration:none;
}

.band {
width:235px;
background-color:#FFF9E5;
}

.hr1 {
color: #d0d5e5;
background-color: #d0d5e5;
height: 4px;
border: 0;
}

.pratique {
border:solid 1px #999999;
padding-left:5px;
padding-bottom:5px;
padding-top:5px;
background-color:#C8D8F7;
}

.pratique1 {
border-left:solid 1px #999999;
border-right:solid 1px #999999;
border-bottom:solid 1px #999999;
padding:5px;
background-color:#FFF9E5;
}

.pratique2 {
border-left:solid 1px #999999;
border-right:solid 1px #999999;
border-bottom:solid 1px #999999;
padding-top:5px;
padding-left:25px;
padding-right:25px;
padding-bottom:5px;
text-align:justify;
}