/* ***** 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:#cbf3ff;
	color: #015872;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;

}
#fondBody2 {
	display:block;
	position:absolute;
	width:1280px;
	left:51%;
	margin-left:-600px;
	background:#cbf3ff url(img/fond-ombre.gif) repeat-y 166px 0;
}
#fondBody {
	display:block;
	position:relative;
	float:left;
	width:100%;
	min-width:1024px;
	background:transparent url(img/fond_body.jpg) no-repeat left top;
}


#page{
	display:block;
	position:relative;
	width: 1000px;
	margin: 0em auto;
	text-align: left;
}


#content{
	float:left;
	width:450px;
	margin: 0 0 0 30px;
	_margin-left:15px;
	padding: 1em 0 0 0;
}

h1, h2, h3, h4, h5, h6{
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1{font-size: 1.65em;}
h2{font-size: 1.56em; text-align:right;}
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: Georgia, "Times New Roman", Times, serif;
}

a{
	color: #000;
}

a:visited{
	color: #663;
}

a:hover{
	color: #636;
}

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

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

/* La page
-------------------------------------------------------- */
#page{
	padding-top:200px;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	position:absolute;
	height: 120px;
	/*padding-top: 20px;*/
	background: url(img/mes-photos-dans-un-livre.gif) no-repeat 0 0;
	top:65px;
	left:47px;
	padding:0;
}

#top h1{
	display:block;
	height: 80px;
	line-height: 80px;
	color: #FFFFFF;
}

#top h2{
	display:block;
	float:right;
	position:relative;
	width:302px;
	height: 73px;
	line-height: 80px;
	color: #FFFFFF;
	right:115px;
	margin-top:0px;
	_margin-top:-60px;
	_margin-bottom:60px;
	
}

#top h1 a{
	display:block;
	position:relative;
	float:left;
	width:280px;
	height:151px;
	text-decoration: none;
	color: #FFFFFF;
	text-indent:-5000px;
}

#top ul {
	display:block;
	position:absolute;
	width:300px;
	height:30px;
	list-style-type:none;
	margin:0;
	padding:0;
	left:290px;
	top:70px;
}

#top ul li {	
	display:block;
	position:relative;
	float:left;	
}

#top ul #fluxRss {
	display:block;
	float:left;
	width:80px;
	height: 30px;
	margin:0;
	padding:0;
	text-indent:-5000px;
}

#top ul #commandeL {
	display:block;
	float:left;
	text-indent:-5000px;
	width:140px;
	height:30px;
	margin:0;
	padding:0;
}
/* 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{
	display:none;
}

.date { /* date & author */
	width:41px;
	height:67px;
	display:block;
	position:absolute;
	left:-56px;
	color : white;

	line-height:2.3em;
	margin:1.5em 0 5px 10px;
	margin-top:0px;
	padding-left:5px;
	padding-right:8px;
	padding-top:4px;
	font-size:.8em;
	text-align:center;
	background:url(img/ombre-date.gif) no-repeat left top;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}

.date_day {
	display:block;
	font-size:3em;
	text-align:right;
}

.date_month {
	display:block;
	font-size:3em;
	text-align:right;
	font-weight:bold;
}

.date_year {
	display:block;
	font-size:1.4em;
	line-height:.9em;
}

.post{
	display:block;
	float:left;
	position:relative;
	left:30px;
	margin-bottom: 4em;
	padding-left:50px;
}

.post strong{
	color:#ff009c;
}

.post a{
	color:#00bbef;
}

.post-title{
	color: #00c5ff;
	font-style:italic;
	font-weight:normal;
	background: transparent;
	margin-bottom: 0;
}

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

.post-info{
	margin-top: 0;
	color: #656565;
	background: transparent;
	padding-bottom: 1ex;
	font-size:0.83em;
	font-style:italic;
	text-align:right;
	/*border-bottom: 1px solid #FC0;*/
}

.post-info img {
	padding-left:5px;
	border:none;
}

.post-info a{
	color: #656565;
	background: transparent;
	font-style:italic;
	text-decoration: none;
}

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

.savoirPlus {
	background:url(img/en-savoir-plus_fond.gif) no-repeat right top;
	height:37px;
	padding:10px 0 0 10px;
	text-indent:-10px;
	text-align:right;
	right:0;
}

