@import "layout.css";

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

body{
	color: #fff;
	font-size: 70%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	background : #222 url(img/background.jpg) repeat-x;
	scrollbar-base-color:#000;
  scrollbar-3dlight-color:#000;
  scrollbar-arrow-color:#000;
  scrollbar-darkshadow-color:#222;
  scrollbar-face-color:#C51E21;
  scrollbar-highlight-color:#C51E21;
  scrollbar-shadow-color:#222;
  scrollbar-track-color:#000;
}

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

ul{
	list-style-type: square;
}

h1{font-size: 1.0em;}
h2{font-size: 1.0em; color: #C51E21;}
h3{font-size: 1.0em;}
h4{font-size: 1.0em;}
h5{font-size: 1.0em;}
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: #C51E21;
}

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: #000000 none;
	border: 1px solid Gray;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 165px;
	margin-top: 10px;
}

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

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

/* 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: C51E21;
	border-bottom: 1px solid Gray;
}

.post-title a{
	color: C51E21;
	background: transparent;
	text-decoration: none;
}

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

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

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

.post-content{
	text-align: justify;
	background: #000 none;
	border: 1px solid #ddd;
	padding: 5px;
}

.post-content:hover{
	background: #000 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 #e5e5e5;
	margin: 1em 0;
	padding: 1ex 1em;
	background-color: #000;
}

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

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

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

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

#sidebar h2, #sidebar h3, #leftsidebar h2, #leftsidebar h3{
	color: C51E21;
	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: #000 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: C51E21;
	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 Gray;
	color: #666;
	font-size: 0.9em;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 10px 0 10px 0;
}

#footer a{
	color: #999;
}

 /* --- 
NAVIGATION HORIZONTALE
--- */
ul#nav-box {
	margin: 0 0 1.5em 0;
	padding: 5px 1em 5px 0;
	list-style-type: none;
	background-color: #222;
	color: 40567B;
	font-weight: bold;
	font-size: 0.9em;
	text-align: left;
}
ul#nav-box li {
	display: inline;
	padding : 5px 0;
}
ul#nav-box li a {
	padding: 5px 1em 5px 1em;
	color: #ff9933;
	text-decoration: none;
	border-right: 1px solid #fff;
}
ul#nav-box li a:hover {
	background-color: #222;
	color: White;
	border-right: 1px solid #fff;
}

#radio{
border: none;
}
