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

@import "layout.css";

@import "gallery.css";
 
/* Les ?l?ments HTML en g?n?ral */
body{
	background: #EEE;
	color: #000;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: #DDD 2px solid;
	border-width: 2px 0 0 0;
}

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

legend {
	font-weight: bold;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

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

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

a{
	color: #215AA7;
}
a:visited{
	color: #636;
}
a:hover{
	color: #33F;
}
a:focus{
	background: #D9E3FF;
}
a[hreflang]:after {
content: "\0000a0[" attr(hreflang) "]";
color : #999;
background : transparent;
}

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

.clear{
	clear: both;
}

/* La page */
#page{
	background: #fff url(img/left.png) repeat-y right top;
	color: inherit;
}
 
/* L'entete */

#top {
	margin-right: 10px;
}


#top h1 {
	background: #CFE4F3 url(img/toph1_bg.jpg) repeat-x top left;
}

#top h1 a#title {
	display: block;
	margin: 2em 0 0 -1.5em;
	background: transparent url(img/toph1_a_bg.jpg) no-repeat top left;
	border: 1px solid #215AA7;
	border-width: 1px 0;
	line-height: 1em;
	height: 1em;	
	padding: .5em 0 .5em 1em;
	text-align: left;
	color: #215AA7;
	text-decoration: none;
	text-align: left;
	overflow: hidden;
}
#top h1 a span {
	display: inline;
}


/* Le prelude */ 
#prelude{
	background: transparent;
	color: #AFAFAF;
	text-align: center;
}

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

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

/* La barre de navigation */

#sidebar {
	background: #fff;
}

.sidebar div.menu ul{
	margin: 0;
	padding-left: 20px;
	list-style: circle;
	list-style-image: url(img/icon-bullet.png);
}

.sidebar h2 {
	color: #694;
	border-bottom: #694 1px solid;
	clear: both;
}
.sidebar h3 {
	color: #666;
}

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

.sidebar .sidefloat {
	width: 50%;
	float: left;
}

.sidebar div#search{
	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#courrieleur{
}
.sidebar div#courrieleur h2{
}
.sidebar div#courrieleur input.submit-text{
	border-width: 0px;
	border-bottom: #215AA7 1px solid;
	padding: 0px;
	margin: 0px;
	display: inline;
	background: transparent;
	text-decoration: underline !important;
	text-decoration: none;
	text-align: left;
	color: #215AA7;
	cursor: pointer;
}
.sidebar div#courrieleur input.submit-text:hover{
	border-color: #00f;
	color: #00f;
}
.sidebar div#courrieleur div#dstory h6{
	display: none;
}

.sidebar div#syndicate h3, .sidebar div#newsletter h3 {
	margin-bottom: -1em;
}
.sidebar div#syndicate ul {
	list-style: none;
	padding: 0;
}

.sidebar div#newsletter label {
	font-size: .9em;
}
.sidebar div#newsletter input {
	width: 2.5em;
}
.sidebar div#newsletter input#news-mail {
	width: 7em;
}

/* fonctions */

.fonction {
	font-size: .8em;
	margin: 0 0 .5em 0;
	color: #E7F0C1;
}
.fonction a {
	padding: .2em;
	border: 1px solid #215AA7;
	background: #CFE4F3 url(img/toph1_bg.jpg) repeat-x center left;
	font-weight: bold;
	text-decoration: none;
	color: #215AA7;
}
.fonction a:hover {
	color:#000;
	background-position: bottom left;
}


/* search */

#search form {
	width: 150px;
	float: left;
}

#search h2{
	color: #666;
	font-size: .9em;
	margin: 0;
}

#search label {
	font-size: .8em;
}

#search p.field {
	margin: 0;
	padding-bottom: 1em;
}
#search p.field .smaller{
	font-size: .8em;
}
#search form {
	margin: 0;
}

/* flaner */

#flaner h3, #flaner .help { display: none; }

#flaner #tagcloud {
	margin: 0 1em 0 0;
	padding: 0;
}
#flaner #tagcloud .tagsTitle {
	display:none;
}
#flaner #tagcloud span {
	font-size: 8px;
}
#flaner #tagsAd {
	float: right;
}

/* blognews */

#blognews {
	margin: 0;
	padding-left: 20px;
	list-style: circle;
	list-style-image: url(img/icon-bullet.png)
	padding: .5em;
	margin: 0;
	font-size: .85em;
}
#blognews li {
margin-bottom: -1em;
}


/* Le contenu */
#main {
	clear: left;
}

.day-date{
	/*padding-right: 20px;
	margin-right: -25px;
	color: #999;
	background: transparent url(img/day-date.png) no-repeat right center;
	font-style: italic;
	text-align : right;*/
	display:none;
}

.post_page {
	margin-left: 140px;
}

.post-title{
	color: #F90;
	background: transparent;
	margin: 0;
	padding: .3em 0 0 0;
	font-size: 1.8em;
}

