@import "layout.css";

html{
	margin: 0;
	padding: 0;
	border: none;
}

body{
	color:#990000;
	font-size: 75%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #e9f1fb url('img/body.gif') 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: auto;
}

.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: #990000;
}

a:hover{
	color: #ff9933;
	text-decoration: none;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

.error{
	color:#990000;

}

/* La page
-------------------------------------------------------- */
#page{
	text-align: left;
	background: #fff none;
	border: 6px solid #789acc;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 171px;
	margin-top: 10px;
}

#top h1{
	color: #002f73;
	margin-left: 10px;
	background: url('img/bg-tile.jpg') repeat-x top left;
	height: 121px;
}

#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;
	height: 30px;
	border: 1px solid #8799b3;
	line-height: 30px; margin-left:10px; margin-right:10px; margin-top:5px; margin-bottom:0
}

#topmenu li{
	display: inline;
	color:#990000;
}

#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: 1px solid #3333FF;
	color: #3333FF;
}

#topmenu li a:hover{
	background: #fff none;
	color: #002f73;
}

#sendToFriendLink{
	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: 1px solid #3333FF;
	color: #3333FF;
}


#sendToFriendLink: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;
	font-style: italic
}

.post-title{
	color:#3300FF;
	border-bottom: 1px solid #8799b3;
	background: #99CCFF;
}

.post-title a{
	color:#3300FF;
	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{
	background: transparent;
	text-decoration: none;
	color:#8799b3;
}

.post-content{
	text-align: justify;
	border: 1px solid #ddd;
	padding: 5px;
}

.post-content:hover{
	background:transparent;
	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:#990000;
}

.post-info-co a{
	color:#990000;
}

#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;
	color:#990000;
}
/* La barre de navigation
-------------------------------------------------------- */
#sidebar, #leftsidebar{
	line-height: 1.6em;
	font-size: 0.9em;
}

#sidebar a, #leftsidebar a{
	color:#990000;
	text-decoration: underline;
}

#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, #toclink a{
	color:#3300FF;
	margin: 0 0 1ex 0;
	background: #99CCFF
}

#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;
}


div#gday {   
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 35px;
	list-style: none;
	background: transparent url('img/icon.png') no-repeat; 
}


#gday_date {
	font-weight : bold;
	color:#990000;
	padding-left: 19px;
	list-style: none;
	background: transparent url('img/pp_vide.gif') no-repeat; 
}

#gday_holy {
	font-style:italic;
	color:#990000;
	padding-left: 19px;
	list-style: none;
	background: transparent url('img/pp_vide.gif') no-repeat; 
}

#gday_perso {   
	color:#990000;
	font-weight:bold;
	padding-left: 19px;
	list-style: none;
	background: transparent url('img/pp_vide.gif') no-repeat; 
}


.dday{
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 0;
	list-style: none;

}


.dday li {
	padding-left: 19px;
	list-style: none;
	background: transparent url('img/pp_1.gif') no-repeat; 
}

.dday li:hover {
	background: transparent url('img/pp_select.gif') no-repeat; 
}

#links ul{

}


#calendar{
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 35px;
	list-style: none;
	background: transparent url('img/iconc.png') 0px 30px no-repeat; 	
}

#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;
}

#links li {
	padding-left: 19px;
	list-style: none;
	background: transparent url('img/pp_2.gif') no-repeat; 
}

#links li:hover {
	background: transparent url('img/pp_select.gif') no-repeat; 
}

#selection li {
	padding-left: 19px;
	list-style: none;
	background: transparent url('img/pp_3.gif') no-repeat; 
}

#selection li:hover {
	background: transparent url('img/pp_select.gif') no-repeat; 
}

#categories li {
	padding-left: 19px;
	list-style: none;
	background: transparent url('img/pp_4.gif') no-repeat; 
}

#categories li:hover {
	background: transparent url('img/pp_select.gif') no-repeat; 
}

#telechargement li {
	padding-left: 19px;
	list-style: none;
	background: transparent url('img/pp_7.gif') no-repeat; 
}

#telechargement li:hover {
	background: transparent url('img/pp_select.gif') no-repeat; 
}

#telechargement li {
	padding-left: 19px;
	list-style: none;
	background: transparent url('img/pp_7.gif') no-repeat; 
}

#telechargement li:hover {
	background: transparent url('img/pp_select.gif') no-repeat; 
}


#lastcomments li {
	padding-left: 19px;
	list-style: none;
	background: transparent url('img/pp_8.gif') no-repeat; 
}

#lastcomments li:hover {
	background: transparent url('img/pp_select.gif') no-repeat; 
}

#syndicate li {
	padding-left: 19px;
	list-style: none;
	background: transparent url('img/pp_5.gif') no-repeat; 
}

#syndicate li:hover {
	background: transparent url('img/pp_select.gif') no-repeat; 
}

/* 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;
}

.pagenav {
	font-size: 0.9em;
}

p.pagenav a {
	background : #99ccff;
	color: #3300ff;
	padding:2px;
	border: 1px solid #bbb;
	text-decoration: none;
	font-size:90%;
}

p.pagenav a:hover {
	background:#99ccff;
	color:#3300ff;
}

p.pagenav strong {
	color: #3300ff;
	padding:2px;
	border: 1px solid #bbb;
}