/* ***** 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: #015F9F;
	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",Arial,Helvetica,sans-serif;
	font-weight: bold;
	letter-spacing: 0pt;
	line-height: 25px;
	font-size: 1.6em;
	text-transform: uppercase;


}

h1{font-size: 1.2em;}
h2{font-size: 1.2em;}
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 #027C9B;
	color:#027C9B;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}

a{
	color: #027C9B;
	text-decoration: none;

}

a:visited{
	color: #027C9B;
	text-decoration: none;
	

	}

a:hover{
	color: #FF4D00;

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

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

/* Global
-------------------------------------------------------- */
#global{
}

/* La page
-------------------------------------------------------- */
/* #page{
	color: inherit;
	border:1px solid #FF0000;
}
 */ 
/* L'entête
-------------------------------------------------------- */
#top{
	width: 870px;
	height:180px;
	background:url(img/fond.jpg) repeat-x;
	margin:auto;
	padding-left:10px;
	padding-right:10px;
	padding-top: 0px;
	margin-top: 0px;
}


#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{
	background: transparent;
	color: #DFDFDF;
	text-align: center;
}

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

#prelude a:hover{
	color: #666;
	background: transparent;
}
 
/* Le contenu O F4851B  V A8C60E   B 027C9B
-------------------------------------------------------- */

#cat{
	padding-top: -30px;
	color:#fff;
}

#cat a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

#cat a:hover {
	color:#FE4D01;
}


.contact h2, .recommand h2, .mailing h2, .sendtofriend h2{
	color: #FFF;
	margin-left: 5px;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: bold;
	letter-spacing: 0pt;
	line-height: 20px;
	font-size: 1.1em;
	text-transform: uppercase;
	text-decoration: none;
	list-style-type: none;
	background-image: url(img/puce2.png);
	background-repeat: no-repeat;
	background-x-position: 0%;
	background-y-position: 50%;
	padding-left: 20px;
	/* 
	color: #027C9B;
	background: #EDEDED;
	margin-bottom: 5px; */
}

.contact fieldset, .recommand fieldset, .mailing fieldset, .sendtofriend fieldset{
	border: 1px solid #027C9B;
	width:500px;
	margin-top:5px;
}

.contact legend, .recommand legend, .mailing legend, .sendtofriend legend {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#027C9B;
	font-weight: bold;
	letter-spacing: 0pt;
	line-height: 25px;
	font-size: 12px;
	text-transform: uppercase;
}



.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: #027C9B;
	padding-left:20px;
	background: transparent;
	margin-bottom: 5px;
	height:26px;
	background-image: url(img/fond_titre.jpg);
	background-repeat: no-repeat;
	width: 580px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e3e3e3;
}

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

.post-info{
	margin-top: 0;
	color: #FE4D01;
	background: transparent;
	padding-bottom: 1ex;
	text-decoration: none;
	list-style-type:none;
	background-image:url(img/puce.gif);
	background-repeat:no-repeat;
	background-position:0% 40%;
	padding-left:15px;
	/*border-bottom: 1px solid #FC0;*/

} 


.post-info a{
	color: #FE4D01;
	background: transparent;
}

.post-content{
	text-align: justify;
	font-size: 11px;
	width:580px;
	border-bottom-width: 2px;
	background-color:#FFF;
	border-bottom-style: solid;
	border-bottom-color: #e3e3e3;
}

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

.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 div{
	margin-bottom:10px;
}


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

#sidebar h2, #sidebar h3{
	color: #fff;
	margin-top::18px;
	margin-left:0px;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: bold;
	letter-spacing: 0pt;
	line-height: 20px;
	font-size: 1.1em;
	text-transform: uppercase;
	text-decoration: none;
	list-style-type:none;
	background-image:url(img/puce2.png);
	background-repeat:no-repeat;
	background-position:0% 65%;
	padding-left:20px;
}

#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;
}

/* Le pied de page
-------------------------------------------------------- */

.clear{
	clear:both;
}

#footer{
	width: 890px;
	margin: auto;
	height:85px;
	background:url(img/fond-bas.jpg) repeat-x;
	color: #FFF;
	font-size:10px;
	text-align: center;
	clear:both;
	}

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

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

.articles_co li{
	list-style:none;
	background:url(img/puce.gif) no-repeat left center;
	padding-left:8px;
}
.sendtofriend .sendtofr{
	margin:0px;
	padding:0px;
	width:550px;
	border-left:6px solid #00699C;
	background:none;
}
.sendtofriend .sendtofr u{
	padding-left:5px;
	margin-left:6px;
	text-decoration:none;
	background:url(img/fond_sendtofriend.gif) repeat-x top left;
}
.powered{
	padding:0px;
	margin:0px;
	font-size:9px;
	color:#B5DF10;
}
.powered a{
	color:#B5DF10;
}

/* Tags cloud
------------------------------------------ */
#tagcloud ul {
margin:0;
padding:0 1em;
display:block;
}

#tagcloud li {
display:inline;
margin: 0 .1em;
padding: 0;
background-image: none;
}

#tagcloud li.level-1 { font-size: 1em; }
#tagcloud li.level-2 { font-size: 1.3em; }
#tagcloud li.level-3 { font-size: 1.6em; }
#tagcloud li.level-4 { font-size: 2em; }
#tagcloud li.level-5 { font-size: 2.3em; }
 
#tags {
text-align: right;
}