/* ===== 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;
        text-align : justify;
	color : #000;
	background : #e4e4e4;
	margin : 0; padding : 0;
	}

body {
	margin :0 auto; padding : 0;
	width:900px;
	background-image:url('img/bg.png');
	}

#page {
	width : 900px;
	margin : 0 auto; padding : 10px 0 0 0;
	clear : both;
	}




/* ---------------------
Styles généraux
--------------------- */
h1 {font-size : 1.8em;}
h2 {font-size : 1.2em;}
h3 {font-size : 1.1em; padding : 5px 0; margin : 0;}
p {margin : 0; padding : 3px 0;}
a {color : #D61616;}
a:hover {color : #CED30E;}
hr, .clearer {clear : both; visibility : hidden; margin : 0; padding : 0;}



/* ---------------------
Haut de page (#top)
--------------------- */
#top {
	background:#e4e4e4 url('img/banner10.png') no-repeat top left;
	width:900px;
	height:230px;
	margin:0 auto 0px auto;
	}
#header {
	width :260px;
	height:150px;
	color : #482018;
	margin : 0 auto;
	text-align:center;
	position:absolute;
	top:50px;
	left:auto;
}
#header h1{ /* titre et sous-titre du site */
	margin : 0; padding : 0;
	font-weight : normal;
	letter-spacing : 1px;
	color : #eee;
	display : inline;
	}
#top h1 a { /* lien du titre */
	text-decoration : none;
	color : #482018;
	}
#top h1 a:hover {
	color : #fff;
	}
#header p {
	display : inline;
	}
#menu {
	background : #222;
	width : 702px;
	margin:30px auto 0 auto;
	padding-left:150px;
	padding-right:30px;
	position:relative;
	top:200px;
	text-align:center;

}
#menu ul {
	margin-right : 30;
	padding-right : 30;
	list-style-type : none;
	}
#menu li {
	float : left;
	font-size:1.2em;
	}
#menu li a {
	display : block;
	padding : 4px 10px;
	color :  #ddd;
	text-decoration : none;
	text-transform : uppercase;
	font-size : 0.85em;
	letter-spacing : 1px;
	}
#menu li a:hover {
	background : #e4e4e4;
	color : #000;
	}



/* --------------------- 
Zone de contenu (#content)  
--------------------- */

#grand_titre{
 color:#4E457E;
 padding:15px;
 font-size:18px;
 width:90%;
 margin:15px 10px 15px 10px;
 border-bottom: 2px dashed #D94024;
}

#content { /* Bloc */
	float : right;
	padding-right:20px;
	width : 700px;
	font-size : 1.1em;
	}

#content th, td {
        padding : 10px 10px 10px 10px;
        }

.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;
	}
.post .date {
	padding : 0; margin : 0;
	text-align : center;
	font-size : 0.85em;
	}
.articletitle{ /* Titre de l'article */
	color : #514486;
	font-size : 1.4em;
	margin : 0; padding : 0;
	letter-spacing : 1px;
	}
.articletitle a{ /* Lien sur le titre de l'article */
	color : #514486;
	text-decoration : none;
	}
.articletitle a:hover{
	color : #D1CC05;
	}
.comment_nb { /* Informations de l'article (auteur, date etc...) */
	margin : 0; padding :0 8px 0 0;
	text-align : right;
	}

#content a { /* Liens dans les listes */
	color : #A92C13;
	padding: 0 0 0 0px;
	text-decoration : none;
	}
#content a:hover {
	color : #ea4403;
	}


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



/* --------------------- 
Paneau latéral (#sidebar)  
--------------------- */
#sidebar {
	float : left;
	width : 140px;
	padding : 2px 0;
	padding-left:10px;
	border-right : 1px solid #111;
	}
#sidebar div {
	margin : 0 0 10px 0;
	}
#sidebar h2 { /* Titre des menus de la sidebar */
	color : #338;
	font-size : 1.1em;
	margin : 0; padding : 3px 0 0 10px;
	}
#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 : #A92C13;
	padding: 0 0 0 20px;
	text-decoration : none;
	}
#sidebar li a:hover {
	color : #ea4403;
	}
#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{
	background : #F5EF9C;
	border:1px solid #B4AFA9;
	}

/* ---------------------
Pied de page (#footer)
--------------------- */
#footer {
	width : 900px;
	height:180px;
	margin : 30px auto;
	text-align : center;
	font-size : 0.85em;
	background:#e4e4e4 url('img/foot.png') top left no-repeat;
	}
	
fieldset {
	border : 0;
	}

label {
	display : block;
	}

input, textarea {
	border : 1px solid #000;
	border-left : 4px solid #111;
	}

textarea {
	width : 95%;
	}
