@import "layout.css";
/* @import "layout-gauche.css"; */
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	color: #000;
	font-size: 80%;
	line-height: 1.4em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(img/fd_body.jpg);
	background-position: 0px 0;
	background-repeat: repeat;
}

h1, h2, h3, h4, h5, h6 { font-family: "Trebuchet MS", sans-serif; }

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

a { color: #540608; }
a:visited { color: #E76100; }
a:hover { color: #EDB50F; }

pre, code{ font-size: 1.2em; }
pre { width: 100%; overflow: auto; border: 1px solid #CCC; }


/* Form
-------------------------------------------------------- */
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; }


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


/* La page
-------------------------------------------------------- */
#page { background-image: url(img/fd_page.gif); background-repeat: repeat-y; }

 
/* L'entête
-------------------------------------------------------- */
#top { height: 120px; background: url(img/fd_top.gif) no-repeat left top; }
#top h1 { height: 80px; margin: 0; }
#top h1 a { display: block; width: 320px; height: 170px; }
#top h1 a span { display: none; }


/* Le contenu
-------------------------------------------------------- */
.cat-libelle {
	color: #25579C;
	font-size: 1.2em;
	font-weight: bolder;
	margin-bottom: 10px;
	margin-top : 20px;
}
.day-date {
	marging: 0px 0px 5px 0px;
	padding: 10px 0px 5px 0px;
	color: #000;
	background-color: #FFFFFF;
	/*width: 11ex;
	position: absolute;*/
	left: -20px;
	font-size: 1.0em;
	font-weight: bold;

}
/*html>body .day-date { left: -12ex; }*/


.post {
	margin: 0;
	padding: 0;
	border-left: 1px solid #AD0022;
	padding-left: 2ex;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	border-top: 1px solid white;
	
}

.post-title { color: #FF5D00; background: transparent; margin-bottom: 0; margin-top: 0; padding-top: 10px; }
.post-title a { color: #FF5D00; background: transparent; text-decoration: none; }

.post-info {
	margin-top: 0;
	color: #666666;
	background: transparent;
	font-size: 10px;
	font-style: italic;
	padding-bottom: 1ex;
}

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

.post-content { text-align: justify; }
.post-content blockquote { font-family: Georgia, serif; font-style: italic; }
.post-content p { margin: 6px 0px 4px 0px; }

.post-info-co { text-align: right; font-size: 10px;}

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

#comments blockquote {
	margin:0;
	padding:8px;
	font-size: 90%;
}

#comments .comment-info {
	font-size: 90%;
	margin: 20px 0 0 0;
	padding:0;
}

#comments .me blockquote {
	background-color: #FFE9AF;
	color:#BF8E0B;
	border:1px solid #BF8E0B;
}


/* La barre de navigation
-------------------------------------------------------- */
#navigation {
	width: 212px;
	float: right;
}
.sidebar .separtion{
	background-image: none;
}
.sidebar {
	margin: 0 0 20px 0;
	padding: 0;
	background-image: url(img/fd_sidebar.gif);
	background-repeat: repeat-y;
}
.sidebar .top-sidebar {
	margin: 0;
	padding: 0;
	background-image: url(img/top_sidebar.gif);
	background-repeat: no-repeat;
	height: 2px;
	width: 212px;
	font-size: 0;
}
.sidebar div ul { margin: 0; padding: 0; list-style: none; }
.sidebar h2 { margin: 0; padding: 0; height: 50px;}
.sidebar h2 span { display: none; }

.sidebar a {
	font-weight: bold;
	margin-left: 0px;
	text-decoration: none;
	color: #E76100;
	display: block;
}

.sidebar a:hover {
	color: #540608;
}
.select-lien a{
	color: #540608;
	/*font-style: italic;*/
}

/* RECHERCHE
-------------------------------------------------------- */
.sidebar div#search { line-height: 2.3em; }
.sidebar #search h2 { background: url(img/t_search.gif) no-repeat -10px 0; }
#search fieldset, #search p{ margin: 0; padding: 0; }
#q { padding-left: 18px; 
background: #fff url(img/q.png) no-repeat 4px center; }
/*[color] [url(image-url) | "none"] [attachment] [position] [repeat]*/


/* CALENDAR
-------------------------------------------------------- */
.sidebar div#calendar h2 { background: url(img/t_calendar.gif) no-repeat -10px 0; }
.sidebar div#calendar table {
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}
.sidebar div#calendar table caption { margin: 0 auto; }
.sidebar div#calendar table th { color: #E20005; background: transparent; }
.sidebar div#calendar table td { width: 14%; line-height: 2em; border: 1px solid #CFB8A5; }
.sidebar div#calendar table td a {
	margin: 0;
	display: block;
	background: #C9A796;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.sidebar div#calendar table td a:hover { background: #EDB50F; color: #540608; }


/* CATEGORIES
-------------------------------------------------------- */
.sidebar div#categories h2 { background: url(img/t_categories.gif) no-repeat -10px 0; }


/* ARCHIVES
-------------------------------------------------------- */
.sidebar div#archives h2 { background: url(img/t_archives.gif) no-repeat -10px 0; }


/* LIENS
-------------------------------------------------------- */
.sidebar div#links h2 { background: url(img/t_liens.gif) no-repeat -10px 0; }


/* SYNDICATION
-------------------------------------------------------- */
.sidebar div#syndicate h2 { background: url(img/t_syndication.gif) no-repeat -10px 0; }


/* Le pied de page
-------------------------------------------------------- */
#footer { background: url(img/fd_footer.gif) no-repeat; height: 120px; font-size: 0.8em; }
#footer span {
	height: 50px;
	display: block;
	padding-top: 70px;
}
#footer a, #footer a:hover, #footer a:visited {	color: Black; }
#footer a { text-decoration: none; }
#footer a:hover { text-decoration: underline; }
#footer a#link-reims {
	margin: 12px 20px 0 15px;
	float: left;
	display: block;
	width: 78px;
	height: 100px;
}
* html #footer a#link-reims { margin: 12px 20px 0 8px; }

