/*
 *
 * Contributor(s):
 *  Thomas Taglang
 */

@import "layout.css";
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: #E6E6E6;
	color: black;
	font-size: 80%;
	line-height: 1.4em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

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

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


h2 a:visited{color: #FFFFFF;}
h2 a:hover{color: #FFFFFF;}

pre, code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #FFFFFF;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #666;
        background:  #fff;
        color: #000;
}

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

a{
	color: #0174DF;
	text-decoration: none;
	font-weight:normal;
}

a:visited{
	color: #0174DF;
}

a:hover{
	color: #0174DF;
	text-decoration:underline;
}

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

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

/* La page
-------------------------------------------------------- */
#page{
	background : #FFFFFF;
	color: inherit;
	height:inherit;
}

#page_large{
	background : #FFFFFF;
	font-size: 70%;
	line-height: 1em;
	color: inherit;
	height:inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 135px;
	text-align:right;
}

#top h1{
	height: 80px;
	line-height: 80px;
	margin: 0 0 0 40px;
	padding-top: 20px;
	color: #FFFFFF;
}

#top h1 a{
	text-decoration: none;
	color: #FFFFFF;
}

/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	background: transparent;
	color: #FFFFFF;
	text-align: center;
}

#prelude a{
	color: #FFFFFF;
	background: transparent;
}

#prelude a:hover{
	color: #c30;
	background: transparent;
}

/* Le contenu
-------------------------------------------------------- */
.day-date{	
        display: none;
	color: #FFFFFF;	
	font-style: italic;
}

.post-title{
	color: #0174DF;
	margin-top: 5px;
	margin-bottom: 0;
        background: #FFFFFF;
        padding-left: 0px;
}

.post-titlerosa{
        color: #0174DF;
	 margin-top: 5px;
         margin-bottom: 0;
         background: #FFFFFF;
         padding-left: 0px;
}

.post-rosa{

color:#0174DF;
}


.post-title a{
	color: #FFFFFF;
	background: transparent;
	text-decoration: none;
	font-weight:bold;
}

.post-info{
	margin-top: 0;
	color: #FFFFFF;
	background: #FFFFFF;
	border-bottom: 1px dotted #999999;
	font-size: 0.8em;
        text-align: right;
        
}

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

.post-content_release{
	text-align: justify;
	font-size: 0.8em;
	font-style: italic;
}

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


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

.post-info-co{
	color: #FFFFFF;
	text-align: right;
        font-size: 0.8em;
        border-top: solid 1px #999999;
        background: #BCBCBC;
        margin-right: -5px;
        margin-left: -5px;
        padding: 0 5px 0 5px;
}


.post-info-co a{
        text-decoration: none;
}

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

/* La barre de navigation
-------------------------------------------------------- */

#sidebar small{
font-size:10pt;
}


#sidebar div{
	/*border-bottom: 1px solid #F0F0F0;*/
	/*height: 150px; */
	color: inherit;
}

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

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

#sidebar h3{
	font-size: 1em;
	margin: 0;
}
Â©
#sidebar div#search{
	background: transparent;
	color: inherit;
	/*line-height: 2.3em;*/
}

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

#q{
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat 4px;
}

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

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

#sidebar div#calendar table td a{
	display: block;
	color: #9CB2C7;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	color: #9CB2C7;
}


.apropos{
  font-size: 0.8em;
}

.linksamateur{
	list-style-type: square; color: #FFFFFF; 
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	padding-top: 5em;
	background: #FFFFFF;
	color: #354653;
	font-size: 8px;
    text-align: center;
}

#footer a{
	color: #9CB2C7;
}


#footer a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

/* Pagination
-------------------------------------------------------- */
.pagenav {
	/*font: 0.9em; */
}

p.pagenav a {
	background : #354653;
	color: white;
	padding:2px;
	border: 1px solid #bbb;
	text-decoration: none;
	font-size:90%;
}

p.pagenav a:hover {
	background:#598F9A;
	color:white;
}

p.pagenav strong {
	color: white;
	padding:2px;
	border: 1px solid #bbb;
}

.kant{
	color: #FFFFFF;
	font-size: 10px;
    text-align: left;
}