.post-title a {
	color: #F90;
	background: transparent;
	text-decoration: none;
}
.post-title a:hover {
	color: #00f;
	text-decoration: underline;
}

.post-info{
	margin: 0;
	color: #999;
	background: transparent;
	font-size: 0.9em;
}

.post-info a{
	color: #999;
	background: transparent;
	text-decoration: none;
}
.post-info a:hover {
	color: #00f;
	text-decoration: underline;
}

.post-illus {
	position: absolute;
}

.post-options {
	display: inline;
	font-size: 0.9em;
}

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

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

.post-info-co{
	text-align: right;
	background: transparent url(img/post-info-co.png) no-repeat left center;
	padding: 0 4px 2px 0;
	border: #215AA7 1px solid;
	border-width: 0 0 1px 0;
}
.post-info-co a.comment{
	background: transparent url(img/icon-comment.png) no-repeat 4px;
	padding-left: 20px;
}
.post-info-co a.tb{
	background: transparent url(img/icon-tb.png) no-repeat 4px;
	padding-left: 20px;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
}

/* Le pied de page */
#footer{
	margin: 0;
	padding: 1em;
	border-top: 1px solid #CCC;
	background: #EEE;
	color: #666;
	text-align: right;
}

#footer a{
	color: #999;
}
#footer a:hover{
	color: #666;
}

/* Plugins */

.catimage {
	border: 0;
	float: left;
	margin-right: 0.4em;
}
.small-post-title .catimage {
	clear: left; 
}
.note .catimage {
	float: none;
	display: inline;
}

.histoireAuteurs {
	color: #F90;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-size: 1.2em;
	margin-bottom: -5px;
}
.histoireAuteurs a {
	color: #F90;
}
.histoireAuteurs a:hover {
	color: #00f;
}
.small-post-title {
}
.small-post-title .histoireAuteurs {
	margin: 0;
	font-size: 0.9em;
}

a.histoireImg {
	display: block;
	padding: 3px;
	margin: 0 10px 5px 0;
	border: #F90 1px solid;
	width: 120px;
	height: 120px;
	overflow: hidden;
	-moz-border-radius: 5px;
}
a.histoireImg:hover {
	border-color: #00f;
}
a.histoireImg img {
	border: 0;
}
a.histoireImg img.raccourci {
	position: relative;
	top: -22px;
	left: 100px;
}

a.smallImg {
	float: left;
	display: block;
	padding: 0.1em;
	margin: 0 0.5em 0.3em 0.2em;
	border: #F90 1px solid;
	width: 3em;
	height: 3em;
	overflow: hidden;
	-moz-border-radius: 5px;
}
a.smallImg:hover {
	border-color: #00f;
}
a.smallImg img {
	border: 0;
	width: 3em;
	height: 3em;
}
a.smallImg img.raccourci {
	position: relative;
	top: -1.7em;
	left: 1.8em;
	width: 1em;
	height: 1em;
}

#menuAnnuaire {
	font-size: 0.9em;
	width: 240px;
	padding: 0 30px 10px 0;
}

#menuAnnuaire hr {
	display: none;
}

#search h2 {
	display: none;
}
#search address {
	display: none;
}
#search span {
	padding-left: 5px;
}
#keyword {
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat 4px center;
}
#auteur {
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat 4px center;
}

div#abdelDirectory {
	background: #FFF url(img/abdeldirectory.png) no-repeat center top;
	padding: 60px 5px 10px 5px;
	margin-bottom: 10px;
}
#abdelDirectory h2 {
	display: none;
}
#abdelDirectory address {
	display: none;
}
#abdelDirectory span {
	padding-left: 5px;
}

#abdelDirectory h4 {
	color: #333;
	font-weight: normal;
	border: #999 1px solid;
	border-width: 1px 0 0 0;
	cursor: pointer;
	margin: 0;
	padding: 0 4px 0 4px;
	background: #F8F8F8 url(img/abdeldirectorygris.jpg) repeat-x top left;
	display: block;
	width: 222px;
}
#abdelDirectory h4 a.critere {
	background: url(img/icon-deploy.png) no-repeat 100% -24px;
	text-decoration: none;
	color: #333;
	display: block;
}
#abdelDirectory h4 a.critere:hover {
	background-position: 100% 1px;
}
#abdelDirectory h4:hover {
	background: #C3DCF2 url(img/abdeldirectoryh4.jpg) repeat-x top left;
}
#abdelDirectory h4.critere {
	background: #C3DCF2 url(img/abdeldirectoryh4.jpg) repeat-x top left;
}
#abdelDirectory h4.critere a {
	background: none;
	display: inline;
	color: normal;
	text-decoration: normal;
}
#sidebar div#abdelDirectory ul {
	padding: 0 4px 0 19px;
	background: #F8F8F8;
	margin: 0;
}
#sidebar div#abdelDirectory ul.critere {
	background-color: #C3DCF2;
}

