/* ***** 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 0;
	padding: 0;
	background: #fff;
}

body{
	background:#808080;
	color: #000;
	font-size: 70%;
	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;
	text-decoration: none;
}



a:hover{
	color: #ED8000;
	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:200px solid #fff;color: inherit;}
#main {display:block; margin-left:-200px; margin-right:-200px; padding:5px 0 0 0;}
#sidebar {float:left; position:relative; width:185px; padding-left:1%; left:1px; top:-196px; border:1px solid #ED8000;}
#sidebar2 {float:right; position:relative; width:185px; padding-left:1%; right:1px;top:-196px;border:1px solid #ED8000;}
#content {margin-left:200px; margin-right:200px; position:relative; display:block; height:1%; text-align: left;padding: 0 5px;}

.clear {clear:both;}
 
/* L'entête
-------------------------------------------------------- */
#top{
	/*height: 90px;*/
	margin: 0;
	height: 165px;
    background: url(img/bandeau.jpg) no-repeat top center;
}

#top h1{
	height: 80px;
	line-height: 80px;
	/*margin: 0 0 0 50px;*/
	margin:0;
	padding-top: 20px;
	color: #0B7EAA;
	/*text-align: left;*/
	text-align: center;
	font-size: 2em;
	visibility:hidden;
}

#top h1 a{
	text-decoration: none;
	color: #0B7EAA;
}

/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	background: transparent;
	color: #DFDFDF;
	text-align: center;
	position: absolute;
	margin: 0; 
	padding: 0 1ex;
	visibility:hidden; /*ste*/
}

#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: 4em;
	padding: 0;
	
}

.post-title{
	color: #0B7EAA;
	
	
	margin-bottom: 0;
}

.post-title a{
	color: #0B7EAA;
	text-decoration: none;
}

.post-info{
	margin-top: 0;
	color : gray;
	font-weight: bold;
	text-align:right;
	font-size:smaller;
	border-top: 1px solid #D2D2D2;
	}

.post-info a{
	color: #0B7EAA;
	background: transparent;
	text-decoration: none;
}

.post-content{
	text-align: left;
	}

.post-content a{
	color: #ED8000;
	}

.auteur{
	color : gray;
	font-weight: bold;
	text-align:right;
	font-size:smaller;
	}

.billet{
	text-align:right;
	font-size:smaller;
	}
	
.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

	
.post-info-co{
	color: #0B7EAA;
	text-align: left;
	border-top: 1px solid #D2D2D2;
	padding-left: 20px;
	font-size: smaller;
	font-weight: bold;
}


#trackbacks h3, #comments h3{
	color: #0B7EAA;
	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.9 em;
	line-height: 1.3em;
	}

	

#sidebar div, #sidebar2 div{
	margin: 10px 30px 0 0;
	padding-bottom: 10px;
	_margin:0;
}
#sidebar a, #sidebar2 a{
	color : gray;
	font-size: 0.9 em;
	line-height: 1.3em;	
	text-decoration: none;
	}

#sidebar a:hover, #sidebar2 a:hover{
	/*color : gray;*/
	color:#ED8000;
	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;
}

#sidebar div ul,  #sidebar2 div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar h2,  #sidebar2  h2, #sidebar h3, #sidebar2  h3{
	color: #0B7EAA;
	/*margin: 0 0 1ex 0;*/
	text-align: center;
	/*margin-left: 12px;*/
    /*margin-left:30%;*/
}



#sidebar h3, #sidebar2  h3{
	/*border-top: 1px solid #D2D2D2;*/
	padding-top: 10px;
	font-size: 1.4em;
	text-align: center;
	/*margin-left: 12px;*/
}

#sidebar2  div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#statistiques {
	padding-top: 10px;
	}
	
#q{
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat left;
}

#sidebar div#calendar{
	/*border-top: 1px solid #F0F0F0;*/
}

#sidebar div#calendar table{
	font-size: 0.8em;
	text-align: left;
	margin: 0 auto;
	border-collapse: collapse;
}

#sidebar div#calendar table caption{
	margin: 0 auto;
}

#sidebar div#calendar table th{
	color: #0B7EAA;
	background: transparent;
}

#sidebar div#calendar table td{
	width: 14%;
	line-height: 1.5em;
	border: 1px solid #D2D2D2;
}

#sidebar div#calendar table td a{
	display: block;
	background: #0B7EAA;
	color: #ED8000;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #ED8000;
	color: #0B7EAA;
}

#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;
	clear: both;
	text-align: center;
}

#footer a{
	color: #999;
}

/* --- 
NAVIGATION HORIZONTALE
--- */
ul#nav-box {
	/*margin : 0 0 10px 0;*/
	margin-left:0;
	margin-right:0;
	margin-top:0;
	margin-bottom:10px;
	/*padding : 0 1em 0 0;*/
	padding-left:0;
	padding-right:1em;
	padding-top:0;
	padding-bottom:0;
	list-style-type : none;
	background-color: #0B7EAA;
	color: #fff;
	font-weight : bold;
	font-size : 10px;
	text-align: left;
	visibility:hidden;
	
}
ul#nav-box li {
	display: inline;
	padding : 5px 0 5px 0;
}
ul#nav-box li a {
	padding : 4px 0.5em 4px 0.5em;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
}
ul#nav-box li a:hover {
	text-decoration: underline;
	color: #fff;
	border-right: 1px solid #fff;
}

/* --- 
CLUB BUSINESS 34
--- */

/* La description
-------------------------------------------------------- */ 
#description{
	background: transparent;
	color: black;
	text-align: center;
	margin: 0 0 0 50px;
	visibility:hidden;
}

#conteneur {
	position:relative;
	width:980px;
	margin: 0 auto;
}
#sidebar div#logo {
	border-bottom: 0px;
	padding-bottom: 25px;
	_margin:0;
	_padding:0;
}

.colpost-title {
	font-weight:normal;
	margin:0;
	padding:0;
}

#email {
	width:120px;
}
	
.respImg {
	text-align:center;
	display:block;
	padding-left:12%;
	_padding-left:0;
	}
.imgRSS {
	text-align:center;
	display:block;
	}
.partners {
	_padding-left:10px;
	}
#links ul li a {
	_padding-left:0px;
	line-height:1.5em;
	_line-height:2em;
	height:1.5em;
	_height:2em;
}

/* Les galeries photo (colonne sur page d'accueil)
-------------------------------------------------------- */ 
#galleries h2 a {
    color: #0B7EAA;
}
#galleries h3 a {
    color: #0B7EAA;
}