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

/* -------------------------------------------------
* Thème Red'Fluid réalisé par Philippe de http://blog.accessoweb.info
---------------------------------------------------------------------------------------------------------------------------- */


 
/* Les éléments HTML en général
-------------------------------------------------------- */
html, body{
	margin: 0 0 0 5px;
	padding: 0;
	background: #fff;
	
}

body{
	background: #EEE;
	color: #000;
	font-size: 80%;
	line-height: 1.6em;
	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;}

pre, code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	
}

.field label{
	display: block;
}

img {border:0;}

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

textarea{
	width: 90%;
	font-size: 1em;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
}

a{
	color: #ED8000;
	background: #fff;
	text-decoration: none;
}



a:hover{
	color: #ED8000;
	background: #fff;
	text-decoration: underline;
}

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

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

/* La page
-------------------------------------------------------- */

#page {position:relative; display:block; background:#fff; border-left:200px solid #fff; border-right:230px solid #fff;color: inherit;}
#main {display:block; margin-left:-200px; margin-right:-230px; _margin_right:-200px; padding:5px 0 0 0;}
#sidebar {float:left; position:relative; width:200px; left:0px;top:-130px;}
#sidebar2 {float:right; position:relative; width:210px; _width:190px; right:0px;top:-150px;}
#content {margin-left:200px; margin-right:230px; position:relative; display:block; height:1%; text-align: left;padding: 0 5px;}


.clear {clear:both;}
 
/* L'entête
-------------------------------------------------------- */
#top{
margin: 0;
	height: 140px; /*initialement 90px
			margin: 0;*/
	background: #76A1D8  url(img/big_head.jpg) no-repeat top center;
	
}

#top h1{
	height: 80px;
	line-height: 80px;
	/*margin: 0 0 0 50px;*/
	margin: 0;
	padding-top: 20px;
	color: #0080A0;
	text-align: center;
	font-size: 2em;
}
#top p{

	font-weight: bold;
}

#top h1 a{
	text-decoration: none;
	color: #0080A0;
		background: transparent;
}

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

	margin: 0; 
	padding: 0 1ex;
}

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

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

/* Le contenu
-------------------------------------------------------- */
.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #888;
	background: transparent ;
	font-style: italic;
}
.post{
	margin-bottom: 1em;
	padding: 0;	
}

.post-title{
	color: #0080A0;
	margin-bottom: 0;
}

.post-title a{
	color: #0080A0;
	text-decoration: none;
}

.post-info{
	margin-top: 0;
	color : gray;
	font-weight: bold;
	text-align:right;
	font-size:smaller;
	border-bottom: 1px solid #D2D2D2;
    text-align: justify;
	}

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

.post-content{
	text-align: justify;
	}
	
.post-content p{
	padding:0;
	margin:0;
	}

.post-content a{
	color: #ED8000;
}

.auteur{
	color : gray;
	font-weight: bold;
	text-align:right;
	font-size:smaller;
	/*border-bottom: 1px solid #D2D2D2;*/
	}

.billet{
	text-align:right;
	font-size:smaller;
}
	
.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

	
.post-info-co{
	color: #0080A0;
	text-align: left;
	border-bottom: 1px solid #D2D2D2;
	padding-left: 20px;
	font-size: smaller;
	font-weight: bold;
}


#trackbacks h3, #comments h3{
	color: #0080A0;
	border-bottom: 1px solid #D2D2D2;
	}
	
#trackbacks blockquote, #comments blockquote{
	border: 1px solid #D2D2D2;
	margin: 0;
	padding: 0 1em;
}

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


#sidebar , #sidebar2 {
	color : gray;
	font-size: 0.9em;
	line-height: 1.3em;
	}

#sidebar div#hautl {
	border-bottom: 0px;
	padding-bottom: 50px;
}

#sidebar2 div#hautr {
	border: 4px solid #0080A0;
    /* valeur de 50 px pour villes-old.jpg*/
	/*padding-bottom: 50px;*/
    text-align:center;
}
#references {
    padding-top:30px;
}

#references img {
	padding-top: 0.5em;
	}



#sidebar div, #sidebar2 div{
	margin: 10px 30px 0 0;
	padding-bottom: 10px;
	
}
#sidebar a, #sidebar2 a{
	color : gray;
	font-size: 0.9em;
	line-height: 1.3em;	
	text-decoration: none;
	}

#sidebar a:hover, #sidebar2 a:hover{
	color : gray;
	text-decoration: underline;
	}
	
#sidebar a:active, #sidebar2 a:active{
	color : gray;
	font-weight: bold;
	text-decoration: none;
	}
	
