/* ***** 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: #f7f7f7;
	color: Black;
	font-size: 14px;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	SCROLLBAR-FACE-COLOR: #E0E0E0;
	SCROLLBAR-HIGHLIGHT-COLOR: #f0f0f0;
	SCROLLBAR-SHADOW-COLOR: #f0f0f0;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: #000080;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #f0f0f0;
}

.monblog{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 26px;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

h1{font-size: 2em;
color: Black;}
h2{font-size: 1.8em;}
h3{font-size: 1.6em;}
h4{font-size: 1.4em;}
h5{font-size: 1.2em;}
h6{font-size: 0.9em;}

.h4{
	font-size: 1.4em;
	font-family: "Trebuchet MS", sans-serif;
}

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

pre{
	width: 100%;
	overflow: auto;
	border-left: 3px solid #CCC;
	padding-left: 4px;
}

input#go{
	background-image: url(img/fond-button.jpg);
	background-repeat: no-repeat;
	border: none;
	width: 35px;
	height: 25px;
}

input#search {
	BORDER: 0px solid Gray;
	height: 20px;
	FONT: bold 11px Georgia, Verdana, "@Arial Unicode MS";
	color: Green;
	background-image: url(img/fond-input.jpg);
	background-repeat: no-repeat;
	width: 95px;
	padding-left: 20px;
	padding-top: 5px;
}

input{
	border: 1px solid #999;
	background-color: Black;
	font-size: 14px;
	font-family: "Trebuchet MS", Verdana, Arial;
	color: White;
}

input#rss{
	border: 2px solid #999;
	background-color: #D4FFAA;
	font-size: 20px;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #ABAAFF;
	width: 300px;
}

textarea{
	width: 700px;
	font-size: 14px;
	font-family: "Trebuchet MS", Verdana, Arial;
	border: 1px solid #999;
	background-color: White;
}

a{
	color: #AAABFF;
}

a:visited{
	color: #AAABFF;
}

a:hover{
	color: Red;
}

.principal{
	width: 1000px;
	height: 1800px;
}

.gauche{
	float: left;
	width: 800px;
}

.droite{
	float: right;
	width: 200px;
	height: 175px;
	background-image: url(images/droite.jpg);
	background-repeat: no-repeat;
	text-align: right;
}

.droite-haut{
	height: 100px;
	padding: 10px;
}

.haut{
	background-color: Black;
	background-image: url(images/fond01.jpg);
	height: 120px;
	margin-top: 0%;
}

.bas{
	background-image: url(images/bas.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 960px;
	padding: 80px 20px 10px 20px;
	text-align: center;
}

.menu{
	float: left;
	height: 28px;
	width: 100%;
	background-color: #E7E7E7;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	color: Gray;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 26px;
	padding-top: 4px;
	font-weight: bold;
	text-align: left;
}

.pblanc{
	color: White;
	text-decoration: none;
}

.intro{
	padding: 40px;
	text-align: justify;
}

.milieu{
	float: left;
}

.bloc{
	float: left;
	margin: 25px;
}

.bloc1{
	float: left;
	margin: 0;
	background-color: #5e5c5d;
}

.bloc3{
	float: right;
}

.mesespaces{
	background-color: black;
	margin: 0;
	width: 176px;
	padding-right: 4px;
}


/* La page
-------------------------------------------------------- */
#page{
	background: #fff url(img/page.png) repeat-y center top;
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */


#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
-------------------------------------------------------- */
.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #888;
	font-style: italic;
	background-color: #EFEFEF;
	border: 1px solid Silver;
}

.post-title{
	color: black;
	font-size: 20px;
	background: transparent;
	margin-bottom: 0;
}

.post-title a{
	color: Red;
	background: transparent;
	text-decoration: none;
}

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

.post-info a{
	color: Red;
	background: transparent;
	text-decoration: none;
}

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

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

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

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #BBB;
	background-color: #EEE;
	color: Gray;
	margin: 1em 0;
	padding: 1ex 1em;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	background-image: url(img/fond-sidebar.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid #BFBFBF;
	border-top: 1px solid #C7C7C7;
	color: inherit;
}

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

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

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

#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
	border: none;
}

#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;*/
	background-color: White;
	border: 0px;
	background-image: url(img/fond-cal.jpg);
}

#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: Red;
	color: White;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: White;
	color: Red;
}

#sidebar div#separate{
	border-top: none;
	background: #EEE;
	padding-bottom: 0px;
	padding-top: 0px;
	border-bottom: none;
	margin-bottom: 10px;
	margin-top: 10px;
}

#sidebar div#border2{
	border: 1px solid #DEDEDE;
	background-color: #fbfbfb;
	padding: 2px;
	background-image: none;
	width: 74%;
	margin-left: 10px;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	padding: 1em;
	border-top: 1px dashed #CCC;
	background: #F8F8F8;
	color: #666;
}

#footer a{
	color: #999;
}

span.highlight0 {background-color: #FFFF99;}
span.highlight1 {background-color: #FF99FF;}
span.highlight2 {background-color: #99FFFF;}
span.highlight3 {background-color: #FF9999;}
span.highlight4 {background-color: #9999FF;}

.pred{
	color: Red;
}

.pgrisfonce{
	color: Gray;
}

object#webcam{
	border: 1px #000000 solid;
}

iframe#webcam{
	border: 1px #000000 solid;
	padding: 2px;
}

div#border1{
	border: 1px solid #DEDEDE;
	width: 98%;
	text-align: justify;
	padding: 10px;
	background-color: #F5F5F5;
}

div#separate{
	border-top: none;
	background: #DDD;
	padding-bottom: 0px;
	padding-top: 0px;
	border-bottom: none;
	padding-left: 10px;
}

div#border2{
	border: 1px solid #DEDEDE;
	background-color: #fbfbfb;
	padding: 2px;
}

a#monprofil{
	text-decoration: none;
	color: #979797;
}

a:visited#monprofil{
	text-decoration: none;
}

a:hover#monprofil{
	text-decoration: underline;
	color: Red;
}

.website{
	width: 700px;
	text-align: justify;
}

.mesrealisations{
	background-image: url(images/mesrealisations.jpg);
	background-color: Black;
	padding-left: 65px;
	padding-top: 10px;
	width: 655px;
	height: 30px;
	color: #f7f7f7;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 22px;
	font-weight: bold;
}

.pwhite{
	color: White;
}

a#rss{
	border: 2px solid #999;
	background-color: #ABAAFF;
	font-size: 20px;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #D4FFAA;
	text-decoration: none;
}

a:hover#rss{
	border: 2px solid #999;
	background-color: #D4FFAA;
	font-size: 20px;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #ABAAFF;
	text-decoration: none;
}

.chiffre{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 30px;
	font-weight: bold;
}