@import "layout.css";

*{
	padding:0;
	margin:0;
}

/* Style général
********************************************/
body{
	background-color: #000;
	color: #BDAB92;
	font-size: 76%;
	font-family: Georgia;
	border-top: 0px solid #DDD;
}

pre {
	border: 1px solid #CCC;
	font-size: 1.1em;
	line-height: 1.2em;
	overflow: auto;
	width: 100%;
}

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

acronym, abbr{
	border-bottom: 1px dotted;
	cursor : help;
}

a{
	color: #000;
	background: transparent;
}

a[hreflang]:after{
	content: "\0000a0(" attr(hreflang) ")";
	color: #white;
	background: transparent;
}

a:visited{

	/*background:url(img/lien.gif) repeat-x;
background-position:0px 14px;
text-decoration:none;*/
color:white;
}


a img{
	border: 0;
}

fieldset{
	border: none;
	width: 100%;
}

label{
	cursor: pointer;
	cursor: hand; /* pour IE */
}

input[type=text], textarea{
	/*border: 1px solid #AAA;*/
}

input[type=text]:focus, textarea:focus{
	/*border: 1px solid #666;*/
}

textarea{
	width: 99%;
}

/* 
Classes spéciales pour insérer des images par exemple 
Les élements rendus "flottants" avec ces classes ne
dépassent pas du billet grâce à la classe .post-info-co
*/
.right{
	float: right;
	margin-left: 1em;
}

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

/* Page
********************************************/
#page{
	background: #000 ;
	border-right:solid 0px #4C5F6B;
}

/* Top
********************************************/
#top{
	color: #00365B;
	background: #FFF url(img/bandeau.jpg) no-repeat;
	margin-top:25px;
}

#top h1{
	margin: 0;
	line-height: 100px;
	padding-left: 10px;
}
#top h1 a img{
border:0px solid red;
margin-bottom:10px;
}
#top h1 a{
	text-decoration: none;
	color: #666;
	background: transparent;
	
}

#prelude{
	font-family:Arial;
	font-size:11px;
	color: #000;
	background: url(img/test2.gif) repeat-x;
	float:left;
}

#prelude p {
padding:4px 0 0 5px;
margin:0;
}

#prelude a{
	color: #000;
	background: transparent;
	text-decoration: none;padding-left:10px;
	padding-left:3px;
	padding-right:3px;
}

#prelude a:hover{
	color: #000;
	background: #F1F1F1;
	padding:3px;
}

/* Contenu
********************************************/
#content{
	line-height: 1.2em;
	clear:left;
}
#content img{
	padding-bottom:4px;
}

.day-date{
	padding-bottom: 5px;
	color: #999;
}

.post{
background:#383229 url(img/bord_haut.gif) no-repeat;
	margin-right:-10px;
	padding-right:30px;
	margin-left:-10px;
	padding-left:30px;
	padding-top:30px;
}
.post1{
background:#383229 url(img/bord_haut.gif) no-repeat;
	/*margin-bottom: 1.5em;
	margin-top: 1.5em;*/
	margin-right:-10px;
	padding-right:30px;
	margin-left:-10px;
	padding-left:30px;
	padding-top:30px;
	/*padding-right:-10px;*/
	
}
.post1 a{
	color:white;
}
.bas_post1{
background: url(img/bord_bas.gif) no-repeat;
	/*margin-bottom: 1.5em;
	margin-top: 1.5em;*/
	margin-right:-10px;
	padding-right:10px;
	margin-left:-10px;
	padding-left:10px;
	/*line-height:1.0em;*/
	/*padding-top:10px;*/
	/*padding-right:-10px;*/
}
.post2{
background:#433D33 url(img/bord_haut2.gif) no-repeat;
	/*margin-bottom: 1.5em;
	margin-top: 1.5em;*/
	margin-right:-10px;
	padding-right:30px;
	margin-left:-10px;
	padding-left:30px;
	padding-top:30px;
	/*padding-right:-10px;*/
	
}
.post2 a{
	color:white;
}
.bas_post2{
background: url(img/bord_bas2.gif) no-repeat;
	/*margin-bottom: 1.5em;
	margin-top: 1.5em;*/
	margin-right:-10px;
	padding-right:10px;
	margin-left:-10px;
	padding-left:10px;
	/*line-height:1.0em;*/
	/*padding-top:10px;*/
	/*padding-right:-10px;*/
}

