/* Copyright (c) 2006 Creaflux.com. All rights reserved
Style.css - Thème 'Devart' */


/* ===== 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 {
	color : #333;
	margin : 0; padding : 0;
	padding-bottom: 20px;
	}

body {
	width: 900px;
	margin : 0 auto; padding : 0;
	font: 12px/18px Verdana, Helvetica, Arial, Geneva, sans-serif; 
	color: #333; 
	background: #728776 url("img/bg.gif") repeat-x;	
	}
	

#page {
	width : 890px;
	margin : 0 auto; padding : 10px 0 0 10px;
	background: #d6ded4 url("img/sidebar-bg.gif") repeat-y;
	background-position: top right;
	clear : both;
	}




/* ---------------------
Styles généraux
--------------------- */

h1, h2, h3, h4, h5, h6 { font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif; color: #414d4c; }
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;}
td{vertical-align:top;}
a {color : #fff;}
a:hover {color : #A92C13;}
hr, .clearer {clear : both; visibility : hidden; margin : 0; padding : 0;}



/* ---------------------
Haut de page (#top)
--------------------- */
#top {
	width:100%;
	}
#header {
	width : 900px;
	height: 21px;
	background: url("img/header-bg.gif") no-repeat center; 
	position: relative; 
	color : #ccc;
	margin : 0 auto; padding : 20px 0 5px 0;
	}
#header h1{ /* titre et sous-titre du site */
	margin : 0; padding : 0;
	font-weight : normal;
	letter-spacing : 1px;
	color : white;
	display : inline;
	}
#top h1 a { /* lien du titre */
	text-decoration : none;
	color : white;
	}
#top h1 a:hover {
	color : #fff;
	}
#header p {
	display : inline;
	}
#menu {
	width: 900px;
	height: 42px;
	background: url("img/nav-bg.gif") no-repeat;
	border-bottom: 1px solid #75867b;
	}
#menu ul {
	margin : 0 auto; padding : 0;
	width : 900px;
	list-style-type : none;
	}
#menu li {
	float : left;
	}
#menu li a {
	display : block;
	padding : 4px 10px;
	color :  #ddd;
	text-decoration : none;
	font-size : 1.10em;
	letter-spacing : 1px;
	text-decoration: none; 
	line-height: 33px; 
	padding: 0 15px 0 8px; 	
	color: #333; 
	margin-top: 10px;
	padding-left: 30px;
}
#menu li a:hover {	
	color: #555; 
	}
.rss a{
	float: right; 
	margin-top: 12px;
	margin-right: 30px;
	background: url("img/feed.gif") no-repeat;
	padding-left: 40px; 
		color: #333; 
		text-decoration: none;
} .rss a:hover { color: #555; }


/* --------------------- 
Zone de contenu (#content)  
--------------------- */
#content { /* Bloc */
	float : left;
	width : 560px;
	}
#content a {
	
	color : #3b5a4a;
	text-decoration: none;
}
.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;
	}
.title{ /* Titre de l'article */
	color : #3b5a4a;
	margin : 0; padding : 0;
	letter-spacing : 2px;
font: bold 20px "Trebuchet MS";	
	}
.title a{ /* Lien sur le titre de l'article */
	color : #3b5a4a;
	text-decoration : none;
	}
.title a:hover{
	color : #3b5a4a;
	}
.comment_nb { /* Informations de l'article (auteur, date etc...) */
	margin : 0; padding :0 8px 0 0;
	text-align : right;
	}

#pagination { /* Conteneur des liens 'page suivante' et 'page précédente' */
	text-align : center;
	margin : 0; padding : 0;
	}

.art-info {
	width: 615px;
	padding-left: 20px;
	background: #c9d6cc;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	margin-top: 10px;
}

/* --------------------- 
Paneau latéral (#sidebar)  
--------------------- */
#sidebar {
	float : right;
	width : 220px;
	padding-right: 10px;
	}
#sidebar div {
	margin : 0 0 10px 0;
	}
#sidebar h2 { /* Titre des menus de la sidebar */
margin: 0;
font: normal 18px Verdana, Arial, Sans-Serif; color: #222;
margin-left: 10px;
clear: left;
padding-top: 5px; 
padding-bottom: 5px; 
	}
#sidebar ul { /* bloc de liste */
	margin : 0; padding : 3px 0;
	}
#sidebar li { /* élément de liste */
	background: url("img/arrow.gif") no-repeat 12px 8px;
	list-style: none;
	padding: 1px 0 0px 0px;
	}
#sidebar li a { /* Liens dans les listes */
	color : #38463e;
	padding: 0 0 0 20px;
	text-decoration : none;
	}
#sidebar li a:hover {
	color : #A92C13;
	}
.author { float: left; 
	margin-left: 10px;
}
.author-info { 
	
	font-size: 11px; 
	color: #555;
	text-align: left;
	padding-left: 90px;
}


/* ---------------------
Commentaires
--------------------- */
.comment {
	padding : 2px 10px 5px 10px;
	}
.comment blockquote{
	padding : 2px 30px 2px 40px; margin : 0;
	}
.ligne0{
	}



/* ---------------------
Pied de page (#footer)
--------------------- */
.w-bottom { width: 900px; height: 6px; background: url("img/wrapper-bottom.gif") no-repeat; margin-bottom: 10px; }
#footer {
	width : 900px;
	margin : 0px auto;
	background: #4d625d;
	text-align : center;
	font-size : 0.85em;
	color: #d6ded4;
	}
#footer a:hover { text-decoration: none; 
	color: #d6ded4;}	
.f-top {
	width: 900px; height: 6px; margin: 10px 0px 0px 0px; background: url("img/footer-top.gif") no-repeat;
}	
.f-bottom {
	width: 900px; height: 6px; background: url("img/footer-bottom.gif") no-repeat;
}	
#footer p { margin: 0; }
#footer a { margin: 0; }
fieldset {
	border : 0;
	}

label {
	display : block;
	padding-left: 30px;
	padding-bottom: 3px;
	padding-top: 3px;
	}

input, textarea {
	border : 1px solid #000;
	padding-left: 5px;
	padding-right: 5px;
	background: #ccd7cc;
	}

textarea {
	width : 95%;
	padding-top: 5px;
	padding-bottom: 5px;
	}
