/* Thème "defaut" Pluxml - Copyright Pluxml.org */  

/* ---------------------
Html et body
--------------------- */
@charset "utf-8";

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

#page {
	width : 970px;
	margin : 0 auto 0 auto;
	margin-top:30px;
	padding : 0 0 0 0;
	/*background : url("img/fond_page.jpg") repeat-y;*/
	clear : both;
}

/* ---------------------
Styles généraux
--------------------- */
h1 {font-size : 1.8em;}
h2 {font-size : 1.2em;}
h3 {font-size : 1.1em; margin : 0; padding: 0}
p {
	margin : 0;
	padding: 0;
	text-align: justify;
}



a {
	color:#999;
	text-decoration:underline;
}

a:hover {
	/*color:#FFF;*/
	text-decoration:underline;
	
}
.clearer {clear : both; visibility : hidden; margin : 0; padding : 0;}

/* ---------------------
Formulaire
--------------------- */
fieldset {
	border:1px solid #666;
}
label {
	display : block;
}
input, textarea {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
input:focus, textarea:focus {
	background-color : #CCC;
	/*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:#CCC;
	}
input[type=text] {
	margin : 0 0 0 5px;
	background-color:#CCC;
}
textarea {
	width : 95%;
	background-color:#CCC;
}

/* ---------------------
Haut de page (#top)
--------------------- */
#top {
	width : 100%;
}
#header {
	width : 850px;
	/*color : #482018;*/
	margin : 0 auto; padding : 35px 0 20px 0;
}
#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 : #fff;
}
#top h1 a:hover {
	color : #fff;
	}
#header p {
	display : inline;
	color : #DDD;
	padding : 0 0 0 5px;
}
#menu {
	background:#000;
}
#menu ul {
	margin : 0 auto; padding : 0;
	width : 850px;
	list-style-type : none;
}
#menu li {
	float : left;
}
#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, #menu li.active a {
	background : url("img/tab.jpg") no-repeat bottom;
}

/* --------------------- 
Zone de contenu (#content)  
--------------------- */
#content { /* Bloc */
	float : left;
	width : 970px;
	margin : 0 0 0 0;
	padding : 8px;
}
#content p {
	margin-top:10px;
}
.post { /* Conteneur de l'article */
	padding : 0 0 33px 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}
.title { /* Titre de l'article */
	color:#B55F12;
	font-size : 1.4em;
	margin : 0 0 0 0;
	padding : 4px 0;
	letter-spacing : 1px;
	/*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;*/
}
.title a { /* Lien sur le titre de l'article */
	color:#B55F12;
	text-decoration : none;
}
.title a:hover {
	text-decoration: underline;	
	/*color:#EB8930;*/
	
}
.post-info {
	/*background : url("img/info.gif") no-repeat 0 4px;*/
	padding : 0 0 8px 0px;
	margin : 0!important;
	/*color:#B55F12;	*/
}


.feed_article {
	padding : 0 0 0 25px;
	background : url("img/feed-icon-14x14.gif") no-repeat 280px 0.3em;
	text-align : center;
}
.comment_nb {
	float : right;
	background : url("img/comment.gif") no-repeat 0 6px;
	margin : 0!important;
	padding : 4px 4px 0 20px;
}
#pagination { /* Conteneur des liens 'page suivante' et 'page précédente' */
	text-align : center;
	margin : 0 0 0 0;
	padding : 25px 0 10px 0;
}

/* --------------------- 
Menu horizontal du blog
--------------------- */
#sidebar {
	/*float:left;*/
	margin-left:auto;
	margin-right:auto;
	width : 500px;
	padding : 0;
	margin-bottom:35px;
}
#sidebar div {
	margin : 0;
	padding : 0;
	width : 100%;
}
#sidebar h2 { /* Titre des menus de la sidebar */
	color:#B55F12;
	font-size : 1.1em;
	margin : 0;
	padding : 4px 8px;
/*	background : #C3C9D0;*/
}
#sidebar ul { /* Bloc de liste */
	margin : 0;
	padding : 0;
	display:inline;
	
}
#sidebar li { /* Elément de liste */
	list-style-type : none;
	padding : 4px;
	/*border-bottom : 1px solid #C3C9D0;*/
	display:inline;
}
#sidebar li a { /* Liens dans les listes */
	color : #999;
	padding : 0 0 0 18px;
	text-decoration : none;
	/*background : url("img/blue.gif") no-repeat 0 0;*/
	}

/*_______________________________________________________________________________*/

#sidebar li:hover {
/*	background-color:#333;
	background:#333;*/
	color: #FFF;
}

/*
#sidebar li.active {
	color:#B55F12;
	font-size: 125%;	background-color:#B55F12;	background:#F0F5FA;
}*/

/*_______________________________________________________________________________*/


#sidebar li a:hover {
	color:#fff;
	/*background : url("img/blue.gif") no-repeat 0 0;*/
}

#sidebar li.active a {
	/*color:#BF6513;*/
	background : url("img/blue.gif") no-repeat 0 0;
}


#syndication li a {
	/*display:block;*/
	display:inline;
	padding : 0 0 0 25px;
	background : url("img/feed-icon-14x14.gif") no-repeat 5px 0.3em;
	}
#syndication li a:hover {
	/*background : url("img/feed-icon-14x14.gif") no-repeat 5px 0.3em;*/
}

/* ---------------------
Commentaires (#comments)
--------------------- */
#comments h2 {
	color : #B55F12;
	font-size : 1.2em;
	margin : 15px 0 10px 0;
	padding : 0px 0;
	letter-spacing : 2px;
	/*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #464646;*/
}
#comments {
	/*background : #D4DAE2;*/
	width:800px;
	margin-left:auto;
	margin-right:auto;
	/*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;*/
}
.comment {
	/*background : #D4DAE2;*/
	background-color:#1E1E1E;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #464646;
}
.comment blockquote {
	/*padding : 0 0 25px 25px;*/
	text-align: justify;
}
.info_comment {
	/*background : #C3C9D0;*/
	/*padding : 0px 8px;*/
}
p.message_com {
	text-align : center;
	font-weight : bold;
	color : #1F537B;
	margin : 8px 0 0 0;
	padding : 4px 0;
}
#form h2 {
	color : #B55F12;
	font-size : 1.2em;
	margin :50px 0 0 0;
	padding : 0px 0;
	letter-spacing : 2px;
}

/* ---------------------
Pied de page (#footer)
--------------------- */
#footer {
	width :750px;
	margin : 0 auto 0 auto;
	text-align : center;
	font-size : 0.85em;
	color : #666;
	padding : 10px 0;
}
#footer a {
	color : #999;
	text-decoration : none;
}
#footer a:hover {
	color: #CCC;	
}
