body {
  background-color:#fff;
  color:#000;
  font-family:"Times New Roman",Times,serif;
  font-size:11pt;
  margin:0;
  padding:0;
  line-height:125%;
}

a { 
	color : #000;
	background-color: inherit;
text-decoration: none;
  font-weight: bold;
}

img, a img{
	border : none; 
	max-width: 100%; 
	text-decoration: none;
}

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

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

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	background-color: #FFF;
	color: #000;
}

h2{
	color: #444;
	background-color: #FFF;
  line-height: 16pt;
  font-size: 16pt;

}

p.retour {
	display: none;
}

/* Page
************************************************************/
#page{
	margin: 0;
	padding : 0;
	background: #FFF;
	color: inherit;
	text-align: left;
}

/* Header
************************************************************/
#top {
	text-align: right;
	color: #000;
	background: #FFF;
	padding-right: 5px;
}

#top p{
  line-height: 11pt;
  font-size: 10pt;
}

#logo{
	margin: 0% 0% 0% 1%;
}

#logo img{
	border: 0;
}

#logo a{
	color:#000;
	background-color: inherit;
}

#logo h1{
	display:inline;
}

#logo h2{
	padding: 0 0 0 1em;
	font-size: 1.3em;
	font-weight:bold;
	color:#000;
	display:inline;
	background-color: inherit;
}

/* contenu
************************************************************/
#main {
width:100%;
}

#content {
	margin: 0;
	width: 100%;
}

/* Catęgorie
************************************************************/
.post-cat{
	color: #000;
	font-weight:bold;
	background-color: inherit;
font-size: 16pt;
text-align:center;
}

.ligneorange{
        line-height:100%;
}

/* Billet
************************************************************/
#post {
	margin: 0;
width: 100%;

}

.post ul li, .post ol li {
	margin-top: 2px;
}

.post-title{
	font-weight:bold;
	font-size:12pt;
        border-bottom: #000 solid 1pt;
}

.post h2{
	margin: 0;
	color:#000;
	background-color: inherit;
        line-height:100%;
        font-size: 14pt;
}

.post h2.souligne{
	padding-bottom: 2px;
	border-bottom: #000 solid 1pt;
	margin-top: 15pt;
}

.post-info {
        line-height: 10pt;
        font-size: 10pt;
	color : #666;
	margin: 0 0 0 1em;
	background-color: inherit;
border-bottom:1pt solid #333;
}

.post-chapo {
	margin-bottom : 2em;
}

.post-content {
	text-align: justify;
	margin-bottom: 3em;
}

.post-content a:after {
  content: " (" attr(href) ") ";
  font-weight: normal;
}

/* Pręsentation
*****************************************************************/
#presentation{
	display:none;
}

/* Sidebar
************************************************************/
#sidebar {
	display:none;
width: 0%;

}

/* Footer
************************************************************/
#footer {
	display:none;
}

.spacer {
	clear: both;
	margin: 0;
	padding: 0;
}