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


/* Les elments HTML en gnral
-------------------------------------------------------- */
html, body{

	margin: 0 auto;
	padding: 0;
	height: 100%;
	/*text-align: center;*/
}

body{

	background: #990033 ;
	color: #000000;
	font-size: 80%;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6{

	font-family: "Trebuchet MS", sans-serif;
}

h1{font-size: 2em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

code,pre { font-family : "Courier New",monospace; font-size : 1em; overflow:auto; border:1px dotted #666;}

q { font-style : italic; }
pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

a{
	background : transparent;
	color: #990033;
	text-decoration: none;
}

a:visited{ }

a:hover{ color: #BD8C51; }

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

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

/* La page
-------------------------------------------------------- */
#page{
	margin: 0 auto;
	text-align: left;
	background: white;/* url(img/banniere.jpg) repeat-y center top;*/
	color: inherit;
	width: 900px;
	/*width: 857px; *//* old : 707px;*/
	/*border-right: solid #6d87a2;
	border-left: solid #bd8c51;*/
}

#top{
	text-align : center;
	height:3.4em; /* en rialiti 120px */
	margin: 0 auto;
	background: #FFFFFF;
}

#top h1{
	margin: 0;
	padding: 0.5em 0 0 0;
}
#top h1 a, #top p{
	text-decoration: none;
	color: #FFFFFF;
}
#prelude, #prelude a {color: #990033;font-size:1em; padding: 7px; font-weight : bold;}

#main{
	margin : 0 auto;
	/*width: 720px;*/
	width: 800px;
}

#content{
	margin: 0;
	padding: 0;
	min-height:600px;
}

html>body #content {
	margin: 1.5em 0;
}

/* Le menu horizontal
-------------------------------------------------------- */

#sidebar {margin-bottom : 2em;}


ul#menu li ul{
  display:none;
}
ul#menu li:hover>ul{
  display:block;
  border: 1px solid #BD8C51;

}
ul#menu{
  margin : 1em 0 2em 0;
  padding:0px;
  list-style:none;
  width:100%;
  /*background-color:#BD8C51;*/
  float:left;
  font-size:0.8em;
  /*padding-bottom:-4em;*/
}

html>body #menu {
  margin : 0em 0 2em 0;
  font-size:0.9em;
  padding:0px;
}

ul#menu li{
  float:left;
  margin : -0.1em 0.8em;
  display:block;
  padding:2px 1px;
}
ul#menu li a{
  display:block;
  margin:0;
  padding:2px 6px;
  color:#000000; /*ancien blanc*/
  text-decoration:none;
}
ul#menu li a:hover{
  color: #000000;
}
ul#menu ul{
  position:absolute;
  background:#FFFFFF;
  list-style:none;
  margin:0px;
  padding:0px;
  width:130px;
  z-index:1;
  /*border: 1px solid #BD8C51;*/
}

ul#menu ul ul{
	position: absolute;
  top:-5px;
  left:125px;
  z-index: 2;
}


ul#menu ul li{
  position:relative;
  float:none;
  margin:5px;
  padding:0px;
}

ul#menu ul li a{
	display:block;
	margin:0px;
	width:160px;
	border:none;
	padding:2px 6px;
}

html>body #menu ul li a {
	padding:0px;
}

ul#menu li ul li a{
  color: #CC9900;
}




/* Le contenu
-------------------------------------------------------- */

.day-date {
	font-size : 0.8em;
	margin-top : 1em;
	background : transparent;
}

.post{
	margin-bottom: 4em;
}
.post-title{
	color: #990033;
	background: transparent;
	margin-bottom: 0;
}

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

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

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

.post-info a:hover{
	color: #000000;

}
.post-content{
	text-align: justify;
	margin-left: 70px;   /* alignement du texte dans un billet */
}
.post-content a, #toc li a{
	color: #CC9900;
	text-decoration:none;
}
.post-content a:hover{
	color: #000000;
	text-decoration:none;
}
.post li{
	list-style-type: circle;
}
.post img {
	padding: 5px;
	/*border: 1px solid #E8D6B9;*/
}
.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}
.post-info-co {
	font-size : 0.85em;
	clear : both;
	color : #BD8C51;
	background : transparent url(img/ico_comments.png) no-repeat 0 40%;
	padding-left : 13px;
}
.post-info-co a{
	color: #BD8C51;
	background: transparent;
	text-decoration: none;
}
.post-info-co a:hover{
	color: #000000;
}



