@import "layout.css";

body {
	font-family : Tahoma,Arial,Helvetica,sans-serif;
	font-size : 80%;
	color: #cacaca;
	background : #171717 url('images/back.jpg') repeat-y center;;
	text-align: center;
}


/*Formulaires*/
input, textarea{border: 1px solid #DDD;background: #F2F2F2;color: #333;}
textarea{width: 100%;}
input:focus, textarea:focus{border: 1px solid #999;}
fieldset{border: none;}

img{
	border: 0px none;
}

code, pre{font-family: "Courier New", monospace; font-size : 1em;}


pre {
	background: #EEE;
	color: #cacaca;
	border: 1px solid #DDD;
	margin : 0 auto;
	margin-bottom : 1em;
	padding : 0.5em;
	text-align:left;
	white-space:normal;
		/* cach? pour IE 5 Mac qui sait pas faire - Ne pas supprimer cette ligne  \*/
		white-space:pre;
		width: 95%;
		overflow : auto;
}


	
acronym, abbr{border-bottom: 1px dotted;cursor : help;}
q{font-style : italic;}

a{color : #cacaca;}
a:hover, a:focus, a:active{color: #fff; text-decoration:underline;}
a[hreflang]:after {content: "\0000a0[" attr(hreflang) "]";color : #666;}

h2, h3 {
	font-family : Tahoma,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: 1.0em;}

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

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

/* Page
****************************************************************/
#page {
	background: #1F1F1F;
}
/* Main
****************************************************************/

#main {
	background: #1F1F1F;
	color: inherit;
	overflow: hidden; 
}


#prelude{
	text-align: center;
	color: #4C5962;
}

#prelude a{
	color: #4C5962;
	background: transparent;
}

#prelude a:hover{
	color: #999;
}


/* Top
****************************************************************/
#top {
	background : url('images/smallTop.jpg') top center no-repeat;
	height : 100px;
	width : 830px;
}
	

#top h1{
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 1.2em;
	text-align: left;
	color: #ffffff;
}

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


/* Contenu
****************************************************************/


#content {
	margin-top: 3px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.day-date{
	display: none;
}

.post {
	padding-bottom : 2px;
	margin : 0 0 0.4em 2em; 
	text-decoration: none;
	background: #2a2a2a url('images/font.gif') bottom left no-repeat;;
}

.post a{
	color: #008dd6;
	text-decoration:underline;
}

.post a:hover{
	color :#008dd6;
	text-decoration:none;
}


.post-content img{

padding: 0.5em; margin: 2px 1px 0px 2px; background-color: #1F1F1F; 
text-align: center;

}

/* post-title */
.post-title {
	color : #fff;
	padding-left : 3px;
	margin-left: 3px; margin-right:0; margin-top:0; margin-bottom:0
}

.post-title a {
	color : #008dd6;
	text-decoration : none;
}

.post-title a:hover {
	color : #008dd6;
	text-decoration : none;
}

/* post-info */
.post-info{
	padding-left : 3px;
	margin-left: 3px;
	font-size: 0.85em;
	margin-top: 0;
	color: #cacaca;
	background: transparent;
}

.post-content, .post-chapo{
	padding-left : 3px;
	margin-left: 3px;
	padding-right : 3px;
	margin-right: 3px;
	line-height: 1.6em;
	text-align: justify;
	color: #ffffff;
	font-size: 0.85em;
	background: transparent;
}


/* post-info-co */
.post-info-co {
	clear: both;
	font-size: 0.85em;
	text-align: right;
	margin-bottom: 2px;
		margin-right: 3px;
}

.post-info-co span{
	display: none;
}

.post-info-co a{
	padding-left: 19px;
}

/* Comments
***********************************************************/

#comments span{
	display: none;
}

#comments blockquote{
	text-align: justify;
	color: #ffffff;
}

.commentid{
	border-right: 1px solid #DDD;
	text-decoration: none;
	color: #999;
	background: transparent;
	padding: 3px 6px;
}

.field label{
	display: block;
	cursor: pointer;
	cursor: hand;
}


/* Sidebar
**************************************************************/

#sidebar {
	background : #2a2a2a;
	padding-top:3px;
	margin-top:3px;
	color: inherit;
	font-size: 0.85em;	
}

#sidebar div{
	margin-left: 10px;
	margin-right: 10px;
}

#sidebar h2 {
	color: #008dd6;
	padding: 1px;
	font-size: 1.2em
}

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

#sidebar a{
	text-decoration: none;
}

#selection h2{
	color: #000;
}

/* Bloc de commentaire
**************************************************************/

blockquote{
	background: #2a2a2a;
	border: 1px solid #E0E0E0;
	padding-bottom: 5px;
	margin: 0; padding-left:5px; padding-right:5px; padding-top:5px
}

#comments {
	font-size: 0.85em;
	padding : 6px;
	margin-bottom : 1em; 
	background: #2a2a2a;
	color:#d0c9bf;
}


/* Liens */
#links h3{
	color: #999;
	background: transparent;
	margin-bottom: 0.5ex;
	font-size: 0.85em;
}

#links a{
}

#links a:visited{
}

/* Footer
****************************************************************/

#footer {
	background: #2a2a2a;
	color: #fff;
	text-align: center;
	font-size: 0.85em;
}

#footer a{
	color: #008dd6;
	background: transparent;
	font-weight: bold;
	text-decoration: none;
}

.pagination {
	font-size:0.85em;
	color: #008dd6;
	text-align: center;
}

.pagination a{
	color: #DBDBDB;
	text-decoration: none;
}


#tagcloud ul { margin: 0; padding: 0 1em; display: block; }

#tagcloud li { display: inline; margin: 0 0.1em; padding: 0; background-image: none; }

/* niveaux des tags */
#tagcloud li.level-1 { font-size: 1em; }
#tagcloud li.level-2 { font-size: 1.3em; }
#tagcloud li.level-3 { font-size: 1.6em; }
#tagcloud li.level-4 { font-size: 2em; }
#tagcloud li.level-5 { font-size: 2.3em; }

/* couleur des liens des tags */
#tagcloud li.level-1 a { color: #a8cf02; }
#tagcloud li.level-2 a { color: #0000FF; }
#tagcloud li.level-3 a { color: #D27AFF; }
#tagcloud li.level-4 a { color: #C0BA65; }
#tagcloud li.level-5 a { color: #C03865; }