@import "layout.css";

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

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

h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}

ul{
	list-style-type: square;
}

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

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: #e9f1fb;
}

textarea:hover{
	background: #e9f1fb;
}

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

img{
	border: none;
}

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

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

.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: 0px;
	list-style-type: none;
	background: #e9f1fb url(img/menu.gif) repeat-x top left;
	margin: 5px 10px 0 10px;
	height: 30px;
	border: 1px solid #8799b3;
	line-height: 30px;
	width: 98%;
}

#topmenu li{
	display: inline;
	width: 100%;
}

#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 #ff9933;
	color: #ff9933;
}

#topmenu li a:hover{
	background: #fff none;
	color: #002f73;
}

/* 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: #e9f1fb none;
	border: 1px solid #ddd;
	padding: 5px;
}

.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: #ff9933;
}

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

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

#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: #000;
	text-decoration: none;
}

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

#sidebar div, #leftsidebar div{
	border-bottom: 1px solid #8799b3;
	color: inherit;
}

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

#sidebar h2, #sidebar h3, #leftsidebar h2, #leftsidebar h3{
	color: #ff9933;
	margin: 0 0 1ex 0;
}

#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: 14%;
	line-height: 2em;
	border: 1px solid #EEE;
}

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

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

/* 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;
}
/* Tags cloud
------------------------------------------ */
#twtags-cloud ul {
   list-style-type: none;
}

#twtags-cloud ul li {
   display: inline;
}
.level-1 {
   font-size: 0.9em;
}

.level-2 {
   font-size: 1.1em;
}

.level-3 {
   font-size: 1.3em;
}

.level-4 {
   font-size: 1.5em;
}

.level-5 {
   font-size: 1.7em;
}
#tags {
text-align: left;
}
