/**************************************
* Thème rougeCiel
* Auteur: Maurice Svay
* contact: rougeCiel@svay.com
**************************************/

/* Général
******************************************/
* { padding: 0; margin: 0; border: 0; }

body{
	padding: 0;
	margin: 0;
	background: #EEE url(img/fond.png) repeat-y center;
	font: 0.8em Tahoma, sans-serif;
	text-align: center;
	}



.invisible{clear: both;	display:none;}

code,pre,kbd {font-family:"Courier New", Courier, monospace; font-size : 1em;}
pre{display: block; overflow: auto; width: 100%;}

dt{
	margin-top: 1ex;
}

.left{
	float: left;
	margin: 0 1em 1em 1em;
}

.right{
	float: right;
	margin: 0 1em 1em 1em;
}

/* Liens
******************************************/
a:link{color:#000; background:transparent;}
a:visited{color:#844; background:transparent;}
a:hover{color:#000; background:transparent;}
a img{border:none; text-decoration: none;}
a[hreflang]:after {content: "\0000a0[" attr(hreflang) "]"; color:#999; background:transparent;}

/* Titres
******************************************/
h1,h2,h3,h4,h5,h6{font-family: "Trebuchet MS", sans-serif;}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{text-decoration: none;}
h2{font-size: 1.2em; margin: 1em 0;}
h3{font-size: 1em; margin: 0.8em 0;}
h4{font-size: 1.8em; font-weight: bold}
h5{font-size: 1em; margin: 0em 0;}
h6{font-size: 0.8em; margin: 0em 0;}

/* Prelude
******************************************/
#prelude{
	position: absolute;
	width: 100%;
	z-index: 5;
	text-align: center;
	padding-top: 0.2em;
	color: #B41A00;
	background: transparent;
}

#prelude a{
	color: #CD5C5C;
	background: transparent;
	text-decoration:none;
}

#prelude a:hover{
	color: #F0E68C;
	background: transparent;
}

/* Entete
******************************************/
#top{
	background: #DDD url(img/background.png);
	height: 150px;
	width: 100%;
	font-size: 1em;
}

#top h1{
	font-size: 1em;
	background: #B62200 url(img/rougeCiel_titre.png);
	width: 750px;
	height: 150px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

#top h1 a{
	color: #CC3300;
	text-decoration: none;
	text-align: left;
	line-height: 50px;
	
	display: block;
	position: absolute;
	width: 180px;
	height: 50px;
	left: 35px;
	top: 93px;
}

/* Page
******************************************/
#page{
	text-align: left;
	background: #FFF;
	width: 750px;
	padding: 0 0 2em 0;
	margin: 0 auto;
}

/* Contenu
******************************************/
#content{
	display: block;
	color: #333;
	background: transparent;
	width: 480px;
	margin: 20px 0px 20px 0;
	padding-right: 20px;
	float: right;
	}

#content h2{
	padding-left: 20px;
	background: #FFF url(img/sstar.png) no-repeat left;
	background-position: 0 0.1em;
	color: inherit;
}

#content h3{
	padding-left: 20px;
	background: #FFF url(img/writer.png) no-repeat left;
	background-position: 0 0.1em;
	color: inherit;
}

#content .post p{
	margin: 1em 0;
	text-align: justify;
}

#content .post:img{ 
	margin: 2px 10px 0px 0px;
  	padding: 5px;
  	border:1px solid #ddd;
	float:left;
	}

#content .post-chapo img{ 
	margin: 2px 10px 0px 0px;
  	padding: 5px;
  	border:1px solid #ddd;
	float:left;
	}
	
#content .post-chapo{
	font-size: 1em;
	font-weight: bold;
	} 
	
#content .post-chapo lettrine:first-letter{ 
	font-size:300%;
	float:left
	}
	
#content .post-content img{ 
	margin: 2px 10px 0px 0px;
  	padding: 5px;
  	border:1px solid #ddd;
	float:left;
	}


#content .lettrine:first-letter{
	font-size:300%;
	float:left
	}

#content .post blockquote, #content .chapo blockquote{
	font-style : italic;
	border-left : 5px solid #999;
	padding-left : 1em;
}

#content p.post-info{
	clear: both;
	text-align: right;
	font-size: 0.8em;
	border: 1px solid #E0E0E0;
	background: #FFF url(img/postinfo.png) repeat-x;
	color: inherit;
	
	margin-top: 0.5em;
	margin-bottom: 3em;
	padding: 0.5ex;
	-moz-border-radius: 5px;
}

#content p.post-info a{
	text-decoration: none;
}




#content .blocnote {
	clear:both; 
	margin: 5px 0px 10px 10px; 
	padding-left: 30px;
	background: #ffffff url(img/blocnote.gif);;
	width: 140px; 
	float: right;
	font-size: 1.5em;
	color: #B62200; 
	text-align:left;
	}


#content form p.field{
	margin: 1em 0;
}

#content form p.field label{
	display: block;
}

#content form input, #content form textarea{
	border: 1px solid #999;
	-moz-border-radius: 4px;
}

#content form input:focus, #content form textarea:focus{
	background-color: #EEE;
}

#content ul{
	list-style-image: url(img/puce.png);
	padding-left: 3em;
}

#content ol{
	list-style-position: inside;
}



/* Commentaires
******************************************/
#comments h3{
	margin-top: 2.5em;
}

#comments blockquote{
	background: url(img/fond_comments.gif) repeat-x;
	border: 1px #B62200;
	margin: 1.5ex 0 1em 0;
	padding: 3.5ex;
	overflow: auto;
}

#comments label{
	cursor: pointer;
	cursor: hand;
}

#comments #c_content{
	width: 100%;
}

/* Sidebar
******************************************/
#sidebar{
	background: #FFF url(img/menu.png) repeat-x;
	color: #666;
	width: 180px;
	padding:  10px 10px 0px 10px;
	margin-left: 25px;
}

#sidebar{
	/* Heureusement que SBMH est là pour IE */
	\width: 200px; 
	w\idth: 180px;
}

#sidebar *{
	color: #666;
	background: transparent;
}

#sidebar a{
	display: block;
	text-decoration: none;
}

#sidebar a:hover{
	color: #333;
	background: transparent url(img/curseur.gif) repeat-y right; /* Bling Bling No Flash */
}

#sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li:first-child{
	border-top: 1px solid #CCC;
	padding: 0.3ex 0;
}

#sidebar ul li{
	border-bottom: 1px solid #CCC;
	padding: 0.3ex 0;
}

#sidebar #calendar{
	margin: 1em 0;
	padding: 1ex;
}

#sidebar #calendar h2{
	display: none;
}

#sidebar #calendar table{
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
}

#sidebar #calendar table a{
	display: inline;
	font-weight: bold;
}

#sidebar #calendar table a:hover{
	background: #FFF;
}

* html #calendar table{
	font-size: 9pt;
}

/* Recherche
******************************************/
#search h2{
	display: none;
}

#search input{
	border: 1px solid #999;
	background: #FCFCFC;
	-moz-border-radius: 4px;
}



/* Footer ****************************/
#footer{
	clear: both;
	width: 750px;
	height: 35px;
	margin: 0 auto;
	padding: 0;
	background: url(img/footer.png) no-repeat center;
	text-align: center;
}

#footer a, #footer a:visited, #footer a:hover {
	text-decoration: none;
	color: #999999;
	background: transparent;
}