#content ul{
	list-style: none;
	display: block;
}

#content ul li{
	/*padding: 5px 0;*/
	/*border-bottom: 1px solid #EEE;line-height: 0.8em;*/
}

#content ul li a{
	display: block;
}

#content h2{
	font-family:Arial;
	padding-bottom: 0px;
	background: transparent url(img/sstar4_save.jpg) no-repeat left center;
	margin-bottom: 0;
	font-size:22px;
	font-weight:bold;
	/*color:#D1DB2D;*/
	text-transform:uppercase;
	line-height:1em;
}
#content a{
	/*color:white;*/
}
#content h2 a{
	color: #D1DB2D;
	background: transparent;
	text-decoration: none;
}
#content h2 a:hover{
	color:#D1DB2D;
}
#content h3, #content h4, #content h5, #content h6{
	color: #666;
}
#post-title h2{
	color:#D1DB2D;
	font-size: 22px;
	margin-left:0px;
}
.post-title33{
	color:#D1DB2D;
	font-size: 22px;
	margin-left:0px;
}
#post-title img{
	color:#000;
	font-size: 22px;
	margin-left:0px;
	padding-bottom:0px;
}
.post-title{
	color:#000;
	font-size: 18px;
	margin-left:0px;
}
/*************************************************************************************************************/
.post-title-bleu{
	color:#00B6E1;
	font-size: 22px;
	margin-left:0px;
}

.post-title-rose{
	color:#E792B5;
	font-size: 22px;
	margin-left:0px;
}
.post-title-orange{
	color:#E05D26;
	font-size: 22px;
	margin-left:0px;
}
.post-title-jaune{
	color:#D1DB2D;
	font-size: 22px;
	margin-left:0px;
}
/*************************************************************************************************************/
.post_auteur{
	color:#000;
	font-size: 12px;
	padding:2px;
}

.post-info{
	clear: both;
	text-align: right;
	font-size: 0.8em;
	border: 1px solid #E5EFD5;
	background: #f0f; 
	color: inherit;
	
	margin-top: 0.5em;
	margin-bottom: 3em;
	
	padding: 0.4ex;
	padding-right:7px;
	-moz-border-radius: 7px;
}

.post-info span{
	display: none;
}

.post-info a{
	color: #666;
	background: transparent;
	padding-left: 0.5ex;
	text-decoration: none;
}

.post-content a{
background:url(img/lien.gif) repeat-x;
background-position:0px 14px;
text-decoration:none;
color:white;
}

.post-content{
	text-align:justify;
	margin-top:20px;
	color:#BDAB92;
}
.post-chapo{
color:#BDAB92;
}
.post-chapo a{
color:white;
}
.post-chapo p{
line-height:1.7em;
}
.post-auteur a:hover{
	color:#000;
}

.post-content p{
	text-align: justify;
	font-size: 12px;
	line-height:1.7em;
	
}

.postcontent img{
	max-width: 239px;
	padding-top:2px;
	margin: 0pt 1em 0em 0pt;
	float: left;	
}
.postcontent form{
	font-family:Arial;
	font-size:11px;
	padding-left:0px;
}
.postcontent #submit{
	border: 0px solid #CCC;
	background: transparent url(img/fleche.gif) no-repeat;
	margin-top:0px;
}
.postcontent input{
	border-right:solid 1px #CFCFCF;
	border-bottom:solid 1px #CFCFCF;
	border-top:solid 1px black;
	border-left:solid 1px black;
}
.postcontent p{
	text-align: justify;
	font-size: 12px;
	line-height:1.2em;
}

.post-content img{
	/*max-width: 239px;
	padding-top:2px;
	margin: 0pt 1em 0em 0pt;
	float: left;*/
	/*width:239px;*/
}
.lettrine{
	float:left;
	margin: 5pt 5pt -1.66em 0em; 
	/*border:10px solid red;*/
}

