/* 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 : 13px;
	font-family :Georgia,Times,serif;
	color:#424242;
	margin : 0; padding : 0;
	}

body {
	width : 905px;
	margin-left: 0px;
	margin-top: 0px;
	background-color:#FFFFFF;
	}



/* ---------------------
Styles généraux
--------------------- */
h1 {font-size : 1.6em;}
h2 {font-size : 1.2em;}
h3 {font-size : 1.1em; padding : 0; margin : 0;}
p {margin : 0; padding : 0;}
a {color : #FF9900;}
a:hover {color : #970B07;}
hr {clear : both; visibility : hidden; margin : 0; padding : 0;}

.txt
{
	color:#424242;
	font-size:13px;
	font-family:Georgia,Times,serif;
}
.bold {font-weight:bold;}
/* ---------------------
Haut de page (#top)
--------------------- */
#top {
	height : 150px;
	background : url(img/header.jpg) no-repeat;
	font-size : 1.4em;
	}
#top h1{ /* titre et sous-titre du site */
	text-align : right;
	font-family :Georgia,Times,serif;
	position : relative;
	top : 100px;
	left : -30px;
	margin : 0; padding : 0;
	font-weight : normal;
	letter-spacing : 1px;
	color : #474747;
	}
#top p { /* titre et sous-titre du site */
	text-align : right;
	font-family :Georgia,Times,serif;
	position : relative;
	top : 100px;
	left : -30px;
	margin : 0; padding : 0;
	color : #474747;
	}
#top h1 a { /* lien du titre */
	text-decoration : none;
	color : #474747;
	}
#top h1 a:hover {
	color : #C3C3C3;
	}



/* --------------------- 
Zone de contenu (#content)  
--------------------- */
#content { /* Bloc */
	float : right;
	width : 700px;
	margin : 10px 0 0 0;
	border-left : 1px solid #999999;
	}

.post { /* Conteneur de l'article */
	padding : 5px 5px 20px 20px;
	}

.articletitle { /* Titre de l'article */
	color : #FF9900;
	font-size : 17px;
	font-weight : normal;
	font-family :Georgia,Times,serif;
	}
.articletitle a{ /* Lien sur le titre de l'article */
	color : #FF9900;
	text-decoration : none;
	}
.articletitle a:hover{
	color : #970B07;
	}

.post-info { /* Informations de l'article (auteur, date etc...) */
	color : #C3C3C3;
	margin : 0; padding :0 8px 0 0;
	text-align : right;

	}
.post-info a{
	color : #C3C3C3;
	}
.post-info a:hover {
	color : #808080;
	}

#pagination { /* Conteneur des liens 'page suivante' et 'page précédente' */
	margin-top : 10px;
	text-align : center;
	}



/* --------------------- 
Paneau latéral (#sidebar)  
--------------------- */
#sidebar {
	float : right;
	width : 180px;
	padding : 0 0 0 8px; margin : 2px 8px 0 2px;
	text-align:right;
	line-height:20px;
	}
#sidebar div {
	margin : 5px 0 ;
	}
#sidebar h2 { /* Titre des menus de la sidebar */
	color : #000000;
	font-size : 13px;
	margin : 0; padding : 2px 0 0 5px;
	font-weight : normal;
	}
#sidebar ul { /* bloc de liste */
	margin : 0; padding : 4px 0;
	}
#sidebar li { /* élément de liste */
	list-style-type : none;
	padding: 1px 0 2px 5px;
	}
#sidebar li a { /* Liens dans les listes */
	color : #8F8F8F;
	text-decoration : none;
	}
#sidebar li a:hover {
	color : #970B07;
	}
div#categories{ /* Bloc 'catégories' (application du background) */
	margin : 0;
	padding : 3px 0;
	}



/* ---------------------
Pied de page (#footer)
--------------------- */
#footer {
	border-top : 1px solid #999999;
	color : #8F8F8F;
	text-align : center;
	width : 897px;
	font-size : 0.85em;
	}
