

@import "layout.css";
/* @import "layout-gauche.css"; */
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: #EEE;
	color: #000;
	font-size: 0.8em;
	line-height: 1.6em;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

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;}

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 #000f37;
	background-color:#FFFFFF;
	background-color:#f0f0f0;
	margin-bottom:5px;	
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

a{
	color: #000f37;
	text-decoration:none;
}

a:visited{
	color: #000f37;
	text-decoration:none;
}

a:active{
	color: #000f37;
	text-decoration:none;
}

a:hover{
	color: #e2007a;
	text-decoration:none;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

/* La page
-------------------------------------------------------- */
#page{
	background: #fff url(img/page.png) repeat-y center top;
	color: inherit;
	width: 780px;
	margin: 0em auto;
	text-align: left;
}

#main{
	float: left;
	width: 520px;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 200px;
	margin: 0;
	background: #FFF url(img/top.png) no-repeat left top;
}

#top h1{
	height: 80px;
	line-height: 80px;
	margin: 0 0 0 40px;
	padding-top: 20px;
	color: #FFFFFF;
	margin: 0;
	display:none;
}

#top h1 a{
	text-decoration: none;
	color: #FFFFFF;
}

/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	background: transparent;
	color: #DFDFDF;
	text-align: center;
	position: absolute;
	width: 780px;
	top: 7px;
	left: 50%;
	margin: 0 0 0 -390px;
	padding: 0 1ex;
}

#prelude a{
	color: #DFDFDF;
	background: transparent;
}

#prelude a:hover{
	color: #666;
	background: transparent;
}

/* Le contenu
-------------------------------------------------------- */

#content{
	margin: 0 0px 30px 20px;
	padding: 0 0 0 0;
}


#decor-post{
	margin-top: 10px;
	background-image: url(img/fd_msg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	
	width:525px;
	margin-bottom:20px;
	padding-bottom:10px;
}

.post{
	width:525px;
}


.day-date{
	padding-left: 20px;
	margin-left: -15px;
	color: #888;
	background: transparent url(img/day-date.png) no-repeat left center;
	font-size:0.8em;
	margin-top:10px;
	height:15px;
	padding-top:0px;
}

.post-title{
	color: #e2007a;
	margin-bottom: 0;
	padding-left:15px;
	padding-top:10px;
	font-weight:normal;
	font-size:1.6em;
	background-color: transparent;
	background-image: url(img/fd_titre.gif);
	background-repeat: no-repeat;
	width:525px;
}

.post-title a{
	color: #e2007a;
	background: transparent;
	text-decoration: none;
}

.post-info{
	margin-top: 0;
	padding-left:15px;
	padding-right:30px;
	color: #000f37;
	background: transparent;
	font-size:0.8em;
	/*border-bottom: 1px solid #FC0;*/
}

.post-info a{
	color: #000f37;
	background: transparent;
	text-decoration: none;
}

.post-chapo{
	width:400px;
	margin-top: 0;
	color:#000f37;
	font-weight:bold;
	margin-top: 15px;
	margin-bottom: 15px;
}

.post-content{
	margin-top: 0;
	padding-top:0;
	padding-left:15px;
	padding-right:110px;
	text-align: justify;
	color:#000f37;
	font-size:0.85em;
	padding-bottom:30px;

}

p{
	margin: 0 0 0 0px;
	padding: 0 0 0 0;
	
}

.post-content blockquote{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

.post-info-co{
	text-align: right;
	font-size:0.85em;
	padding-right:85px;
}

.post-info-co a:link{
	text-decoration:none;
}

#trackbacks {
	font-size:0.85em;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #e2007a;
	margin: 1em 0;
	padding: 1ex 1em;
		width:495px;
}

#trackbacks h3{
	color:#8b9e01;
	width:520px;
	color:#000f37;
	font-size:1.2em;
	border-bottom:1px solid #999999;

}

#comments {
	font-size:0.85em;
}

#comments h3{
	color:#8b9e01;
	width:520px;
	color:#000f37;
	font-size:1.2em;
	border-bottom:1px solid #999999;

}

/* La barre de navigation
-------------------------------------------------------- */

#sidebar{
	float: right;
	margin-top:7px;
	padding-bottom: 4em;
	width: 220px;
}

#sidebar div{
	margin: 0 30px 0 0;
	padding: 1ex 1em;
}


#sidebar a:link, #sidebar a:visited, #sidebar a:active{
	font-size:0.85em;
	color:#000f37;
	text-decoration:none;
	font-weight:normal;
}

#sidebar a:hover{
	font-size:0.85em;
	color:#e2007a;
	text-decoration:none;
}

#sidebar div{
	border-bottom: 0px solid #F0F0F0;
	color: inherit;
}

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar h2, #sidebar h3{
	color: #000f37;
	margin: 0 0 1ex 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.85em;
	font-weight:bold;
	background-image: url(img/puce_titre.gif);
	background-repeat: no-repeat;
	padding-left:14px;
}

/*#sidebar h3{
	font-size: 1em;
	margin: 0;
}*/

#sidebar div#search{
	background: transparent;
	color: inherit;
	border-bottom:0px solid #ffffff;
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#search label{
	margin: 0;
	padding: 0;
}

#q{
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat 4px center;
}

#sidebar div#calendar{
	padding-top:10px;
	border-bottom:10px solid #ffffff;
}

#sidebar div#calendar table{
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
	margin-bottom:7px;

}

#sidebar div#calendar table caption{
	margin: 0 auto;
	background-color:#FFFFFF;
	text-align:left;
	text-indent:5px;
	color:#e2007a;
}

#sidebar div#calendar table th{
	color: #000f37;
	background-color:#FFFFFF;
}

#sidebar div#calendar table td{
	width: 14%;
	line-height: 2em;
	border: 1px solid #000f37;
}

#sidebar div#calendar table td a{
	display: block;
	background: #e2007a;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #000f37;
	color: #FFFFFF;
}

#sidebar div#categories{

	border-bottom:0px solid #ffffff;
}


#sidebar div#categories a:link {
	font-size:0.85em;
	color:#e2007a;
	text-decoration:none;
}

#sidebar div#categories a:hover{
	font-size:0.85em;
	color:#000f37;
	text-decoration:none;
}


#sidebar div#archives{

	border-bottom:0px solid #ffffff;
}

#sidebar div#links{

	border-bottom:0px solid #ffffff;
}




/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	padding: 1em;
	border-top: 1px solid #CCC;
	background: #EEE;
	color: #666;
	padding: 1ex 1em 1ex 1em;
	margin : 0;
	clear: both;
	font-size:0.8em;
	height:90px;
}


#footer a{
	color: #999;
}