/* +----------------------------------------------------------------------+
// | Nom du fichier : style.css 		     		  				      |
// +----------------------------------------------------------------------+
// | Copyright (c) : 2005 => Clickti						              |
// +----------------------------------------------------------------------+
// | Auteur : Jean-michel EVEN              	  			              | 
// +----------------------------------------------------------------------+
// | Site  		: engincroyables					                	  |
// | Creation   : 01/07/07 												  |
// | Modif  	: Modification de la feuille de style par défaut de 	  |
// | 			                                            		 	  |
// | Version 	: 1 													  |
// | 						 											  |
// +----------------------------------------------------------------------+*/
/* j'ai supprimé l'impor du layout.css, j'ai inclus les règles dans cette feuille
/* +----------------------------------------------------------------------+
// | BODY - HTML
// +----------------------------------------------------------------------+*/	
html, body{
	margin: 0;
	padding: 0;
	text-align: center;
} 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	margin: 0;
	padding: 0;
	background: #FFF;
	color: #000;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-position: top;
	background-repeat: repeat-x;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Arial", 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;
}

label{
	cursor: pointer;
	cursor: hand;
}

.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: #3366FF;
}

a:visited{
	color: #3366FF;
}

a:hover{
	color: #ff8000;
}

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

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

/* +----------------------------------------------------------------------+
// | La page
// +----------------------------------------------------------------------+*/

#page{
	width: 780px;
	margin: 4em auto;
	padding:0px;
	color: inherit;
	text-align: left;
	background-image: url(img/fd_page.jpg);
	background-repeat: repeat-y;
	/*border: 1px solid red;*/
}


/* +----------------------------------------------------------------------+
// | L'entête
// +----------------------------------------------------------------------+*/
#header{
	margin:0px;
	padding:0px;
	width: 100%;
	height: 210px;
	background-image: url(img/fd_header.jpg);
	/*border: 1px solid red;*/

}

#header h1{
	position: absolute;
	top: 102px;
	left: 230px;
	margin:0px;
	padding:0px;
	width: 355px;
	height: 100px;

}
#header h2{
	position: absolute;
	top: 95px;
	right: 200px;
	margin:0px;
	padding:0px;
	width: 355px;
	height: 100px;

}
#header h3{
	position: absolute;
	top: 180px;
	right: 210px;
	margin:0px;
	padding:0px;
	width: 355px;
	height: 100px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;

}

#header p{
	position: absolute;
	top: 5px;
	right: 260px;

	color: #FFF;
}

#header p a{
	color: #FFF;
}
#header p a:hover{
	font-weight: bold;
	color: #FFF;
}




#top{
	height: 120px;
	/*padding-top: 20px;*/
	background: #FFF url(img/top.png) no-repeat left top;
	border : 1px solid yellow;
}

#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{
	position: absolute;
	width: 780px;
	top: 7px;
	left: 50%;
	margin: 0 0 0 -390px;
	padding: 0 1ex;
	background: transparent;
	color: #DFDFDF;
	text-align: center;
	border: 1px solid green;
}


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

#prelude a:hover{
	color: #666;
	background: transparent;
}
/* +----------------------------------------------------------------------+
// | Le contenu
// +----------------------------------------------------------------------+*/
/* MAIN est le conteneur principal*/
#main{
	float: left;
	width: 520px;
	/*border: 1px solid red;*/
	border-right: 5px solid #ffffff;
}


/*content est le conteneur secondaire, il est "dans" Main*/
#content{
	margin: 0 0 0 30px;
	padding: 1em 0 0 0;
	background-color:#FFFFFF;
}


.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #888;
	background: transparent url(img/day-date.png) no-repeat left center;
	font-style: italic;
}

.post{
	margin-bottom: 4em;
}

.post-title{
	color: #F90;
	background: transparent;
	margin-bottom: 0;
}

.post-title a{
	color: #F90;
	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;
	color: #003399;
}

.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 galerie
// +----------------------------------------------------------------------+*/
/* cote contenu
-------------------------------------------------------- */
.gallery-description{
	margin:10px 0px 0px 0px;
	padding:0px;
	
	/*border: 1px solid red;*/
}
.gallery-description ul li{
	margin:0px;
	padding: 10px 0px 10px 0px;
	width : 100%;
	
	/*border: 1px solid green;*/
}
.gallery-description ul li img{
	margin:5px 10px 10px 10px;
	padding:0px;
	/*border: 1px solid green;*/
}
.gallery-description ul li a{
	color: #003399;
	/*border: 1px solid green;*/
}
.gallery-navigation{
	margin: 0px;
	padding: 0px;
	width : 460px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	/*border: 1px solid red;*/

}
.gallery-navigation span{
	margin: 0px;
	padding: 0px;
	/*border: 1px solid yellow;*/

}
.gallery-navigation span.previous{
	margin: 0px;
	padding: 0px;
	/*border: 1px solid purple;*/

}
.gallery-navigation span.next{
	margin: 0px;
	padding: 0px;
	/*border: 1px solid purple;*/

}
/* cote navigation sidebar
-------------------------------------------------------- */
#galleries{
	margin: 0px;
	padding: 0px;
	/*border: 1px solid green;*/
}
#galleries ul li{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 2px;
	/*list-style-type:circle;*/
	list-style-image: url(img/list_type.jpg);
	/*border: 1px solid green;*/
}
#galleries h2{
	margin: 0px;
	padding: 0px;
	/*border: 1px solid yellow;*/
}
#galleries h2 a{
	color: #003399;
	text-decoration: none;
}
#galleries h3{
	margin: 0px;
	padding: 0px;

	/*border: 1px solid lime;*/
}

#galleries h3 a{
	margin: 0px;
	padding: 0px;
	color: #3333FF;
	font-weight:bold;
	text-decoration: none;
	/*border: 1px solid lime;*/
}


/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	margin: 0 30px 0 0;
	padding: 1ex 1em;
	color: inherit;
	/*border-left: 1px solid #a4ceec;*/
}


#sidebar{
	float: right;
	width: 240px;
	padding-bottom: 4em;
}
#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar h2, #sidebar h3{
	color: #003399;
	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: #ff8000;
	background: transparent;
}

#sidebar div#calendar table td{
	width: 14%;
	line-height: 2em;
	border: 1px solid #7ca3e9;
	color: #003399;
}

#sidebar div#calendar table td a{
	display: block;
	background: #7ca3e9;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #003399;
	color: #FFF;
}
/* +----------------------------------------------------------------------+
// |L'herbe
// +----------------------------------------------------------------------+*/
#herbe{
	/*position: relative;*/
	clear: both;
	margin: 0 0 0 0;
	/*left: 220px;*/
	padding: 0px;
	width: 760px;
	height: 83px;
	background-image:url(img/herbe.jpg);
	/*border: 1px solid black;*/
	}
/* +----------------------------------------------------------------------+
// |Le pied de page
// +----------------------------------------------------------------------+*/

#footer{
	clear: both;
	width: 100%;
	height: 200px;
	margin: 0;
	padding: 0;
	/*border-top: 1px solid #CCC;*/
	background: #003596;
	color: #666;
	/*border:1px solid red;*/
}

#footer h1{
	margin: 0;
	padding: 0;
}
#footer a{
	margin: 0;
	padding: 0;
	color: #999;
}