#sidebar div, #sidebar2 div{
	border-bottom: 1px solid #ED8000;
	color: inherit;
}
#sidebar2 div#villes {
border-bottom:none;
padding-top:2%;
width:100%;
}
#sidebar div ul,  #sidebar2 div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar h2,  #sidebar2  h2, #sidebar h3, #sidebar2  h3{
	color: #0080A0;
	margin: 0 0 1ex 0;
	text-align: left;
	margin-left: 15px;
}



#sidebar h3, #sidebar2  h3{
	border-top: 1px solid #D2D2D2;
	padding-top: 10px;
	font-size: 1.4em;
	text-align: left;
	margin-left: 15px;
}



#sidebar2  h3.colpost-title {
border-top: 0px;
	font-size: 1.3em;
	margin-left: 0px;
		padding-top: 5px;
		width:100%;
}
#sidebar2  .colpost-content{
text-align: justify;
width:100%;
	padding: 0px;
	font-size: 0.9em;
}





#sidebar2  div#search, div#newsletter{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
}

#search fieldset, #search p {
	margin: 0;
	padding: 0;
}

#newsletter p {
	margin: 0;
	padding: 0;
		font-size: 0.9em;
}
#email{
	padding-left: 18px;
	background: #fff url(img/enveloppe.png) no-repeat left;
	width: 100px;
}


	
#q{
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat left;
width: 100px;
}

#statistiques {
	padding-top: 10px;
	}
#sidebar2 div#calendar{
	/*border-top: 1px solid #F0F0F0;*/
}

#sidebar2 div#calendar table{
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

#sidebar2 div#calendar table caption{
	margin: 0 auto;
}

#sidebar2 div#calendar table  th{
	color: #0080A0;
	background: transparent;
}

#sidebar2 div#calendar table td{
	width: 14%;
	line-height: 1.5em;
	border: 1px solid #D2D2D2;
}

#sidebar2 div#calendar table td a{
	display: block;
	background: #0080A0;
	color: #ED8000;
	font-weight: bold;
	text-decoration: none;
}

#sidebar2 div#calendar table td a:hover{
	background: #ED8000;
	color: #0080A0;
}

#sidebar2 #lastComments {
	font-size: 0.8em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
		
/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	padding: 0 1em ;
	border-top: 1px solid #D2D2D2;
	color: #666;
	font-size: 0.9em;
	clear: both;
	text-align: center;
	padding: 5px 0 3px 0;
	margin-top: 1em;
}

#footer a{
	color: #999;
		border: 0;
	text-decoration: none;
}


#footer a:hover {
	border: 0;
	color: #eb7825;
	text-decoration: none;
	background: #fFF;
}


#footer img {
	border: 0;
}

#footer ul {
	margin:0;
	padding:0;
}

#footer ul li {
	display:inline;
	margin:0 1.25em 0 0;
	padding:0;
}




/* --- 
NAVIGATION HORIZONTALE
--- */

#nav-box {
	clear: both;
   	color:#ffffff;
	background:#0080A0;
	padding: 4px;
	text-decoration:none;
	font-weight:bold;
	font-size: 10px;
	text-align: left;
}

#nav-box ul {
	margin :  0;
	padding : 0;

}

#nav-box li{
    margin-right: 1em;
	display: inline;
}


#nav-box a:hover{
	text-decoration: underline;
	color: #fff;
	background:#0080A0;
	border-right: 1px solid #fff;
}

#nav-box a {
	text-decoration: none;
	color: #fff;
    background:#0080A0;
	/*padding : 4px 0.5em 4px 0.5em;*/
    padding-right:1em;
	border-right: 1px solid #fff;
}


/* La description
-------------------------------------------------------- */ 
#description{
	background: transparent;
	color: black;
	text-align: center;
	margin: 0 0 0 50px;
}

/* Theme switcher 
--------------------------------------------------------*/

#themer, #themer form, #themer p {
margin: 0;
padding: 0;
}
#themer fieldset {
border: none;
}
#themer legend, #themer label {
display: none;
}
#themer h2 {
}
#themer select {
}
#themer option {
}
#themer input {
}
#themer p {
}

/* Contenu apparaissant dans une colonne 
-----------------------------------------------------------*/

.colpost{
	margin-bottom: 2em;
	padding: 0;	
	margin-left: 0px;
}

.colpost-title{
	color: #0080A0;
	margin-bottom: 0;
}
.colpost-title h3{
	border-top: none;
}

.colpost-title a{
	color: #0080A0;
	text-decoration: none;
}

.colpost-info{
	margin-top: 0;
	color : gray;
	font-weight: bold;
	text-align:left;
	font-size:smaller;
}

.colpost-info a{
	color: #0080A0;
	background: transparent;
	text-decoration: none;
}

.colpost-content{
	text-align: left;
}

.colpost-content a{
	color: #ED8000;
}

#actualites {
}