@import "layout.css";
 
/* Les éléments HTML en général
-------------------------------------------------------- */

hr {
	height:1px;
	margin:0 0 4px 0;
	padding:0;
	border:0;
	color:#015248;
	background-color:#015248;
	text-align:center;
}

h1{font-size: 1.4em;}
h2{font-size: 1.2em;}
h3{font-size: 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;
}

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

a {
	color: #007ac8;
}

a:visited {
	color: #003399;
}

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

.imgmiddle {
	vertical-align:middle;
}

 
/* L'entête
-------------------------------------------------------- */

#top h1{
	
}

#top h1 a{
	
}

/* Le prélude
-------------------------------------------------------- */ 

#prelude {
	margin-top:-3px;
	font-size: 0.8em;
	color: #0097ca;
	text-align:center
}

#prelude a:link, #prelude a:visited {color: #fff; }
#prelude a:hover {text-decoration: none; }

/* Le contenu
-------------------------------------------------------- */
.day-date{
	/*padding-left: 20px;
	background: transparent url('img/day-date.png') no-repeat left center;*/
	font-size: 1.2em;
	font-weight: bold;
	color: #4a5a65;
	border-bottom: 1px dotted #4a5a65;
	text-transform: uppercase;
}

.post-title{
	font-family: "Trebuchet MS", verdana, georgia;
	font-size: 20px;
	color: #007AC8;
}

.post-title a:link, .post-title a:visited { 
	color: #007AC8;
	text-decoration:none;
}

.post-title a:hover { 
	color: #cc6600;
	text-decoration:none;
}

.post-info { 
	color: #8a98a2;
	font-weight: bold; 
	font-family: verdana, arial, georgia;
	font-size: 10px;
}

.post-info a:link, .post-info a:visited { 
	color: #007AC8;
	text-decoration:none;
	font-weight: bold; 
}

.post-info a:hover { 
	color: #cc6600;
	text-decoration:none;
	font-weight: bold; 
}

.post-lecture{
	margin-top: 5px;
	color: #D7646A;
	background: transparent;
	padding-bottom: 1ex;
}

.post-chapo{
	text-align: justify;
}

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

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

.post-info-co{
	text-align: justify;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
}

.photo {
	padding:5px;
}

/* La barre de navigation
-------------------------------------------------------- */

#sidebar {
	color: #fff;
	text-align:justify;
}

#sidebar a:link, #sidebar a:visited {
	color: #fff;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #5f9dc5;
}


#sidebarleft {
	color: #fff;
}

#sidebarleft a:link, #sidebarleft a:visited {
	color: #fff;
}

#sidebarleft a:hover {
	text-decoration: underline;
	color: #5f9dc5;
}


#sidebar ul, #sidebarleft ul{
	margin-left : 0;
	padding-left: 15px;
}

#sidebar li {
	list-style-image : url('img/puceblognav.png');
}

#sidebarleft li {
	list-style-image : url('img/puceblogextra.png');
}

#sidebar h2, #sidebarleft h2 { 
  width: 90%;
  margin: auto;
  padding-left:18px;
  color: #fff;
  border-bottom : 1px dotted #fff;
  background : transparent url('img/puceh2.png') no-repeat;
}
#sidebar #sidebarleft h3 { padding-left: 5px; color: #0097ca;}
#sidebar #blognav h3 { padding-left: 5px; color: #09182a;}

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

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

#sidebar div#calendar, #sidebarleft div#calendar{
	/*border-top: 1px solid #F0F0F0;*/
}

#sidebar div#calendar table, #sidebarleft div#calendar table{
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

#sidebar div#calendar table caption, #sidebarleft div#calendar table caption{
	margin: 0 auto;
}

#sidebar div#calendar table th, #sidebarleft div#calendar table th{
	color: #fff;
	background: transparent;
}

#sidebar div#calendar table td, #sidebarleft div#calendar table td{
	width: 14%;
	line-height: 2em;
	border: 1px solid #EEE;
}

#sidebar div#calendar table td a, #sidebarleft div#calendar table td a{
	display: block;
	background: #005084;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover, #sidebarleft div#calendar table td a:hover{
	background: #cc6600;
	color: #fff;
	text-decoration:none;
}


/* Le pied de page
-------------------------------------------------------- */

#footer a{
	color: #999;
}