/* Bienvenue dans la CSS de Poker. Ce thème est une adaptation de v4ny32 pour Dotclear.

/* Ce fichier définit le style visuel pour les différents éléments du blog.
 * Dans l'ordre, vous trouverez les règles qui définissent l'apparence pour:
 * - les éléments HTML en général
 * - la page
 * - l'entête
 * - le prélude et la nav-box
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 
/* Les éléments HTML en général
*******************************************************************************/
body{
	background-image:url(images/fondbois.jpg);
	background-repeat:repeat;
	text-align: center;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 0.8em;
}

h2{
	margin-bottom:10px;
	background: transparent;
	text-align: left;
	font-size: 12px;
	border-bottom:1px solid #603B0E;
	font-weight: bold;
	font-variant: small-caps;
	padding-left: 5px;
	padding-bottom: 1px;
}

h2 a:link, h2 a:visited, h2 a:hover{
	text-decoration: none;
	border: none;
}

h3{
	margin-bottom:10px;
	background-color: #e6e6e6;
	padding-bottom: 1px;
	text-align: left;
	font-size: 12px;
	border-bottom:1px solid #603B0E;
	font-variant: small-caps;
	letter-spacing: 2px;
}

h4{
	background-color: #fff;
	padding-bottom: 1px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #B2B2B2;
	border-bottom:1px solid #CCCCCC;
	font-variant: small-caps;
	letter-spacing: 2px;
}
h5{
	margin-bottom:10px;
	background: transparent;
	text-align: left;
	font-size: 17px;
	border-bottom:1px solid #603B0E;
	font-weight: bold;
	font-variant: small-caps;
	padding-left: 5px;
	padding-bottom: 5px;
}
h6{
	margin-bottom:10px;
	background: transparent;
	text-align:center;
	font-size: 17px;
	color: #CCAC2C;
}

pre, code{
	font-size: 1.2em;
}

pre{
 	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

html>body pre {
	overflow: auto;
	width: auto;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

ul{
	list-style-image:url(images/ul.gif);
	padding-left: 15px;
 	margin-left: 5px; 
}
td,th{
	font-size: 11px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#603B0E;
}

input,select, input.submit{
	background-color:#FFFFFF;
	border: 1px solid #603B0E;
	padding: 2px;
	color: #666666;
	font-size: 11px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 2px;
}

textarea{
	background-color:#FFFFFF;
	border: 1px solid #603B0E;
	padding: 2px;
	color: #666666;
	font-size: 11px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 2px;
	width: 98%;
}

a img{
	border: 0;
}

img:smiley{
	border: none; /* Car un grosse bordure orange autour d'un smiley définissant un lien, c'est moche*/
}

a:link, a:visited{
	color: #000000;
	text-decoration: underline;
}

a:hover{
	color: #7B7B7B;
	text-decoration: underline;
}

a[hreflang]:after {
	content: "\0000a0[" attr(hreflang) "]";
	color : #82A2CB;
	font-size: 8px;
	vertical-align: top;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

blockquote, code{
	background-color: transparent;
	padding: 5px;
	border: 1px solid #603B0E;
	font-size: 10px;
}

/* La page
*******************************************************************************/
#page{
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	color: #603B0E;
	width: 100%;
	max-width: 1280px;
	text-align: left;
	border: none;
}
 
/* L'entête
*******************************************************************************/
#top{
    margin-bottom: 60px;
	margin-top: 25px;
	height: 100px;
	background-position: center;
	text-align: center;
 }
  
#top h1{
      height: 100px;
      margin : 0;
      padding : 0;
}


/* Le prélude et la barre de navigation horizontale
*******************************************************************************/

#prelude{
	margin-bottom:10px;
	background: transparent url(images/mwa.png);
	text-align: center;
	margin-top: -5px;
	font-size: 12px;
	margin-bottom: 30px;
}

#prelude a{	
	display: inline;
	text-align: center;
	margin: 0 5px;
	font-size: 11px;
	padding: 1px 7px;
	color: #CCCCCC;
	background: #fff;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-top: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	text-decoration: none;
}

#prelude a:hover{
	border:  #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-top: 2px solid #7CA6CC;
	border-bottom: 2px solid #7CA6CC;
}	
/* Le contenu
*******************************************************************************/

#main{
	width: 100%;
	float:right;
	color: #603B0E;
	font-size: 11px;
	margin: -6px -210px 0 0;
}

#wrapper{
	margin-right: 210px;
	padding: 5px 0 0 0;
}

#ouverture{
	background-image: url(images/fondbillet.jpg);
	background-repeat: repeat;
	padding:5px;
	margin-bottom:2em;
}
	
#content {
	margin: 0 215px 0 5px;
	padding : 5px 0 0 0;
}
	
.day-date{
	text-align: right;
	font-size: 9px;
	padding: 1px;
	margin-top: -3px;
	letter-spacing: 3px;
}

