/* 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 : url(img/background.gif);
	margin : 0;
	padding : 0;
}
body {
	margin : 0;
	padding : 0;
}
#page {
	background : url(img/background-articles.gif);
	width : 1012px;
	margin : 0 auto 0 auto;
	padding-left : 12px;
	padding-bottom : 12px;
}

/* ---------------------
Styles généraux
--------------------- */
h1 { font-size : 2.1em; }
h2 { font-size : 1.2em; }
h3 { font-size : 1.1em; padding-top : 10px; }
p { margin : 0; padding: 0; }
a { color : #4C96D1; text-decoration : none; outline : none;}
a:hover { color : #333; }
a:focus { outline : none; }
.center { text-align : center; }
.clearer { clear : both; visibility : hidden; margin : 0; padding : 0; }

/* ---------------------
Formulaire
--------------------- */
fieldset {
	border : 0;
	margin: 0;
	padding: 0;
}
label {
	display : block;
}
input, textarea {
	background-color : #EEEEEE;
	border-left : 1px solid #C3C9D0;
	border-top : 1px solid #C3C9D0;
	border-right : 2px 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;
}

/* ---------------------
Haut de page (#top)
--------------------- */
#top {
	width : 1024px;
	margin : 0 auto;
}
#header {
	width : 1024px;
	height : 151px;
	color : #482018;
	margin : 0 auto;
	background: url("img/header.png") no-repeat;
}
#header h1 { /* Titre et sous-titre du site */
	margin-left : 300px;
	padding-top : 40px;
	font-weight : normal;
	font-size : 2.5em;
	letter-spacing : 5px;
	color : black;
	height : 20px;
}
#header h1 a { /* Lien du titre */
	text-decoration : none;
	color : #333;
}
#header p {
	color : black;
	margin-left : 400px;
	padding-top : 0px;
	font-size : 1.3em;
	font-style:italic;
}
#top h1 a:hover {
	color : #777;
}

#menu {
	background : #4C4C4C no-repeat left;
	margin : 0 0 0px 0;
	height : 30px;
	width : 1024px;
}
#menu ul {
	margin : 0 auto;
	padding : 0;
	width : 900px;
	list-style-type : none;
}
#menu .left li {
	float : left;
}
#menu .right li {
	float : right;
}
#menu li a {
	display : block;
	padding : 5px 10px 4px 26px;
	color :  #FFF;
	text-decoration : none;
	font-size : 0.9em;
	letter-spacing : 2px;
	background : url("img/icones.png") no-repeat 0 -153px;
}
#menu li a:hover, #menu li a.active {
	background : url("img/icones.png") no-repeat 0 -121px;
}
#menu li#static-home { padding-left:5px; }
#menu li#static-home a {
	background : url("img/icones.png") no-repeat 0 -90px;
	padding : 5px 10px 4px 18px;
	height : 16px;
}
#menu li#static-home a.active, #menu li#static-home a:hover {
	background : url("img/icones.png") 0 -58px no-repeat;
	padding : 5px 10px 4px 18px;
	height : 16px;
}
#menu ul.right li a {
	background : url("img/icones.png") no-repeat 0 -249px;
	padding : 5px 10px 4px 18px;
}
#menu ul.right li a:hover {
	background : url("img/icones.png") no-repeat 0 -217px;
	padding : 5px 10px 4px 18px;
}

/* --------------------- 
Zone de contenu (#content)  
--------------------- */
#content { /* Bloc */
	width : 722px;
	margin : 0;
	padding-top : 12px;
	padding-left : 12px;
	float : left;
	font-size : 1.1em;
}

#content img {
	padding-top : 10px;
	padding-bottom : 10px;
}

#content .title { /* Titre de l'article */
	color : #555;
	font-size : 1.5em;
	margin : 0 0 0 0;
	padding : 0;
	letter-spacing : 2px;
	font-weight : lighter;
}
#content .title a { /* Lien sur le titre de l'article */
	color : #555;
	text-decoration : none;
}
#content .title a:hover {
	color : #777;
}
#content .post {
	background : #FFF;
	border : 1px solid #CCC;
	margin : 5px 0 20px 0;
	clear : both;
	padding : 5px 7px 5px 7px;
}
#content .post pre {
	background : #cccccc;
	color : black;
}
#content .post p {
	padding : 4px 0 4px 0;
}
#content p.date {
	float : right;
	margin : -20px 0 0 0;
}
#content p.date span {
	font-size : 3.0em;
}
#content p.cat {
	float : left;
	margin : 0;
	padding : 0;
}
#content p.cat span a, #content p.cat span{ color: #66993F; }
#content .feed_categorie, #content .feed_article {
	clear : both;
	padding : 0;
	text-align : center;
}
#content .feed_categorie a, #content .feed_article a {
	color : #333;
	background : url("img/icones.png") no-repeat 0 -254px;
	padding : 4px 0 4px 20px;
	height : 20px;
}
#content .feed_categorie a:hover, #content .feed_article a:hover { color : #777; }
#pagination { /* Conteneur des liens 'page suivante' et 'page precedente' */
	text-align : center;
	margin : 10px 0 0 0;
	padding : 0;
}

