@import "layout.css";
 
/* Les éléments HTML en général
-------------------------------------------------------- */

	
body{
	background: #ffffff;
	color: #666666;
	font-size: 80%;
	line-height: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, sans-serif;
}

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 #999;
}

textarea{
	width: 90%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a{
	color: #92C501;
	text-decoration:underline;
}

a:visited{
	color: #92C501;
	text-decoration:underline;
}

a:hover{
	color: #ffffff;
	background-color:#92C501;
	text-decoration:none;
}

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

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

/* La page
-------------------------------------------------------- */
#page{
	background-image:url(http://www.amomenti.com/dc/themes/amomenti3/img/background.jpg);
	background-repeat:repeat-y;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	background-color:#ffffff;
	background-image:url(http://www.amomenti.com/dc/themes/amomenti3/img/top.jpg);
	background-repeat:no-repeat;
}

#top h1{
	padding-top:0px;
	padding-left:10px;
	padding-right:200px;
	color: #ffffff;
}

#top h1 a{
	text-decoration: none;
	font-size:10px;
	font-weight:100;
	color: #ffffff;
}
#top h1 a:hover{
	color: #ffffff;
	background:none;
}


/* Le contenu
-------------------------------------------------------- */
.post-title{
	margin:0;
	color: #666666;
	text-decoration: none;
	padding:23px 3px 13px 0px;
	font-size:36px;
	letter-spacing:-3px;
	font-weight:bold;
	line-height:36px;
	font-family: Arial, Helvetica, sans-serif;
}

.post-title a{
	color: #666666;
	text-decoration: none;
	line-height:36px;
}
.post-title a:hover{
	color: #666666;
	text-decoration: none;
	padding-left:15px;
	background-color:transparent;
	line-height:36px;
}
.post-title a:visited{
	color: #666666;
	text-decoration: none;
	line-height:36px;
}
 a.lirelasuite{
	color: #92C501;
	font-weight:bold;
	text-decoration: none;
}
 a.lirelasuite:hover{
	color: #666666;
	font-weight:bold;
	text-decoration:none;
	background-color:#d0fa00;
}
 a.lirelasuite:visited{
	color: #92C501;
	font-weight:bold;
	text-decoration: none;
}

.post-info{
	margin-top: -10px;
	color: #92C501;
	background: transparent;
	padding-bottom: 1ex;
	padding-top: 1ex;
	border-bottom: 1px solid #92C501;
}

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

.post-content{
	text-align: justify;
	line-height:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.post-chapo{
	text-align: justify;
	line-height:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co{
	text-align: right;
	font-size:11px;
	line-height:1.3em;
	color:#898E79;
}

.post-info-co a{
	text-decoration:none;
	color:#898E79;
}
.post-info-co a:visited{
	text-decoration:none;
	color:#898E79;
}
.post-info-co a:hover{
	text-decoration:none;
	color:#92C501;
	background-color:transparent;
}
.comment-info{
	text-align: left;
	font-size:11px;
	line-height:1.3em;
	color:#898E79;
}
.comment-info a{
	text-decoration:none;
	color:#898E79;
}
.comment-info a:hover{
	text-decoration:none;
	color:#92C501;
	background-color:transparent;
}
#trackbacks blockquote, #comments blockquote{
	border: 0;
	margin: 1em 0 1em;
	padding:0;
	line-height:18px;
	width:483px;
	background:url(http://www.amomenti.com/dc/themes/amomenti3/img/comm-background.jpg) repeat-y;
}
#trackbacks p{
	font-size:11px;
	line-height:1.3em;
	color:#898E79;
}
.comm-deb{
	display:block;
	background-image:url(http://www.amomenti.com/dc/themes/amomenti3/img/comm-deb.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding-top:22px;
	background-color:transparent;
}
.comm-fin{
	display:block;
	background-image:url(http://www.amomenti.com/dc/themes/amomenti3/img/comm-fin.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	padding:0 10px 5px 10px;
	background-color:transparent;
}


/* La barre de navigation
-------------------------------------------------------- */
#sidebar a{
	font-family: Arial, Helvetica, sans-serif;
	display:block;
	width:90%;
	padding:2px;
	font-size:10px;
	color: #000000;
	text-decoration:none;
	font-weight:100;
}

#sidebar a:visited{
	font-family: Arial, Helvetica, sans-serif;
	display:block;
	width:90%;
	padding:2px;
	font-size:10px;
	color: #000000;
	text-decoration:none;
	font-weight:100;
}

#sidebar a:hover{
	display:block;
	width:90%;
	padding:2px;
	font-size:10px;
	color:#666666;
	text-decoration:none;
	font-weight:100;
	background-color:#ffffff;
}

a.tagcloud{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	text-decoration:none;
	font-weight:100;
}
a.tagcloud:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	text-decoration:none;
	font-weight:100;
}
a.tagcloud:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	text-decoration:none;
	font-weight:100;
}

#sidebar a.sidebar_except:hover{
	background-color:transparent;
}

#sidebar div{
	background-color:transparent;
}

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height:1em;
}

#sidebar h2, #sidebar h3{
	color: #000000;
	font-size:12px;
	font-weight:100;
	text-transform:uppercase;
	margin: 0 0 1ex 0;
	display:block;
	width:90%;
	border-bottom: solid 1px #000000;
	margin-bottom:10px;
}

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

#sidebar div#search{
	color: inherit;
	line-height: 2.3em;
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#q{
	padding-left: 18px;
	background: #fff url(http://www.amomenti.com/dc/themes/amomenti3/img/q.png) no-repeat 4px center;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	font-size:10px;
	margin: 0;
	padding: 1em;
	color: #666;
}

#footer a{
	color: #999;
	font-size:10px;
}