/* Copyright (c) 2006 Skyline-arts.com - 2010 Flox-arts.net. All rights reserved Style.css - Thème 'Plume rouge' */

/* ===== 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/ Pied de page (#footer)
=================== */


/* ---------------------
Html et body
--------------------- */
html {
	font-size : 79%;
	font-family : "Lucida sans unicode", Lucida, Tahoma, Arial, sans-serif;
	color : #696969;
	background : url(img/fond.jpg) repeat-x top center;
	margin : 0; padding : 0;
	}

body {
	width : 880px;
	margin : 0 auto; padding : 0;
	}
	table {
	width:100%;
	border:1px solid #CAD0D8;
	background:#fff;
	padding:0.5em;
	border-collapse:collapse;
	}

	th {
	background:#8F8F8F;
	color:#666;
	text-align:center;
	padding:0.3em;
	}

	td {
	border:1px solid #CAD0D8;
	background:#fff;
	padding:0.3em;
	}

	blockquote {
		margin:1em;
		padding:1em;
		background:#D4d4FC;;
		-border:5px solid #D4d4FC;
		-moz-border-radius: 8px; 
		-webkit-border-radius: 8px; 
		border-radius: 8px;
		box-shadow: rgba(0, 0, 0, 0.75) 0 0 8px 2px;
	    -o-box-shadow: rgba(0, 0, 0, 0.75) 0 0 8px 2px;
	    -moz-box-shadow: rgba(0, 0, 0, 0.75) 0 0 8px 2px;
	    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 0 0 8px 2px;
		}


/* ---------------------
Styles généraux
--------------------- */
h1 {font-size : 1.6em;}
h2 {font-size : 1.2em;}
h3 {font-size : 1.1em; padding : 5px 0; margin : 0;}
p {margin : 0; padding : 3px 0;}
a {color : #696969;}
a:hover {color : #E4C600;}
hr {clear : both; visibility : hidden; margin : 0; padding : 0;}
.center {text-align : center;}



/* ---------------------
Haut de page (#top)
--------------------- */
#top {
	height : 200px;
	background : url(img/logo.png) no-repeat 20px 3pt;
	}
#top h1, #top p { /* titre et sous-titre du site */
	text-align : right;
	position : relative;
	top : 95px;
	left : -30px;
	margin : 0; padding : 0;
	color : #710000;
	}
#top h1 a { /* lien du titre */
	text-decoration : none;
	color : #710000;
	}
#top h1 a:hover {
	color : #570000;
	}



/* --------------------- 
Zone de contenu (#content)  
--------------------- */
#content { /* Bloc */
	float : right;
	width : 708px;
	}

.post {
	padding : 0 15px 35px 15px;
	}
.more{
	font-weight: bold; 
	padding: 15px;
}
.articletitle, .statictitle, .erreurtitle {
	color : #BA2E2A;
	font-size : 1.7em;
	font-weight : normal;
	margin : 0; padding : 3px 0 0 0;
	}
.articletitle a, .statictitle a {
	color : #BA2E2A;
	text-decoration : none;
	}
.articletitle a:hover, .articletitle a:hover {
	color : #970B07;
	}

.post-info { /* Informations de l'article (auteur, date etc...) */
	color : #BA2E2A;
	margin : 0; padding : 0 0 5px 0;
	}
.post-info a{
	color : #BA2E2A;
	}
.post-info a:hover {
	color : #970B07;
	}

#pagination { /* Conteneur des liens 'page suivante' et 'page précédente' */
	margin-top : 10px;
	text-align : center;
	}
#feed {
	margin-top : 10px;
	text-align : center;
	}

/* ---------------------
Commentaires (#comments)
--------------------- */
#comments .comment {
	background : #FFFFFF;
	margin : 0 0 8px 0;
	border : 1px solid #F5F5F5;
	}
#comments .comment blockquote {
	padding : 2px 30px 2px 40px;
	margin : 0;
	}
#comments .info_comment {
	background : #F5F5F5;
	padding : 4px 8px;
	}
p.message_com {
	text-align : center;
	font-weight : bold;
	color : #BA2E2A;
	margin : 8px 0 0 0;
	padding : 4px 0;
	}

/* ---------------------
Formulaire
--------------------- */
fieldset {
	border : 0;
	margin: 0;
	padding: 0;
	}
label {
	display : block;
	}
input, textarea {
	background-color : #F5F5F5;
	border-left : 1px solid #BA2E2A;
	border-top : 1px solid #BA2E2A;
	border-right : 2px solid #BA2E2A!important;
	border-bottom : 1px solid #BA2E2A;
	}
input:focus, textarea:focus {
	background-color : #FFFFFF;
	border-left : 1px solid #970B07;
	border-top : 1px solid #970B07;
	border-right : 1px solid #970B07;
	border-bottom : 1px solid #970B07;
	}

/* --------------------- 
Paneau latéral (#sidebar)  
--------------------- */
#sidebar {
	float : left;
	width : 170px;
	background : url(img/sidebar.jpg) bottom no-repeat #F5F5F5;
	padding : 0 0 35px 0;
	}
#sidebar div {
	margin : 8px 0 ;
	}
#sidebar h2 { /* Titre des menus de la sidebar */
	color : #8F8F8F;
	text-align : center;
	font-size : 1.1em;
	margin : 0; padding : 3px 0;
	font-weight : normal;
	border-bottom : 1px solid #E0E0E0;
	}
#sidebar ul { /* bloc de liste */
	margin : 0; padding : 6px 0;
	}
#sidebar li { /* élément de liste */
	list-style-type : none;
	padding: 2px 0 2px 30px;
	}
#sidebar li a { /* Liens dans les listes */
	color : #8F8F8F;
	text-decoration : none;
	}
#sidebar li a:hover {
	color : #E4C600;
	}
div#categories { /* Bloc 'catégories' (application du background) */
	margin : 0;
	padding : 3px 0;
	background : url(img/sidebar2.jpg) top no-repeat #F5F5F5;
	}

	table#membres{
	    border: 0;
	    width: 0;
	    border-collapse: collapse;
	    clear: left;
	    margin: 1em 0 8em;
	}

	table#membres td,
	table#membres .element {
	    width: 4em;
	    height: 4em;
	    padding: 0;
	    margin: 0;
	}

	table#membres td {
	    padding: 2px;
	}

table#membres td .info {
	    background: white !important;
	    color: black;
	    display: none;
	    margin: 0 2px;
	    min-height: 5em;
	    padding: 0.75em;
	    position: absolute;
	    margin-top: 4.5em;
	    width: 20em;
	    z-index: 200;
	    border-radius: 0.5em;
	    -o-border-radius: 0.5em;
	    -moz-border-radius: 0.5em;
	    -webkit-border-radius: 0.5em;
	    box-shadow: rgba(0, 0, 0, 0.75) 0 0 8px 2px;
	    -o-box-shadow: rgba(0, 0, 0, 0.75) 0 0 8px 2px;
	    -moz-box-shadow: rgba(0, 0, 0, 0.75) 0 0 8px 2px;
	    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 0 0 8px 2px;
	}

/* ---------------------
Pied de page (#footer)
--------------------- */
#footer {
	border-top : 1px solid #E0E0E0;
	text-align : center;
	width : 610px;
	margin : 10px auto 0 auto; padding : 0 0 100px 0;
	font-size : 0.85em;
	background:transparent url(img/chevron.png) no-repeat scroll 220px 30pt;
	}
