/* 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/ Pied de page (#footer)
=================== */



/* ---------------------
Html et body
--------------------- */
html {
	font-size : 75%;
	font-family : "Lucida sans unicode", Lucida, Tahoma, Arial, sans-serif;
	color : #777;
	background : url(img/fond.jpg) repeat-y top center;
	margin : 0; padding : 0;
	}

body {
	width : 700px;
	margin : 0 auto; padding : 0;
	}
	
#page {
	width : 700px;
	margin : 0 auto;
	}



/* ---------------------
Styles généraux
--------------------- */
h1 {font-size : 1.6em;}
h2 {font-size : 1.2em;}
h3 {font-size : 1.1em; padding : 5px 0; margin : 0;}
p {margin : 0; padding : 3px 0;}
a {color : #696969;}
a:hover {color : #E4C600;}
hr {clear : both; visibility : hidden; margin : 0; padding : 0;}



/* ---------------------
Haut de page (#top)
--------------------- */
#top {
	height : 408px;
	background : url(img/neige.jpg) no-repeat;
	font-size : 1.4em;
	}
#top h1{ /* titre et sous-titre du site */
	text-align : right;
	font-family : comic, "times new roman", serif;
	position : relative;
	top : 160px;
	left : -150px;
	margin : 0; padding : 0;
	font-weight : normal;
	letter-spacing : 1px;
	color : ;
	}
#top p { /* titre et sous-titre du site */
	text-align : right;
	font-family : "times new roman", serif;
	position : relative;
	top : 170px;
	left : -120px;
	margin : 0; padding : 0;
	color : #666;
	}
#top h1 a { /* lien du titre */
	text-decoration : none;
	color : black;
	}
#top h1 a:hover {
	color : #C3C3C3;
	}



/* --------------------- 
Zone de contenu (#content)  
--------------------- */
#content { /* Bloc */
	float : left;
	width : 535px;
	}

.post, #comments, #form { /* Conteneur de l'article */
	padding : 0 20px 35px 10px;
	}

.articletitle, h2 { /* Titre de l'article */
	color : #735B6B;
	font-size : 1.4em;
	font-weight : normal;
	margin : 0 0 0 -9px; padding : 3px 0 0 7px;
	border-left : 3px solid #ddd;
	}
.articletitle a{ /* Lien sur le titre de l'article */
	color : #735B6B;
	text-decoration : none;
	}
.articletitle a:hover, .post-info a:hover{
	color : #970B07;
	}

.post-info { /* Informations de l'article (auteur, date etc...) */
	color : #735B6B;
	margin : 0; padding :0 8px 0 0;
	}
.post-info a{
	color : #735B6B;
	}

#pagination { /* Conteneur des liens 'page suivante' et 'page précédente' */
	margin-top : 10px;
	padding-left : 10px;
	}



/* --------------------- 
Paneau latéral (#sidebar)  
--------------------- */
#sidebar {
	float : right;
	width : 155px;
	padding : 0 0 0 8px;
	}
#sidebar div {
	margin : 8px 0 ;
	}
#sidebar h2 { /* Titre des menus de la sidebar */
	color : #666;
	font-size : 1.1em;
	margin : 0; padding : 3px 0 0 10px;
	font-weight : normal;
	}
#sidebar ul { /* bloc de liste */
	margin : 0; padding : 6px 0;
	}
#sidebar li { /* élément de liste */
	list-style-type : none;
	padding: 1px 0 2px 10px;
	}
#sidebar li a { /* Liens dans les listes */
	color : #8F8F8F;
	padding : 0 20px;
	text-decoration : none;
	}
#sidebar li a:hover {
	background : #EDEDED;
	}
div#categories{ /* Bloc 'catégories' (application du background) */
	margin : 0;
	padding : 3px 0;
	}



/* ---------------------
Pied de page (#footer)
--------------------- */
#footer {
	width : 700px;
	margin : 10px auto 0 auto;
	padding-left : 20px;
	font-size : 0.85em;
	text-align: center;
	}