.post-info-co{
	clear: both;
	text-align: right;
	/*background:url(img/infobulle.gif) no-repeat;*/
	margin-top:5px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:14px;
	font-family:Georgia;
	font-size:12px;
	color:#DE842A;
}
.post-info-co a{
color:#DE842A;
}
.post-info-co img{
/*background:red;*/
vertical-align:middle;
}

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

.post-info-co a, .post-info-co a:visited{
	text-decoration: underline;
	color: #DE842A;
	padding-left: 2px;
}

.post-info-co a:hover{
	text-decoration: underline;
	color: #D1DB2D;
	padding-left: 2px;
}

.comment-info{
	margin-bottom: 0;
	color:#534B3E;
	font-size:12px;
}


#trackbacks{
padding-left:18px;
padding-right:18px;
}
#comments{
background-color:#6D6557;
padding-left:18px;
padding-right:18px;
color:black;
margin-left:-10px;
margin-right:-10px;
}
#comments .comments1{
	background:#6D6557;
	margin-left:-18px;
	padding-left:-18px;
	margin-right:-18px;
	padding-right:-18px;
}
#comments .comments2{
	background:#7A7265;
	margin-left:-18px;
	padding-left:-10px;
	margin-right:-18px;
	padding-right:-18px;
}
#comments h3{
	color:#00B6E1;
}
#comments blockquote, #trackbacks blockquote{
	text-align: justify;
	border: 0px dotted #CCC;
		padding-left:18px;
	padding-right:18px;
}

.field label{
	/*display: block; */
	color:white;
}
.field input{
	margin-left:25px;
	/*border:1px solid red;*/
}

#separe{
	background:url(img/separe.gif) left no-repeat;
	/*background:url(img/separe.gif) right no-repeat;
	*/
	margin-left:-10px;
	margin-right:-10px;
	
	width:563px;
	
}
/* Sidebar
********************************************/
#sidebar h2{
font-family:Georgia, "Times New Roman", Times, serif;
}
#sidebar{
	/*background-color:#fff;*/
	/*height:1500px;*/
	/*overflow:hidden;*/
	/*min-height:1800px;*/
	/*padding:5px;*/
}
#sidebar div{
	color: #000;
	position:relative;
	clear:both;
	border:solid 0px red;
	/*margin-right:10px;*/
	
}

#sidebar h3{
	padding-left: 16px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1em;
	background: #fff url(img/linkscat.png) no-repeat left center;
}



/* haut calendrier
********************************************/
#haut_calendrier{
	background:url(img/fond_4.gif) top right no-repeat;
	height:10px;
	line-height:0.8em;
	width:209px;
	float:right;
	margin-right:-1px;
}
/* haut calendrier
********************************************/

/* Calendar
********************************************/
#cal{
	background-color:#f00 !important;
	width:100px;
}
#calendar{
float:right;
	text-align: center;
	background:#383229;
	padding-left:20px;
	width:206px;
}

#calendar_bas{
	float:right;
	background:url(img/fondd.gif) bottom right no-repeat;

}

#calendar h2{
	width:130px;
	text-align: left;
	background:transparent;
	padding-left:20px;
	font-family:Arial;
	font-size:14px;
	text-transform:uppercase;
	color:#00B6E1;
}

#titrenoir{
/*font-family:Arial;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;*/
}
#titrerouge{
font-family:Arial;
	font-size:14px;
	color:#BDAB92;
	text-transform:uppercase;
}

#calendar table{
	margin: 0 auto;
	font-size: 0.8em;
	color:#BDAB92;
	border:0px solid red;
	width:180px;
	font-family:Georgia;
	font-size:12px;
}
#calendar .navig1{
	color:#00B6E1;
	font-weight:normal;
	text-align:right;
}
#calendar .navig2{
	color:#00B6E1;
	font-weight:normal;
	text-align:left;
}

#calendar td{
	/*background:red;*/
	width:20px;
}

#calendar tr{
height:20px;
}

#calendar table caption{
	margin: 0 auto;
}

#calendar abbr{
	border-bottom: none;
}

