/* 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 : 90%;
	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;
	border-top:1px solid #333333;
	}

body {
	width : 850px;
/*	width:1000px; */ 
min-width :855px;
	width : 80%;
	_width : 85%;
	width : 90%;
	margin : 0 auto; padding : 0;
	}

img.noborder {
border :0!important;
padding :0!important;
}

/* ---------------------
Styles généraux
--------------------- */
h1 {font-size : 1.6em;}
h2 {font-size : 1.2em;}
h3 {font-size : 1.1em; padding : 5px 0; margin : 0; color:#008000;}
p {margin : 0; padding : 5px 0;}
a {color : #970B07 ;}
a:hover {color : #E4C600;}
hr {clear : both; visibility : hidden; margin : 0; padding : 0;}
.center {text-align : center;}



/* ---------------------
Haut de page (#top)
--------------------- */
#top {
height:250px;
/*	background : url(img/logo.jpg) no-repeat 0 0;*/
	text-align:center;
	}
#top h1, #top h2, #top p { /* titre et sous-titre du site */
	text-align : center;
	position : relative;
	//top : 95px;
	top : 0px;
	left :0px;
	margin : 0; padding : 0;
	color : #555;
	font-size :80%;
	}
#top h1 a, #top h2 a { /* lien du titre */
	text-decoration : none;
	color : #444;
	display:none;
	}
#top h1 a:hover {
	
	}



/* --------------------- 
Zone de contenu (#content)  
--------------------- */
#content { /* Bloc */
	float : left;
	/* width : 510px;
	width : 660px; */
	width : 60%;
	width : 65%;
	_width : 60%;
	min-width:  390px;

	
	}

.post {
	padding : 0 15px 35px 15px;
	text-align:justify;
	}

.articletitle, .statictitle, .erreurtitle {
	color : #BA2E2A;
	font-size : 1.4em;
	font-weight : normal;
	margin : 0; 
padding:0 10px 10px;
	}
	
	h2.articletitle , h2.statictitle  , h2.erreurtitle {
	
padding:0 3px ;	
	}
	
	
.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;
	font-size :0.8em;
	}
.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 :  8px ;
	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 : 1px solid #bbb;
	
	}
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 #ddeeaa;
	padding : 0 0 35px 0;
	letter-spacing:-0.02em;
	}
#sidebar div  , #rightsidebar  div {
	margin : 8px 0 ;
	}
#sidebar h2 ,#rightsidebar  h2  { /* Titre des menus de la sidebar */
color:#008000;
	text-align : center;
	font-size:1em;
font-weight:normal;
	margin : 0; padding : 3px 0;
	border-bottom : 1px solid #ffffcc;
	}
#sidebar ul , #rightsidebar  ul { /* bloc de liste */
	margin : 0; padding : 6px 0;
	}
#sidebar li ,  #rightsidebar  li { /* élément de liste */
	list-style-type : none;
	padding:4px 2px 2px 15px;
	}
	
#sidebar li a , #rightsidebar  li a { /* Liens dans les listes */
color:#a52b27;
	text-decoration : none;
	}
#sidebar li a:hover,  #rightsidebar  li a:hover {
	color : #E4C600;
	}
	
	
#sidebar li.active a , #rightsidebar  li.active a { /* Liens dans les listes */
/* letter-spacing:-0.02em;
font-weight : bold; */ 
	}	
	
div#categories { /* Bloc 'catégories' (application du background) */
	margin : 0;
	padding : 3px 0;
	background : url(img/sidebar2.jpg) top no-repeat #dbeea2;
	}



/* ---------------------
Pied de page (#footer)
--------------------- */
#footer {
	border-top : 1px solid #E0E0E0;
	text-align : center;
	width : 610px;
	width : 60%;
	margin : 10px auto 0 auto; padding : 0 0 100px 0;
	font-size : 0.85em;
	clear:both;
	}
	
#rightsidebar {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#dbeea2 url(img/sidebar.jpg) no-repeat scroll center bottom;
padding:0 0 35px;
width:170px;

float: left;

}
	
#content img {
  background: #FAFAFA;
  border: 1px solid #DCDCDC !important;
  padding: 8px!important;
  margin:10px!important;
}	

.archives , .liens { 
font-size : 90% }
.archives dl { 
margin : 0;
}

.archives dt { 
 padding: 4px 0 2px 20px;
}	

/*
li.active {
font-weight:bold;
letter-spacing:-0.05em;
}

*/ 



#sidebar .concours  {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;

margin: 0px;
padding:0px;text-align:center;
}

#sidebar .concours   li  {
background:#A52B27 none repeat scroll 0 0;
border:1px solid #DCDCDC;
margin:5px;
padding:15px 5px;
}
#sidebar .concours   a  {
color:#FFFFFF;
font-size:1.5em;
font-variant:small-caps;
font-weight:bold;
letter-spacing:-1px;
text-align:center;
line-height : 1.5em;
font-family:times New Roman,serif;
}

#content  .noborder {
border:0!important;
padding :0!important;
margin : 0!important;

}

#cartedepeche {
    border: 4px solid;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 1px 1px 1px #808080;
    display: inline-block;
    height: 81px;
    margin-left: 5px;
    margin-top: 15px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 152px;
}

#cartedepeche > img {
    margin: 0;
    padding: 0;
}

.siderap {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 12px;
    box-shadow: -1px 1px 1px rgba(0,0,0, 0.3);
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    margin: 5px 14px;
    padding: 11px 10px;
    text-align: center;
    text-decoration: none;
}

.siderap:hover {
    box-shadow: 1px -1px 1px rgba(0,0,0, 0.3);
    color: #DD0000;
}