html, body{
	margin: 0;
	padding: 0;
}

body{
	text-align: center;
}

#page{
	margin: 0;
	padding: 0;
}

#main {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}

#content {
	float: right;
	text-align: left;
}

#billets, #newsletter {
	text-align: left;
	width:400px;
	padding: 0 35px 20px;
	border: 4px dotted #BFBFBF;
	background: #000000;
	margin-top: 25px;
	margin-bottom: 15px;
}

#sidebar {
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 15px;
}


#blanquetdotcom, #udaroom, #syndicate, #archives, #links, #lemessage {
	padding: 5px 10px 10px;
	border: 4px dotted #9F9F9F;
	margin: 0px;
	background: #000000;
}

#top h1{
	margin: 0;
	padding: 1em;
}

#prelude{
	position: absolute;
	top: 5px; 
	right: 5px;
	margin: 0;
}

#footer{
	clear: both;
	margin: 0;
	text-align: center;
	padding: 1em;
	height: 2.5em;
}


/**** LINK-tag style sheet style.css ****/

/* @import "layout.css"; */

body{
	font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-size: 76%;
	color: #FFF;
	background: #444444 url(images/bl_fd_general.gif) repeat-y center top;
}

a:link, a:visited{color:#ECC1D2;font-weight:bold;text-decoration:none;}
a:hover{color:#000000;background:#ECC1D2;font-weight:bold;text-decoration:none;}
a[hreflang]:after {content: "\0000a0[" attr(hreflang) "]"; color:#999; background:transparent;}
a img{border: none;}


hr {
 	display:block;
 	height: 28px;
 	color: #444444;
 	background-color: #444444;
 	margin: 0;
 	padding: 0;
	border: 0;
}

h1{font-size: 2em}
h2{font-size: 1.4em}
h3{font-size: 1.2em}
h4{font-size: 1.1em}
h5{font-size: 1em}
h6{font-size: 1em; font-weight: normal; font-style: italic;}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

fieldset{
	border: none;
}

textarea{
	width: 90%;
}

ul{
	list-style-image: url(images/puce.png);
}

ol{
	list-style: decimal;
}

blockquote{
	background: #EEE url(images/blockquote.png) no-repeat left bottom;
	padding: 10px;
	padding-bottom: 40px;
	margin: 1em;
}

pre{
	font-size: 1.2em;
	font-family: monospace;
	border: 1px solid #E0E0E0;
	padding: 1em;
	margin: 0 auto;
	background: #EEE;
	color: #000;
	width: 90%;
	overflow: auto;
}

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

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

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


/* Blanquet.com
******************************************************************/

#site-haut {
	padding : 0:
	margin : 0;
	background: url(images/site_fond.gif) no-repeat center top; 
	/* background: #33372F url(images/site_fond.gif) no-repeat center top; */
	/* border-bottom: 4px dotted #893435; */
}

#site-titre {
	padding-top: 22px;
	padding-bottom: 8px;
} 

#site-menu {
	height: 70px;
	padding-top: 14px;
	background: url(images/site_menu_fond.gif) no-repeat center top;
}

#blanquet_com {
	background: url(images/site_titre.gif) no-repeat center bottom;
	height: 125px;
	display: block;
	padding_top: 20px;
}


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

#blanquet_com span { 
  display: none;
}


/* Page
******************************************************************/
#page{
	color: inherit;
}


/* Titre
******************************************************************/

#titre a{
	width: 480px;
	height: 79px;
	display: block;
	background: url(images/blanq_news_pre_combust.gif) no-repeat center top;
}

#titre span, #titre p {
  display: none;
}


/* Top
******************************************************************/
#top{
	background: #893435;
	text-align:center;
    padding : 8px 0 8px 0;
}

#top h1{	
	letter-spacing: 1px;
	font-size: 2.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0;
	margin: 0;
}

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

#prelude{
	color: #FF6633;
	background: transparent;
	font-size: 0.8em;
}

#prelude a{
	color: #FFD633;
	text-decoration: none;
}

/* Contenu
******************************************************************/
.post{
	border-top: 4px dotted #893435;
	margin-top: 1em;
	margin-bottom: 5em;
}

.day-date{
	display: none;
}

.post h2{
	margin: 0;
	padding-left: 0;
	background: transparent;
	color: #EFEDB2;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.post h2 a{
	text-decoration: none;
}

.post-info{
	background: #3F3F3F;
	margin-top: 2px;
	font-size: 1.1em;
	color : #BFBFBF;
	text-align:right;
	padding-right: 2px;
}

.post-info span{
	display: none;
}


/* Sidebar
******************************************************************/
#sidebar h2{font-size: 1.2em;}
#sidebar h3{font-size: 1.1em;}

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

#sidebar li{
	margin: 0;
	padding: 0;
	display:inline; /* pour IE5 */
}

#sidebar a{
	display: block;
	padding: 0.5ex;
	text-decoration: none;
}


/* Pagination
******************************************************************/
.pagenav {
	text-align: center;
	background: #FFFFFF;
	padding: 4px 3px;
	color: #893435;
	font-weight: bold;
}

#pagination strong{
	background: #EFCC2C;
	color: #893435;
	border: 1px dotted;
	padding: 1px 3px;
}

#pagination a{
	background: #893435;
	color: #FFFFFF;
	border: 1px dotted;
	padding: 1px 3px;
	text-decoration:none;
}

#pagination a:hover{
	background: #EFB3B4;
	color: #893435;
	border: 1px dotted;
	padding: 1px 3px;
}

/* Footer
******************************************************************/
#footer{
	background: #33372F;
	color: #FFFFFF;
}


/* Countdown
******************************************************************/
/* Countdown
******************************************************************/
#cd {
	display: block;
	text-align: center;
	color: #0FFF46;
	background: #4F3B3C;
	padding: 6px;
	font: small/160% "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	font-size : 1.6em;
	line-height: 1.4em;
}