.navbar-bas {
	color: #694;
	border: #694 1px solid;
	border-width: 1px 0 0 0;
	margin: 1em 0 5px 0;
	padding: 0 4px 0 4px;
	background: transparent url(img/navbar.png) no-repeat left center;
	clear: both;
}
.navbar-haut {
	color: #694;
	border: #694 1px solid;
	border-width: 1px 0 0 0;
	margin: 5px 0 2em 0;
	padding: 0 4px 0 4px;
	background: transparent url(img/navbar.png) no-repeat left center;
}

p.pagenav {
	margin: 0;
	padding: 0;
}

div#support {
	background: #F8F8F8 url(img/abdeldirectorygris.jpg) repeat-x top left;
	border: #333 2px outset;
	width: 120px;
	height: 733px;
	padding: 4px;
	margin: 5px;
}
div#support img {
	width: 100px;
	border: #333 1px solid;
}
div#support a {
	text-decoration: none;
	display: block;
}
div#support a:hover {
	text-decoration: underline;
}

div#soutien {
	float: right;
}

.ads {
	display: block;
	width: auto;
	background: #E7F0C1 url(img/abdeldirectoryh3.jpg) repeat-x top left;
	border: #694 1px solid;
	border-width: 1px 0 0 0;
	color: #694;
	padding: 0 1em;
	margin-left: -2em;
}

.adHeadline {font: bold; text-decoration: underline; color: darkblue;}
.adText {font: normal; text-decoration: none; color: black;}
.ads br { display: none; }
.ads span { display: block; }

.ads .left {
	width: 18%;
	border-right: dashed 1px #694;
	margin-right: 1em;
}
.ads .right {
	width: 18%;
	border-left: dashed 1px #694;
	margin-left: 1em;
}

#partners {
	clear: both;
	margin: 0 10px 0 -2em;
}
#partners br {
	display: block;
}
#partners h3 {
	margin-bottom: 0;
	padding-left: 1em;
}
#dstory h2{
	display:none;
}
#dstory a{
	text-decoration: none;
	color: #f90;
	font-weight: bold;
}
#dstory a img{
	padding: 3px;
	border: #F90 1px solid;
	-moz-border-radius: 5px;
}
#dstory a:hover{
	color: #00f;
}
#dstory a:hover img{
	border-color: #00f;
}

#dstory {
}
#blogroll {
	margin: 0 20%;
	font-size: .9em;
}
#blogroll ul,#tlads ul {
	padding: 0;
	margin: 0;
}
#blogroll li,#tlads li {
	width: 15em;
	float: left;
}
#fblogbd {
	font-size: .8em;
}
#fblogbd div {
	border: none !important;
	padding: 0 !important;	
}
#fblogbd h4, #fblogbd h6 {
	margin: 0;
}
#tlads {
	border-top: dashed 1px #694; 
	margin-top: 1em; 
	padding-top: 1em; 
	float: left;
}
#tlads h4 {
	margin: 0;
}

p#spreadshirt{
	font-size:0.8em;
	border: #F90 1px solid;
	width: 240px;
	text-align: center;
	background: #fff;
}

div.adsense {
	background: #fff; 
	padding: 5px 0; 
	margin-bottom: 5px; 
	border: #CCC 1px solid; 
	-moz-border-radius: 10px;
}
.post-illus div.adsense {
	margin-right: .5em;
	padding: 3px 0;
	width: 126px;
}

.smaller {
	line-height: .9em;
	font-size: .8em;
}

/* stories */

#story_list {

}

.story {
	display: block;
	width: 10.9em;
	height: 14em;
	float: left;
	text-align: center;
	line-height: 1em;
	margin: .5em .5em .5em -.5em;
	overflow: hidden;
}

#storyAd {
	display: block;
	width: 10.9em;
	height: 59em;
	float: left;
	margin: .5em .5em .5em -.5em;
}

.story a {
	text-decoration: none;
	font-weight: bold;
}

.story dd {
	margin: 0;
	font-size: .9em;
}

/*tags*/

#tags {
	padding-right: 220px;
}

#tagcloud {
	display: block;
	padding: .5em;
}

#top #tagcloud span.tagsTitle {
	font-size:1em;
	font-weight: bold;
	text-decoration: underline;
	padding: 0 .5em;
	font-family: arial;
}

#precise {
	width: 200px;
	position: absolute;
	left: 100%;
	margin-left: -550px;
	background: #eee;
	padding: .5em;
}

#precise #tagcloud {
	margin: 0;
	font-size: .8em;
}

/*#tagcloud a {
	color: #ddd;
}
#tagcloud a:visited {
	color: #ccc;
}
#tagcloud a:hover {
	color: #fff;
}
#tagcloud a:focus {
	color: #fff;
	background: #333;
}*/

#tags h3 {
	margin-bottom: 0;
}
#tags .help {
	font-size: .9em;
	color: #666;
	margin: 0;
}
