/* Ce fichier définit le style visuel pour les différents éléments du blog.
 * Dans l'ordre, vous trouverez les règles qui définissent l'apparence pour:
 * - les éléments HTML en général
 * - la page
 * - l'entête
 * - le prélude
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 * L'agengement des blocs est défini dans le fichier layout.css
 * Pour mettre la barre de navigation à gauche, décommentez l'appel à 
 * layout-gauche.css
 */

@import "layout.css";
@import "layout-ie.css"; /*Permet de corriger les bugs de IE6*/
 
/* Les éléments HTML en général
*******************************************************************************/
body{
	background: url(http://www.overmyshoulder.org/themes/Floralis/img/bgoms.jpg);
	color: #bbb;
 	font-size: 13px;
	line-height: 20px;
 	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}

h2, h3{
	color: #888;
	background: #dbd7da;
	padding: 2px 5px 2px 5px;
}

h1{font-size: 1.5em;}
h2{font-size: 1.3em;}
h3{font-size: 1em;}


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

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

html>body pre {
	overflow: auto;
	width: auto;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input{
	border: 1px solid #999;
}

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

a{
	color: #666;
	text-decoration: none;
}

a:visited{
	color: #666;
}


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

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

/* La page
*******************************************************************************/
#page{
 	background: #000000 /*url(img/page.png) repeat-y center top;*/
	color: inherit;
}
 
/* L'entête
*******************************************************************************/
#top{
	height: 190px;
 	background: url(img/top.gif) no-repeat left bottom;
	border-bottom: 1px solid #c4c4c4;
}

	#top h1{
		height: 80px;
		line-height: 80px;
		margin: 0 0 0 20px;
		padding-top: 0px;
		color: #e8cdcd;
	}
	
		#top h1 a, #top a{
			text-decoration: none;
			color: #e8cdcd;
			border-bottom: none;
		}
			
			#top p{
				color: #e8cdcd;
				margin-top: -35px;
				margin-left: 20px;
			}
			
			#top p:hover, #top h1 a:hover{ color: #FBF8F8;}
			
				#top #deroule {
					margin-top: 125px;
					margin-left: 450px;
					font-size: 11px;
				}
				#top #deroule a{color: #FBF8F8;}
/* Le prélude
*******************************************************************************/ 
#prelude{
 	background: transparent;
	color: #DFDFDF;
	text-align: center;
}
 
 	#prelude a{
 		color: #DFDFDF;
		background: transparent;
 	}
	
	#prelude a:hover{
		color: #666;
		background: transparent;
	}
	
/* Le contenu
*******************************************************************************/

#main{
	background: #000 /*url(img/pageyou.png) repeat-x center top*/;
}

.post{ background: #000;}

.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #888;
	background: ;
	font-style: italic;
}
	
.post-title{
	color: #000;
	background: #fc03b9;
	padding: 2px 5px 2px 5px;
	margin-bottom: 0;
	margin-top: 0px;
}

	.post-title a{
		color: #000;
		background: transparent;
		text-decoration: none;
	}
	
.post-info{
	margin-top: 0;
	background: #000;
	font-size: 11px;
	color: #999;
	padding: 0 5px 0 5px;
}

	.post-info a{
		color: #666;
		background: transparent;
		text-decoration: none;
	}
	
.post-content, .post-chapo{
	text-align: justify;
	background: #000000;
	padding: 0 5px 0 5px;
	margin-top: -13px;
	margin-bottom: -13px;
}

.post-chapo{
	text-align: justify;
	background: #edebec;
	padding: 0 5px 0 5px;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
	padding-left: 8px;
	border-left: 5px solid #dbd7da;
}

.post-info-co{
	text-align: right;
	font-size: 11px;
	font-style: italic;
	background: #edebec;
	border-bottom: 1px dotted #e6e1e4;
	color: #888;
	margin-bottom: 0px;
	padding: 0 5px 0 5px;
}

.post-info-co a{color: #888; text-decoration: none; border-bottom: none;}

#trackbacks, #comments {
	background: #edebec;
	padding: 0 5px 15px 5px;
	margin-top: -13px;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #e6e1e4;
	background: #f2f0f1;
	font-style: italic;
	margin: 1em 0;
	padding: 1ex 1em;
}

#trackbacks h3, #comments h3 {
	margin: 0 -5px 0 -5px;
}

input, textarea{
	background-color: #faf8f9;
	color: inherit;
	border: 1px inset #e6e2e5;
}

.preview, .submit{
	border: 1px outset #e6e2e5;
	background: #e6e2e5;
}

.comment-number a{
	font-size: 1.4em;
	border-bottom: none;
	color: #cac7c9;
}

.comment-info strong{
	border-bottom: 10px solid #e6e1e4;
	padding-bottom: 6px;
}

.comment-info a{border: none;}
/* La barre de navigation
*******************************************************************************/
#sidebar{
background: #000;
}

#sidebar div{
	color: inherit;
	background: #000;
	padding-bottom: 15px;
	margin: -13px 10px -13px 10px;
}

	#sidebar div ul{
		display: inline;
		padding: 0;
		margin: 0 5px 0 5px;
		list-style: none;
	}

#sidebar h2{
	margin-bottom: 5px;
}

#sidebar li{
	background: #000;
	display: inline;
	padding: 0 5px 0 5px;
	border-right: 1px dotted #e6e1e4;
	font-size: 12px;
	
}

#sidebar div#search{
	background: #000;
	color: inherit;
	margin-top: 0px;
	color: #fc03b9;
	padding-left: 5px;
	line-height: 2.3em;
}
	#q{width: 250px;}
	
	#search fieldset, #search p{
		margin: 0;
		padding: 0;
	}

	#submitrecherche{
		border-style: outset;
	}
	
#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 div#calendar table td a:hover{
		background: #DBB8DC;
		color: #636;
	}

/* Le pied de page
*******************************************************************************/	
#footer{
	padding:1em;
	border-top: 1px solid #C4C4C4;
	background: #edebec;
	text-align: center;
	color: #666;
}

#footer a{
	color: #999;
}

