/* 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 : 10px;
	font-family : Trebuchet MS;
	color : #444;
	margin : 0; padding : 0;
	}

body {
	}



/* ---------------------
Styles généraux
--------------------- */
h1 {font-size : 1px; color:#990000}
h2 {font-size : 17px; color:#CCC}
h3 {font-size : 1.1em; padding : 5px 0; margin : 0;}
a {color : #990000;}
hr {clear : both; visibility : hidden; margin : 0; padding : 0;}

div#bloc2 , div#bloc1{
      	width : 370px;
      	height : 320px;
      }
      div#bloc1 {
	position : absolute;
	top : 200px;
	left : 500px;
	background-position : top left;
	background-repeat : no-repeat;
	color : #ffffff;
	 }
      div#bloc2 {
      	border : 0px solid #000000;
      	overflow : auto;
      }

/* ---------------------
Haut de page (#top)
--------------------- */
#top {
	height : 265px;
	font-size : 1.4em;
	}
#top h1{ /* titre et sous-titre du site */
	text-align : right;
	font-family : "times new roman", serif;
	position : relative;
	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 : "times new roman", serif;
	position : relative;
	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 : 410px;
	}

.post { /* Conteneur de l'article */
	}

.articletitle { /* Titre de l'article */
	color : #ddd;
	font-size : 17px;
	font-weight : bold;
	font-family : Trebuchet MS;
	}
.articletitle a{ /* Lien sur le titre de l'article */
	color : #ddd;
	text-decoration : none;
	}
.articletitle a:hover{
	color : #fff;
	}

.post-info { /* Informations de l'article (auteur, date etc...) */
	color : #C3C3C3;
	font-size : 11px;

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

#pagination { /* Conteneur des liens 'page suivante' et 'page précédente' */
	text-align : left;
	color:#999;
	}



/* --------------------- 
Paneau latéral (#sidebar)  
--------------------- */
#sidebar {
	float : left;
	width : 100px;
	padding : 0 0 0 0px; margin : 0px 0 0 0;
	border-right : 1px solid  #900;
	}
#sidebar div {
	}
#sidebar h2 { /* Titre des menus de la sidebar */
	color : #8F8F8F;
	font-size : 1.1em;
	margin : 0; padding : 0px 0 0 0px;
	font-weight : normal;
	}
#sidebar ul { /* bloc de liste */
	margin : 0; padding : 0px 0;
	}
#sidebar li { /* élément de liste */
	list-style-type : none;
	padding: 0px 0 0px 0px;
	}
#sidebar li a { /* Liens dans les listes */
	color : #8F8F8F;
	text-decoration : none;
	}
#sidebar li a:hover {
	color : #E4C600;
	}
div#categories{ /* Bloc 'catégories' (application du background) */
	margin : 0;
	padding : 3px 0;
	}



/* ---------------------
Pied de page (#footer)
--------------------- */
#footer {
	text-align : center;
	width : 500px;
	margin : 0px auto 0 auto;
	font-size : 0.85em;
	}
#page {}