.post{
	background-image: url(images/fondbillet.jpg);
	background-repeat: repeat;
	margin-bottom: 2em;
	padding: 10px;

}

.post-title{
	padding-bottom: 1px;
}

.post-info{
	padding: 10px 0 10px 0;
	text-align: left;
	font-size: 10px;
}

.post-content{
	text-align: left;
}

.post-info-co{
	padding: 10px 0 10px 0;
	text-align: left;
	font-size: 10px;
}

.pagenav {
	font: 0.9em;
	text-align: center;
}

p.pagenav a {
	background : #f4ecbd;
	color: #603B0E;
	padding:2px;
	text-decoration: none;
	font-size:90%;
}

p.pagenav a:hover {
	background : #603B0E;
	color: #f4ecbd;
}

p.pagenav strong {
	background : #603B0E;
	color: #f4ecbd;
	border: 1px solid #603B0E;
	padding:2px;
}

div .recommand, .contact, .mailing{
	background-image: url(images/fondbillet.jpg);
	background-repeat: repeat;
	margin-bottom: 2em;
	padding: 10px;

}

div .error{
	background-image: url(images/fondbillet.jpg);
	background-repeat: repeat;
	margin-bottom: 2em;
	padding: 10px;

}

#trackbacks , #comments{
	background-image: url(images/fondbillet.jpg);
	background-repeat: repeat;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #603B0E;
	font-size: 10px;
	padding:10px;
}

#trackbacks blockquote, #comments blockquote{
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #603B0E;
	font-size: 10px;
	padding:10px;
}


/* La barre de navigation
*******************************************************************************/
#sidebar{
	width: 200px;
	float:left;
	font-size: 11px;
	margin-left: 5px;
}

#sidebar2{	
	float: right;
	width: 200px;
	font-size: 11px;
	margin-right: 5px;
}


#sidebar2 h3{
	padding-bottom: -2px;
}

#sidebar2 div{
	padding-right: 0px;
	padding-left: 0;
	padding-bottom: 20px;
	font-size: 11px;
	background-image:url(images/fondbillet.jpg);
	background-repeat:repeat;
	margin-bottom: 200px;
	line-height: 16px;
	border-left:1px solid #603B0E;
}


#sidebar div{
	padding-right: 5px;
	padding-bottom: 10px;
	font-size: 11px;  
	background-image:url(images/fondbillet.jpg);
	background-repeat:repeat;
	margin-bottom: 15px;
	line-height: 16px;
	border-right:1px solid #603B0E;
}

	#sidebar div ul{
		text-align: center;
		margin-top: -8px;
		padding: 5px;
		position: relative;
		z-index: 2;
	}

	#sidebar2 div ul{
		padding-left: 20px;
	}
	
#sidebar div li{
	text-align: left;
	margin: 0 5px;
	padding-left: 0;
	font-size: 11px;
	margin-left: 15px;
}

#sidebar h3{
	margin-bottom:10px;
	background: transparent;
	text-align: left;
	font-size: 12px;
	border-bottom:1px solid #603B0E;
	font-weight: bold;
	font-variant: small-caps;
}

#sidebar h2{
	padding-bottom: 0; /* Règle un petit souci de float */
}

#sidebar2 h2 {
	margin-bottom:10px;
	background: transparent;
	text-align: right;
	padding-right: 10px;
	font-size: 12px;
	border-bottom:1px solid #603B0E;
	font-weight: bold;
	font-variant: small-caps;
}

#sidebar div#search{
	background-image:url(images/fondbillet.jpg);
	background-repeat:repeat;
	color: inherit;
	line-height: 2.3em;
}

#sidebar div#search h2{
	height: 20px; /* Pour rétablir une erreur d'affichage */
}
		
	#search fieldset, #search p{
		margin: 0;
		padding: 0;
	}
	
#sidebar div#calendar{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	width: 199px;
}

#sidebar div#calendar table{
	padding-left: 5px; /* Ceci recentre de façon convenable le calendrirer vers la droite */
}

#sidebar div#calendar table td{
	padding-left: 5px; 
	padding-right: 5px;
	/* Mission "aération" du calendrier : padding's power */
}

#sidebar2 div#links h3{
	background-image: url(images/fondbillet.jpg);
	color: #603B0E;
	text-align:left ;
	padding-left: 5px;
}

#tagList  ul { 
	margin-left: 5px;
	margin-right: 5px;
}

#tagList  ul li { 
	margin-left: 0px;
	margin-right: 0px;
	display:inline; }

/* Le pied de page
*******************************************************************************/	
#footer{
	clear:both;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 5px 0 5px 0;
	text-align: center;
	font-size: 9px;
}

#footer a:link, #footer a:visited, #footer a:hover{
	text-decoration: underline;
}