#calendar th{
	border-bottom: 1px solid #CCC;
}

#calendar a{
	color: #00B6E1;
	background: transparent;
	font-weight: bold;
	text-decoration:none;
	font-size:12px;
}
#calendar a:hover{
	color:#00B6E1;
}
/* Calendar
********************************************/

/* Search
********************************************/
#search{
	float:right;
	padding-top:25px;
	padding-left:20px;
	background:#383229 url(img/search.gif) top right no-repeat;
	width:189px;
	height:65px;
}
#search h2{
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:14px;
	line-height:0.8em;
	color:#E792B5;
}

#search .field{

/*background:url(img/newsletter.gif) left no-repeat;*/
/*background:#BDAB92;*/
/*width:138px;
height:23px;*/
/*border:1px red solid;*/
}

#search #q{
	float:left;
	margin:0;
	padding:0;
	background:#BDAB92;
	border:0px solid red;
	width:130px;
	height:18px;
}
#search #q:focus{
	/*background:white;*/
}
#search #ok{
	float:left;
	margin:0;
	padding:0;
	margin-top:-16px;
	margin-left:3px;
	background-color:#595041;
	border:1px solid black;
	color:#BDAB92;
	height:20px;
}
/* Search
********************************************/

/* categories
********************************************/

#categories{
	float:right;
	background:#383229 url(img/fond.gif) top right no-repeat;
	padding-top:25px;
	padding-bottom:15px;
	padding-left:20px;	
	width:187px;
	height:auto;
}

#categories_bas{	
	background:#D2CFBD url(img/fondd.gif) bottom right no-repeat;
	height:10px;
	line-height:0.8em;
	width:209px;
	float:right;
}

#categories h2{
font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:14px;
	color:#E05D26;
}	

#categories ul{
	margin-top:20px;
	font-family:Georgia;
	font-size:12px;
	list-style-type:none;
}
#categories li{
	margin-top:5px;
}
#categories a{
	text-decoration:underline;
	color:white;
}
#categories a:hover{
	font-family:Georgia;
	font-size:12px;
	list-style-type:none;
}
/* categories
********************************************/

/* archives
********************************************/

#archives{
font-family:Arial, Helvetica, sans-serif;
float:right;
	background:#383229 url(img/fond.gif) top right no-repeat;
	padding-top:25px;
	padding-bottom:15px;
	padding-left:20px;	
	width:187px;
	height:auto;
}

#archives_bas{	
	background:url(img/fondd.gif) bottom right no-repeat;
	height:10px;
	line-height:0.8em;
	width:209px;
	float:right;
}

#archives h2{
font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:14px;
	color:#D1DB2D;
}	

#archives ul{
	margin-top:20px;
	font-family:Georgia;
	font-size:12px;
	list-style-type:none;
}
#archives li{
	margin-top:5px;
}
#archives a{
	text-decoration:underline;
	color:white;
}
#archives a:hover{
	font-family:Georgia;
	font-size:12px;
	list-style-type:none;
}
/* archives
********************************************/

/* syndication
********************************************/
#syndication{
float:right;
	background:#383229 url(img/fond.gif) top right no-repeat;
	padding-top:25px;
	padding-bottom:15px;
	padding-left:20px;	
	width:187px;
	height:auto;
	
}

#syndication_bas{	
	background:#383229 url(img/fondd.gif) bottom right no-repeat;
	height:10px;
	line-height:0.8em;
	width:209px;
	float:right;
}

#syndication h2{
font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:14px;
	color:#DE842A;
}	

#syndication ul{
	margin-top:20px;
	font-family:Georgia;
	font-size:12px;
	list-style-type:none;
}
#syndication li{
	margin-top:5px;
}
#syndication a{
	text-decoration:underline;
	color:white;
}
#syndication a:hover{
	font-family:Georgia;
	font-size:12px;
	list-style-type:none;
}
/* syndication
********************************************/

/* lesite
********************************************/
#lesite{
float:right;
	background:#383229 url(img/fond.gif) top right no-repeat;
	padding-top:25px;
	padding-bottom:15px;
	padding-left:20px;	
	width:187px;
	height:auto;
	
}

