/* Theme "defaut" Pluxml - Copyright Pluxml.org */  

/* ---------------------
Html et body
--------------------- */
html {
	font : 75%/1.7em "Lucida sans unicode", Lucida, Tahoma, Arial, sans-serif;
	color : #555;
	background : #ecead5;
	margin : 0;
	padding : 0;
}
body {
	margin : 0;
	padding : 0;
}

#page {
	width : 850px;
	margin : 0 auto 0 auto;
	padding : 0 0 0 0;
	background : url("img/fond_page.jpg") repeat-y;
	border-left:1px solid #524f3e;
	border-right:1px solid #524f3e;
	clear : both;
}

/* ---------------------
Styles generaux
--------------------- */
h1 {font-size : 1.8em;}
h2 {font-size : 1.2em;}
h3 {font-size : 1.1em; margin : 0; padding: 0}
p {margin : 0; padding: 0}
a {color : #524f3e; text-decoration: none;}
a:hover {color : #333;}
.clearer {clear : both; visibility : hidden; margin : 0; padding : 0;}

/* ---------------------
Formulaire
--------------------- */
fieldset {
	border : 0;
}
label {
	display : block;
}
input, textarea {
	border-left : 1px solid #C3C9D0;
	border-top : 1px solid #C3C9D0;
	border-right : 1px solid #D4DAE2;
	border-bottom : 1px solid #D4DAE2;
}
input:focus, textarea:focus {
	background-color : #FFFFFF;
	border-left : 1px solid #D4DAE2;
	border-top : 1px solid #D4DAE2;
	border-right : 1px solid #C3C9D0;
	border-bottom : 1px solid #C3C9D0;
}
input[type=submit], input[type=reset] {
	background : #D4DAE2;
	}
input[type=text] {
	margin : 0 0 0 5px;
}
textarea {
	width : 95%;
}

/* ---------------------
Haut de page (#top)
--------------------- */
#top {
	background : #ecead5;
	width : 850px;
	margin:auto;
	border:1px solid #524f3e;
}
#header {
	width : 850px;
	color : #fff;
	height:150px;
	padding-top: 5px;
	text-align: center;
}
.logo{
	background-image:url("img/logo.png");
	background-position: center;
	height:105px;
	background-repeat:no-repeat;
}
#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 : #524f3e;
	font-family:"brush scrpt";
}
#top h1 a:hover {
	color : #fff;
	}
#header p {
	display : inline;
	color : #524f3e;
	padding : 0 0 0 5px;
}
#menu {
	height:34px;
	background:#524f3e;
	background-image:url("img/bg_menuheader.png");
}
#menu ul {
	margin : 0 auto; padding : 0;
	width : 850px;
	list-style-type : none;
}
#menu li {
	float : left;
}
#menu li a {
	display : block;
	padding : 7px 10px;
	color :  #000;
	text-decoration : none;
	font-weight:bold;
	text-transform : uppercase;
	font-size : 0.85em;
	letter-spacing : 1px;
}
#menu li a:hover, #menu li.active a {
	background-color : #524f3e;
	color:#FFF;
}

/* --------------------- 
Zone de contenu (#content)  
--------------------- */
#content { /* Bloc */
	float : left;
	width : 634px;
	margin : 0 0 0 0;
	padding : 8px;
}
#content p {
	margin-top:10px;
}
#content .post { /* Conteneur de l'article */
	clear : both;
	padding : 0 0 22px 0;
}
#content .title { /* Titre de l'article */
	color : #524f3e;
	font-size : 1.4em;
	margin : 0 0 0 0;
	padding : 4px 0;
	letter-spacing : 2px;
	border-bottom : 1px dashed #524f3e;
}
#content .title a { /* Lien sur le titre de l'article */
	color : #524f3e;
	text-decoration : none;
}
#content .title a:hover {
	color : #333;
}
#content .post-info {
	background : url("img/info.gif") no-repeat 0 4px;
	padding : 0 0 8px 20px;
	margin : 0!important;
}
#content .feed_categorie {
	clear : both;
	padding : 0;
	background : url("img/feed-icon-14x14.gif") no-repeat 200px 0.3em;
	text-align : center;
}
#content .feed_article {
	clear : both;
	padding : 0;
	background : url("img/feed-icon-14x14.gif") no-repeat 195px 0.3em;
	text-align : center;
}
#content .comment_nb {
	float : right;
	background : url("img/comment.gif") no-repeat 0 6px;
	margin : 20px 0 0 0 !important;
	padding : 4px 4px 0 20px;
}
#pagination { /* Conteneur des liens 'page suivante' et 'page precedente' */
	text-align : center;
	margin : 0 0 0 0;
	padding : 15px 0 10px 0;
}

/* --------------------- 
Paneau lateral (#sidebar)  
--------------------- */
#sidebar {
	float : right;
	width : 200px;
	padding : 0;
	margin : 0;
}
#sidebar div {
	margin : 0;
	padding : 0;
	width : 100%;
}
#sidebar h2 { /* Titre des menus de la sidebar */
	color : #FFF;
	font-size : 1.1em;
	margin : 0;
	padding : 4px 8px;
	background : #524f3e;
}
#sidebar ul { /* Bloc de liste */
	margin : 0;
	padding : 0;
}
#sidebar li { /* Element de liste */
	list-style-type : none;
	padding : 4px;
	border-bottom : 1px solid #524f3e;
}
#sidebar li a { /* Liens dans les listes */
	color : #000;
	padding : 0 0 0 18px;
	text-decoration : none;
	background : url("img/blue.gif") no-repeat 0 0;
	}
#sidebar li:hover, #sidebar li.active {
	background: #f7f6e8;
}
#sidebar li a:hover, #sidebar li.active a {
	color : #000;
	background : url("img/blue.gif") no-repeat 0 0;
}
#syndication li a {
	display : block;
	padding : 0 0 0 25px;
	background : url("img/feed-icon-12x12.png") no-repeat 5px 0.3em;
	}
#syndication li a:hover {
	background : url("img/feed-icon-12x12.png") no-repeat 5px 0.3em;
}

/* ---------------------
Commentaires (#comments)
--------------------- */
#comments h2 {
	color : #517CA1;
	font-size : 1.2em;
	margin : 15px 0 10px 0;
	padding : 4px 0;
	letter-spacing : 2px;
	border-bottom : 1px dashed #517CA1;
}
#comments .comment {
	background : #D4DAE2;
	margin : 0 0 8px 0;
	border : 1px solid #C3C9D0;
}
#comments .comment blockquote {
	padding : 2px 30px 2px 40px;
	margin : 0;
}
#comments .info_comment {
	background : #C3C9D0;
	padding : 4px 8px;
}
p.message_com {
	text-align : center;
	font-weight : bold;
	color : #1F537B;
	margin : 8px 0 0 0;
	padding : 4px 0;
}
#form h2 {
	color : #517CA1;
	font-size : 1.2em;
	margin : 15px 0 0 0;
	padding : 4px 0;
	letter-spacing : 2px;
	border-bottom : 1px dashed #517CA1;
}

/* ---------------------
Pied de page (#footer)
--------------------- */
#footer {
	width :850px;
	margin : 0 auto 0 auto;
	text-align : center;
	font-size : 0.85em;
	background : #524f3e;
	color : #FFF;
	padding : 3px 0;
	border:1px solid #524f3e;
}
#footer a {
	color : #ddd;
	text-decoration : none;
}
#footer a:hover {
	border-bottom : 1px dashed;
}