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

h1, h2, h3, h4, h5, h6{
	font-family: "Lucida Grande", sans-serif;text-align:left;
}

h1{font-size: 1.8em;}
h1.home {font-size:12px;}
h2{font-size: 1.6em;}
h3{font-size: 1.5em;}
h4{font-size: 1.3em;margin:.5em 0;}
h5{font-size: 1em;}
h6{font-size: 0.75em;}

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

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

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-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{
	background: url(img/bg_page.gif) no-repeat top left;
	color: inherit;
}
#page img.illustr {position:absolute;top:198px;left:49px;} 
img.contactme {position:absolute;bottom:75px;right:354px;z-index:4;} 

* html #page img.illustr {float:left;}
/* L'entęte
-------------------------------------------------------- */
#top{
	/*padding-top: 20px;*/
}

#top h1{
	height: 62px;
	line-height: 80px;
	margin: 0 0 0 40px;
	color: #FFFFFF;
	text-indent: -9999px;
}

#top h1 a{
	text-decoration: none;
	color: #FFFFFF;
}
#top .menutop {float:right;font-size:14px;}
#top .menutop a, #top .menutop a:visited {height:20px; line-height:20px; text-decoration:none; color:#4D4D4D;margin-right:5px;}
#top .menutop a.home {background:url(img/puceaccueil.gif) no-repeat center left;}
#top .menutop a.guest {background:url(img/puceguestbook.gif) no-repeat center left;}
#top .menutop a.contact {background:url(img/pucecontact.gif) no-repeat center left;}
#top .menutop a span {padding-left:22px;height:20px;margin:0;}
#top .menutop a:hover, .menutop a#active span {height:20px; cursor:pointer; text-decoration:none; color:#E20E6F;}





/* Le contenu
-------------------------------------------------------- */
.post p {
	margin: .25em 0 .50em 0;
	font-size:12px;
	}
* html .post p {margin-left:10px;}
	
.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #888;
	font-style: italic;
}

.post-title{
text-align:left;
	color: #E30E6F;
	font-size:17px;
	letter-spacing: -0.03em;
	background: transparent;
	margin-bottom: 8px;
}

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

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

.post-info a{
	color: #FA0;
	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 #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
}

/* La barre de navigation
-------------------------------------------------------- */
#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;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 10px 0 0 0;
		display: table;
}

#footer a{
	color: #999;
	text-decoration:none;
}
#footerbis a {
	color: #a4a4a4;
	text-decoration:none;
}
#footer ul li {
	list-style-type: none;
	display: inline;
	
}

/*________________LE MENU PRESTATIONs___________________*/
#footer ul li span a {height:34px;display:table-cell!important;display:inline-block}
/*#footer ul li span b {text-indent:-3333px;}
#footer ul li span {text-indent: -6587px;}
* #footer span {text-indent:none;}*/
#footer ul li span b {visibility:hidden;}
li#item1 span a {width:94px; background: url(img/item1.gif) no-repeat top left;}
li#item2 span a {width:104px;background: url(img/item2.gif) no-repeat top left;}
li#item3 span a {width:166px;background: url(img/item3.gif) no-repeat top left;}
li#item4 span a {width:101px;background: url(img/item4.gif) no-repeat top left;}
li#item5 span a {width:90px; background: url(img/item5.gif) no-repeat top left;}
li#item6 span a {width:129px;background: url(img/item6.gif) no-repeat top left;}
#footer ul li a:hover {background-position: center left;}
#footer ul li a.active_me {background-position: bottom left;}

/*___________FORMULAIRE CONTACT____________*/
.post-content p.message {text-align:left;position:relative;z-index:20;font-size:10px;background:#FFF;}
.post-content h4 em {font-size:smaller;}

/*___________FORMULAIRE CONTACT____________*/

#div11 form {margin-top:20px;}

div#div11 p {text-align:left;}

div#div11 p.comment {margin: 8px 0 4px 0;}
div#div11 input,div#div11 textarea {float:right;margin-bottom:3px;font-size:small;padding:2px;}
.contactme {font-family:courier, serif;color:#e30E6F}
div#div11 textarea, input.contactme {width:250px;}
div#div11 input.nonefloat {float:none;}
div#div11 input.nonefloat:hover {background:#e30e6f;color:#FFFFFF;border:1px solid #000000;}
div#div11 span {float:left;font-size:12px;height:22px;}
div#div11 p span {clear:left;}
div#div11 p.messageme {border-left:1px solid #5C6553; padding:4px 0 8px 8px;margin:0 0 5px 16px;font-weight:bold;}


/*___________LES BONUX_______________*/
a.slideme:hover{cursor:pointer;}
p.book_ref {height:50px;line-height:12px;margin:10px 0 15px 20px;float:left;}
p.book_ref img {float:left;margin:0 5px 3px 0;}
p.book_ref a {text-decoration: none;}
p.book_ref em {font-size:x-small;display:block;}
p.book_ref strong {display:block;margin-top:12px;}



