/* Copyright (c) 2006 Skyline-arts.com. All rights reserved
Style.css - Thème 'default' */

/* ===== Sommaire =====
1/ html et body
2/ Styles généraux
3/ Haut de page (#top)
4/ Zone de contenu (#content)
5/ Paneau latéral (#sidebar) 
6/ Commentaires 
7/ Pied de page (#footer)
=================== */

/* ---------------------
Html et body
--------------------- */
html {
	font : 75%/1.7em "Lucida sans unicode", Lucida, Tahoma, Arial, sans-serif;
	color : #333;
	background : #F6F6EE;
	margin : 0; padding : 0;
	}
body {
	margin : 0; padding : 0;
	}
#page {
	width : 850px;
	margin : 0 auto;
	padding : 10px 0 10px 0;
	clear : both;
	border: 8px solid #FFF;
	border-top: none;
	}
	
/* ---------------------
Styles généraux
--------------------- */
h1 {font-size : 1.8em;}
h2 {font-size : 1.2em; margin-top: 1.5em}
h3 {font-size : 1.1em; padding : 5px 0; margin : 0;}
p {margin : 0; padding : 3px 0;}
a {color : #990000; text-decoration : none;}
a:hover {color : #735E5D;}
hr, .clearer {clear : both; visibility : hidden; margin : 0; padding : 0;}
.centrer{text-align:center;}
.souligner{text-decoration: underline;}
.bleu{color: #A1B9CF;}
.error{border-color: red;}
p.error{color: red;}

/* ---------------------
Haut de page (#top)
--------------------- */
	
#top {
	background :transparent url(img/body_bg.jpg) repeat-x;
	width:100%;
	height: 200px;
	}
#header {
	width : 850px;
	color : #482018;
	margin : 0 auto;
	padding : 20px 0 5px 0;
	border: 8px solid #FFF;
	border-bottom: none;
	background: #F6F6EE url(img/bg_header.jpg) no-repeat top right;
	height: 120px;
	}
#header .logo{
	/*
	padding : 35px 0px 35px 110px;
	background: transparent url(img/logo.jpg) no-repeat left; 
	*/
	padding : 0px 0px 35px 35px;
	}
#header img{
	border: none;
	}
#header h1{ /* titre et sous-titre du site */
	margin : 0; padding : 0;
	font-weight : normal;
	letter-spacing : 1px;
	color : #eee;
	font-size: 24px;
	}
#top h1 a { /* lien du titre */
	text-decoration : none;
	color : #7b1f20;
	}
#top h1 a:hover {
	color : #7b1f20;
	}
#header p {
	display : inline;
	color: #735E5D;
	font-size: 14px;
	padding: 0 0 0 22px;
	}
#menu {
	background : transparent;
	height: 48px;
	}
#menu ul {
	margin : 0 auto; padding : 0;
	width : 850px;
	list-style-type : none;
	}
#menu li {
	float : left;
	}
#menu li a {
	display : block;
	padding : 15px 10px 0px 30px;
	color :  #ddd;
	text-decoration : none;
	text-transform : uppercase;
	font-size : 0.85em;
	letter-spacing : 1px;
	background : url(img/bt_bg.jpg) no-repeat 5px 15px;
	}
#menu li a:hover {
	color : #fff;
	background : url(img/bt_bg_a.jpg) no-repeat 5px 15px;
	}
	
/* --------------------- 
Zone de contenu (#content)  
--------------------- */
#content { /* Bloc */
	float : left;
	width : 630px;
	padding: 0px 15px 0px 15px;
	border-right: 1px dashed #735E5D;
	z-index: 0;
	}
.post, #comments, #form { /* Conteneur de l'article */
	padding : 0 0 25px 0;
	}
.post .categorie {
	padding : 0 0 2px 0; margin : 0;
	font-size : 0.85em;
	line-height : 1em;
	}
.articletitle{ /* Titre de l'article */
	color : #333;
	font-size : 1.4em;
	margin : 0; padding : 0 0 5px 0;
	letter-spacing : 2px;
	border-bottom: 1px dashed #735E5D;
	margin-bottom: 10px;
	}
