@import "layout.css";
/* @import "layout-gauche.css"; */
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: #286ba1;
	color: #000;
	font-size: 80%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #286ba1 url(img/background.jpg) repeat-x center top;
}

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

h1{font-size: 2.1em;}
h2{font-size: 2.0em;}
h3{font-size: 2.0em;}
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: #2F2F2F;
}

a:visited{
	color: #000;
}

a:hover{
	color: #4F4F4F;
}

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

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

/* La page
-------------------------------------------------------- */
#page{
	color: inherit;
	background-color: #286ba1;
	background-repeat: repeat-y;
	background-position: center top;
}

/* L'entête
-------------------------------------------------------- */
#top{
	height: 100px;
	/*padding-top: 20px;*/
	background: #286ba1 url(img/header.jpg) no-repeat left top;
}

#top h1{
}

#top h1 a{
	background: url(img/home.jpg) no-repeat left top;
	margin: 0;
	width:470px;
	height:83px;
	display:block;
}

#topban{
	float:right;
	margin-top:-70px;
	margin-left:510px;
	width:470px !important;
	width:400px;
	height:83px;
	display:block;
}
/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	background: transparent;
	color: #286ba1;
	text-align: center;
	font-weight:bold;
}

#prelude a{
	color: #286ba1;
	background: transparent;
	font-weight:bold;
}

#prelude a:hover{
	color: #286ba1;
	background: transparent;
	font-weight:bold;
}

/* Bloc de transition
-------------------------------------------------------- */
#trans{
	height: 60px;
	background-color: #286ba1;
	background-image: url(img/transbar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#rss {
}
#rss a {
	background-color:#fff;
	padding:2px;
    list-style: none;
	opacity: 1.0;
	filter:alpha(opacity=100);   
}
#rss a:hover {
	background-color:#CD7EAE;
	padding:2px;
	opacity: 0.8;
	filter:alpha(opacity=80);
}


/* Le contenu
-------------------------------------------------------- */
.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #888;
	font-style: italic;
}

.post-title{
	color: #DF61BC;
	background: transparent;
	margin-bottom: 0;
}

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

.post-info{
	margin-top: 0;
	color: #DF61BC;
	background: transparent;
	padding-bottom: 1ex;
	/*border-bottom: 1px solid #FC0;*/
}

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

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

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

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

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

/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	color: inherit;
	border-bottom-width: 0px;
	border-bottom-style: none;
}

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: disc;
	padding:0 5px 0 12px;
}

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

#sidebar h3{
	font-size: 1em;
	margin: 0;
}

#sidebar div#search{
	background: transparent;
	color: inherit;
}

#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{
	/*border-top: 1px solid #F0F0F0;*/
}

#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: #493;
	background: transparent;
}

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

#sidebar div#calendar table td a{
	display: block;
	background: #EFA;
	color: #493;
	font-weight: bold;
	text-decoration: none;
}
#sidebar a{
	text-decoration: none;
	text-transform:uppercase;
}
#sidebar div#calendar table td a:hover{
	background: #DBB8DC;
	color: #636;
}

#archives {
	text-align:left;
	padding-left:20px;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	text-align:center;
	width:990px;
	height:25px;
	margin: 0;
	padding-top: 20px;
	color: #FFFFFF;
	background-color: #286ba1;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(img/footer.png);
}

#footer a{
	color: #999;
}

/* Overlay */
#overlay {
  width: 200px;
  height: 80px;
  background-color:  #FFF;
  position: absolute;
  top: 25px;
  left: 150px;
  padding-top: 10px;
  z-index: 100;
  color: #000;
  border:1px dotted #000;	
	text-align: center;
	font-size: 24px;
  filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