/* Interactions
-------------------------------------------------------- */
fieldset {
	display : block;
	border : none;
	margin : 0 0 2em 0;
	padding : 0;
}

input, textarea {
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size : 1em;
	border-width : 1px;
	border-color : #ccc;
}

input[type], textarea[name] {
	background: #FEF1D9;
}

input[type=submit], input[type=reset] {
	background: #BD8C51;
	color : #FFFFFF;
}

input[type=submit]:hover {
	background : #CC9900;
	cursor:pointer;
}

textarea {
	width : 100%;
}

p.field {
	margin : 0.5em 0 0 0;
}

p.field label {
	display : block;
	font-weight : bold;
	font-size : 0.85em;
}

.spacer{
clear:both;
}
dl.plugin-list dt {
	margin : 0;
	padding : 0 0 0 35px;
}

dl.plugin-list dt img {
	float : left;
	margin: -5px 10px 0 -35px;
	position : relative;
	border:none;
}

dl.plugin-list dd {
	margin : 0.5em 0 1.5em 35px;
	font-style:italic;
	font-size:0.85em;
}





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

#footer{
	text-align : center;
	margin: 0 auto;
	padding : 0.2em 0 0 0;
	height:1.5em;
	width: 707px;
	/*background: #E8D6B9 url(img/footer.jpg) repeat-y center top;*/
	clear: both;
	font-size: x-small;
	color: white;
}

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


     /* class position des images page expos et rencontres */
  .bord{
        background: #473837;
	padding-left:38px;
        padding-top:10px;


}

.thumbnail
{
float: left;
/*width: 60px; */
/*border: 1px solid #999;*/
margin-left: 150px;
margin: 0 9px 9px 0;
}

.thumbnail2
{
float: left;
/*width: 60px; */
/*border: 1px solid #999;*/
margin: 0 9px 9px 0;
}

.thumbnail3
{
float: left;
/*width: 60px; */
/*border: 1px solid #999;*/
margin: 0 9px 9px 0;
}

.clearboth { clear: both; }




/* THIS MAKES THE DROP SHADOW WORK ON IMAGES */
			.imagecontainer{
				  float:left;
				  clear:left;
				  background: url(img/shadowAlpha.png) no-repeat bottom right !important;
				  background: url(img/shadow.gif) no-repeat bottom right;
				  margin: 10px 0 10px 10px !important;
				  margin: 10px 0 10px 5px;
			}
			.imagecontainer img{
				display: block;
				position: relative;
				background-color: #fff;
				border: 1px solid #a9a9a9;
				margin: -6px 6px 6px -6px;
				padding: 4px;
			}


/* THIS IS THE TEST CODE TO MAKE THE DROP SHADOW WORK WITH BLOCK ELEMENTS. */
		.dropshadow1, .dropshadow2{
		float:left;
		clear:left;
		background: url(img/shadowAlpha.png) no-repeat bottom right !important;
		background: url(img/shadow.gif) no-repeat bottom right;
		margin: 10px 0 10px 10px !important;
		margin: 10px 0 10px 5px;
		width: 400px;
		padding: 0px;
		}

			/* .dropshadow2 only applies to test 1 */
				.dropshadow1 p{
				position:relative;
				bottom:6px;
				right: 6px;
				border: 1px solid #999999;
				padding:4px;
				font-size:14px;
				margin: 0px;
				}
			/* .innerbox only applies to test 2 */
				.innerbox{
				position:relative;
				bottom:6px;
				right: 6px;
				border: 1px solid #999999;
				padding:4px;
				margin: 0px 0px 0px 0px;
				}
				.innerbox{
				/* IE5 hack */
				\margin: 0px 0px -3px 0px;
				ma\rgin:  0px 0px 0px 0px;
				}
				.innerbox p{
				font-size:14px;
				margin: 3px;
				}
				.innerbox h4{
				margin-top: 3px;
				}