#lesite_bas{	
	background:#383229 url(img/fondd.gif) bottom right no-repeat;
	height:10px;
	line-height:0.8em;
	width:209px;
	float:right;
}

#lesite h2{
font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:14px;
	color:#00B6E1;
}	

#lesite ul{
	margin-top:20px;
	font-family:Georgia;
	font-size:12px;
	list-style-type:none;
}
#lesite li{
	margin-top:5px;
}
#lesite a{
	text-decoration:underline;
	color:white;
}
#lesite a:hover{
	font-family:Georgia;
	font-size:12px;
	list-style-type:none;
}
/* lesite
********************************************/

/* year
********************************************/
#year{
	bottom:0px;
	text-align:right;
}

/* year
********************************************/



#selection h2{
	color: #FF009A;
}


/* Footer
********************************************/
#spacer{
clear: both;
	line-height:0.1em;
}
#footer{
background:#383229 url(img/footerhaut.gif) top center no-repeat;
	clear: both;
	padding-top:5px;
	padding-left:0px;	
	height:auto;
	width:775px;
	margin-top:10px;
	color:#BDAB92;
}
#footerbas{
background:#383229 url(img/footerbas.gif) bottom center no-repeat;
	/*height:10px;*/
	padding-bottom:8px;
	line-height:0.8em;
	text-align:center;

}
#footer a {
	color:white;
	font-size:11px;
	text-decoration:underline;
}
#nav #prev a{
	float:left;
	margin-left:15px;
	width:93px;
	background: url(img/fl_noire.gif) no-repeat;
	text-decoration:none;
}
#nav #prev a:hover{
	float:left;
	margin-left:15px;
	width:93px;
	background: url(img/fl_blanche.gif) no-repeat;
	text-decoration:none;
}

#nav #next a{
	float:left;
	margin-right:15px;
	width:81px;
	background: url(img/fl_noire2.gif) no-repeat;
	text-decoration:none;
}
#nav #next a:hover{
	float:left;
	margin-right:15px;
	width:81px;
	background: url(img/fl_blanche2.gif) no-repeat;
	text-decoration:none;
}

#nav #next{
	float:right;
}

strong{
	color:white;
}
/*******************************************************************************commentaires*/
#lastcomment a{
	color:#BDAB92;
	font-weight:normal;
	font-size:12px;
}
#lastcomment {
	color:#BDAB92;
	font-weight:normal;
	font-size:12px;
}
#lisere_comments{
	height:6px;
	background:url(img/separe_comments.gif) repeat-x;
	line-height:0;
	font-size:0;
	border:0;
	margin:0;
	padding:0;
	margin-left:-10px;
	margin-right:-10px;
	
	width:563px;
}

#formulaire-co{
	background:#978E7D;
	margin-left:-18px;
	margin-right:-18px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:0px;
}

#formulaire-co h3{
	color:white;
}

.auteur{
	color:#BDAB92;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	text-decoration:underline;
}
.fin_comment1{
	height:6px;
	background:url(img/fond_bas_comment.gif) repeat-x;
	line-height:0;
	font-size:0;
	border:0;
	margin:0;
	padding:0;
	/*margin-left:-18px;*/
	/*margin-right:-10px;*/
	
	/*width:544px;/*/
	/*margin-left:-18px;
	padding-left:-18px;
	margin-right:-18px;
	padding-right:-18px;*/
}
.fin_comment2{
	height:6px;
	background:url(img/fond_bas_comment2.gif) repeat-x;
	line-height:0;
	font-size:0;
	border:0;
	margin:0;
	padding:0;
	/*margin-left:-18px;*/
	/*margin-right:-10px;*/
	
	/*width:544px;/*/
	/*margin-left:-18px;
	padding-left:-18px;
	margin-right:-18px;
	padding-right:-18px;*/
}
.fin_comment_no{
	height:6px;
	background:url(img/fond_bas_comment.gif) repeat-x;
	line-height:0;
	font-size:0;
	border:0;
	margin:0;
	padding:0;
margin-left:-18px;
	padding-left:-18px;
	margin-right:-18px;
	padding-right:-18px;
}