/* ***** 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: #333;
	color: #000000;
 	font-size: 72%;
	line-height: 1.6em;
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

  presentation{
	background: #CCC;
}

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

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

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

pre{
 	width: 100%;
	overflow: auto;
	border: 1px solid #000000;
	color: #4d6c8f;
}

html>body pre {
	overflow: auto;
	width: auto;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input{
	border: 1px solid #000000;
	background: #ffffff;
	color: #000000;
}

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

a{
	color: #525272;
	text-decoration: none;
	font-size: 1.2em;
}

a:visited{
	color: #525272;
	text-decoration: none;
	font-size: 1.2em;
}

a:hover{
	color: #525272;
	text-decoration: none;
	font-size: 1.2em;
}

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

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

.justify {
text-align: justify;
}

/* La page
*******************************************************************************/
#page{
 	background: #FFF /*url(img/page.jpg)*/repeat-y center top;
	color: inherit;
}
 
/* L'entête
*******************************************************************************/
#top{
	height: 219px;
	/*padding-top: 20px;*/
 	background: #fff;

}

	#top h1{
		height: 80px;
		line-height: 80px;
		margin: 0 0 0 40px;
		padding-top: 20px;
		color: #bdc7d3;
	}
	
		#top h1 a{
			text-decoration: none;
			color: #bdc7d3;
		}

/* Le prélude
*******************************************************************************/ 
#prelude{
 	background: transparent;
	color: #DFDFDF;
	text-align: center;
}
 
 	#prelude a{
 		color: #DFDFDF;
		background: transparent;
 	}
	
	#prelude a:hover{
		color: #666;
		background: transparent;
	}
	
/* --- 
NAVIGATION HORIZONTALE
--- */
ul#nav-box {
	margin : 0 0 1.5em 0;
	padding : 5px 1em 5px 0;
	list-style-type : none;
	background: transparent;
	color: #000000;
	font-weight : bold;
	text-align: center;
}
ul#nav-box li {
	display: inline;
	padding : 5px 0;
}
ul#nav-box li a {
	padding : 5px 1em 5px 1em;
	color: #4d6c8f;
	text-decoration: none;
}
ul#nav-box li a:hover {
	background-color: transparent;
	color: #b6c7da;
}

/* Le contenu
*******************************************************************************/
.day-date{
	display:none;
	padding-left: 20px;
	margin-left: -25px;
	color: #9bb3cd;
	font-style: italic;
}
	
.post-title{
	color: #000000;
	background: transparent;
	border-bottom: 1px solid #000000;
}

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

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

	.post-info a{
		color: #b6c7da;
		background: transparent;
		text-decoration: none;
	}
	
.post-content{
	text-align: justify;
	/*background: #ebf0f5 url(http://www.contre-allee.fr/themes/oXydised/images/post.png);*//
	padding: 10px 30px 10px 10px;
	-moz-border-radius: 10px;
}

.post-content blockquote{
	font-family: Georgia, serif;
	background: #b6c7da;
	text-align: center;
	padding: 5px 5px 5px 5px;
	color : #000000;
}

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

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #b6c7da;
	color: #4d6c8f;
	margin: 1em 0;
	padding: 1ex 1em;
}

/* La barre de navigation
*******************************************************************************/
#sidebar div{
	margin-top: 20px;
	/*border-bottom: 1px solid #b6c7da;*/
	color: inherit;
}

	#sidebar div ul{
		margin-left: 5px;
		padding: 0;
		list-style: none;
		font-size: 0.9em;
	}

#sidebar h2, #sidebar h3{
	color: #000000;
	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;
	}
	
#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: #b6c7da;
		background: transparent;
	}
	
	#sidebar div#calendar table td{
		width: 14%;
		line-height: 2em;
		border: 1px solid #b6c7da;
	}
	
	#sidebar div#calendar table td a{
		display: block;
		background: #b6c7da;
		color: #4d6c8f;
		font-weight: bold;
		text-decoration: none;
	}
	
	#sidebar div#calendar table td a:hover{
		background: #4d6c8f;
		color: #b6c7da;
	}

/* Le pied de page
*******************************************************************************/	
#footer{
	height: 84px;
	padding-left: 20px;
	background: #fff url(http://www.contre-allee.fr/themes/oXydised/style.css) no-repeat left top;
	color: #fff;
}

#footer a{
	color: #000000;
}


/* 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: 397px;
		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;
				}

				
                                /* class position des images page expos et rencontres */

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

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

.clearboth { clear: both; }
    /*
#krazy_container {display:block; margin-right:3px; position:relative; background:#E4E4EA; padding:5px 0;}

.raised {background: transparent; width:100%; margin:0 auto;}
.raised h1, .raised p {margin:0 5px;}
.raised h1 {font-size:2em; color:#fff; letter-spacing:1px;}
.raised p {padding-bottom:0.5em;}
.raised .b1 {margin:0 5px; background:#fff;}
.raised .b2, .raised .b2b {margin:0 3px; border-width:0 2px;}
.raised .b3, .raised .b3b {margin:0 2px;}
.raised .b4, .raised .b4b {height:2px; margin:0 1px;}
.raised .b1b {margin:0 5px; background:#999;}
.raised .boxcontent {display:block;  background:#ccc; border-left:1px solid #fff; border-right:1px solid #999;}
*/