body {
	margin:0;
	padding:0;
	/**background-image: url(images/bg.png);
	background-repeat:repeat-x;*/
	background-color:#FFF;
	text-align: center;
	font-family: CourierPS,"Courier New",monospace;
	color:#000;
	font-size: 11px;
}

img{
border:0;	
}

#main{
	text-align: center;
	margin: auto;
	width: 950px;
	height: 900px;
	text-align: left;


}

#main #header{
	margin: auto;
	width: 884px;
	height: 231px;
}


#main #menu{
	margin: 0 0 0 25px;
	list-style: none;
	height: 19px;
	width: 850px;
	border-top: 3px solid #000;
	border-bottom: 1px solid #000;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 15px 0 15px;
}

#main #menu li{
display: inline;
margin-left: 20px;
}

#main #menu li a:link, a:visited{
text-decoration: none;
color: #000;
}

#main #menu li a:hover, a:active{
text-decoration: none;
background-color:#ff3f1f;
color: #FFF;
}

a.postlink:link, a.postlink:visited{
	color: #000;
	background-color:#fff000;
}

a.postlink:hover, a.postlink:active{
	text-decoration: none;
	color: #000;
	background-color:#ff3f1f;
}



#main #intro{
	margin:10px auto 0 auto;
	padding: 0;
	width: 900px;
	height: 116px;
	

}

#main #intro #intro-gauche{
	float: left;
	padding: 10px 0 0 5px;
	margin: 10px 0px 0px 0px;
	width: 426px;
	height: 116px;
	background-image: url(images/bg-intro.png);
	background-repeat:no-repeat;
	font-size: 11px;
	letter-spacing: -1px;
}




a.email:link, a.email:visited{
background-color: #fff000;
text-decoration: none;
font-weight:bold;
color:#000;
}

a.email:hover, a.email:active{
text-decoration: none;
background-color: #ff3f1f;
}

a.sourcelink:link, a.sourcelink:visited{

text-decoration: none;
font-weight:bold;
color:#000;
}

a.sourcelink:hover, a.sourcelink:active{
	/**background-color: #ff3f1f;*/
text-decoration: underline;
}

#main #intro #intro-droite{
	float: right;
	margin: 10px 10px 0px 0px;
	width: 426px;
	height: 116px;
}

#main #content{
	float: left;
	text-align: center;
	/*border: 1px solid #000;*/
	margin: 5px auto 0 auto;
	width:910px;
	height: auto;
	padding-left: 20px;
	/**background-color: #fff000;*/
}

#main #content .post{
	text-align:left;
	float: left;
	/**border: 1px solid #000;*/
	margin: 10px 5px 0 5px;
	padding: 0 0 0 14px;
	width: 426px;
	height: 336px;
	background-image: url(images/bg-post.png);
	background-repeat:no-repeat;
	
}

#main #content .post .head{

	width: 400px;
	height: 22px;

	
}

#main #content h2{
	float:left;
	font-size: 15px;
	font-weight:bold;
	width: 250px;
	margin:0;
	padding:0 0 0 0;
}

#main #content .post-date{
	float:right;
	margin-bottom:0px;
	font-family:"Courier New";
	font-size: 14px;
	font-weight:bold;
	height: 16px;
	background-color: #fff000;
	margin-right: 26px;
}

#main #content .post .post-image{
	float:left;
	margin-top: 0px;
	width: 400px;
	height: 272px;
	background-color: #000;
	border-top: 1px solid #000;
}

#main #content .post .post-source{
	float:left;
	margin-top: 0px;
	width: 400px;
	height: 15px;
	background-color: #000;
}

a.more:link, a.more:visited{
text-decoration: none;
color:#FFF;
}

a.more:hover, a.more:active{
text-decoration: none;
background-color:#ff3f1f;
}




#navigation{
	float:left;
	margin: 5px 0 0 5px;
	width: 878px;
	height: 40px;
	/**background-color: #FFF;*/
}


a.titlelink:link, a.titlelink:visited, a.titlelink:hover, a.titlelink:active{
text-decoration: none;
color:#000;
}

.left{
float: left;	
}

.right{
float: right;	
}

/** ------------- POST ---------------*/

#main #content .post-full{
	text-align:left;
	float: left;
	/**border: 1px solid #000;*/
	background-color:#FFF;
	margin: 10px 5px 0 5px;
	padding: 0 0 0 0px;
	width: 910px;
	height: auto;
	background-image: url(images/bg-post-top.png);
	background-position:top;
	background-repeat:no-repeat;
	
	
}


#main #content .post-right{
	background-color:#FFF;
	float: left;
	width: 275px;
	height: auto;
	margin: 0px 0 0 25px; 
	}

#main #content .post-full .post-head-full{

	width: 615px;
	height: 17px;
	/**background-color:#1b1b1b;
    border-bottom: 1px solid #000;*/
	
}

#main #content .post-full .post-text{
	float:left;
	width:590px;
	height:auto;
	text-align: left;
	padding: 15px 0 10px 0;
	border-top: 1px solid #000;

	
}

.sidelinks{
	background-color:#000;
	width: 235px;
	height: 15px;
	color:#FFF;
	padding-left: 15px;
}


.post-right a:link, .post-right a:visited{
	text-decoration: none;
}

.post-right a:hover, .post-right a:active{
	color:#FFF;
	background-color: #000;
}