#pagination a { color : #333; padding-right:4px; padding-left:4px;}
#pagination a:hover { color : #777; }

/* --------------------- 
Paneau lateral (#sidebar)  
--------------------- */
#sidebar {
	float : right;
	width : 240px;
	height : 100%;
	padding-top : 10px;
	padding-left : 20px;
	margin : 0 -1px 0 0;
	background : url(img/background-sidebar.png);
}
#sidebar div {
	margin : 0 0 0 0;
	padding : 0;
	width : 100%;
}
#sidebar h2 { /* Titre des menus de la sidebar */
	color : white;
	font-size : 1.1em;
	margin : 0;
	padding : 6px 4px 6px 26px;
	height: 15px;
}
#sidebar ul { /* Bloc de liste */
	margin : 0 0 0px 0;
	padding : 0;
}
#sidebar li { /* Element de liste */
	list-style-type : none;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 10px;
	border-top : 1px dotted #777777;
	color : white;
}
#sidebar li a { /* Liens dans les listes */
	padding : 0;
	text-decoration : none;
	color : white;
	display : block;
}
#sidebar li a:hover { /* Liens dans les listes */
	padding-left : 10px;
	color: white;
}

#sidebar .item-2 h2 { background : red url("img/icones.png") no-repeat 6px -184px; }
#sidebar .item-1 h2 { background : green url("img/icones.png") no-repeat 6px -24px; }
#sidebar .item-3 h2 { color : black; background : yellow url("img/icones.png") no-repeat 6px 8px; }
#sidebar .item-2 li { background : #4C4C4C;}
#sidebar .item-1 li { background : #4C4C4C;}
#sidebar .item-3 li { background : #4C4C4C;}
#sidebar .item-1 li a:hover, #sidebar .item-1 li a.active { color : #95d88a; }
#sidebar .item-2 li a:hover, #sidebar .item-2 li a.active { color : red; }
#sidebar .item-3 li a:hover { color : yellow; }

/* ---------------------
Commentaires (#comments)
--------------------- */
#comments h2 {
	color : #333;
	font-size : 1.5em;
	margin : 0 0 10px 0;
	padding : 0;
	letter-spacing : 2px;
	font-weight : lighter;
}
#comments {
	border-bottom: 1px solid #bbb;
	margin: 0 0 16px 0;
	padding: 0 0 16px 0;
	}
#comments .comment {
	margin : 0 0 8px 0;
}
#comments .comment blockquote {
	padding : 0;
	margin : 0;
}
#comments .comment .info_comment {
	clear:both;
	float:left;
	color : #333;
	padding : 2px 4px;
}
#comments .comment .num_comment {
	float:right;
	padding : 2px 4px;
}

#comments .type-normal .info_comment, #comments .type-admin .info_comment{ background : #dedede; }
#comments .comment .content_com { clear:both; padding : 2px 4px;border: 1px solid #ccc;background: #FFF;}
#comments .type-admin .content_com { background : #e8efd9; }
#comments .type-admin .content_com { padding : 2px 4px;border: 1px solid #cbd7ad;}
#form h2 {
	color : #555;
	font-size : 1.5em;
	margin : 0 0 0 0;
	padding : 0;
	letter-spacing : 2px;
	font-weight : lighter;
}
#form p.message_com {
	text-align : center;
	font-weight : bold;
	color : #333;
	margin : 8px 0 0 0;
	padding : 4px 0;
}
#form .form_left {
	float : left;
	margin : 0 20px 0 0;
}
#form .form_left input[type=text]{
        width: 200px;
        }
#form input[type=text]:hover, #form textarea:hover{
        cursor: pointer;
        }
#form label.lab_com{
        float: left;
        padding: 0 0 0 5px;
        }

#form textarea {
	width : 413px;
	float : right;
	height : 105px;
	margin : 0;
} 
#form .button{ margin : 20px 0 0 0; }
#form .button span { float: right; }
#form input[type=submit] {
        background : #EEE url("img/icones.png") no-repeat 4px -283px;
	padding : 2px 4px 2px 20px;
	height : 26px;
}
#form input[type=reset] {
	background : #EEE url("img/icones.png") no-repeat 4px -315px;
	padding : 2px 4px 2px 20px;
	height : 26px;
}
/* ---------------------
Pied de page (#footer)
--------------------- */
#footer {
	width : 1024px;
	margin : 0px auto 5px auto;
	background : #4C4C4C no-repeat left;
	color : #FFF;
	padding : 0;
	height : 30px;
	clear : both;
}
#footer p {
	float : left;
	padding : 4px 8px;
}
#footer p.right {
	float : right;
	padding: 4px 8px;
}
#footer a {
	color : #DDD;
	text-decoration : none;
}
#footer a:hover {
	border-bottom : 1px dashed;
}