.savoirPlus a{
	color: #00bbef;
	font-weight:bold;
	font-size:11px;
}

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

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

#trackbacks {
	padding-left:80px;
}

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

#comments {
	padding-left:80px;
}

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


#sidebar{
	display:block;
	float:left;
	position:relative;
	width: 240px;
	padding-bottom: 4em;
	left:155px;
}

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


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

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

#sidebar h2, #sidebar h3{
	color: #9ED200;
	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 p {
	color:#ff009c;
	font-size:11px;
	line-height:15px;
	width:210px;
	margin-top:40px;
}

#sidebar p a{
	display:block;
	clear:both;
	color:#ff009c;	
	font-weight:bold;
	text-align:right;
	width:100%;
}

.barreDeco {
	display:block;
	position:relative;
	background:url(img/decoration.gif) no-repeat left top;
	width:101px;
	height:30px;
	left:50px;
	top:15px;
	border-bottom:none;

}



#sidebar div#calendar{
	/*border-top: 1px solid #F0F0F0;*/
	display:block;
	position:relative;
	float:left;
	background:url(img/postit-calendrier-trans.png) no-repeat left top;
	width:299px;
	height:244px;
	left:-40px;
	margin:0;
	padding:0;
	top:45px;
}
#sidebar div#calendar{
	/*border-top: 1px solid #F0F0F0;*/
}

#sidebar h2{

}

#sidebar div#calendar table{
	font-size: 10px;
	text-align: center;
	margin: 10px 43px;
	border-collapse: collapse;
}

#sidebar div#calendar table caption{
	margin: 0;
	text-align:right;
	padding-top:25px;
	padding-right:10px;
}

#sidebar div#calendar table th{
	color: #333333;
	background: transparent;
}

#sidebar div#calendar table td{
	width: 14%;
	line-height: 1.5em;
}

#sidebar div#calendar table td a{
	display: block;
	color: #00c5ff;
	font-weight: bold;
	text-decoration: none;
	border:1px dotted #00c5ff;
	padding-bottom:4px;
}

#sidebar div#calendar table td a:hover{
	color: #008eb8;
	background-color: #00c5ff;
}

#sidebar div#categories {
	display:block;
	position:relative;
	float:left;
	width:297px;
	height:247px;
	background:url(img/taches-trans.png) no-repeat left top;
	left:-48px;
	top:5px;
	text-align:center;
}

#sidebar div#categories img {
	text-decoration:none;
	border:none;
}


#zoneOffres {

	display:block;
	
	float:left;

	position:relative;

	width:163px;

	height:410px;

	left:20px;
	margin:0;
	padding:0;
	top:50px;

}



#zoneOffres p, #zoneOffresInt p{

	float:left;

	position:relative;

	width:136px;

	left:15px;

	color:#ff2898;

	font-size:1em;

	font-weight:normal;

}



#zoneOffres p a, #zoneOffresInt p a{

	font-size:0.85em;

	font-weight:bold;

	color:#ff2898;

}



/* Le pied de page
-------------------------------------------------------- */
#footer{
	display:block;
	position:relative;
	float:left;
	width:1024px;
	height:403px;
	background:#cbf3ff url(img/fond_footer.jpg) no-repeat left top;
	clear:both;
	left:105px;
	margin-top:-100px;
	*margin-top:0px;
	_margin-top:-30px;
}

#contenuFooter {
	display:block;
	position:relative;
	float:left;
	width:846px;
	left:51%;
	margin-left:-423px;
	margin-top:150px;
	padding-left:85px;
}

.formNews {
	display:block;
	position:relative;
	float:left;
	width:200px;
	height:30px;
}

.formNews input {
	display:block;
	position:relative;
	float:left;
	border:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666666;
	width:120px;
	margin:0;
	left:17px;
	*left:12px;
	_left:12px;	
}

#valid2 {
	width:25px;
	height:25px;
	left:29px;
	*left:20px;
	_left:20px;
	background:none;
	cursor:pointer;
}



.lienM{
	display:block;
	position:relative;
	float:left;
	width:150px;
	height:40px;
	left:40px;
	margin-top:-20px;

}

#footer .lienT{
	display:block;
	position:relative;
	float:left;
	width:190px;
	height:40px;
	left:190px;
	margin:0px;

}