.articletitle a{ /* Lien sur le titre de l'article */
	color : #990000;
	text-decoration : none;
	}
.articletitle a:hover{
	color : #735E5D;
	text-decoration: none;
	}
.post-info span { /* Informations de l'article (auteur, date etc...) */
	margin : 0; padding :0 8px 0 140px;
	}
.post-info{
	border: 1px dashed #735E5D;
	padding-left: 8px;
	}
#pagination { /* Conteneur des liens 'page suivante' et 'page précédente' */
	text-align : center;
	margin : 0; padding : 0;
	}
div.gallery{
	margin: 10px 0 10px 40px;
	}
.gallery  div{
	float: left;
	text-align: center;
	/*border: 1px solid #333;*/
	margin: 2px;
	width: 172px;
	}
.gallery  div p{
	vertical-align: middle;
	padding: 2px 4px;
	margin: 0;
	border: 1px solid #333;
	border-top: none;
	font-size : 0.9em;
	line-height: 1.3em;
	}
.gallery  a{
	display: block;
	/*float: left;*/
	text-align: center;
	vertical-align: middle;
	width: 160px;
	height: 110px;
	margin: auto;
	padding: 8px 5px 0px 5px;
	border: 1px solid #333;
	}
.gallery  a:hover{
	/*border: 1px dotted #333;*/
	background-color: #bbb;
	border: 1px solid #333;
	}
.droite{
	float: right;
	margin: 10px 0 10px 10px;
	}
.gauche{
	float: left;
	margin: 10px 10px 10px 0;
	}
#multipage{
	/*margin-top: 10px;
	border-top: 1px solid #333;*/
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #735E5D;
	}
object{
	margin: 2px 0;
}
	
/* --------------------- 
Paneau latéral (#sidebar)  
--------------------- */
#sidebar {
	float : right;
	width : 180px;
	padding : 2px 0;
	}
#sidebar div {
	margin : 0 0 10px 0;
	}
#sidebar h2 { /* Titre des menus de la sidebar */
	color : #808080;
	font-size : 1.1em;
	margin : 0; padding : 3px 0 0 10px;
	font-weight: lighter;
	}
#sidebar ul { /* bloc de liste */
	margin : 0; padding : 3px 0;
	}
#sidebar li { /* élément de liste */
	list-style-type : none;
	padding: 1px 0 0px 10px;
	}
#sidebar li a { /* Liens dans les listes */
	color : #990000;
	padding: 0 0 0 20px;
	text-decoration : none;
	background : url(img/bullet.png) no-repeat 5px 0.3em;
	}
#sidebar li a:hover {
	color : #990000;
	background : url(img/bullet_a.png) no-repeat 5px 0.3em;
	}
#syndication li a{
	display : block;
	padding : 0 0 0 25px;
	background : url(img/feed-icon-14x14.gif) no-repeat 5px 0.2em;
	}
#syndication li a:hover{
	background : url(img/feed-icon-14x14-2.gif) no-repeat 5px 0.2em;
	}
/* ---------------------
Commentaires
--------------------- */
.comment {
	padding : 2px 10px 5px 10px;
	}
.comment blockquote{
	padding : 2px 30px 2px 40px; margin : 0;
	}
.ligne0, .ligne1{
	background : #fff;
	margin: 0px 0px 5px 0px;
	}
/* ---------------------
Pied de page (#footer)
--------------------- */
#footer {
	width : 100%;
	margin : 30px auto -30px auto;
	text-align : center;
	font-size : 0.85em;
	background: #333;
	color: #FFF;
	height: 75px;
	padding: 25px 0 0 0;
	}
	
#footer a{
	color: #FFF;
	/*font-style: italic;*/
	}
	
#footer a:hover{
	/*
	text-decoration: none;
	border-bottom: 1px dashed;
	*/
	text-decoration: underline;
	}
	
fieldset {
	border : 0;
	}
label {
	display : block;
	}
input, textarea {
	border : 1px solid #333;
	border-left : 4px solid #333;
	}
textarea {
	width : 95%;
	}