/* DEBUT LAYOUT */

html, body{
	margin: 0;
	padding: 0;
	text-align: center;
}

#page{
	width: 95%;
	margin: 25px auto 0px auto;
	text-align: left;
}

#top{
	margin: 0;
}

#top h1{
	margin: 0;
	padding: 0;
}

#top #logo{
	float: left;
	margin-top: 15px;
}

#prelude{
	position: absolute;
	top: 7px;
	left: 5%;
	margin: 0 0 0 0;
	padding: 0 1ex;
}

#main{
	float: left;
	width: 59%;
	margin: 0;
	padding: 0;
}

#content{
	margin: 160px 0 0 0;
	padding: 0;
}

.post{
	margin-bottom: 4em;
}

#leftsidebar{
	float: left;
	width: 20%;
	margin: 160px 0 0 0;
	padding: 0;
}

#sidebar{
	float: right;
	width: 20%;
	padding: 0;
	margin: 160px 0 0 0;
}

#sidebar div, #leftsidebar div{
	margin: 0 0 0 0;
	padding: 1ex 1em;
}

#footer{
	margin : 0;
	clear: both;
}

#search{
	float: right;
	margin: -40px 20px 0 0;
}

/* FIN LAYOUT */

html{
	margin: 0;
	padding: 0;
	border: none;
}

body{
	color: #666666;
	font-size: 75%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #F6F6F6 url(img/body.gif) repeat top left;
}

h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding-left: 3px;
}

ul{
	list-style-type: square;
	border: 1px solid #E02424;
}

li{
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	border-top: 1px solid #F9EBEB;
	border-bottom: 1px solid #F9EBEB;
	padding-left: 3px;
	background: #FFC5C5;
	font-family: Arial, Helvetica, sans-serif;
}

h1{font-size: 3em;}
h2{font-size: 1.1em;}
h3{font-size: 1.1em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

#cache{
	display: none;
}

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

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

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #999;
}

input:hover{
	background: #F6F6F6;
}

textarea:hover{
	background: #F6F6F6;
}

textarea{
	width: 90%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

img{
	border: none;
}

a{
	/*color: #DB3660;*/
	color: #002f73;
}

a:hover{
	color: #DB3660;
	text-decoration: none;
}

#links li a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 1em;
}

#links li a:hover{
	color: #DB3660;
	font-weight: bold;
	text-decoration: none;
	font-size: 1em;
}

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

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

.error{
	color: #ff0000;
}

/* La page
-------------------------------------------------------- */
#page{
	text-align: left;
	background: #fff none;
	border: 1px solid #789acc;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 120px;
	margin-top: 10px;
}

#top h1{
	color: #002f73;
	margin-left: 10px;
}

#top h1 a{
	text-decoration: none;
	color: #002f73;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
}

/* Le menu
-------------------------------------------------------- */ 
#topmenu{
	padding: 0
	list-style-type: none; 
	background: #F6F6F6 url(img/menu.gif) repeat-x top left;
	margin: 5px 10px 10px 10px;
	height: 24px;
	border: 0px solid #8799b3;
	line-height: 24px;
	font-weight: bold;
	color: #ffffff;
}

#topmenu a{
	color: #ffffff;
	text-decoration: none;
}

#topmenu a:hover{
	color: #ffffff;
	text-decoration: underline;
}

/* 
#topmenu ul a:hover{
	background: #fff none;
	color: #ffffff;
}

#topmenu li{
	display: inline;
}

#topmenu li a{
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
	padding: 0 20px 0 20px;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-right: 2px solid #DB3660;
	color: #DB3660;
}

#topmenu li a:hover{
	background: #fff none;
	color: #ffffff;
}
 */ 


/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	background: transparent;
	color: #000;
	text-align: left;
	font-size: 0.9em;
}

#prelude a{
	color: #000;
	background: transparent;
}

#prelude a:hover{
	color: #000;
	background: transparent;
}

/* Le contenu
-------------------------------------------------------- */
#content{
	line-height: 1.6em;
}

.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #888;
	/*background: transparent url(img/day-date.png) no-repeat left center;*/
	font-style: italic;
}

.post-title{
	color: #002f73;
	border-bottom: 1px solid #8799b3;
}

.post-title a{
	color: #002f73;
	background: transparent;
	text-decoration: none;
}

.post-info{
	margin-top: 0;
	color: #8799b3;
	background: transparent;
	padding-bottom: 1ex;
	text-align: right;
	font-size: 0.9em;
}

.post-chapo{
	margin-bottom: 20px;
	font-style: italic;
}

.post-info a{
	color: #8799b3;
	background: transparent;
	text-decoration: none;
}

.post-content{
	text-align: justify;
	background: #F6F6F6 none;
	/* border: 1px solid #ddd; */
	padding: 5px;
	width: 99%;
}

.post-content:hover{
	background: #fff none;
	border: 1px solid #ddd;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co{
	text-align: right;
	font-size: 0.9em;
	color: #DB3660;
}

.post-info-co a{
	color: #DB3660;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px dashed #8799b3;
	margin: 1em 0;
	padding: 1ex 1em;
	background-color: #FFFFEB;
}

#comments blockquote:hover{
	border: 1px solid #8799b3;
}

.lire-suite a{
	font-size: 0.9em;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar, #leftsidebar{
	line-height: 1.6em;
}

#sidebar a, #leftsidebar a{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

#sidebar a:hover, #leftsidebar a:hover{
	color: #DB3660;
	text-decoration: underline;
}

#sidebar div, #leftsidebar div{
	color: inherit;
}

#sidebar div ul, #leftsidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar h2, #sidebar h3, #leftsidebar h2, #leftsidebar h3{
	color: #ffffff;
	margin: 0 0 0 0;
	background-color: #E02424;
}

#sidebar h3, #leftsidebar h3{
	font-size: 1em;
	margin: 0;
}

div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#q{
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat 4px center;
}

#calendar{
	
}

#calendar table{
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
	width: 100px;
}

#calendar table caption{
	margin: 0 auto;
}

#calendar table th{
	color: #8799b3;
	background: transparent;
}

#calendar table td{
	width: 10%;
	line-height: 2em;
	border: 1px solid #EEE;
}

#calendar table td a{
	display: block;
	background: #F6F6F6;
	color: #002f73;
	font-weight: bold;
	text-decoration: none;
}

#calendar table td a:hover{
	color: #DB3660;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	text-align: center;
}

#footer p{
	width: 60%;
	border-top: 2px solid #8799b3;
	color: #666;
	font-size: 0.9em;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 10px 0 10px 0;
}

#footer a{
	color: #999;
}