/* ***** BEGIN LICENSE BLOCK *****
#
# This is part of Aorakits, a set of themes for DotClear. 
# Copyright (c) 2006 Kozlika and contributors. All rights
# reserved.
#
 * ***** END LICENSE BLOCK *****
 
 
 STRUCTURE POUR TROIS COLONNES, BLOGNAV A GAUCHE, BLOGEXTRA A DROITE
 LARGEUR FIXE
 
 
 --------------------------------------------------------------
	AVANT TOUTE CHOSE
	remise à zéro de toutes les marges des grands blocs pour que 
	tous les navigateurs calculent depuis le même point de départ 
--------------------------------------------------------------- */
html, body, img, #page, #top, #prelude, #wrapper, #footer,
#main, #content,
#sidebar, #blognav, #blogextra, ul, li, area, map {
	margin : 0;
	padding : 0;
	}

/* --------------------------------------------------------------
	CENTRAGE DE LA PAGE DANS LA FENETRE DU NAVIGATEUR.
	(supprimer ces lignes si on ne veut pas centrer)
	Note : on peut remplacer la valeur (ici 0) des marges au-dessus 
	et en dessous de la page par la valeur de son choix (px ou em).
--------------------------------------------------------------- */
body {
	text-align : center;
	}
#page {
	margin : 0 auto;
	text-align : left;
	font-family: Arial, Helvetica, sans-serif;
	}

a {
	color: #CE6700;
	text-decoration: none;
}
h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}
h2{
	font-size: 25px;

}

html, body{
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(img/fond-body.gif);
	background-repeat: repeat;
}

img, ul, li, h2, div, blognav, blogextra {
  display: block;
  margin: 0;

}
/* -------------------------------------------------------------
	STRUCTURE FIXE - 3 COLONNES - BLOGNAV / MAIN / BLOGEXTRA
	Vous pouvez modifier 100% par la valeur de votre choix.
--------------------------------------------------------------- */




#page {
	width : 1024px;
	background-color : #EADED0
    }
#top {
	height : 209px; /* a modifier par la valeur de votre choix */
	}
#wrapper {
	margin : 0 10px;
	}
#main {
	width : 570px;
	float : left;
	display:inline;
	margin-top: 0px;
	background-image: url(img/fond-main.jpg);
	background-repeat: repeat-y;
	height: 100%;
	
	}
#content {
	margin : 0;
	font-size: 14px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: justify;
	height: 100%;
	
	}

			


#footer {
	clear : both;
	text-align:left;
	height : 205px;
	}

	
	#footer-bzz{
	background-image: url(img/footer-bzz.jpg);
	width : 454px;
	height: 205px;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-right: 320px;
	padding-left: 20px;
	}
			
			
			
			
#sidebar {
	}
	
	
#blognav, #blogextra {
	margin : 0;
	display:inline;
}
#blognav {
	width : 230px;
	float: left;
	overflow:hidden;
	display:block;
  }
  
  		#categories-fond {
	background-image: url(img/categories-fond.jpg);
	background-repeat: repeat-y;
	padding-top:20;
	padding-bottom:0;
	font-size: 12px;
	padding-left: 100px;
	font-weight: bold;
		}
  		#frequentations {
	background-image: url(img/frequentation-fond.jpg);
	background-repeat: repeat-y;
	padding-top:20;
	padding-bottom:0;
	font-size: 12px;
	padding-left: 100px;
	font-weight: bold;

		}		
		
		
		
		
		
#blogextra {
	width : 224px;
	float:right;
	overflow:hidden;
	display:block;
	}
	
			#calendar-fond {
	background-image: url(img/calendar-fond.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #996633;
	padding-left: 30px;
	padding-bottom: 10px;
	padding-top: 10px;
			}
			
.calendrier-em a{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #996633;

}
			
			
			#articles-fond {
	background-image: url(img/articles-fond.jpg);
	background-repeat: repeat-y;
	list-style-position: outside;
	list-style-type: square;
	padding-left: 20px;
	padding-right: 90px;
	font-size: 11px;
	width: 114px;


	
			}

			
			#ant{
	background-image:url(img/ant.jpg);
	height: 118px;
	width: 224px;
	padding-top: 120px;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #993300;
			}
.day-date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #996600;
	text-align: right;
	display: compact;
}

.post-info{
	font-size: 11px;
	color: #666666;
	text-align: right;

}


table a {
	font-weight: bold;
}
